add prettier formatter to all file
This commit is contained in:
@@ -1,10 +1,30 @@
|
||||
function ArrowLeftWhiteD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none">
|
||||
<path d="M8.4763 4.94165L3.41797 9.99998L8.4763 15.0583" stroke="#EFEFEF" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
||||
<path d="M17.5836 10H3.55859" stroke="#EFEFEF" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="21"
|
||||
height="20"
|
||||
viewBox="0 0 21 20"
|
||||
fill="none"
|
||||
>
|
||||
<path
|
||||
d="M8.4763 4.94165L3.41797 9.99998L8.4763 15.0583"
|
||||
stroke="#EFEFEF"
|
||||
strokeWidth="1.5"
|
||||
strokeMiterlimit="10"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M17.5836 10H3.55859"
|
||||
stroke="#EFEFEF"
|
||||
strokeWidth="1.5"
|
||||
strokeMiterlimit="10"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
export default ArrowLeftWhiteD
|
||||
export default ArrowLeftWhiteD;
|
||||
|
||||
Reference in New Issue
Block a user