1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| <template>
| <svg class="custom-radio-image" fill="none" height="66" width="104" xmlns="http://www.w3.org/2000/svg">
| <g>
| <path
| id="svg_1"
| d="m0.13514,4.13514c0,-2.17352 1.82648,-4 4,-4l96,0c2.17352,0 4,1.82648 4,4l0,58c0,2.17352 -1.82648,4 -4,4l-96,0c-2.17352,0 -4,-1.82648 -4,-4l0,-58z"
| fill="currentColor"
| fill-opacity="0.02"
| opacity="undefined"
| stroke="null" />
| <rect id="svg_13" fill="currentColor" fill-opacity="0.08" height="26.57155" rx="2" stroke="null" width="53.18333" x="45.79979" y="3.77232" />
| <path
| id="svg_14"
| d="m4.28142,5.96169c0,-1.37748 1.06465,-2.53502 2.33158,-2.53502l31.2463,0c1.26693,0 2.33158,1.15754 2.33158,2.53502l0,21.86282c0,1.37748 -1.06465,2.53502 -2.33158,2.53502l-31.2463,0c-1.26693,0 -2.33158,-1.15754 -2.33158,-2.53502l0,-21.86282z"
| fill="currentColor"
| fill-opacity="0.08"
| opacity="undefined"
| stroke="null" />
| <rect id="svg_15" fill="currentColor" fill-opacity="0.08" height="25.02247" rx="2" stroke="null" width="94.39371" x="4.56735" y="34.92584" />
| </g>
| </svg>
| </template>
|
|