-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSvgMi.tsx
323 lines (288 loc) · 71.9 KB
/
SvgMi.tsx
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
import Svg, { Path, SvgUri, SvgFromUri, SvgAst, SvgFromXml, SvgCssUri,SvgXml } from 'react-native-svg';
import React, { RefObject, Component } from 'react'
import { StyleSheet, Text, View, Platform,StatusBar, TextInput, FlatList, Image, Modal, Switch,AsyncStorage, Alert, AlertButton, StyleProp, ViewStyle, TextStyle, TextStyleAndroid, ImageSourcePropType, ProgressBarAndroid } from 'react-native';
import stor from "./assets/mi_xml_store.json"
const tryt = {mi1:"'t",mi2:"ezgz"}
export type SvgMiProps = {
name?:string
xmldata?:string
color? :string,
style?:StyleProp<ViewStyle>,
height?:number
width?:number,
size?:number
}
/**
* miracel's solution for svg iicons: copy the svg code and past it within the store object bellow under a unique js-friendely name, and it'll be available for use right away
*
* and use the component as follow
* @example <SvgMi color="#eee" name="push_pin" ></SvgMi>
*
* to easily find names use the exposted st object as a typing facility, and use the xmldata directely,
* @example <SvgMi color="#eee" xmldata={st.push_pin} ></SvgMi>
*
* the style property ovverides the default 20x20 size, use it for sizing nd marging and else,
*/
export default class SvgMi extends Component<SvgMiProps,SvgMiProps>{
constructor(props){
super(props)
}
render(){
return (
<SvgXml height={this.props.height||this.props.size||20}
width={this.props.width||this.props.size||20} style={ this.props.style} xml={ this.props.xmldata|| mi_xml_store[this.props.name] ||mi_xml_store["mi_no_icon"]} fill={this.props.color||'white'} />
)
}
}
const mi_xml_store = {
//last update at expo env 09feb-2022 5:52AM
catLogo4: `<svg width="150mm" height="150mm" version="1.1" viewBox="0 0 150 150" xmlns="http://www.w3.org/2000/svg"><defs><filter id="filter6579" color-interpolation-filters="sRGB"><feGaussianBlur result="fbSourceGraphic" stdDeviation="5"/><feGaussianBlur in="SourceGraphic" result="result1" stdDeviation="0.01"/><feComposite in="fbSourceGraphic" in2="result1" k2="0.5" k3="0.5" operator="arithmetic" result="result2"/><feBlend in2="fbSourceGraphic" result="result3"/></filter></defs><g transform="translate(0,-147)"><path transform="matrix(.26458 0 0 .26458 -174.3 269)" d="m895.14-232.23s-3.7109 68.581-3.7109 89.223c0 41.284 33.466 74.75 74.75 74.75 41.284 0 74.752-33.466 74.752-74.75 0-17.433-3.8496-84.572-3.8496-84.572-48.487 50.508-45.367 31.413-70.902 34.064s-71.039-38.715-71.039-38.715zm39.916 69.299a11.112 15.152 0 0 1 11.111 15.152 11.112 15.152 0 0 1-11.111 15.152 11.112 15.152 0 0 1-11.111-15.152 11.112 15.152 0 0 1 11.111-15.152zm60 0a11.112 15.152 0 0 1 11.111 15.152 11.112 15.152 0 0 1-11.111 15.152 11.112 15.152 0 0 1-11.111-15.152 11.112 15.152 0 0 1 11.111-15.152zm-32.086 37.377h4.7852v19.207c3.4592 2.6929 8.8454 3.9831 13.693 4.2598 5.167 0.29503 9.3438-0.29493 9.3438-0.29493l0.67969 4.7324s-4.6159 0.66217-10.297 0.33789c-5.1108-0.29174-11.069-1.6182-15.768-5.0273-9.7568 6.4817-23.188 7.8926-23.188 7.8926l-0.50977-4.7539s13.044-1.7778 21.26-7.3164z" fill="#fff" fill-rule="evenodd" filter="url(#filter6579)" style="paint-order:markers stroke fill"/><path d="m322.12 128.78c4.6731 7.9032 7.8338 16.31 9.5801 24.891 3.1308 15.384 1.2961 28.983-1.3178 38.667-4.6537 17.241-13.44 28.815-18.686 34.746-5.5525 6.2777-12.246 11.99-19.98 16.631-1.8666 1.1866-5.3583 3.339-9.9949 5.509-4.5021 2.1072-12.611 5.4402-23.333 7.1048l0.0132 0.10944c10.832-0.93773 19.285-3.6874 24.049-5.4857 4.9208-1.8578 8.6316-3.7508 10.666-4.856 8.1193-4.6773 15.056-10.461 20.864-16.985 5.4688-6.1431 14.538-18.118 19.335-35.983 2.6911-10.022 4.5777-24.111 1.3236-40.056-1.8159-8.898-5.09-17.621-9.9374-25.819z" display="none" fill="#fff"/><g><path d="m62.536 207.55s-0.98186 18.145-0.98186 23.607c0 10.923 8.8546 19.778 19.778 19.778s19.778-8.8546 19.778-19.778c0-4.6125-1.0185-22.376-1.0185-22.376-12.829 13.363-12.003 8.3115-18.76 9.0129s-18.796-10.243-18.796-10.243zm10.561 18.335a2.94 4.009 0 0 1 2.9399 4.0091 2.94 4.009 0 0 1-2.9399 4.009 2.94 4.009 0 0 1-2.9399-4.009 2.94 4.009 0 0 1 2.9399-4.0091zm15.875 0a2.94 4.009 0 0 1 2.9399 4.0091 2.94 4.009 0 0 1-2.9399 4.009 2.94 4.009 0 0 1-2.9399-4.009 2.94 4.009 0 0 1 2.9399-4.0091zm-8.4894 9.8893h1.2661v5.0819c0.91526 0.71249 2.3403 1.0539 3.623 1.1271 1.3671 0.0781 2.4722-0.078 2.4722-0.078l0.17984 1.2521s-1.2213 0.1752-2.7244 0.0894c-1.3522-0.0772-2.9288-0.42815-4.1718-1.3302-2.5815 1.715-6.135 2.0882-6.135 2.0882l-0.13488-1.2578s3.4513-0.47038 5.625-1.9358z" fill-rule="evenodd" style="paint-order:markers stroke fill"/><path d="m52.031 227.31-0.13867 1.0566s2.3134 0.30448 5.1621 1.2656c2.8488 0.96114 6.1955 2.5862 8.2266 5.125l0.83204-0.66602c-2.2453-2.8066-5.7664-4.4733-8.7168-5.4688s-5.3652-1.3125-5.3652-1.3125zm13.578 9.7969-11.275 1.873 0.17578 1.0508 11.275-1.873z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="m113.17 226.42s-9.5801 0.22107-15.051 10.068l0.0879 0.0488c-0.97895 0.41022-2.1324 0.79472-2.9102 1.1836l0.47461 0.95312c0.0692-0.0346 0.194-0.0724 0.26562-0.10742l0.0625 0.61914c5.2367-0.52364 12.875 0.36328 12.875 0.36328l0.125-1.0586s-6.649-0.70748-11.975-0.36719c4.4488-2.0114 11.564-4.4023 11.564-4.4023l-0.33008-1.0117s-4.3769 1.5276-8.5489 3.1738c5.2787-8.19 13.379-8.3965 13.379-8.3965z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="m61.713 255.05c-1.8378 0-3.3171 1.4793-3.3171 3.3171v11.546c0 1.8378 1.4793 3.3175 3.3171 3.3175h40.071c1.8378 0 3.3171-1.4797 3.3171-3.3175v-11.546c0-1.8378-1.4793-3.3171-3.3171-3.3171zm4.2243 5.1835h1.3448c1.8378 0 3.3171 1.4797 3.3171 3.3175v1.1232c0 1.8378-1.4793 3.3171-3.3171 3.3171h-1.3448c-1.8378 0-3.3175-1.4793-3.3175-3.3171v-1.1232c0-1.8378 1.4797-3.3175 3.3175-3.3175zm9.0238 1.4245h0.8507c1.1628 0 2.0991 0.93626 2.0991 2.0991v0.71056c0 1.1628-0.93625 2.0991-2.0991 2.0991h-0.8507c-1.1628 0-2.0991-0.93626-2.0991-2.0991v-0.71056c0-1.1628 0.93626-2.0991 2.0991-2.0991z" fill-rule="evenodd" style="paint-order:markers stroke fill"/></g><g><path d="m84.17 217.6c-1.3215-2.9009-2.5937-5.0121-3.8644-6.575-0.64854-0.7977-1.287-1.4573-1.9213-2.0114-0.94347-0.8242-1.8536-1.3936-2.7203-1.8279-0.84632-0.42404-1.6656-0.72426-2.3521-0.9751-0.79309-0.28978-1.3644-0.53388-1.9119-0.86959-0.69009-0.42315-1.2677-0.95661-1.804-1.6283-1.3632-1.7076-2.3215-4.2284-2.7183-5.2632-0.45182-1.1783-0.55116-1.4488-0.5285-1.2084 0.01682 0.17845 0.13841 0.64598 0.09761 0.53397 0.03382 0.0928-0.31954-0.94081-0.87228-3.2844a0.63531 0.63531 90 0 0-1.2367 0.29168c0.63646 2.6986 0.85096 3.2386 0.87883 3.3579 0.02786 0.11927-0.12701-0.35215-0.20806-0.51735-0.05458-0.11124-0.11607-0.0445 0.2367 1.3429 0.2664 1.0477 1.0416 3.8947 2.4298 6.0958 0.56704 0.89913 1.2509 1.7298 2.1456 2.4571 0.70721 0.57481 1.4345 1.0001 2.2769 1.4352 0.73623 0.38026 1.4367 0.68396 2.1201 1.0462 0.67533 0.35794 1.3641 0.78479 2.0797 1.4071 0.4864 0.42301 0.99653 0.94618 1.5272 1.614 1.0433 1.313 2.2027 3.1663 3.4476 5.8989z"/><path transform="translate(9.525 8.4667)" d="m22.235 185.98c4.0502-4.3741 7.8158-7.2794 9.7171-8.6832 2.0433-1.5086 3.9552-2.7516 5.4862-3.6875 1.4917-0.91189 4.0739-2.4254 7.4514-3.979 3.2529-1.4963 9.3519-4.0212 17.508-5.4776 8.7951-1.5705 25.918-2.9022 44.316 6.0078 0.399 0.19323 0.7939 0.39593 1.1887 0.59984l1.4845-2.8744c-0.41287-0.21324-0.82862-0.41957-1.243-0.62724-19.121-9.5825-37.096-8.4848-46.404-6.9841-8.6152 1.3889-15.118 3.9325-18.598 5.4484-3.6208 1.5773-6.3824 3.116-7.9938 4.0631-1.679 0.98688-3.6617 2.2464-5.8749 3.8701-2.0351 1.4931-6.0382 4.5789-10.361 9.247z"/><path transform="translate(9.525 8.4667)" d="m22.699 260.77c-4.2309-7.5074-5.7098-14.246-6.3171-17.777-0.6424-3.7344-0.78029-6.8281-0.82076-8.5569-0.04277-1.8272-0.01294-3.9543 0.17202-6.2666 0.17492-2.1868 0.61814-6.3032 2.0477-11.333 1.1009-3.8735 3.1227-9.494 6.9488-15.55 3.7376-5.9162 10.156-13.732 20.473-19.583 4.762-2.7917 12.328-6.3092 22.26-7.6756 1.9649-0.27032 3.9487-0.37619 5.9318-0.41905l-0.02219-1.0268c-2.0176 0.0436-4.0283 0.22081-6.0319 0.42611-10.148 1.0398-18.034 4.3354-23.074 7.0193-10.743 5.9133-17.514 13.909-21.495 20-4.0721 6.2299-6.2813 12.046-7.5065 16.068-1.5892 5.2171-2.1531 9.526-2.3885 11.812-0.25157 2.4435-0.32959 4.6339-0.3078 6.58 0.02062 1.8422 0.14409 5.0566 0.81986 9.0183 0.63551 3.7257 2.1945 10.834 6.66 18.758z"/></g></g></svg>`,
catLogo3: `<svg width="300mm" height="150mm" version="1.1" viewBox="0 0 300 150" xmlns="http://www.w3.org/2000/svg"><defs><filter id="filter6579" color-interpolation-filters="sRGB"><feGaussianBlur result="fbSourceGraphic" stdDeviation="5"/><feGaussianBlur in="SourceGraphic" result="result1" stdDeviation="0.01"/><feComposite in="fbSourceGraphic" in2="result1" k2="0.5" k3="0.5" operator="arithmetic" result="result2"/><feBlend in2="fbSourceGraphic" result="result3"/></filter></defs><g transform="translate(0,-147)"><path transform="matrix(.26458 0 0 .26458 -183.83 260.53)" d="m895.14-232.23s-3.7109 68.581-3.7109 89.223c0 41.284 33.466 74.75 74.75 74.75 41.284 0 74.752-33.466 74.752-74.75 0-17.433-3.8496-84.572-3.8496-84.572-48.487 50.508-45.367 31.413-70.902 34.064s-71.039-38.715-71.039-38.715zm39.916 69.299a11.112 15.152 0 0 1 11.111 15.152 11.112 15.152 0 0 1-11.111 15.152 11.112 15.152 0 0 1-11.111-15.152 11.112 15.152 0 0 1 11.111-15.152zm60 0a11.112 15.152 0 0 1 11.111 15.152 11.112 15.152 0 0 1-11.111 15.152 11.112 15.152 0 0 1-11.111-15.152 11.112 15.152 0 0 1 11.111-15.152zm-32.086 37.377h4.7852v19.207c3.4592 2.6929 8.8454 3.9831 13.693 4.2598 5.167 0.29503 9.3438-0.29493 9.3438-0.29493l0.67969 4.7324s-4.6159 0.66217-10.297 0.33789c-5.1108-0.29174-11.069-1.6182-15.768-5.0273-9.7568 6.4817-23.188 7.8926-23.188 7.8926l-0.50977-4.7539s13.044-1.7778 21.26-7.3164z" fill="#fff" fill-rule="evenodd" filter="url(#filter6579)" style="paint-order:markers stroke fill"/><path d="m322.12 128.78c4.6731 7.9032 7.8338 16.31 9.5801 24.891 3.1308 15.384 1.2961 28.983-1.3178 38.667-4.6537 17.241-13.44 28.815-18.686 34.746-5.5525 6.2777-12.246 11.99-19.98 16.631-1.8666 1.1866-5.3583 3.339-9.9949 5.509-4.5021 2.1072-12.611 5.4402-23.333 7.1048l0.0132 0.10944c10.832-0.93773 19.285-3.6874 24.049-5.4857 4.9208-1.8578 8.6316-3.7508 10.666-4.856 8.1193-4.6773 15.056-10.461 20.864-16.985 5.4688-6.1431 14.538-18.118 19.335-35.983 2.6911-10.022 4.5777-24.111 1.3236-40.056-1.8159-8.898-5.09-17.621-9.9374-25.819z" display="none" fill="#fff"/><g><path d="m53.011 199.09s-0.98186 18.145-0.98186 23.607c0 10.923 8.8546 19.778 19.778 19.778s19.778-8.8546 19.778-19.778c0-4.6125-1.0185-22.376-1.0185-22.376-12.829 13.363-12.003 8.3115-18.76 9.0129s-18.796-10.243-18.796-10.243zm10.561 18.335a2.94 4.009 0 0 1 2.9399 4.0091 2.94 4.009 0 0 1-2.9399 4.009 2.94 4.009 0 0 1-2.9399-4.009 2.94 4.009 0 0 1 2.9399-4.0091zm15.875 0a2.94 4.009 0 0 1 2.9399 4.0091 2.94 4.009 0 0 1-2.9399 4.009 2.94 4.009 0 0 1-2.9399-4.009 2.94 4.009 0 0 1 2.9399-4.0091zm-8.4894 9.8893h1.2661v5.0819c0.91526 0.71249 2.3403 1.0539 3.623 1.1271 1.3671 0.0781 2.4722-0.078 2.4722-0.078l0.17984 1.2521s-1.2213 0.1752-2.7244 0.0894c-1.3522-0.0772-2.9288-0.42815-4.1718-1.3302-2.5815 1.715-6.135 2.0882-6.135 2.0882l-0.13488-1.2578s3.4513-0.47038 5.625-1.9358z" fill-rule="evenodd" style="paint-order:markers stroke fill"/><path d="m42.506 218.84-0.13867 1.0566s2.3134 0.30448 5.1621 1.2656c2.8488 0.96114 6.1955 2.5862 8.2266 5.125l0.83204-0.66602c-2.2453-2.8066-5.7664-4.4733-8.7168-5.4688s-5.3652-1.3125-5.3652-1.3125zm13.578 9.7969-11.275 1.873 0.17578 1.0508 11.275-1.873z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="m103.64 217.95s-9.58 0.22107-15.051 10.068l0.0879 0.0488c-0.97895 0.41022-2.1324 0.79472-2.9102 1.1836l0.47461 0.95312c0.0692-0.0346 0.194-0.0724 0.26562-0.10742l0.0625 0.61914c5.2366-0.52364 12.875 0.36328 12.875 0.36328l0.125-1.0586s-6.6489-0.70748-11.975-0.36719c4.4488-2.0114 11.564-4.4023 11.564-4.4023l-0.33008-1.0117s-4.3768 1.5276-8.5488 3.1738c5.2787-8.19 13.379-8.3965 13.379-8.3965z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="m46.489 246.84c-2.216 0-3.9998 1.7838-3.9998 3.9998v13.923c0 2.216 1.7838 4.0003 3.9998 4.0003h48.318c2.216 0 3.9997-1.7843 3.9997-4.0003v-13.923c0-2.216-1.7837-3.9998-3.9997-3.9998zm5.0937 6.2503h1.6216c2.216 0 3.9998 1.7843 3.9998 4.0003v1.3544c0 2.216-1.7838 3.9998-3.9998 3.9998h-1.6216c-2.216 0-4.0003-1.7838-4.0003-3.9998v-1.3544c0-2.216 1.7843-4.0003 4.0003-4.0003zm10.881 1.7177h1.0258c1.4022 0 2.5311 1.1289 2.5311 2.5311v0.85679c0 1.4022-1.1289 2.5311-2.5311 2.5311h-1.0258c-1.4022 0-2.5311-1.129-2.5311-2.5311v-0.85679c0-1.4022 1.129-2.5311 2.5311-2.5311z" fill-rule="evenodd" style="paint-order:markers stroke fill"/></g><path d="m74.645 209.13c-1.3215-2.9009-2.5937-5.0121-3.8644-6.575-0.64854-0.7977-1.287-1.4573-1.9213-2.0114-0.94347-0.8242-1.8536-1.3936-2.7203-1.8279-0.84632-0.42404-1.6656-0.72426-2.3521-0.9751-0.79309-0.28978-1.3644-0.53388-1.9119-0.86959-0.69009-0.42315-1.2677-0.95661-1.804-1.6283-1.3632-1.7076-2.3215-4.2284-2.7183-5.2632-0.45182-1.1783-0.55116-1.4488-0.5285-1.2084 0.01682 0.17845 0.13841 0.64598 0.09761 0.53397 0.03382 0.0928-0.31954-0.94081-0.87228-3.2844a0.63531 0.63531 90 0 0-1.2367 0.29168c0.63646 2.6986 0.85096 3.2386 0.87883 3.3579 0.02786 0.11927-0.12701-0.35215-0.20806-0.51735-0.05458-0.11124-0.11607-0.0445 0.2367 1.3429 0.2664 1.0477 1.0416 3.8947 2.4298 6.0958 0.56704 0.89913 1.2509 1.7298 2.1456 2.4571 0.70721 0.57481 1.4345 1.0001 2.2769 1.4352 0.73623 0.38026 1.4367 0.68396 2.1201 1.0462 0.67533 0.35794 1.3641 0.78479 2.0797 1.4071 0.4864 0.42301 0.99653 0.94618 1.5272 1.614 1.0433 1.313 2.2027 3.1663 3.4476 5.8989z"/><path d="m22.235 185.98c4.0502-4.3741 7.8158-7.2794 9.7171-8.6832 2.0433-1.5086 3.9552-2.7516 5.4862-3.6875 1.4917-0.91189 4.0739-2.4254 7.4514-3.979 3.2529-1.4963 9.3519-4.0212 17.508-5.4776 8.7951-1.5705 25.918-2.9022 44.316 6.0078 0.399 0.19323 0.7939 0.39593 1.1887 0.59984l1.4845-2.8744c-0.41287-0.21324-0.82862-0.41957-1.243-0.62724-19.121-9.5825-37.096-8.4848-46.404-6.9841-8.6152 1.3889-15.118 3.9325-18.598 5.4484-3.6208 1.5773-6.3824 3.116-7.9938 4.0631-1.679 0.98688-3.6617 2.2464-5.8749 3.8701-2.0351 1.4931-6.0382 4.5789-10.361 9.247z"/><text x="109.96356" y="268.75964" font-family="Roboto" font-size="25.4px" letter-spacing="0px" stroke-width=".26458" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="109.96356" y="268.75964" font-family="Roboto" font-size="70.556px" font-weight="bold" stroke-width=".26458">YVDL</tspan></text></g></svg>`,
catLogo2: `<svg width="150mm" height="150mm" version="1.1" viewBox="0 0 150 150" xmlns="http://www.w3.org/2000/svg"><defs><filter id="filter6579" color-interpolation-filters="sRGB"><feGaussianBlur result="fbSourceGraphic" stdDeviation="5"/><feGaussianBlur in="SourceGraphic" result="result1" stdDeviation="0.01"/><feComposite in="fbSourceGraphic" in2="result1" k2="0.5" k3="0.5" operator="arithmetic" result="result2"/><feBlend in2="fbSourceGraphic" result="result3"/></filter></defs><g transform="translate(0,-147)"><path transform="matrix(.26458 0 0 .26458 -178.54 252.59)" d="m895.14-232.23s-3.7109 68.581-3.7109 89.223c0 41.284 33.466 74.75 74.75 74.75 41.284 0 74.752-33.466 74.752-74.75 0-17.433-3.8496-84.572-3.8496-84.572-48.487 50.508-45.367 31.413-70.902 34.064s-71.039-38.715-71.039-38.715zm39.916 69.299a11.112 15.152 0 0 1 11.111 15.152 11.112 15.152 0 0 1-11.111 15.152 11.112 15.152 0 0 1-11.111-15.152 11.112 15.152 0 0 1 11.111-15.152zm60 0a11.112 15.152 0 0 1 11.111 15.152 11.112 15.152 0 0 1-11.111 15.152 11.112 15.152 0 0 1-11.111-15.152 11.112 15.152 0 0 1 11.111-15.152zm-32.086 37.377h4.7852v19.207c3.4592 2.6929 8.8454 3.9831 13.693 4.2598 5.167 0.29503 9.3438-0.29493 9.3438-0.29493l0.67969 4.7324s-4.6159 0.66217-10.297 0.33789c-5.1108-0.29174-11.069-1.6182-15.768-5.0273-9.7568 6.4817-23.188 7.8926-23.188 7.8926l-0.50977-4.7539s13.044-1.7778 21.26-7.3164z" fill="#fff" fill-rule="evenodd" filter="url(#filter6579)" style="paint-order:markers stroke fill"/><path transform="translate(-178.54 55.592)" d="m284.13 214.83c-1.1453 0.89832-2.3158 1.7434-3.5068 2.5383-13.089 8.7358-27.697 10.576-39.868 8.9045-17.445-2.396-30.865-11.733-39.142-22.398-12.658-16.31-13.675-34.452-12.006-46.33 1.4573-10.367 5.2002-18.964 9.2794-25.471 4.1185-6.5694 9.1659-11.983 14.649-16.272 6.0096-4.6973 12.983-8.4464 20.789-10.858 7.7415-2.3913 17.497-3.8144 28.524-2.4143 12.616 1.6018 31.32 7.7418 45.211 25.34 8.346 10.522 14.926 25.353 15.122 43.325 0.14899 13.636-3.5343 29.826-14.189 44.256l0.90652 0.69181c11.293-14.328 15.67-30.774 15.991-44.931 0.4235-18.64-5.874-34.464-14.392-45.974-14.277-19.199-34.102-26.472-47.804-28.628-11.938-1.8788-22.661-0.6437-31.298 1.7949-8.7058 2.4583-16.536 6.4663-23.312 11.62-6.2023 4.7135-11.899 10.718-16.542 18.052-4.5946 7.2576-8.7805 16.848-10.404 28.42-1.8556 13.224-0.72842 33.61 13.548 51.982 9.366 12.053 24.48 22.527 44.048 25.223 13.647 1.8802 30.177-0.1481 45.071-10.06 1.3534-0.90068 2.6801-1.8613 3.9787-2.8798a3.7695 3.7695 90 0 0-4.6526-5.932z"/><path d="m322.12 128.78c4.6731 7.9032 7.8338 16.31 9.5801 24.891 3.1308 15.384 1.2961 28.983-1.3178 38.667-4.6537 17.241-13.44 28.815-18.686 34.746-5.5525 6.2777-12.246 11.99-19.98 16.631-1.8666 1.1866-5.3583 3.339-9.9949 5.509-4.5021 2.1072-12.611 5.4402-23.333 7.1048l0.0132 0.10944c10.832-0.93773 19.285-3.6874 24.049-5.4857 4.9208-1.8578 8.6316-3.7508 10.666-4.856 8.1193-4.6773 15.056-10.461 20.864-16.985 5.4688-6.1431 14.538-18.118 19.335-35.983 2.6911-10.022 4.5777-24.111 1.3236-40.056-1.8159-8.898-5.09-17.621-9.9374-25.819z" display="none" fill="#fff"/><g><path d="m58.302 191.15s-0.98186 18.145-0.98186 23.607c0 10.923 8.8546 19.778 19.778 19.778s19.778-8.8546 19.778-19.778c0-4.6125-1.0185-22.376-1.0185-22.376-12.829 13.363-12.003 8.3115-18.76 9.0129s-18.796-10.243-18.796-10.243zm10.561 18.335a2.94 4.009 0 0 1 2.9399 4.0091 2.94 4.009 0 0 1-2.9399 4.009 2.94 4.009 0 0 1-2.9399-4.009 2.94 4.009 0 0 1 2.9399-4.0091zm15.875 0a2.94 4.009 0 0 1 2.9399 4.0091 2.94 4.009 0 0 1-2.9399 4.009 2.94 4.009 0 0 1-2.9399-4.009 2.94 4.009 0 0 1 2.9399-4.0091zm-8.4894 9.8893h1.2661v5.0819c0.91526 0.71249 2.3403 1.0539 3.623 1.1271 1.3671 0.0781 2.4722-0.078 2.4722-0.078l0.17984 1.2521s-1.2213 0.1752-2.7244 0.0894c-1.3522-0.0772-2.9288-0.42815-4.1718-1.3302-2.5815 1.715-6.135 2.0882-6.135 2.0882l-0.13488-1.2578s3.4513-0.47038 5.625-1.9358z" fill-rule="evenodd" style="paint-order:markers stroke fill"/><path d="m47.798 210.91-0.13867 1.0566s2.3134 0.30448 5.1621 1.2656c2.8488 0.96114 6.1955 2.5862 8.2266 5.125l0.83204-0.66602c-2.2453-2.8066-5.7664-4.4733-8.7168-5.4688s-5.3652-1.3125-5.3652-1.3125zm13.578 9.7969-11.275 1.873 0.17578 1.0508 11.275-1.873z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="m108.94 210.02s-9.5801 0.22107-15.051 10.068l0.0879 0.0488c-0.97895 0.41022-2.1324 0.79472-2.9102 1.1836l0.47461 0.95312c0.0692-0.0346 0.194-0.0724 0.26562-0.10742l0.0625 0.61914c5.2366-0.52364 12.875 0.36328 12.875 0.36328l0.125-1.0586s-6.6489-0.70748-11.975-0.36719c4.4488-2.0114 11.564-4.4023 11.564-4.4023l-0.33008-1.0117s-4.3769 1.5276-8.5488 3.1738c5.2787-8.19 13.379-8.3965 13.379-8.3965z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="m51.781 238.9c-2.216 0-3.9998 1.7838-3.9998 3.9998v13.923c0 2.216 1.7838 4.0003 3.9998 4.0003h48.318c2.216 0 3.9998-1.7843 3.9998-4.0003v-13.923c0-2.216-1.7837-3.9998-3.9998-3.9998zm5.0937 6.2503h1.6216c2.216 0 3.9998 1.7843 3.9998 4.0003v1.3544c0 2.216-1.7838 3.9998-3.9998 3.9998h-1.6216c-2.216 0-4.0003-1.7838-4.0003-3.9998v-1.3544c0-2.216 1.7843-4.0003 4.0003-4.0003zm10.881 1.7177h1.0258c1.4022 0 2.5311 1.1289 2.5311 2.5311v0.85679c0 1.4022-1.1289 2.5311-2.5311 2.5311h-1.0258c-1.4022 0-2.5311-1.129-2.5311-2.5311v-0.85679c0-1.4022 1.129-2.5311 2.5311-2.5311z" fill-rule="evenodd" style="paint-order:markers stroke fill"/></g><path d="m79.937 201.2c-1.3215-2.9009-2.5937-5.0121-3.8644-6.575-0.64854-0.7977-1.287-1.4573-1.9213-2.0114-0.94347-0.8242-1.8536-1.3936-2.7203-1.8279-0.84632-0.42404-1.6656-0.72426-2.3521-0.9751-0.79309-0.28978-1.3644-0.53388-1.9119-0.86959-0.69009-0.42315-1.2677-0.95661-1.804-1.6283-1.3632-1.7076-2.3215-4.2284-2.7183-5.2632-0.45182-1.1783-0.55116-1.4488-0.5285-1.2084 0.01682 0.17845 0.13841 0.64598 0.09761 0.53397 0.03382 0.0928-0.31954-0.94081-0.87228-3.2844a0.63531 0.63531 90 0 0-1.2367 0.29168c0.63646 2.6986 0.85096 3.2386 0.87883 3.3579 0.02786 0.11927-0.12701-0.35215-0.20806-0.51735-0.05458-0.11124-0.11607-0.0445 0.2367 1.3429 0.2664 1.0477 1.0416 3.8947 2.4298 6.0958 0.56704 0.89913 1.2509 1.7298 2.1456 2.4571 0.70721 0.57481 1.4345 1.0001 2.2769 1.4352 0.73623 0.38026 1.4367 0.68396 2.1201 1.0462 0.67533 0.35794 1.3641 0.78479 2.0797 1.4071 0.4864 0.42301 0.99653 0.94618 1.5272 1.614 1.0433 1.313 2.2027 3.1663 3.4476 5.8989z"/></g></svg>`,
catLogoTry: `<svg width="100mm" height="100mm" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0,-197)"><g transform="matrix(.98394 .058433 -.028176 1.1158 -247.71 -48.623)" fill-opacity=".97475" fill-rule="evenodd" stroke="#4c4c4c" stroke-width="2.465"><rect x="279.03" y="217.35" width="32.072" height="32.072" style="paint-order:markers stroke fill"/><rect x="311.1" y="217.35" width="32.072" height="32.072" fill="#fefefe" style="paint-order:markers stroke fill"/><rect x="279.03" y="249.43" width="32.072" height="32.072" fill="#fefefe" style="paint-order:markers stroke fill"/><rect x="311.1" y="249.43" width="32.072" height="32.072" style="paint-order:markers stroke fill"/></g><path d="m36.452 222.2-2.7158 0.9446c1.7469 5.3631 3.4328 8.5407 5.1668 10.604s3.5304 2.9322 4.9787 3.6061c1.4483 0.67396 2.5163 1.1428 3.6954 2.6171 1.1791 1.4743 2.4732 4.0734 3.7894 8.95l2.7601-0.79596c-1.3749-5.0939-2.7764-8.0832-4.3417-10.04-1.5654-1.9573-3.2899-2.7628-4.7261-3.4311-1.4361-0.66828-2.6154-1.2103-3.9924-2.8491-1.3769-1.6388-2.9372-4.4563-4.6145-9.6057z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#fff" fill-opacity=".97475" image-rendering="auto" shape-rendering="auto" solid-color="#000000" stroke="#000" stroke-width=".69952" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/><path d="m71.435 256.67c0 10.923-8.8549 19.778-19.778 19.778s-19.778-8.8549-19.778-19.778c0-5.4615 0.98198-23.607 0.98198-23.607s12.04 10.945 18.796 10.243 5.9304 4.3506 18.759-9.0129c0 0 1.0186 17.764 1.0186 22.376z" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width="1.82" style="paint-order:markers stroke fill"/><g fill="none" stroke="#fff" stroke-width="1.065"><path d="m35.137 259.95c-4.2763-5.3454-13.736-6.5858-13.736-6.5858"/><path d="m35.137 263.15-11.276 1.8739"/><path d="m68.025 262.27c5.3454-9.6217 14.594-9.7931 14.594-9.7931"/><path d="m64.974 263.72c4.2763-2.1382 12.99-4.9822 12.99-4.9822"/><path d="m65.487 264.18c5.3454-0.53452 12.991 0.36318 12.991 0.36318"/></g><ellipse cx="43.423" cy="255.4" rx="2.94" ry="4.009" fill-opacity=".97475" fill-rule="evenodd" stroke="#fff" stroke-width="1.065" style="paint-order:markers stroke fill"/><ellipse cx="59.191" cy="256.2" rx="2.94" ry="4.009" fill-opacity=".97475" fill-rule="evenodd" stroke="#fff" stroke-width="1.065" style="paint-order:markers stroke fill"/><path d="m51.441 266.63v-5.3454m-6.1903 7.6021s3.8104-0.40989 6.1825-2.1647c2.1734 1.9844 6.8271 1.3199 6.8271 1.3199" fill="none" stroke="#000" stroke-width="1.265"/><rect transform="matrix(.99824 .059283 -.025244 .99968 0 0)" x="57.641" y="208.73" width="31.613" height="35.797" fill="#fefefe" fill-opacity=".97475" fill-rule="evenodd" stroke="#4c4c4c" stroke-width="2.5855" style="paint-order:markers stroke fill"/></g></svg>`,
facebook_icon: `<svg width="2500" height="2500" version="1.1" viewBox="0 0 266.89 266.9" xmlns="http://www.w3.org/2000/svg"><path transform="matrix(.10676 0 0 .10676 -.001 0)" d="m137.98 0c-76.219 0-137.97 61.767-137.97 137.98v2224c0 76.2 61.755 137.97 137.97 137.97h1197.3v-968.12h-325.79v-377.3h325.79v-278.25c0-322.91 197.21-498.74 485.28-498.74 137.97 0 256.57 10.277 291.13 14.867v337.45l-199.79 0.09375c-156.65 0-186.98 74.44-186.98 183.68v240.89h373.62l-48.652 377.3h-324.96v968.12h637.07v0.0098c76.191 0 137.97-61.786 137.97-137.98v-2224c0-76.219-61.785-137.98-137.97-137.98h-2224z" stroke-width="9.367"/></svg>`,
doneOutline: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M19.77 5.03l1.4 1.4L8.43 19.17l-5.6-5.6 1.4-1.4 4.2 4.2L19.77 5.03m0-2.83L8.43 13.54l-4.2-4.2L0 13.57 8.43 22 24 6.43 19.77 2.2z"/></svg>`,
doneAll: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M18 7l-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41L6 19l1.41-1.41L1.83 12 .41 13.41z"/></svg>`,
done: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>`,
phoneAndroid: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/></svg>`,
tag: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"/></svg>`,
saveAlt: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2z"/></svg>`,
titleFelds: `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><g><g><path d="M2.5,4v3h5v12h3V7h5V4H2.5z M21.5,9h-9v3h3v7h3v-7h3V9z"/></g></g></g></svg>`,
title: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M5 4v3h5.5v12h3V7H19V4z"/></svg>`,
pending: `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><path d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z M7,13.5c-0.83,0-1.5-0.67-1.5-1.5 c0-0.83,0.67-1.5,1.5-1.5s1.5,0.67,1.5,1.5C8.5,12.83,7.83,13.5,7,13.5z M12,13.5c-0.83,0-1.5-0.67-1.5-1.5 c0-0.83,0.67-1.5,1.5-1.5s1.5,0.67,1.5,1.5C13.5,12.83,12.83,13.5,12,13.5z M17,13.5c-0.83,0-1.5-0.67-1.5-1.5 c0-0.83,0.67-1.5,1.5-1.5s1.5,0.67,1.5,1.5C18.5,12.83,17.83,13.5,17,13.5z"/></g></svg>`,
autoFix: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.5 5.6L10 7 8.6 4.5 10 2 7.5 3.4 5 2l1.4 2.5L5 7zm12 9.8L17 14l1.4 2.5L17 19l2.5-1.4L22 19l-1.4-2.5L22 14zM22 2l-2.5 1.4L17 2l1.4 2.5L17 7l2.5-1.4L22 7l-1.4-2.5zm-7.63 5.29c-.39-.39-1.02-.39-1.41 0L1.29 18.96c-.39.39-.39 1.02 0 1.41l2.34 2.34c.39.39 1.02.39 1.41 0L16.7 11.05c.39-.39.39-1.02 0-1.41l-2.33-2.35zm-1.03 5.49l-2.12-2.12 2.44-2.44 2.12 2.12-2.44 2.44z"/></svg>`,
autoAwesome: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 9l1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15z"/></svg>`,
folder: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"/></svg>`,
textShort: `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24" x="0"/></g><g><g><g><path d="M4,9h16v2H4V9z M4,13h10v2H4V13z"/></g></g></g></svg>`,
CopyContent: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>`,
moviesLocal: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"/></svg>`,
audioTrack: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 3v9.28c-.47-.17-.97-.28-1.5-.28C8.01 12 6 14.01 6 16.5S8.01 21 10.5 21c2.31 0 4.2-1.75 4.45-4H15V6h4V3h-7z"/></svg>`,
new: `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24" x="0"/></g><g><g><g><path d="M20,4H4C2.89,4,2.01,4.89,2.01,6L2,18c0,1.11,0.89,2,2,2h16c1.11,0,2-0.89,2-2V6C22,4.89,21.11,4,20,4z M8.5,15H7.3 l-2.55-3.5V15H3.5V9h1.25l2.5,3.5V9H8.5V15z M13.5,10.26H11v1.12h2.5v1.26H11v1.11h2.5V15h-4V9h4V10.26z M20.5,14 c0,0.55-0.45,1-1,1h-4c-0.55,0-1-0.45-1-1V9h1.25v4.51h1.13V9.99h1.25v3.51h1.12V9h1.25V14z"/></g></g></g></svg>`,
hd: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 12H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm2-6h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-4V9zm1.5 4.5h2v-3h-2v3z"/></svg>`,
settings: `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><path d="M0,0h24v24H0V0z" fill="none"/><path d="M19.14,12.94c0.04-0.3,0.06-0.61,0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14,0.23-0.41,0.12-0.61 l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39,0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4,2.81c-0.04-0.24-0.24-0.41-0.48-0.41 h-3.84c-0.24,0-0.43,0.17-0.47,0.41L9.25,5.35C8.66,5.59,8.12,5.92,7.63,6.29L5.24,5.33c-0.22-0.08-0.47,0-0.59,0.22L2.74,8.87 C2.62,9.08,2.66,9.34,2.86,9.48l2.03,1.58C4.84,11.36,4.8,11.69,4.8,12s0.02,0.64,0.07,0.94l-2.03,1.58 c-0.18,0.14-0.23,0.41-0.12,0.61l1.92,3.32c0.12,0.22,0.37,0.29,0.59,0.22l2.39-0.96c0.5,0.38,1.03,0.7,1.62,0.94l0.36,2.54 c0.05,0.24,0.24,0.41,0.48,0.41h3.84c0.24,0,0.44-0.17,0.47-0.41l0.36-2.54c0.59-0.24,1.13-0.56,1.62-0.94l2.39,0.96 c0.22,0.08,0.47,0,0.59-0.22l1.92-3.32c0.12-0.22,0.07-0.47-0.12-0.61L19.14,12.94z M12,15.6c-1.98,0-3.6-1.62-3.6-3.6 s1.62-3.6,3.6-3.6s3.6,1.62,3.6,3.6S13.98,15.6,12,15.6z"/></g></svg>`,
radio_button_unchecked: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></svg>`,
radio_button_checked: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></svg>`,
chevron_right: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>`,
chevron_left: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>`,
label_important: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M3.5 18.99l11 .01c.67 0 1.27-.33 1.63-.84L20.5 12l-4.37-6.16c-.36-.51-.96-.84-1.63-.84l-11 .01L8.34 12 3.5 18.99z"/></svg>`,
movie: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"/></svg>`,
image: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"/></svg>`,
content_paste: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 2h-4.18C14.4.84 13.3 0 12 0c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm7 18H5V4h2v3h10V4h2v16z"/></svg>`,
play_arrow_rounded: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18c.62-.39.62-1.29 0-1.69L9.54 5.98C8.87 5.55 8 6.03 8 6.82z"/></svg>`,
play_circle_filled: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"/></svg>`,
art_track: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M22 13h-8v-2h8v2zm0-6h-8v2h8V7zm-8 10h8v-2h-8v2zm-2-8v6c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2zm-1.5 6l-2.25-3-1.75 2.26-1.25-1.51L3.5 15h7z"/></svg>`,
queue_play_next: `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24" x="0"/></g><g><g><g><path d="M21,3H3C1.89,3,1,3.89,1,5v12c0,1.1,0.89,2,2,2h5v2h8v-2h2v-2H3V5h18v8h2V5C23,3.89,22.1,3,21,3z M13,10V7h-2v3H8v2h3v3 h2v-3h3v-2H13z M24,18l-4.5,4.5L18,21l3-3l-3-3l1.5-1.5L24,18z"/></g></g></g></svg>`,
extension: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"/></svg>`,
add_task: `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><path d="M22,5.18L10.59,16.6l-4.24-4.24l1.41-1.41l2.83,2.83l10-10L22,5.18z M12,20c-4.41,0-8-3.59-8-8s3.59-8,8-8 c1.57,0,3.04,0.46,4.28,1.25l1.45-1.45C16.1,2.67,14.13,2,12,2C6.48,2,2,6.48,2,12s4.48,10,10,10c1.73,0,3.36-0.44,4.78-1.22 l-1.5-1.5C14.28,19.74,13.17,20,12,20z M19,15h-3v2h3v3h2v-3h3v-2h-3v-3h-2V15z"/></svg>`,
tune: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"/></svg>`,
mi_geers: `<svg width="24mm" height="24mm" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-54.69 -148.16)"><path d="m62.025 169.84c-0.24698-1.2285-1.2702-1.6644-2.1173-0.90176-0.77714 0.69966-1.1528 0.6739-1.8833-0.12903-0.56853-0.62496-0.57052-0.71332-0.03447-1.5272 0.74751-1.1349 0.41817-2.0488-0.82767-2.2967-0.8493-0.16901-1.0032-0.3568-1.0032-1.2243 0-0.86751 0.15388-1.0553 1.0032-1.2243 1.2506-0.24882 1.5746-1.1627 0.81901-2.3099-0.5536-0.84051-0.54823-0.90628 0.1291-1.5801 0.67734-0.67385 0.74344-0.67918 1.5883-0.12855 1.1571 0.75421 2.0998 0.42162 2.3781-0.83903 0.19779-0.89586 0.34548-0.99991 1.2899-0.90872 0.8762 0.0845 1.0854 0.26503 1.1719 1.0109 0.1344 1.1587 1.1184 1.4844 2.252 0.74549 0.81812-0.53327 0.90695-0.53128 1.5352 0.0342 0.80719 0.7267 0.83307 1.1004 0.12978 1.8735-0.81176 0.89235-0.32627 1.8726 1.0551 2.1304 1.0101 0.1884 1.1705 0.34956 1.1705 1.1752 0 0.96272-0.49387 1.3646-1.6769 1.3646-0.8443 0-1.0941 1.2626-0.4448 2.2484 0.50514 0.76695 0.49451 0.86359-0.16736 1.522-0.66188 0.65846-0.75903 0.66904-1.53 0.16638-1.1223-0.73156-2.1953-0.40075-2.3254 0.71701-0.08527 0.73279-0.29786 0.90834-1.2053 0.99531-0.9893 0.0948-1.1226 2e-3 -1.3067-0.91401zm2.7615-4.552c0.90374-0.89907 1.0224-1.5478 0.4707-2.5733-1.2428-2.3101-4.9797-0.5932-4.0431 1.8576 0.62911 1.6461 2.3005 1.981 3.5724 0.71569zm5.4368-5.4614c-0.49028-0.12544-0.58469-0.37048-0.43322-1.1239 0.21711-1.0799-0.22357-1.5247-1.3652-1.378-0.46283 0.0594-0.87375-0.16016-1.1054-0.59066-0.30253-0.56236-0.24609-0.76147 0.31454-1.1098 0.86054-0.53461 0.87597-1.3875 0.03591-1.9857-0.90977-0.64784-0.36716-2.1252 0.6613-1.8004 0.95255 0.30077 1.7148-0.40008 1.4739-1.3551-0.28442-1.1274 1.156-1.5535 1.8312-0.5418 0.60738 0.91003 1.1975 0.91003 1.8049 0 0.35427-0.53081 0.67092-0.65573 1.2215-0.48188 0.58802 0.18577 0.72599 0.45815 0.66056 1.3045-0.07754 1.0031-0.01341 1.0696 1.0286 1.0658 1.4919-5e-3 1.8755 1.1964 0.69847 2.1884l-0.79664 0.67143 0.78636 0.66312c1.1044 0.93132 0.83312 1.8166-0.62133 2.0279-1.0805 0.15704-1.1715 0.25828-1.0977 1.2218 0.06425 0.83848-0.07211 1.0918-0.67545 1.255-0.53288 0.14411-0.8927 7e-3 -1.2193-0.46579-0.5908-0.85466-1.2731-0.85402-1.8103 2e-3 -0.232 0.36958-0.49925 0.65441-0.59388 0.63299-0.09463-0.0216-0.45416-0.11132-0.79896-0.19942zm3.954-5.15c-0.01221-0.67241-0.22972-0.97115-0.52394-1.2638-0.64482-0.64149-1.9803-0.36498-2.4463 0.34353-0.46592 0.70851-0.26389 1.4524 0.14972 1.9411s1.0216 0.77868 1.9496 0.36376c0.61414-0.268 0.80187-0.75828 0.87088-1.3846z"/></g></svg>`,
data_usage: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95zM12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"/></svg>`,
mi_cleaner: `<svg width="24mm" height="24mm" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-54.69 -148.16)"><g transform="matrix(.15745 .05587 -.063615 .16226 64.966 130.41)"><path d="m123.64 193.35c-0.67648 5.6625-0.92789 13.94-7.4905 17.081-6.5626 3.1411-25.801 4.3291-36.838 4.0135-13.446-0.38454-20.452-0.57903-34.275-4.143-1.6047-1.007 1.8985-11.361-1.7845-19.007-1.1625-8e-3 0.10858 12.267-3.4448 16.704-1.0776 1.3455-5.4692-2.1006-5.4692-2.1006s1.4972-3.5078 1.6817-12.466 0.49924-19.742 0.49924-19.742l88.599-0.59644s0.20739 3.4368 0.0193 5.9581-1.4967 14.299-1.4967 14.299zm-70.72-57.264c3.0299 5e-3 17.91 0.27156 17.91 0.27156l1.069-38.399s-0.32195-6.9455 9.8608-7.3442c8.7756-0.0011 9.3832 7.3408 9.3832 7.3408l3.47e-4 38.131s14.034 0.0226 18.245 0.0475c8.5693 0.43565 15.753 8.356 15.348 16.831-0.0753 6.3067-0.13314 16.464-0.13314 16.464s-8.4026 0.54689-16.786 0c-18.55-0.0315-37.104 0.0639-55.652-0.0473-8.5693-0.43565-15.875 0-15.875 0s-0.1589-12.626 0.13314-18.924c0.87468-8.0394 8.3502-14.523 16.498-14.371z" fill-rule="evenodd" style="paint-order:markers stroke fill"/></g></g></svg> `,
delete_sweep: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M15 16h4v2h-4zm0-8h7v2h-7zm0 4h6v2h-6zM3 18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V8H3v10zM14 5h-3l-1-1H6L5 5H2v2h12z"/></svg>`,
clear_all: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M5 13h14v-2H5v2zm-2 4h14v-2H3v2zM7 7v2h14V7H7z"/></svg>`,
add_link: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0" fill="none"/><path d="M8 11h8v2H8zm12.1 1H22c0-2.76-2.24-5-5-5h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1zM3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM19 12h-2v3h-3v2h3v3h2v-3h3v-2h-3z"/></svg>`,
share: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z"/></svg>`,
search: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>`,
menu: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></svg>`,
expand_less: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/></svg>`,
expand_more: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></svg>`,
sort: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z"/></svg>`,
cancel: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/></svg>`,
delete: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/></svg>`,
play_arrow: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M8 5v14l11-7z"/></svg>`,
info: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>`,
announcement: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 9h-2V5h2v6zm0 4h-2v-2h2v2z"/></svg>`,
open_in_new: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/></svg>`,
more_vert: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></svg>`,
more_horiz: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></svg>`,
yvdl_fb_64: `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><path d="M22,12c0-5.52-4.48-10-10-10S2,6.48,2,12c0,4.84,3.44,8.87,8,9.8V15H8v-3h2V9.5C10,7.57,11.57,6,13.5,6H16v3h-2 c-0.55,0-1,0.45-1,1v2h3v3h-3v6.95C18.05,21.45,22,17.19,22,12z"/></svg>`,
yvdl_instagram_64: `<svg width="64mm" height="64mm" version="1.1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0,-233)"><g transform="translate(-520.59 171.08)"><g transform="matrix(.26432 0 0 .26432 -401.2 -177.79)"><path d="m0 0.79h2498v2498h-2498z" fill="none"/><g transform="matrix(.4578 0 0 .4578 3499.6 893.05)"><g transform="matrix(.54234 0 0 .54234 87.066 -362.34)"><path d="m76.979 1617.9c-110.76-5.5924-206.21-104.07-204.74-215.65-2.974-138.72-6.2604-277.93 2.6877-416.4 12.937-106.92 117.24-190.2 223.99-185 135.06-2.5169 270.55-5.5707 405.39 3.0999 105.82 13.109 191.62 114.59 186.53 221.41 2.4036 135.96 5.3892 272.33-3.153 408.08-10.547 83.943-80.927 154.85-160.1 178.3-139.77 15.636-281.04 8.8984-421.43 7.7164-9.7346-0.3581-19.472-0.7437-29.182-1.5531zm422.23-74.993c72.759-12.269 125.42-84.131 119.03-157.02 1.7262-129.01 3.9216-258.27-1.6373-387.17-9.5988-80.14-90.323-134.21-168.14-125.92-127.78-0.46113-255.88-4.3637-383.48 2.9393-79.174 12.371-129.96 93.055-121.47 170.03 0.72831 128.48-5.3946 257.46 4.5048 385.63 13.271 66.922 80.238 118.38 148.59 114 133.93 5.934 268.79 5.134 402.61-2.4862z" stroke-width="3.9605"/><path d="m534.27 988.72c2.5342 43.641-63.914 59.614-81.455 19.537-21.682-37.136 28.64-81.411 62.704-55.084 11.608 7.8249 18.847 21.55 18.751 35.548z" fill-rule="evenodd" style="paint-order:markers stroke fill"/><path d="m437.72 1210.8c3.7366 98.411-103.78 177.51-196.6 144.97-95.057-25.531-139.02-151.57-80.401-230.66 52.484-83.299 185.87-88.023 244.12-8.645 21.181 26.551 32.965 60.372 32.881 94.331zm72.572-0.2844c5.5237 145.48-153.41 262.4-290.62 214.31-140.52-37.742-205.5-224.06-118.85-340.98 77.584-123.14 274.77-130.12 360.87-12.78 31.31 39.249 48.731 89.245 48.606 139.45z" fill-rule="evenodd" style="paint-order:markers stroke fill"/></g><rect x="-22.331" y="37.859" width="528.9" height="528.9" fill="none" style="paint-order:markers stroke fill"/></g></g></g></g></svg> `,
yvdl_youtube_64 : `<svg width="64mm" height="64mm" version="1.1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0,-233)"><g transform="translate(-520.59 171.08)"><g transform="matrix(.26432 0 0 .26432 -401.2 -177.79)"><path d="m-354.64 4818.5v0.11c1.5 55.5 2 111.32 11.32 166.47 9.92 58.35 24.1 115.25 51.15 168.21q54.86 107.52 150.21 181.66c45.52 35.5 95.25 63.69 150.3 81.47 80.26 25.89 163.07 35.81 247.09 36.3 52.42 0.33 104.81 1.64 157.25 1.42 380.82-1.6 761.65 2.75 1142.5-2.35 50.53-0.68 100.24-6.85 149.84-15.92 95.06-17.4 179.07-58 250.95-122.09 83.77-74.71 140.29-166.16 165.81-276.52 16.69-72.14 20.87-145.32 21.58-218.77v-14.65c0-5.68-2.16-1247.9-2.36-1264.3-0.55-45.1-3.88-89.87-12.33-134.25-10.29-54.08-24.82-106.78-50.71-155.7-27.35-51.7-61.6-98.17-104-138.79-64.89-62.23-139.78-106.23-227-129.51-78.74-21-159.07-25.68-240-25.6a2.45 2.45 0 0 1-0.45-1.24h-1224.7c0 0.42 0 0.83-0.07 1.24-45.93 0.84-91.92 0.49-137.61 6.16-50.05 6.22-99.63 15.59-147 33.09-74.62 27.6-139.46 70.59-194.84 128-62.75 65-107 140.22-130.44 227.79-20.95 78.13-25.51 157.81-25.62 238.06" /><path d="m0 0.79h2498v2498h-2498z" fill="none"/><rect x="3488.8" y="907.35" width="242.13" height="242.13" fill="none" style="paint-order:markers stroke fill"/><path d="m3614.3 1112.9-49.019-0.8966c-15.871-0.3124-31.782 0.3114-47.342-2.9251-23.67-4.8356-25.346-28.545-27.101-48.433-2.4177-27.959-1.4817-56.426 3.0808-84.152 2.5757-15.557 12.712-24.84 28.388-25.851 52.916-3.6661 106.19-3.2315 158.99-1.5212 5.5762 0.15689 11.191 1.0138 16.69 1.9893 27.142 4.7576 27.804 31.626 29.563 54.244 1.7546 22.851 1.0137 45.82-2.3399 68.515-2.6907 18.791-7.8386 34.551-29.563 36.072-27.22 1.9892-53.814 3.5907-81.11 3.0809 0-0.1209-0.1556-0.1209-0.2336-0.1209zm-28.817-47.575c20.512-11.777 40.633-23.358 61.027-35.056-20.55-11.777-40.633-23.358-61.027-35.056z" stroke-width=".11969"/></g></g></g></svg> `,
add:`<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg>`,
add_circle: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/></svg>`,
file_download:`<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/></svg>`,
warning:`<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/></svg>`,
error:`<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></svg>`,
menu_rounded : `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"/></svg>`,
arrow_tight_rounded: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M11.71 15.29l2.59-2.59c.39-.39.39-1.02 0-1.41L11.71 8.7c-.63-.62-1.71-.18-1.71.71v5.17c0 .9 1.08 1.34 1.71.71z"/></svg>`,
arrow_right: `<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M10 17l5-5-5-5v10z"/><path d="M0 24V0h24v24H0z" fill="none"/></svg>`,
link:`<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/></svg>`,
x_by_yass : `<svg width="24.2mm" height="24.2mm" version="1.1" viewBox="0 0 24.2 24.2" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-8.9714 -51.971)"><g transform="translate(-214.36 -85.367)"><g transform="translate(0 -6.8036)"><rect x="223.44" y="144.24" width="24" height="24" fill="none" opacity=".949" style="paint-order:markers stroke fill"/><g transform="matrix(.14516 0 0 .14516 330.86 115.64)"><path d="m-729.05 209.24c-5.0558 4.877-3.3314 13.234 2.016 17.12 18.098 18.098 36.197 36.197 54.295 54.295-18.932 18.97-37.942 37.866-56.825 56.882-5.7979 6.2511-0.96577 17.624 7.5586 17.789 7.2903 0.50323 11.134-6.5463 15.983-10.719 16.206-16.206 32.412-32.412 48.618-48.618 18.97 18.932 37.866 37.942 56.882 56.825 6.2516 5.7974 17.624 0.9644 17.788-7.56 0.50263-7.2896-6.5461-11.133-10.719-15.982l-48.618-48.618c18.932-18.97 37.941-37.866 56.825-56.882 5.7984-6.2507 0.96709-17.623-7.5573-17.79-7.2909-0.5038-11.135 6.5466-15.985 10.72-16.206 16.206-32.412 32.412-48.618 48.618-18.969-18.933-37.867-37.94-56.881-56.826-4.1876-3.6515-10.964-3.3098-14.764 0.74518z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/></g></g></g></g></svg> `,
push_pin:`<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20"/></g><g><g><path d="M15,10c-1.1,0-2-0.9-2-2V4h0.5C13.78,4,14,3.78,14,3.5C14,3.22,13.78,3,13.5,3h-7C6.22,3,6,3.22,6,3.5 C6,3.78,6.22,4,6.5,4H7v4c0,1.1-0.9,2-2,2v1h4.5v5.5L10,17l0.5-0.5V11H15V10z"/></g></g></svg>`,
yass_chk_small : `<?xml version="1.0" encoding="UTF-8"?>
<svg width="24.2mm" height="24.2mm" version="1.1" viewBox="0 0 24.2 24.2" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(-8.9714 -51.971)">
<g transform="translate(-214.36 -85.367)">
<g transform="translate(0 -6.8036)">
<path d="m245 145.05c-0.1265-7.2e-4 -0.7609 0.50369-1.0041 0.69667-0.5159 0.40934-0.64178 0.53913-0.83546 0.72481-1.3175 1.2275-2.6572 2.4872-3.871 3.882-1.5538 1.7856-3.1352 3.6227-4.446 5.5858-1.2681 1.8991-2.4033 3.8559-3.3687 5.8213-1.8475-3.5736-3.7679-5.8419-3.7679-5.8419-1.0539-1.3658-1.2159-1.0374-2.1415-0.0163-0.38127 0.57908-0.80886 1.1307-0.17158 2.1243 0 0 1.2177 1.3435 2.5745 3.6383 0.71045 1.2017 1.459 2.6642 2.0909 4.3313 0.49273 1.2985 2.3256 1.3099 2.8344 0.0176 0.97145-2.4705 2.3051-5.0182 3.8921-7.4949 1.27-1.982 2.638-3.983 4.1767-5.7983 1.2748-1.504 2.494-2.989 3.8833-4.2833 0.14563-0.13187 0.73977-0.74109 0.96768-1.0058 0.2303-0.26754 0.46703-0.60216 0.69714-0.86702-1.5839 0.85622-1.6939 0.72041-1.6939 0.72041s0.34095-0.79701 0.67072-1.6726c-1.677 1.369-1.4459 1.2315-1.7478 1.312 0 0 0.7701-1.0482 1.2604-1.8743z" color="#000000" color-rendering="auto" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;paint-order:markers stroke fill;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
<rect x="223.44" y="144.24" width="24" height="24" fill="none" opacity=".949" style="paint-order:markers stroke fill"/>
</g>
</g>
</g>
</svg>
`,
double_arrow : `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20"/></g><g><polygon points="9.21,15 12.43,15 16,10 12.43,5 9.21,5 12.79,10"/><polygon points="4.21,15 7.43,15 11,10 7.43,5 4.21,5 7.79,10"/></g></svg>`,
pin2:`<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/>
</svg>`,
pin:`
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="176.42352mm"
height="180.40218mm"
viewBox="0 0 176.42352 180.40217"
version="1.1"
id="svg8"
sodipodi:docname="plus_by_yass.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<defs
id="defs2">
<linearGradient
id="linearGradient857"
inkscape:collect="always">
<stop
id="stop853"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop855"
offset="1"
style="stop-color:#000000;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient845">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop841" />
<stop
style="stop-color:#000000;stop-opacity:0.46969697"
offset="1"
id="stop843" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient845"
id="linearGradient847"
x1="-168.80377"
y1="169.92064"
x2="-125.13077"
y2="159.66837"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient857"
id="linearGradient851"
gradientUnits="userSpaceOnUse"
x1="-100.14587"
y1="291.29123"
x2="83.852493"
y2="291.29123"
gradientTransform="translate(220.76463,198.31399)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient857"
id="linearGradient863"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(473.06707,24.054258)"
x1="-100.14587"
y1="291.29123"
x2="83.852493"
y2="291.29123" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="234.39181"
inkscape:cy="481.99842"
inkscape:document-units="mm"
inkscape:current-layer="g825"
showgrid="false"
inkscape:window-width="1366"
inkscape:window-height="716"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:object-paths="true" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-191.09709,-140.83267)">
<g
id="g821"
style="fill:#000000;fill-opacity:1"
transform="translate(0,-6.8035714)">
<g
id="g825">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:49.13385773;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 371.05859,251.88867 a 24.569386,24.569386 0 0 0 -24.19921,24.91406 V 456.52148 H 167.14062 a 24.569386,24.569386 0 1 0 0,49.13477 H 346.85938 V 685.375 a 24.569386,24.569386 0 1 0 49.13476,0 V 505.65625 h 179.71875 a 24.569386,24.569386 0 1 0 0,-49.13477 H 395.99414 V 276.80273 a 24.569386,24.569386 0 0 0 -24.93555,-24.91406 z"
transform="matrix(0.26458333,0,0,0.26458333,0,6.8035714)"
id="path815"
inkscape:connector-curvature="0" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#linearGradient847);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m -125.97656,130.74219 c -3.24817,-0.0181 -6.37586,1.22876 -8.72071,3.47656 -10.84004,10.09913 -21.33328,20.99286 -31.31932,32.46845 -12.78381,14.6907 -24.7364,30.33499 -35.52121,46.48655 -10.4331,15.62482 -19.77336,31.72438 -27.71611,47.89461 -15.20023,-29.40194 -31.52929,-47.53516 -31.52929,-47.53516 -4.6226,-5.20091 -12.6022,-5.62641 -17.75168,-0.9466 -5.14948,4.67981 -5.48675,12.66363 -0.75028,17.76106 0,0 10.01903,11.05339 21.18212,29.93462 5.84526,9.88667 12.0042,21.9196 17.20265,35.63569 4.05398,10.68377 19.13422,10.77723 23.32031,0.14453 7.9926,-20.3259 18.96527,-41.28692 32.02252,-61.66465 10.44904,-16.30721 22.23302,-32.24089 34.89305,-47.17661 10.48846,-12.3738 21.5782,-24.06264 33.00826,-34.71147 8.453,-7.65454 3.08324,-21.70289 -8.32031,-21.76758 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccssccscsccsscc" />
<path
sodipodi:nodetypes="cscssccccsccsscsssssssssssc"
inkscape:connector-curvature="0"
id="path849"
d="m 102.79004,321.89598 c -1.04073,-0.006 -6.260322,4.14406 -8.261432,5.73184 -4.244478,3.36777 -5.280198,4.43565 -6.873749,5.96325 -10.84004,10.09913 -21.862447,20.4637 -31.848487,31.93929 -12.783809,14.6907 -25.794732,29.80582 -36.579543,45.95738 -10.4330995,15.62482 -19.7733595,31.72438 -27.7161095,47.89461 -15.2002305,-29.40194 -31.0001245,-48.06432 -31.0001245,-48.06432 -8.670896,-11.23711 -10.004304,-8.53477 -17.619388,-0.13396 -3.136915,4.76431 -6.654926,9.30309 -1.411738,17.47758 0,0 10.01903,11.05339 21.18212,29.93462 5.84526,9.88667 12.0042,21.9196 17.20265,35.63569 4.05398,10.68377 19.1342205,10.77723 23.3203105,0.14453 7.9925995,-20.3259 18.9652695,-41.28692 32.0225205,-61.66465 10.449039,-16.30721 21.703852,-32.77006 34.363882,-47.70578 10.48846,-12.3738 20.519867,-24.5918 31.949928,-35.24063 1.1981,-1.08493 11.56544,-12.11084 13.44054,-14.28895 1.89494,-2.20115 -7.51018,5.65588 -5.61693,3.4768 17.19687,-19.79319 3.69206,-6.5378 3.4361,-8.07465 -0.20462,-1.22863 -0.89805,-0.84861 -4.36701,0.61061 -0.62395,0.26246 -1.25515,0.52927 -1.87723,0.78634 -1.61934,0.6692 9.10743,-7.8935 7.90092,-7.60458 -0.90402,0.21648 -13.89524,9.42242 -14.2836,9.18151 -0.430064,-0.26678 5.09043,-6.6422 5.60712,-8.08574 0.37832,-1.05693 -4.38071,2.98491 -3.83937,1.72165 0.2842,-0.66322 0.5708,-1.33014 0.83873,-1.9748 0.50147,-1.20661 -8.039428,5.88575 -7.806993,5.00538 0.288259,-1.0918 8.438493,-8.61961 7.836883,-8.62302 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#linearGradient851);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path859"
d="m -470.65959,304.02502 a 6.50065,6.50065 0 0 0 0.13374,9.18854 l 33.62334,33.62334 -33.62334,33.62334 a 6.50065,6.50065 0 1 0 9.19255,9.19256 l 33.62335,-33.62334 33.62334,33.62334 a 6.50065,6.50065 0 1 0 9.19256,-9.19256 l -33.62334,-33.62334 33.62333,-33.62334 a 6.50065,6.50065 0 1 0 -9.19255,-9.19255 l -33.62334,33.62333 -33.62334,-33.62334 a 6.50065,6.50065 0 0 0 -9.3263,0.004 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#linearGradient863);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 355.09248,147.63625 c -1.04073,-0.006 -6.26032,4.14406 -8.26143,5.73184 -4.24448,3.36777 -5.2802,4.43565 -6.87375,5.96325 -10.84004,10.09913 -21.86245,20.4637 -31.84849,31.93929 -12.78381,14.6907 -25.79473,29.80582 -36.57954,45.95738 -10.4331,15.62482 -19.77336,31.72438 -27.71611,47.89461 -15.20023,-29.40194 -31.00013,-48.06432 -31.00013,-48.06432 -8.67089,-11.23711 -10.0043,-8.53477 -17.61939,-0.13396 -3.13691,4.76431 -6.65492,9.30309 -1.41173,17.47758 0,0 10.01903,11.05339 21.18212,29.93462 5.84526,9.88667 12.0042,21.9196 17.20265,35.63569 4.05398,10.68377 19.13422,10.77723 23.32031,0.14453 7.9926,-20.3259 18.96527,-41.28692 32.02252,-61.66465 10.44904,-16.30721 21.70385,-32.77006 34.36388,-47.70578 10.48846,-12.3738 20.51987,-24.5918 31.94993,-35.24063 1.1981,-1.08493 6.08641,-6.09728 7.96151,-8.27539 1.89494,-2.20115 3.84254,-4.95431 5.73579,-7.13339 -13.03135,7.04453 -13.93634,5.92721 -13.93634,5.92721 0,0 2.80516,-6.55744 5.51838,-13.76114 -13.7973,11.26358 -11.89639,10.13238 -14.38021,10.79431 0,0 6.33608,-8.62416 10.37003,-15.42105 z"
id="path861"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cscssccccsccsscsccccc" />
</g>
</g>
</g>
</svg>
`,
mi_no_icon : `<svg height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0z" />
</svg>`
}
export const st = mi_xml_store