diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte
index b0598d9..a309c7f 100644
--- a/src/components/svgCard.svelte
+++ b/src/components/svgCard.svelte
@@ -6,6 +6,7 @@
import jszip from 'jszip';
// Utils:
+ import { cn } from '@/utils/cn';
import { MIMETYPE, getSvgContent } from '@/utils/getSvgContent';
import { flyAndScale } from '@/utils/flyAndScale';
@@ -146,10 +147,6 @@
// Icon Stroke & Size:
let iconStroke = 1.8;
let iconSize = 16;
-
- // Width & Height of :
- const width = 40;
- const height = 40;
@@ -157,45 +154,37 @@
{#if wordmarkSvg == true}
{:else}
{/if}