120 lines
2.6 KiB
Vue
120 lines
2.6 KiB
Vue
<template>
|
|
<svg
|
|
class="custom-radio-image"
|
|
fill="none"
|
|
height="66"
|
|
width="104"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<g>
|
|
<rect
|
|
id="svg_1"
|
|
fill="currentColor"
|
|
fill-opacity="0.02"
|
|
height="66"
|
|
rx="4"
|
|
stroke="null"
|
|
width="104"
|
|
x="0.13514"
|
|
y="0.13514"
|
|
/>
|
|
<rect
|
|
id="svg_8"
|
|
fill="hsl(var(--primary))"
|
|
height="9.07027"
|
|
stroke="null"
|
|
width="104.07934"
|
|
x="-0.07419"
|
|
y="-0.05773"
|
|
/>
|
|
<rect
|
|
id="svg_3"
|
|
fill="#e5e5e5"
|
|
height="2.789"
|
|
rx="1.395"
|
|
stroke="null"
|
|
width="7.52486"
|
|
x="15.58168"
|
|
y="3.20832"
|
|
/>
|
|
<path
|
|
id="svg_12"
|
|
d="m98.19822,2.872c0,-0.54338 0.45662,-1 1,-1l1.925,0c0.54338,0 1,0.45662 1,1l0,2.4c0,0.54338 -0.45662,1 -1,1l-1.925,0c-0.54338,0 -1,-0.45662 -1,-1l0,-2.4z"
|
|
fill="#ffffff"
|
|
opacity="undefined"
|
|
stroke="null"
|
|
/>
|
|
<rect
|
|
id="svg_13"
|
|
fill="currentColor"
|
|
fill-opacity="0.08"
|
|
height="21.51892"
|
|
rx="2"
|
|
stroke="null"
|
|
width="41.98275"
|
|
x="45.37589"
|
|
y="13.53192"
|
|
/>
|
|
<path
|
|
id="svg_14"
|
|
d="m16.4123,15.53192c0,-1.08676 0.74096,-2 1.62271,-2l21.74653,0c0.88175,0 1.62271,0.91324 1.62271,2l0,17.24865c0,1.08676 -0.74096,2 -1.62271,2l-21.74653,0c-0.88175,0 -1.62271,-0.91324 -1.62271,-2l0,-17.24865z"
|
|
fill="currentColor"
|
|
fill-opacity="0.08"
|
|
opacity="undefined"
|
|
stroke="null"
|
|
/>
|
|
<rect
|
|
id="svg_15"
|
|
fill="currentColor"
|
|
fill-opacity="0.08"
|
|
height="21.65405"
|
|
rx="2"
|
|
stroke="null"
|
|
width="71.10636"
|
|
x="16.54743"
|
|
y="39.34689"
|
|
/>
|
|
<rect
|
|
id="svg_21"
|
|
fill="#e5e5e5"
|
|
height="2.789"
|
|
rx="1.395"
|
|
stroke="null"
|
|
width="7.52486"
|
|
x="28.14924"
|
|
y="3.07319"
|
|
/>
|
|
<rect
|
|
id="svg_22"
|
|
fill="#e5e5e5"
|
|
height="2.789"
|
|
rx="1.395"
|
|
stroke="null"
|
|
width="7.52486"
|
|
x="41.25735"
|
|
y="3.20832"
|
|
/>
|
|
<rect
|
|
id="svg_23"
|
|
fill="#e5e5e5"
|
|
height="2.789"
|
|
rx="1.395"
|
|
stroke="null"
|
|
width="7.52486"
|
|
x="54.23033"
|
|
y="3.07319"
|
|
/>
|
|
<rect
|
|
id="svg_4"
|
|
fill="#ffffff"
|
|
height="7.13843"
|
|
rx="2"
|
|
stroke="null"
|
|
width="7.78397"
|
|
x="1.5327"
|
|
y="0.881"
|
|
/>
|
|
</g>
|
|
</svg>
|
|
</template>
|