<script>
import * as system from 'syv/icons/system';
import System from 'syv/icons/{System}.svelte';
</script>
<System icon={system.IconName}>
Props |
Default |
icon * |
import from 'syv/icons/feather' |
label |
'' |
scale |
1.5 |
girth |
1.5 |
flip |
undefined |
style |
'' |
All icons from Feather Icons are available under the syv/icons/feather
module.
<script>
import * as feather from 'syv/icons/feather';
import Feather from 'syv/icons/Feather.svelte';
</script>
<Feather icon={feather.IconName}>
Props |
Default |
icon * |
import from 'syv/icons/fluent' |
label |
'' |
flip |
undefined |
All icons from Fluent UI System Icons are available under the syv/icons/fluent
module.
<script>
import * as fluent from 'syv/icons/fluent';
import Fluent from 'syv/icons/Fluent.svelte';
</script>
<Fluent icon={feather.IconName}>