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
+16 -6
View File
@@ -1,9 +1,19 @@
function TelegramBlueD() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none">
<path d="M12.5 0.857147L0.5 5.14286L3.92857 6.85715L9.07143 3.42858L5.64286 7.71429L10.7857 11.1429L12.5 0.857147Z" stroke="#5559CE" strokeLinejoin="round" />
</svg>
)
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="13"
height="12"
viewBox="0 0 13 12"
fill="none"
>
<path
d="M12.5 0.857147L0.5 5.14286L3.92857 6.85715L9.07143 3.42858L5.64286 7.71429L10.7857 11.1429L12.5 0.857147Z"
stroke="#5559CE"
strokeLinejoin="round"
/>
</svg>
);
}
export default TelegramBlueD
export default TelegramBlueD;