~cytrogen/masto-fe

ref: af01ab7efebab356e73b498afe4258ae7515cc6a masto-fe/app/javascript/mastodon/components/check.jsx -rw-r--r-- 263 bytes
af01ab7e — Claire Merge pull request #2159 from ClearlyClaire/glitch-soc/merge-upstream 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
import React from 'react';

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;