umami/assets/xmark.jsx

6 lines
548 B
React
Raw Normal View History

2022-07-05 06:51:14 +02:00
export default () => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path d="M312.973 375.032C322.342 384.401 322.342 399.604 312.973 408.973S288.401 418.342 279.032 408.973L160 289.941L40.968 408.973C31.599 418.342 16.396 418.342 7.027 408.973S-2.342 384.401 7.027 375.032L126.059 256L7.027 136.968C-2.342 127.599 -2.342 112.396 7.027 103.027S31.599 93.658 40.968 103.027L160 222.059L279.032 103.027C288.401 93.658 303.604 93.658 312.973 103.027S322.342 127.599 312.973 136.968L193.941 256L312.973 375.032Z" />
</svg>
);