1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
| <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"
| />
| <path
| id="svg_2"
| d="m-3.37838,3.61916a4.4919,4.02457 0 0 1 4.4919,-4.02457l26.35848,0l0,66.40541l-26.35848,0a4.4919,4.02457 0 0 1 -4.4919,-4.02457l0,-58.35627z"
| fill="hsl(var(--primary))"
| stroke="null"
| />
| <rect
| id="svg_3"
| fill="#e5e5e5"
| height="2.789"
| rx="1.395"
| width="17.66"
| x="4.906"
| y="23.884"
| />
| <rect
| id="svg_4"
| fill="#ffffff"
| height="9.706"
| rx="2"
| width="9.811"
| x="8.83"
| y="5.881"
| />
| <path
| id="svg_5"
| d="m4.906,35.833c0,-0.75801 0.63699,-1.395 1.395,-1.395l14.87,0c0.75801,0 1.395,0.63699 1.395,1.395l0,-0.001c0,0.75801 -0.63699,1.395 -1.395,1.395l-14.87,0c-0.75801,0 -1.395,-0.63699 -1.395,-1.395l0,0.001z"
| fill="#ffffff"
| opacity="undefined"
| />
| <rect
| id="svg_6"
| fill="#ffffff"
| height="2.789"
| rx="1.395"
| width="17.66"
| x="4.906"
| y="44.992"
| />
| <rect
| id="svg_7"
| fill="#ffffff"
| height="2.789"
| rx="1.395"
| width="17.66"
| x="4.906"
| y="55.546"
| />
| <rect
| id="svg_8"
| fill="currentColor"
| fill-opacity="0.08"
| height="9.07027"
| rx="2"
| stroke="null"
| width="73.53879"
| x="28.97986"
| y="1.42876"
| />
| <rect
| id="svg_9"
| fill="#b2b2b2"
| height="4.4"
| rx="1"
| stroke="null"
| width="3.925"
| x="32.039"
| y="3.89903"
| />
| <rect
| id="svg_10"
| fill="#b2b2b2"
| height="4.4"
| rx="1"
| stroke="null"
| width="3.925"
| x="80.75054"
| y="3.62876"
| />
| <rect
| id="svg_11"
| fill="#b2b2b2"
| height="4.4"
| rx="1"
| stroke="null"
| width="3.925"
| x="87.58249"
| y="3.49362"
| />
| <rect
| id="svg_12"
| fill="#b2b2b2"
| height="4.4"
| rx="1"
| stroke="null"
| width="3.925"
| x="94.6847"
| y="3.62876"
| />
| <rect
| id="svg_13"
| fill="currentColor"
| fill-opacity="0.08"
| height="21.51892"
| rx="2"
| stroke="null"
| width="45.63141"
| x="56.05157"
| y="14.613"
| />
| <rect
| id="svg_14"
| fill="currentColor"
| fill-opacity="0.08"
| height="20.97838"
| rx="2"
| stroke="null"
| width="22.82978"
| x="29.38527"
| y="14.613"
| />
| <rect
| id="svg_15"
| fill="currentColor"
| fill-opacity="0.08"
| height="21.65405"
| rx="2"
| stroke="null"
| width="72.45771"
| x="28.97986"
| y="39.48203"
| />
| </g>
| </svg>
| </template>
|
|