mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Format with Prettier
This commit is contained in:
parent
37750dafd7
commit
072cd23345
1 changed files with 3 additions and 3 deletions
|
|
@ -16,9 +16,9 @@ const MenuIcon = props => {
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<g fillRule="evenodd">
|
||||
<rect width="18" height="2" rx="1"/>
|
||||
<rect y="5" width="18" height="2" rx="1"/>
|
||||
<rect y="10" width="18" height="2" rx="1"/>
|
||||
<rect width="18" height="2" rx="1" />
|
||||
<rect y="5" width="18" height="2" rx="1" />
|
||||
<rect y="10" width="18" height="2" rx="1" />
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue