add prettier formatter to all file

This commit is contained in:
Ehsan
2024-09-25 11:03:44 +03:30
parent fa38ee2b21
commit eda896e917
410 changed files with 47636 additions and 43842 deletions
+15 -6
View File
@@ -1,9 +1,18 @@
function StarDI() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
<path d="M8.27549 12.4187L11.4255 14.4187C11.8317 14.675 12.3317 14.2937 12.213 13.825L11.3005 10.2375C11.2758 10.1381 11.2797 10.0337 11.3118 9.93636C11.3439 9.83906 11.4028 9.75279 11.4817 9.6875L14.3067 7.33125C14.6755 7.025 14.488 6.40625 14.0067 6.375L10.3192 6.1375C10.2186 6.13165 10.1219 6.09661 10.0409 6.03667C9.95984 5.97674 9.89803 5.8945 9.86299 5.8L8.48799 2.3375C8.45159 2.23744 8.38528 2.151 8.29807 2.08992C8.21086 2.02884 8.10696 1.99608 8.00049 1.99608C7.89401 1.99608 7.79012 2.02884 7.7029 2.08992C7.61569 2.151 7.54938 2.23744 7.51299 2.3375L6.13799 5.8C6.10294 5.8945 6.04113 5.97674 5.96011 6.03667C5.87908 6.09661 5.78235 6.13165 5.68174 6.1375L1.99424 6.375C1.51299 6.40625 1.32549 7.025 1.69424 7.33125L4.51924 9.6875C4.5982 9.75279 4.6571 9.83906 4.68917 9.93636C4.72124 10.0337 4.72516 10.1381 4.70049 10.2375L3.85674 13.5625C3.71299 14.125 4.31299 14.5812 4.79424 14.275L7.72549 12.4187C7.80768 12.3665 7.90308 12.3387 8.00049 12.3387C8.0979 12.3387 8.19329 12.3665 8.27549 12.4187Z" fill="#E7A801" />
</svg>
)
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="17"
viewBox="0 0 16 17"
fill="none"
>
<path
d="M8.27549 12.4187L11.4255 14.4187C11.8317 14.675 12.3317 14.2937 12.213 13.825L11.3005 10.2375C11.2758 10.1381 11.2797 10.0337 11.3118 9.93636C11.3439 9.83906 11.4028 9.75279 11.4817 9.6875L14.3067 7.33125C14.6755 7.025 14.488 6.40625 14.0067 6.375L10.3192 6.1375C10.2186 6.13165 10.1219 6.09661 10.0409 6.03667C9.95984 5.97674 9.89803 5.8945 9.86299 5.8L8.48799 2.3375C8.45159 2.23744 8.38528 2.151 8.29807 2.08992C8.21086 2.02884 8.10696 1.99608 8.00049 1.99608C7.89401 1.99608 7.79012 2.02884 7.7029 2.08992C7.61569 2.151 7.54938 2.23744 7.51299 2.3375L6.13799 5.8C6.10294 5.8945 6.04113 5.97674 5.96011 6.03667C5.87908 6.09661 5.78235 6.13165 5.68174 6.1375L1.99424 6.375C1.51299 6.40625 1.32549 7.025 1.69424 7.33125L4.51924 9.6875C4.5982 9.75279 4.6571 9.83906 4.68917 9.93636C4.72124 10.0337 4.72516 10.1381 4.70049 10.2375L3.85674 13.5625C3.71299 14.125 4.31299 14.5812 4.79424 14.275L7.72549 12.4187C7.80768 12.3665 7.90308 12.3387 8.00049 12.3387C8.0979 12.3387 8.19329 12.3665 8.27549 12.4187Z"
fill="#E7A801"
/>
</svg>
);
}
export default StarDI
export default StarDI;