Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 780 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 780 Bytes

@untitled-theme/icons-svelte

Untitled UI icons for Svelte.

Screenshot

Installation

npm install @untitled-theme/icons-svelte

Usage

<script>
  import {Rocket01Icon} from '@untitled-theme/icons-svelte';
</script>

<Rocket01Icon />

or

<script>
  import Rocket01Icon from '@untitled-theme/icons-svelte/Rocket01Icon.svelte';
</script>

<Rocket01Icon />

See all icons here