mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 20:03:24 +00:00
6001f5ff36
Port 8f66126b10
to glitch-soc
8 lines
235 B
JavaScript
8 lines
235 B
JavaScript
const Check = () => (
|
|
<svg width='14' height='11' viewBox='0 0 14 11'>
|
|
<path d='M11.264 0L5.26 6.004 2.103 2.847 0 4.95l5.26 5.26 8.108-8.107L11.264 0' fill='currentColor' fillRule='evenodd' />
|
|
</svg>
|
|
);
|
|
|
|
export default Check;
|