|
export const Bullet: React.FC = () => {
|
|
return (
|
|
<svg
|
|
width="13"
|
|
height="10"
|
|
viewBox="0 0 13 10"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M12.1883 1.1814L4.7091 8.66062L1.48438 5.4359"
|
|
stroke="#4AB866"
|
|
strokeWidth="1.5"
|
|
/>
|
|
</svg>
|
|
);
|
|
};
|