Files
nobat724_front/components/icons/PointD.js
T
2024-06-27 15:34:52 +03:30

9 lines
1.2 KiB
JavaScript

function PointD() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M8.27549 11.9187L11.4255 13.9187C11.8317 14.175 12.3317 13.7937 12.213 13.325L11.3005 9.7375C11.2758 9.63806 11.2797 9.53367 11.3118 9.43636C11.3439 9.33906 11.4028 9.25279 11.4817 9.1875L14.3067 6.83125C14.6755 6.525 14.488 5.90625 14.0067 5.875L10.3192 5.6375C10.2186 5.63165 10.1219 5.59661 10.0409 5.53667C9.95984 5.47674 9.89803 5.3945 9.86299 5.3L8.48799 1.8375C8.45159 1.73744 8.38528 1.651 8.29807 1.58992C8.21086 1.52884 8.10696 1.49608 8.00049 1.49608C7.89401 1.49608 7.79012 1.52884 7.7029 1.58992C7.61569 1.651 7.54938 1.73744 7.51299 1.8375L6.13799 5.3C6.10294 5.3945 6.04113 5.47674 5.96011 5.53667C5.87908 5.59661 5.78235 5.63165 5.68174 5.6375L1.99424 5.875C1.51299 5.90625 1.32549 6.525 1.69424 6.83125L4.51924 9.1875C4.5982 9.25279 4.6571 9.33906 4.68917 9.43636C4.72124 9.53367 4.72516 9.63806 4.70049 9.7375L3.85674 13.0625C3.71299 13.625 4.31299 14.0812 4.79424 13.775L7.72549 11.9187C7.80768 11.8665 7.90308 11.8387 8.00049 11.8387C8.0979 11.8387 8.19329 11.8665 8.27549 11.9187Z" fill="#E7A801" />
</svg>
)
}
export default PointD