Introvertuous / svelte-icons

Icon components for svelte
https://svelte-icons.vercel.app
292 stars 21 forks source link

Center icons with text #25

Closed iamludal closed 3 years ago

iamludal commented 3 years ago

This commit vertically aligns the icons with the text, and sets the icons width and height to 1em so that it can be used this way:

<p>
  <SomeIcon /> Some text
</p>