mirror of
https://github.com/iconify/iconify.git
synced 2025-01-28 17:48:27 +00:00
14 lines
327 B
Svelte
14 lines
327 B
Svelte
<script>
|
|
import { Icon } from '@iconify/svelte';
|
|
</script>
|
|
|
|
<section class="icon-24">
|
|
<h1>Usage (full module)</h1>
|
|
<div>
|
|
Icon referenced by name: <Icon icon="mdi:home" />
|
|
</div>
|
|
<div class="alert">
|
|
<Icon icon="mdi-light:alert" />
|
|
Important notice with alert icon!
|
|
</div>
|
|
</section> |