hotfix: fix remaining imports from carbon-icons-svelte (#905)

This commit is contained in:
Eric Liu 2021-11-12 13:09:43 -08:00 committed by GitHub
commit 36f6a327b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 38 additions and 38 deletions

View file

@ -60,7 +60,7 @@
*/
export let iconClose = Close20;
import Close20 from "carbon-icons-svelte/lib/Close20/Close20.svelte";
import Close20 from "../../icons/Close20.svelte";
import Menu20 from "../../icons/Menu20.svelte";
import { shouldRenderHamburgerMenu } from "../navStore";
import HamburgerMenu from "../SideNav/HamburgerMenu.svelte";