|
1 | 1 | <script lang="ts"> |
2 | | - import RocketIcon from '@lucide/svelte/icons/rocket'; |
3 | | - import ZapIcon from '@lucide/svelte/icons/zap'; |
4 | | - import PackageIcon from '@lucide/svelte/icons/package'; |
5 | | - import CodeIcon from '@lucide/svelte/icons/code'; |
6 | | - import RefreshCwIcon from '@lucide/svelte/icons/refresh-cw'; |
7 | | - import ShieldCheckIcon from '@lucide/svelte/icons/shield-check'; |
8 | | - import CopyIcon from '@lucide/svelte/icons/copy'; |
9 | | - import CheckIcon from '@lucide/svelte/icons/check'; |
10 | | - import BookOpenIcon from '@lucide/svelte/icons/book-open'; |
11 | | - import GithubIcon from '@lucide/svelte/icons/github'; |
12 | | - import TerminalIcon from '@lucide/svelte/icons/terminal'; |
13 | | - import FileCodeIcon from '@lucide/svelte/icons/file-code'; |
14 | | - import ChevronDownIcon from '@lucide/svelte/icons/chevron-down'; |
| 2 | + import { |
| 3 | + Rocket as RocketIcon, |
| 4 | + Zap as ZapIcon, |
| 5 | + Package as PackageIcon, |
| 6 | + Code as CodeIcon, |
| 7 | + RefreshCw as RefreshCwIcon, |
| 8 | + ShieldCheck as ShieldCheckIcon, |
| 9 | + Copy as CopyIcon, |
| 10 | + Check as CheckIcon, |
| 11 | + BookOpen as BookOpenIcon, |
| 12 | + Github as GithubIcon, |
| 13 | + Terminal as TerminalIcon, |
| 14 | + FileCode as FileCodeIcon, |
| 15 | + ChevronDown as ChevronDownIcon |
| 16 | + } from '@lucide/svelte'; |
15 | 17 | import Highlight from 'svelte-highlight'; |
16 | 18 | import typescript from 'svelte-highlight/languages/typescript'; |
17 | 19 | import bash from 'svelte-highlight/languages/bash'; |
|
0 commit comments