mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
refactor(tooltip): resolve svelte icon import
This commit is contained in:
parent
466c8411d1
commit
cadb600e5e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
export let refIcon = null;
|
||||
|
||||
import { createEventDispatcher, afterUpdate } from "svelte";
|
||||
import Information16 from "carbon-icons-svelte/lib/Information16";
|
||||
import Information16 from "carbon-icons-svelte/lib/Information16/Information16.svelte";
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue