1
0

Run prettier

This commit is contained in:
venashial
2022-06-04 00:46:23 -07:00
parent 597c071c3d
commit c9ec9f14de
49 changed files with 1515 additions and 1469 deletions

View File

@@ -20,8 +20,8 @@ Then use the icon as if it were a Svelte component:
```svelte example
<script lang="ts">
import IconHeart from 'virtual:icons/heroicons-outline/heart'
import IconHeart from 'virtual:icons/heroicons-outline/heart'
</script>
<p> That's lovely <IconHeart height="14px" />! </p>
<p>That's lovely <IconHeart height="14px" />!</p>
```