Two month of work
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user