[Glitch] Rewrite <Check /> as FC

Port 6fdbee240c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2493/head
たいち ひ 2023-05-08 15:26:02 +09:00 committed by Claire
parent a1667ba796
commit c2c25122e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const Check = () => (
export const Check: React.FC = () => (
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor'>
<path fillRule='evenodd' d='M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z' clipRule='evenodd' />
</svg>