You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
263 B
10 lines
263 B
3 years ago
|
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;
|