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
+28 -8
View File
@@ -1,11 +1,31 @@
function AddLocationP() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M7.70831 9.16699H12.2916" stroke="#525252" strokeWidth="1.5" strokeLinecap="round" />
<path d="M10 11.4583V6.875" stroke="#525252" strokeWidth="1.5" strokeLinecap="round" />
<path d="M3.01669 7.07533C4.65836 -0.141339 15.35 -0.133006 16.9834 7.08366C17.9417 11.317 15.3084 14.9003 13 17.117C11.325 18.7337 8.67502 18.7337 6.99169 17.117C4.69169 14.9003 2.05836 11.3087 3.01669 7.07533Z" stroke="#525252" strokeWidth="1.5" />
</svg>
)
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
>
<path
d="M7.70831 9.16699H12.2916"
stroke="#525252"
strokeWidth="1.5"
strokeLinecap="round"
/>
<path
d="M10 11.4583V6.875"
stroke="#525252"
strokeWidth="1.5"
strokeLinecap="round"
/>
<path
d="M3.01669 7.07533C4.65836 -0.141339 15.35 -0.133006 16.9834 7.08366C17.9417 11.317 15.3084 14.9003 13 17.117C11.325 18.7337 8.67502 18.7337 6.99169 17.117C4.69169 14.9003 2.05836 11.3087 3.01669 7.07533Z"
stroke="#525252"
strokeWidth="1.5"
/>
</svg>
);
}
export default AddLocationP
export default AddLocationP;