add prettier formatter to all file
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
function TelegramB() {
|
||||
return (
|
||||
<svg className="transition-all duration-500" xmlns="http://www.w3.org/2000/svg" width="18" height="16" viewBox="0 0 18 16" fill="none">
|
||||
<path d="M17.4016 0.800049L0.601562 6.80005L5.40156 9.20005L12.6016 4.40005L7.80156 10.4L15.0016 15.2L17.4016 0.800049Z" stroke="#525252" strokeLinejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
return (
|
||||
<svg
|
||||
className="transition-all duration-500"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="18"
|
||||
height="16"
|
||||
viewBox="0 0 18 16"
|
||||
fill="none"
|
||||
>
|
||||
<path
|
||||
d="M17.4016 0.800049L0.601562 6.80005L5.40156 9.20005L12.6016 4.40005L7.80156 10.4L15.0016 15.2L17.4016 0.800049Z"
|
||||
stroke="#525252"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
export default TelegramB
|
||||
export default TelegramB;
|
||||
|
||||
Reference in New Issue
Block a user