feat(icons): update svelte components to use inlined carbon icons

This commit is contained in:
Eric Liu 2021-11-11 08:43:15 -08:00
commit 7d04811083
47 changed files with 47 additions and 47 deletions

View file

@ -23,7 +23,7 @@
};
import Copy from "../Copy/Copy.svelte";
import Copy16 from "carbon-icons-svelte/lib/Copy16/Copy16.svelte";
import Copy16 from "../icons/Copy16.svelte";
import { createEventDispatcher } from "svelte";
const dispatch = createEventDispatcher();