Two month of work

This commit is contained in:
2026-02-17 10:35:03 +01:00
parent 0ffbeeedff
commit d9fd3d1ccb
158 changed files with 5637 additions and 1512 deletions
@@ -19,7 +19,7 @@ const currentVariant = computed<SocialIconVariant>(() => {
<template>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" data-supported-dps="24x24" stroke="currentColor"
fill="transparent" stroke-width="1.5" :class="cn(props.class)" width="24" height="24" focusable="false">
fill="transparent" :class="cn(props.class)" width="24" height="24" focusable="false">
<g v-html="socialIconVariants[currentVariant]"></g>
</svg>
</template>