Skip to content

Commit

Permalink
add InlineSvg component, and add bars icon
Browse files Browse the repository at this point in the history
  • Loading branch information
frullah committed Mar 27, 2021
1 parent 0c9d617 commit ed1af74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/InlineSvg.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<svg style="display: none" width="0" height="0">
<!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<symbol id="bars" viewBox="0 0 448 512">
<path
d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"
/>
</symbol>
</svg>

0 comments on commit ed1af74

Please sign in to comment.