mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/sidebar: import individual files for icons
This commit is contained in:
parent
3554222f42
commit
1c9d604326
1 changed files with 9 additions and 10 deletions
|
@ -2,16 +2,15 @@
|
|||
import CobaltLogo from "./CobaltLogo.svelte";
|
||||
import SidebarTab from "./SidebarTab.svelte";
|
||||
|
||||
import {
|
||||
IconDownload,
|
||||
IconCut,
|
||||
IconCrop,
|
||||
IconTransform,
|
||||
IconSettings,
|
||||
IconComet,
|
||||
IconHeart,
|
||||
IconInfoCircle,
|
||||
} from "@tabler/icons-svelte";
|
||||
import IconDownload from '@tabler/icons-svelte/IconDownload.svelte';
|
||||
import IconCut from '@tabler/icons-svelte/IconCut.svelte';
|
||||
import IconCrop from '@tabler/icons-svelte/IconCrop.svelte';
|
||||
import IconTransform from '@tabler/icons-svelte/IconTransform.svelte';
|
||||
import IconSettings from '@tabler/icons-svelte/IconSettings.svelte';
|
||||
|
||||
import IconComet from '@tabler/icons-svelte/IconComet.svelte';
|
||||
import IconHeart from '@tabler/icons-svelte/IconHeart.svelte';
|
||||
import IconInfoCircle from '@tabler/icons-svelte/IconInfoCircle.svelte';
|
||||
|
||||
const iconSize = 21;
|
||||
const iconStroke = 1.2;
|
||||
|
|
Loading…
Reference in a new issue