mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
chore: upgrade carbon-icons-svelte to v11
This commit is contained in:
parent
ab04f5900d
commit
d4a55ef4ce
15 changed files with 41 additions and 45 deletions
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { Button, ButtonSet } from "../types";
|
||||
import Login16 from "carbon-icons-svelte/lib/Login16";
|
||||
import Login from "carbon-icons-svelte/lib/Login.svelte";
|
||||
</script>
|
||||
|
||||
<ButtonSet>
|
||||
|
@ -9,6 +9,6 @@
|
|||
</ButtonSet>
|
||||
|
||||
<ButtonSet stacked>
|
||||
<Button icon="{Login16}">Log in</Button>
|
||||
<Button icon="{Login}">Log in</Button>
|
||||
<Button kind="ghost">Sign up</Button>
|
||||
</ButtonSet>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue