36 lines
831 B
Vue
36 lines
831 B
Vue
<template>
|
|
<svg
|
|
viewBox="0 0 1012 1023"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
preserveAspectRatio="none"
|
|
class="text-primary-500"
|
|
>
|
|
<path
|
|
d="M116.21 472.5C55.1239 693.5 78.5219 837.5 114.349 1023H1030.5V-1L0 -106C147.5 21.5 172.311 269.536 116.21 472.5Z"
|
|
fill="url(#paint0_linear)"
|
|
/>
|
|
<defs>
|
|
<linearGradient
|
|
id="paint0_linear"
|
|
x1="515.25"
|
|
y1="-106"
|
|
x2="515.25"
|
|
y2="1023"
|
|
gradientUnits="userSpaceOnUse"
|
|
>
|
|
<stop
|
|
stop-color="rgba(var(--color-primary-500), var(--tw-text-opacity))"
|
|
/>
|
|
<stop
|
|
offset="1"
|
|
stop-color="rgba(var(--color-primary-400), var(--tw-text-opacity))"
|
|
/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|
|
</template>
|
|
|
|
<script setup>
|
|
</script>
|