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 { Tooltip, Link, Button } from "../types";
|
||||
import Catalog16 from "carbon-icons-svelte/lib/Catalog16";
|
||||
import Catalog from "carbon-icons-svelte/lib/Catalog.svelte";
|
||||
|
||||
let open = true;
|
||||
</script>
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
<Button size="small">Manage</Button>
|
||||
|
||||
<Tooltip triggerText="Resource list" icon="{Catalog16}">
|
||||
<Tooltip triggerText="Resource list" icon="{Catalog}">
|
||||
<p>Resources are provisioned based on your account's organization.</p>
|
||||
</Tooltip>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue