betagouv/service-national-universel

View on GitHub
admin/src/assets/Clock.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import * as React from "react";

const SvgComponent = (props) => (
  <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
    <path d="M8.99496 0.820299C6.24748 0.820299 3.8206 2.17079 2.3346 4.24002V2.86353C2.3346 2.44034 1.99052 2.09732 1.5661 2.09732C1.14169 2.09732 0.797607 2.44035 0.797607 2.86353V5.92838C0.797607 6.35147 1.14169 6.69459 1.5661 6.69459H4.89625C5.32066 6.69459 5.66474 6.35149 5.66474 5.92838C5.66474 5.50518 5.32066 5.16216 4.89625 5.16216H3.55949C4.76517 3.46318 6.74864 2.35274 8.99497 2.35274C12.6733 2.35274 15.6552 5.32581 15.6552 8.99323C15.6552 12.6606 12.6733 15.6337 8.99497 15.6337C5.89466 15.6337 3.29681 13.5187 2.55439 10.659L2.54105 10.6632C2.43751 10.3622 2.15936 10.1425 1.82225 10.1425C1.39784 10.1425 1.05376 10.4855 1.05376 10.9086C1.05376 10.9841 1.07649 11.0525 1.09685 11.1214L1.08885 11.1239C1.0939 11.1425 1.10315 11.1591 1.1083 11.1775C1.11395 11.1924 1.1177 11.2073 1.12424 11.2217C2.09935 14.6489 5.24513 17.1661 8.99502 17.1661C13.5223 17.1661 17.1923 13.507 17.1923 8.99322C17.1922 4.4794 13.5222 0.820282 8.99496 0.820282V0.820299ZM8.99496 4.26819C8.57054 4.26819 8.22646 4.61122 8.22646 5.0344V9.63166C8.22646 10.0549 8.57054 10.3979 8.99496 10.3979H12.3251C12.7495 10.3979 13.0936 10.0548 13.0936 9.63175C13.0936 9.20848 12.7495 8.86554 12.3251 8.86554H9.76345V5.0344C9.76345 4.6112 9.41935 4.26819 8.99494 4.26819H8.99496Z" />
  </svg>
);

export default SvgComponent;