From 20e350d88ba8bf25a3e567278f6af0d49812ddd5 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 23 May 2026 16:34:57 +0200 Subject: [PATCH] Add icon component flexbox wrapper --- src/features/icons/components/Icon.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/features/icons/components/Icon.vue b/src/features/icons/components/Icon.vue index 2083414..fbbfd04 100644 --- a/src/features/icons/components/Icon.vue +++ b/src/features/icons/components/Icon.vue @@ -40,5 +40,14 @@ const size = computed(() => ensureUnit(props.size)) \ No newline at end of file +
+ +
+ + + \ No newline at end of file