icondata_ch/
lib.rs

1//! This crate provides a collection of icons in the form of SVG data
2//! from the [__Charm__](https://github.com/jaynewey/charm-icons) icon set.
3
4#[allow(non_upper_case_globals)]
5#[doc(hidden)]
6pub static ChAnchor: &icondata_core::IconData = &icondata_core::IconData {
7    style: None,
8    x: None,
9    y: None,
10    width: Some("16"),
11    height: Some("16"),
12    view_box: Some("0 0 16 16"),
13    stroke_linecap: Some("round"),
14    stroke_linejoin: Some("round"),
15    stroke_width: Some("1.5"),
16    stroke: Some("currentColor"),
17    fill: Some("none"),
18    data: r###"<path d="m8 5.75v8.25m-4.75-6.25h-1.5c0 4 2.5 6.5 6.25 6.5s6.25-2.5 6.25-6.5h-1.5" />
19<circle cx="8" cy="3.5" r="1.75" />"###
20};
21#[allow(non_upper_case_globals)]
22#[doc(hidden)]
23pub static ChApps: &icondata_core::IconData = &icondata_core::IconData {
24    style: None,
25    x: None,
26    y: None,
27    width: Some("16"),
28    height: Some("16"),
29    view_box: Some("0 0 16 16"),
30    stroke_linecap: Some("round"),
31    stroke_linejoin: Some("round"),
32    stroke_width: Some("1.5"),
33    stroke: Some("currentColor"),
34    fill: Some("none"),
35    data: r###"<rect width="4.5" height="4.5" x="1.75" y="1.75" />
36<rect width="4.5" height="4.5" x="1.75" y="9.75" />
37<rect width="4.5" height="4.5" x="9.75" y="9.75" />
38<rect width="4.5" height="4.5" x="9.75" y="1.75" />"###
39};
40#[allow(non_upper_case_globals)]
41#[doc(hidden)]
42pub static ChAppsMinus: &icondata_core::IconData = &icondata_core::IconData {
43    style: None,
44    x: None,
45    y: None,
46    width: Some("16"),
47    height: Some("16"),
48    view_box: Some("0 0 16 16"),
49    stroke_linecap: Some("round"),
50    stroke_linejoin: Some("round"),
51    stroke_width: Some("1.5"),
52    stroke: Some("currentColor"),
53    fill: Some("none"),
54    data: r###"<rect x="1.75" y="1.75" width="4.5" height="4.5" />
55<rect x="1.75" y="9.75" width="4.5" height="4.5" />
56<rect x="9.75" y="9.75" width="4.5" height="4.5" />
57<path d="m14.8 3.75h-5" />"###
58};
59#[allow(non_upper_case_globals)]
60#[doc(hidden)]
61pub static ChAppsPlus: &icondata_core::IconData = &icondata_core::IconData {
62    style: None,
63    x: None,
64    y: None,
65    width: Some("16"),
66    height: Some("16"),
67    view_box: Some("0 0 16 16"),
68    stroke_linecap: Some("round"),
69    stroke_linejoin: Some("round"),
70    stroke_width: Some("1.5"),
71    stroke: Some("currentColor"),
72    fill: Some("none"),
73    data: r###"<rect x="1.75" y="1.75" width="4.5" height="4.5" />
74<rect x="1.75" y="9.75" width="4.5" height="4.5" />
75<rect x="9.75" y="9.75" width="4.5" height="4.5" />
76<path d="m14.8 3.75h-5m2.5-2.5v5" />"###
77};
78#[allow(non_upper_case_globals)]
79#[doc(hidden)]
80pub static ChArchive: &icondata_core::IconData = &icondata_core::IconData {
81    style: None,
82    x: None,
83    y: None,
84    width: Some("16"),
85    height: Some("16"),
86    view_box: Some("0 0 16 16"),
87    stroke_linecap: Some("round"),
88    stroke_linejoin: Some("round"),
89    stroke_width: Some("1.5"),
90    stroke: Some("currentColor"),
91    fill: Some("none"),
92    data: r###"<rect height="3.5" width="12.5" y="2.75" x="1.75" />
93<path d="m6.75 9.25h2.5m-6.5-2.5v7.5h10.5v-7.5" />"###
94};
95#[allow(non_upper_case_globals)]
96#[doc(hidden)]
97pub static ChArrowDown: &icondata_core::IconData = &icondata_core::IconData {
98    style: None,
99    x: None,
100    y: None,
101    width: Some("16"),
102    height: Some("16"),
103    view_box: Some("0 0 16 16"),
104    stroke_linecap: Some("round"),
105    stroke_linejoin: Some("round"),
106    stroke_width: Some("1.5"),
107    stroke: Some("currentColor"),
108    fill: Some("none"),
109    data: r###"<path d="m3.25 8.75 4.5 4.5 4.5-4.5m-4.5-6v10.5" />"###
110};
111#[allow(non_upper_case_globals)]
112#[doc(hidden)]
113pub static ChArrowDownLeft: &icondata_core::IconData = &icondata_core::IconData {
114    style: None,
115    x: None,
116    y: None,
117    width: Some("16"),
118    height: Some("16"),
119    view_box: Some("0 0 16 16"),
120    stroke_linecap: Some("round"),
121    stroke_linejoin: Some("round"),
122    stroke_width: Some("1.5"),
123    stroke: Some("currentColor"),
124    fill: Some("none"),
125    data: r###"<path d="m10.75 11.75h-6.5v-6.5m7.5-1-7.5 7.5" />"###
126};
127#[allow(non_upper_case_globals)]
128#[doc(hidden)]
129pub static ChArrowDownRight: &icondata_core::IconData = &icondata_core::IconData {
130    style: None,
131    x: None,
132    y: None,
133    width: Some("16"),
134    height: Some("16"),
135    view_box: Some("0 0 16 16"),
136    stroke_linecap: Some("round"),
137    stroke_linejoin: Some("round"),
138    stroke_width: Some("1.5"),
139    stroke: Some("currentColor"),
140    fill: Some("none"),
141    data: r###"<path d="m5.25 11.75h6.5v-6.5m-7.5-1 7.5 7.5" />"###
142};
143#[allow(non_upper_case_globals)]
144#[doc(hidden)]
145pub static ChArrowLeft: &icondata_core::IconData = &icondata_core::IconData {
146    style: None,
147    x: None,
148    y: None,
149    width: Some("16"),
150    height: Some("16"),
151    view_box: Some("0 0 16 16"),
152    stroke_linecap: Some("round"),
153    stroke_linejoin: Some("round"),
154    stroke_width: Some("1.5"),
155    stroke: Some("currentColor"),
156    fill: Some("none"),
157    data: r###"<path d="m7.25 3.75-4.5 4.5 4.5 4.5m6-4.5h-10.5" />"###
158};
159#[allow(non_upper_case_globals)]
160#[doc(hidden)]
161pub static ChArrowRight: &icondata_core::IconData = &icondata_core::IconData {
162    style: None,
163    x: None,
164    y: None,
165    width: Some("16"),
166    height: Some("16"),
167    view_box: Some("0 0 16 16"),
168    stroke_linecap: Some("round"),
169    stroke_linejoin: Some("round"),
170    stroke_width: Some("1.5"),
171    stroke: Some("currentColor"),
172    fill: Some("none"),
173    data: r###"<path d="m8.75 3.25 4.5 4.5-4.5 4.5m-6-4.5h10.5" />"###
174};
175#[allow(non_upper_case_globals)]
176#[doc(hidden)]
177pub static ChArrowUp: &icondata_core::IconData = &icondata_core::IconData {
178    style: None,
179    x: None,
180    y: None,
181    width: Some("16"),
182    height: Some("16"),
183    view_box: Some("0 0 16 16"),
184    stroke_linecap: Some("round"),
185    stroke_linejoin: Some("round"),
186    stroke_width: Some("1.5"),
187    stroke: Some("currentColor"),
188    fill: Some("none"),
189    data: r###"<path d="m3.75 7.25 4.5-4.5 4.5 4.5m-4.5 6v-10.5" />"###
190};
191#[allow(non_upper_case_globals)]
192#[doc(hidden)]
193pub static ChArrowUpLeft: &icondata_core::IconData = &icondata_core::IconData {
194    style: None,
195    x: None,
196    y: None,
197    width: Some("16"),
198    height: Some("16"),
199    view_box: Some("0 0 16 16"),
200    stroke_linecap: Some("round"),
201    stroke_linejoin: Some("round"),
202    stroke_width: Some("1.5"),
203    stroke: Some("currentColor"),
204    fill: Some("none"),
205    data: r###"<path d="m10.75 4.25h-6.5v6.5m7.5 1-7.5-7.5" />"###
206};
207#[allow(non_upper_case_globals)]
208#[doc(hidden)]
209pub static ChArrowUpRight: &icondata_core::IconData = &icondata_core::IconData {
210    style: None,
211    x: None,
212    y: None,
213    width: Some("16"),
214    height: Some("16"),
215    view_box: Some("0 0 16 16"),
216    stroke_linecap: Some("round"),
217    stroke_linejoin: Some("round"),
218    stroke_width: Some("1.5"),
219    stroke: Some("currentColor"),
220    fill: Some("none"),
221    data: r###"<path d="m5.25 4.25h6.5v6.5m-7.5 1 7.5-7.5" />"###
222};
223#[allow(non_upper_case_globals)]
224#[doc(hidden)]
225pub static ChAtSign: &icondata_core::IconData = &icondata_core::IconData {
226    style: None,
227    x: None,
228    y: None,
229    width: Some("16"),
230    height: Some("16"),
231    view_box: Some("0 0 16 16"),
232    stroke_linecap: Some("round"),
233    stroke_linejoin: Some("round"),
234    stroke_width: Some("1.5"),
235    stroke: Some("currentColor"),
236    fill: Some("none"),
237    data: r###"<path d="m10.25 8c0 3.25 4 3.25 4 0 0-3.45178-2.7982-6.25-6.25-6.25-3.45178 0-6.25 2.79822-6.25 6.25s2.79822 6.25 6.25 6.25c2.25 0 3.25-1 3.25-1" />
238<circle cx="8" cy="8" r="2.25" />"###
239};
240#[allow(non_upper_case_globals)]
241#[doc(hidden)]
242pub static ChAtom: &icondata_core::IconData = &icondata_core::IconData {
243    style: None,
244    x: None,
245    y: None,
246    width: Some("16"),
247    height: Some("16"),
248    view_box: Some("0 0 16 16"),
249    stroke_linecap: Some("round"),
250    stroke_linejoin: Some("round"),
251    stroke_width: Some("1.5"),
252    stroke: Some("currentColor"),
253    fill: Some("none"),
254    data: r###"<ellipse transform="rotate(45)" cx="11.3" rx="8.28" ry="3.17" />
255<ellipse transform="rotate(315)" cy="11.3" rx="8.28" ry="3.17" />
256<path d="m8 8v0" />"###
257};
258#[allow(non_upper_case_globals)]
259#[doc(hidden)]
260pub static ChBell: &icondata_core::IconData = &icondata_core::IconData {
261    style: None,
262    x: None,
263    y: None,
264    width: Some("16"),
265    height: Some("16"),
266    view_box: Some("0 0 16 16"),
267    stroke_linecap: Some("round"),
268    stroke_linejoin: Some("round"),
269    stroke_width: Some("1.5"),
270    stroke: Some("currentColor"),
271    fill: Some("none"),
272    data: r###"<path d="m8 1.75c-2.46803 0-4.25 1.5-4.25 3.5v3l-2 3.5h12.5l-2-3.5v-3c0-2-1.16605-3.5-4.25-3.5z" />
273<path d="m5.75 12.25c0 3 4.5 3 4.5 0" />"###
274};
275#[allow(non_upper_case_globals)]
276#[doc(hidden)]
277pub static ChBellSlash: &icondata_core::IconData = &icondata_core::IconData {
278    style: None,
279    x: None,
280    y: None,
281    width: Some("16"),
282    height: Some("16"),
283    view_box: Some("0 0 16 16"),
284    stroke_linecap: Some("round"),
285    stroke_linejoin: Some("round"),
286    stroke_width: Some("1.5"),
287    stroke: Some("currentColor"),
288    fill: Some("none"),
289    data: r###"<path d="m5.75 12.25c0 3 4.5 3 4.5 0" />
290<path d="m12.25 8.25v-3c0-2-1.16605-3.5-4.25-3.5m-3.75 2c-.530590.584957-.5.674089-.5 1.5v3l-2 3.5h8.5" />
291<path d="m5.75 12.25c0 3 4.5 3 4.5 0" />
292<path d="m2.75 1.75 10.5 12.5" />"###
293};
294#[allow(non_upper_case_globals)]
295#[doc(hidden)]
296pub static ChBin: &icondata_core::IconData = &icondata_core::IconData {
297    style: None,
298    x: None,
299    y: None,
300    width: Some("16"),
301    height: Some("16"),
302    view_box: Some("0 0 16 16"),
303    stroke_linecap: Some("round"),
304    stroke_linejoin: Some("round"),
305    stroke_width: Some("1.5"),
306    stroke: Some("currentColor"),
307    fill: Some("none"),
308    data: r###"<path d="m5.75 4.25v-2.5h4.5v2.5m-6.5 1v9h8.5v-9m-9.5-.5h10.5" />"###
309};
310#[allow(non_upper_case_globals)]
311#[doc(hidden)]
312pub static ChBinary: &icondata_core::IconData = &icondata_core::IconData {
313    style: None,
314    x: None,
315    y: None,
316    width: Some("16"),
317    height: Some("16"),
318    view_box: Some("0 0 16 16"),
319    stroke_linecap: Some("round"),
320    stroke_linejoin: Some("round"),
321    stroke_width: Some("1.5"),
322    stroke: Some("currentColor"),
323    fill: Some("none"),
324    data: r###"<rect height="4.5" width="3" y="1.75" x="3.25" />
325<path d="m9.75 6.25h3m-3-4.5h1.5v4" />
326<rect height="4.5" width="3" y="9.75" x="9.75" />
327<path d="m3.25 14.25h3m-3-4.5h1.5v4" />"###
328};
329#[allow(non_upper_case_globals)]
330#[doc(hidden)]
331pub static ChBlock: &icondata_core::IconData = &icondata_core::IconData {
332    style: None,
333    x: None,
334    y: None,
335    width: Some("16"),
336    height: Some("16"),
337    view_box: Some("0 0 16 16"),
338    stroke_linecap: Some("round"),
339    stroke_linejoin: Some("round"),
340    stroke_width: Some("1.5"),
341    stroke: Some("currentColor"),
342    fill: Some("none"),
343    data: r###"<circle cy="8" cx="8" r="6.25" />
344<line x1="4.25" x2="12.25" y1="11.75" y2="3.75" />"###
345};
346#[allow(non_upper_case_globals)]
347#[doc(hidden)]
348pub static ChBluetooth: &icondata_core::IconData = &icondata_core::IconData {
349    style: None,
350    x: None,
351    y: None,
352    width: Some("16"),
353    height: Some("16"),
354    view_box: Some("0 0 16 16"),
355    stroke_linecap: Some("round"),
356    stroke_linejoin: Some("round"),
357    stroke_width: Some("1.5"),
358    stroke: Some("currentColor"),
359    fill: Some("none"),
360    data: r###"<path d="m3.75 11.25 8.5-6.25-4.5-3.25v12.5l4.5-3.25-8.5-6.25" />"###
361};
362#[allow(non_upper_case_globals)]
363#[doc(hidden)]
364pub static ChBluetoothConnected: &icondata_core::IconData = &icondata_core::IconData {
365    style: None,
366    x: None,
367    y: None,
368    width: Some("16"),
369    height: Some("16"),
370    view_box: Some("0 0 16 16"),
371    stroke_linecap: Some("round"),
372    stroke_linejoin: Some("round"),
373    stroke_width: Some("1.5"),
374    stroke: Some("currentColor"),
375    fill: Some("none"),
376    data: r###"<path d="m3.75 11.25 8.5-6.25-4.5-3.25v12.5l4.5-3.25-8.5-6.25" />
377<path d="m1.75 8h1.5m9.5 0h1.5" />"###
378};
379#[allow(non_upper_case_globals)]
380#[doc(hidden)]
381pub static ChBluetoothSearching: &icondata_core::IconData = &icondata_core::IconData {
382    style: None,
383    x: None,
384    y: None,
385    width: Some("16"),
386    height: Some("16"),
387    view_box: Some("0 0 16 16"),
388    stroke_linecap: Some("round"),
389    stroke_linejoin: Some("round"),
390    stroke_width: Some("1.5"),
391    stroke: Some("currentColor"),
392    fill: Some("none"),
393    data: r###"<path d="m1.75 11.25 8.5-6.25-4.5-3.25v12.5l4.5-3.25-8.5-6.25" />
394<path d="m13.25 6.25s1 .5 1 1.75-1 1.75-1 1.75m-2-1.75v0" />"###
395};
396#[allow(non_upper_case_globals)]
397#[doc(hidden)]
398pub static ChBluetoothSlash: &icondata_core::IconData = &icondata_core::IconData {
399    style: None,
400    x: None,
401    y: None,
402    width: Some("16"),
403    height: Some("16"),
404    view_box: Some("0 0 16 16"),
405    stroke_linecap: Some("round"),
406    stroke_linejoin: Some("round"),
407    stroke_width: Some("1.5"),
408    stroke: Some("currentColor"),
409    fill: Some("none"),
410    data: r###"<path d="m10.75 6.25 1.5-1.25-4.5-3.25v2.5m4.5 6.75-4.5 3.25v-6l-4 3" />
411<path d="m1.75 3.25 12.5 9" />"###
412};
413#[allow(non_upper_case_globals)]
414#[doc(hidden)]
415pub static ChBook: &icondata_core::IconData = &icondata_core::IconData {
416    style: None,
417    x: None,
418    y: None,
419    width: Some("16"),
420    height: Some("16"),
421    view_box: Some("0 0 16 16"),
422    stroke_linecap: Some("round"),
423    stroke_linejoin: Some("round"),
424    stroke_width: Some("1.5"),
425    stroke: Some("currentColor"),
426    fill: Some("none"),
427    data: r###"<path d="m11.75 11.75v2m1.5.5h-9c-.75 0-1.5-.5-1.5-1.5s.75-1.5 1.5-1.5h9v-9.5h-9c-.75 0-1.5.75-1.5 1.5v9.5" />"###
428};
429#[allow(non_upper_case_globals)]
430#[doc(hidden)]
431pub static ChBookOpen: &icondata_core::IconData = &icondata_core::IconData {
432    style: None,
433    x: None,
434    y: None,
435    width: Some("16"),
436    height: Some("16"),
437    view_box: Some("0 0 16 16"),
438    stroke_linecap: Some("round"),
439    stroke_linejoin: Some("round"),
440    stroke_width: Some("1.5"),
441    stroke: Some("currentColor"),
442    fill: Some("none"),
443    data: r###"<path d="m8 3.75c-1.75-1-2.25-1-6.25-1v9.5c4 0 4.5 0 6.25 1 1.75-1 3.25-1 6.25-1v-9.5c-4 0-4.5 0-6.25 1z" />
444<path d="m8 4.25v8.5" />"###
445};
446#[allow(non_upper_case_globals)]
447#[doc(hidden)]
448pub static ChBookmark: &icondata_core::IconData = &icondata_core::IconData {
449    style: None,
450    x: None,
451    y: None,
452    width: Some("16"),
453    height: Some("16"),
454    view_box: Some("0 0 16 16"),
455    stroke_linecap: Some("round"),
456    stroke_linejoin: Some("round"),
457    stroke_width: Some("1.5"),
458    stroke: Some("currentColor"),
459    fill: Some("none"),
460    data: r###"<polygon points="3.75 1.75,12.25 1.75,12.25 14.25,8 9.75,3.75 14.25" />"###
461};
462#[allow(non_upper_case_globals)]
463#[doc(hidden)]
464pub static ChBriefcase: &icondata_core::IconData = &icondata_core::IconData {
465    style: None,
466    x: None,
467    y: None,
468    width: Some("16"),
469    height: Some("16"),
470    view_box: Some("0 0 16 16"),
471    stroke_linecap: Some("round"),
472    stroke_linejoin: Some("round"),
473    stroke_width: Some("1.5"),
474    stroke: Some("currentColor"),
475    fill: Some("none"),
476    data: r###"<rect height="9.5" width="12.5" y="4.75" x="1.75" />
477<path d="m1.75 6.25s-.5 3.5 3 3.5h6.5c3.5 0 3-3.5 3-3.5m-8.5-2v-2.5h4.5v2.5" />"###
478};
479#[allow(non_upper_case_globals)]
480#[doc(hidden)]
481pub static ChBug: &icondata_core::IconData = &icondata_core::IconData {
482    style: None,
483    x: None,
484    y: None,
485    width: Some("16"),
486    height: Some("16"),
487    view_box: Some("0 0 16 16"),
488    stroke_linecap: Some("round"),
489    stroke_linejoin: Some("round"),
490    stroke_width: Some("1.5"),
491    stroke: Some("currentColor"),
492    fill: Some("none"),
493    data: r###"<circle cx="8" cy="10" r="4.25" />
494<path d="m14.25 10.25h-1.5m-1 2.5 1.5 1.5m0-8.5-1.5 1.5m-10 3h1.5m1 2.5-1.5 1.5m0-8.5 1.5 1.5m1.5-1.5s-.75-3 2.25-3 2.25 3 2.25 3" />"###
495};
496#[allow(non_upper_case_globals)]
497#[doc(hidden)]
498pub static ChCalendar: &icondata_core::IconData = &icondata_core::IconData {
499    style: None,
500    x: None,
501    y: None,
502    width: Some("16"),
503    height: Some("16"),
504    view_box: Some("0 0 16 16"),
505    stroke_linecap: Some("round"),
506    stroke_linejoin: Some("round"),
507    stroke_width: Some("1.5"),
508    stroke: Some("currentColor"),
509    fill: Some("none"),
510    data: r###"<rect height="10.5" width="12.5" y="3.75" x="1.75" />
511<path d="m11.25 1.75v1.5m-6.5-1.5v1.5m-2.5 4h11.5" />"###
512};
513#[allow(non_upper_case_globals)]
514#[doc(hidden)]
515pub static ChCamera: &icondata_core::IconData = &icondata_core::IconData {
516    style: None,
517    x: None,
518    y: None,
519    width: Some("16"),
520    height: Some("16"),
521    view_box: Some("0 0 16 16"),
522    stroke_linecap: Some("round"),
523    stroke_linejoin: Some("round"),
524    stroke_width: Some("1.5"),
525    stroke: Some("currentColor"),
526    fill: Some("none"),
527    data: r###"<path d="m1.75 4.75v8.5h12.5v-8.5h-3l-1.5-2h-3.5l-1.5 2z" />
528<circle cx="8" cy="8.5" r="2.25" />"###
529};
530#[allow(non_upper_case_globals)]
531#[doc(hidden)]
532pub static ChCameraVideo: &icondata_core::IconData = &icondata_core::IconData {
533    style: None,
534    x: None,
535    y: None,
536    width: Some("16"),
537    height: Some("16"),
538    view_box: Some("0 0 16 16"),
539    stroke_linecap: Some("round"),
540    stroke_linejoin: Some("round"),
541    stroke_width: Some("1.5"),
542    stroke: Some("currentColor"),
543    fill: Some("none"),
544    data: r###"<rect height="7.5" width="7.5" y="4.75" x="1.75" />
545<path d="m9.75 7.25 4.5-2.5v7.5l-4.5-2.5" />"###
546};
547#[allow(non_upper_case_globals)]
548#[doc(hidden)]
549pub static ChCameraVideoSlash: &icondata_core::IconData = &icondata_core::IconData {
550    style: None,
551    x: None,
552    y: None,
553    width: Some("16"),
554    height: Some("16"),
555    view_box: Some("0 0 16 16"),
556    stroke_linecap: Some("round"),
557    stroke_linejoin: Some("round"),
558    stroke_width: Some("1.5"),
559    stroke: Some("currentColor"),
560    fill: Some("none"),
561    data: r###"<path d="m11.25 10.75 3 1.5v-7.5l-5 2.5v-2.5h-2.5m1.5 7.5h-6.5v-7.5h1.5" />
562<line x1="1.75" y1="2.25" x2="10.25" y2="14.25" />"###
563};
564#[allow(non_upper_case_globals)]
565#[doc(hidden)]
566pub static ChCandy: &icondata_core::IconData = &icondata_core::IconData {
567    style: None,
568    x: None,
569    y: None,
570    width: Some("16"),
571    height: Some("16"),
572    view_box: Some("0 0 16 16"),
573    stroke_linecap: Some("round"),
574    stroke_linejoin: Some("round"),
575    stroke_width: Some("1.5"),
576    stroke: Some("currentColor"),
577    fill: Some("none"),
578    data: r###"<circle cx="8" cy="8" r="3.25" />
579<path d="m7.25 11.25c0 1-.5 2.5-1.5 3-.75 0-1.5-1-2-2-1-.5-2-1.5-2-2 .5-1 2-1.5 3-1.5m4-4c0-1 .5-2.5 1.5-3 .75 0 1.5 1 2 2 1 .5 2 1.5 2 2-.5 1-2 1.5-3 1.5" />"###
580};
581#[allow(non_upper_case_globals)]
582#[doc(hidden)]
583pub static ChCards: &icondata_core::IconData = &icondata_core::IconData {
584    style: None,
585    x: None,
586    y: None,
587    width: Some("16"),
588    height: Some("16"),
589    view_box: Some("0 0 16 16"),
590    stroke_linecap: Some("round"),
591    stroke_linejoin: Some("round"),
592    stroke_width: Some("1.5"),
593    stroke: Some("currentColor"),
594    fill: Some("none"),
595    data: r###"<rect height="11.5" width="8.25" y="2.75" x="1.75" />
596<path d="m10 3.75 4.25 2-4.25 7.5" />"###
597};
598#[allow(non_upper_case_globals)]
599#[doc(hidden)]
600pub static ChCast: &icondata_core::IconData = &icondata_core::IconData {
601    style: None,
602    x: None,
603    y: None,
604    width: Some("16"),
605    height: Some("16"),
606    view_box: Some("0 0 16 16"),
607    stroke_linecap: Some("round"),
608    stroke_linejoin: Some("round"),
609    stroke_width: Some("1.5"),
610    stroke: Some("currentColor"),
611    fill: Some("none"),
612    data: r###"<path d="m1.75 5.25v-2.5h12.5v10.5h-4.5" />
613<path d="m1.75 8.25c2.76142 0 5 2.23858 5 5m-5-2.5c1.38071 0 2.5 1.11929 2.5 2.5m-2.5 0v0" />"###
614};
615#[allow(non_upper_case_globals)]
616#[doc(hidden)]
617pub static ChCertificate: &icondata_core::IconData = &icondata_core::IconData {
618    style: None,
619    x: None,
620    y: None,
621    width: Some("16"),
622    height: Some("16"),
623    view_box: Some("0 0 16 16"),
624    stroke_linecap: Some("round"),
625    stroke_linejoin: Some("round"),
626    stroke_width: Some("1.5"),
627    stroke: Some("currentColor"),
628    fill: Some("none"),
629    data: r###"<polyline points="11.25 1.75,2.75 1.75,2.75 13.25,5.25 13.25" />
630<polyline points="8.75 9.75,8.25 14.25,10.50 13.25,12.75 14.25,12.25 9.75" />
631<circle cx="10.5" cy="7.5" r="2.75" />"###
632};
633#[allow(non_upper_case_globals)]
634#[doc(hidden)]
635pub static ChChartBar: &icondata_core::IconData = &icondata_core::IconData {
636    style: None,
637    x: None,
638    y: None,
639    width: Some("16"),
640    height: Some("16"),
641    view_box: Some("0 0 16 16"),
642    stroke_linecap: Some("round"),
643    stroke_linejoin: Some("round"),
644    stroke_width: Some("1.5"),
645    stroke: Some("currentColor"),
646    fill: Some("none"),
647    data: r###"<path d="m1.75 1.75v12.5h12.5m-9-3v-2.5m4 2.5v-5.5m4 5.5v-8.5" />"###
648};
649#[allow(non_upper_case_globals)]
650#[doc(hidden)]
651pub static ChChartLine: &icondata_core::IconData = &icondata_core::IconData {
652    style: None,
653    x: None,
654    y: None,
655    width: Some("16"),
656    height: Some("16"),
657    view_box: Some("0 0 16 16"),
658    stroke_linecap: Some("round"),
659    stroke_linejoin: Some("round"),
660    stroke_width: Some("1.5"),
661    stroke: Some("currentColor"),
662    fill: Some("none"),
663    data: r###"<path d="m4.75 11.25 2.5-4.5 2.5 2.5 3.5-6m-11.5-1.5v12.5h12.5" />"###
664};
665#[allow(non_upper_case_globals)]
666#[doc(hidden)]
667pub static ChChevronDown: &icondata_core::IconData = &icondata_core::IconData {
668    style: None,
669    x: None,
670    y: None,
671    width: Some("16"),
672    height: Some("16"),
673    view_box: Some("0 0 16 16"),
674    stroke_linecap: Some("round"),
675    stroke_linejoin: Some("round"),
676    stroke_width: Some("1.5"),
677    stroke: Some("currentColor"),
678    fill: Some("none"),
679    data: r###"<path d="m3.75 5.75 4.25 4.5 4.25-4.5" />"###
680};
681#[allow(non_upper_case_globals)]
682#[doc(hidden)]
683pub static ChChevronLeft: &icondata_core::IconData = &icondata_core::IconData {
684    style: None,
685    x: None,
686    y: None,
687    width: Some("16"),
688    height: Some("16"),
689    view_box: Some("0 0 16 16"),
690    stroke_linecap: Some("round"),
691    stroke_linejoin: Some("round"),
692    stroke_width: Some("1.5"),
693    stroke: Some("currentColor"),
694    fill: Some("none"),
695    data: r###"<path d="m10.25 3.75-4.5 4.25l4.5 4.25" />"###
696};
697#[allow(non_upper_case_globals)]
698#[doc(hidden)]
699pub static ChChevronRight: &icondata_core::IconData = &icondata_core::IconData {
700    style: None,
701    x: None,
702    y: None,
703    width: Some("16"),
704    height: Some("16"),
705    view_box: Some("0 0 16 16"),
706    stroke_linecap: Some("round"),
707    stroke_linejoin: Some("round"),
708    stroke_width: Some("1.5"),
709    stroke: Some("currentColor"),
710    fill: Some("none"),
711    data: r###"<path d="m5.75 12.25 4.5-4.25-4.5-4.25" />"###
712};
713#[allow(non_upper_case_globals)]
714#[doc(hidden)]
715pub static ChChevronUp: &icondata_core::IconData = &icondata_core::IconData {
716    style: None,
717    x: None,
718    y: None,
719    width: Some("16"),
720    height: Some("16"),
721    view_box: Some("0 0 16 16"),
722    stroke_linecap: Some("round"),
723    stroke_linejoin: Some("round"),
724    stroke_width: Some("1.5"),
725    stroke: Some("currentColor"),
726    fill: Some("none"),
727    data: r###"<path d="m12.25 10.25-4.25-4.5-4.25 4.5" />"###
728};
729#[allow(non_upper_case_globals)]
730#[doc(hidden)]
731pub static ChChevronsDown: &icondata_core::IconData = &icondata_core::IconData {
732    style: None,
733    x: None,
734    y: None,
735    width: Some("16"),
736    height: Some("16"),
737    view_box: Some("0 0 16 16"),
738    stroke_linecap: Some("round"),
739    stroke_linejoin: Some("round"),
740    stroke_width: Some("1.5"),
741    stroke: Some("currentColor"),
742    fill: Some("none"),
743    data: r###"<path d="m3.75 3.75 4.25 4.5 4.25-4.5m-8.5 5 4.25 4.5 4.25-4.5" />"###
744};
745#[allow(non_upper_case_globals)]
746#[doc(hidden)]
747pub static ChChevronsLeft: &icondata_core::IconData = &icondata_core::IconData {
748    style: None,
749    x: None,
750    y: None,
751    width: Some("16"),
752    height: Some("16"),
753    view_box: Some("0 0 16 16"),
754    stroke_linecap: Some("round"),
755    stroke_linejoin: Some("round"),
756    stroke_width: Some("1.5"),
757    stroke: Some("currentColor"),
758    fill: Some("none"),
759    data: r###"<path d="m12.25 3.75-4.5 4.25l4.5 4.25m-5-8.5-4.5 4.25 4.5 4.25" />"###
760};
761#[allow(non_upper_case_globals)]
762#[doc(hidden)]
763pub static ChChevronsRight: &icondata_core::IconData = &icondata_core::IconData {
764    style: None,
765    x: None,
766    y: None,
767    width: Some("16"),
768    height: Some("16"),
769    view_box: Some("0 0 16 16"),
770    stroke_linecap: Some("round"),
771    stroke_linejoin: Some("round"),
772    stroke_width: Some("1.5"),
773    stroke: Some("currentColor"),
774    fill: Some("none"),
775    data: r###"<path d="m3.75 12.25 4.5-4.25-4.5-4.25m5 8.5l4.5-4.25-4.5-4.25" />"###
776};
777#[allow(non_upper_case_globals)]
778#[doc(hidden)]
779pub static ChChevronsUp: &icondata_core::IconData = &icondata_core::IconData {
780    style: None,
781    x: None,
782    y: None,
783    width: Some("16"),
784    height: Some("16"),
785    view_box: Some("0 0 16 16"),
786    stroke_linecap: Some("round"),
787    stroke_linejoin: Some("round"),
788    stroke_width: Some("1.5"),
789    stroke: Some("currentColor"),
790    fill: Some("none"),
791    data: r###"<path d="m12.25 12.25-4.25-4.5-4.25 4.5m8.5-5l-4.25-4.5-4.25 4.5" />"###
792};
793#[allow(non_upper_case_globals)]
794#[doc(hidden)]
795pub static ChChevronsUpDown: &icondata_core::IconData = &icondata_core::IconData {
796    style: None,
797    x: None,
798    y: None,
799    width: Some("16"),
800    height: Some("16"),
801    view_box: Some("0 0 16 16"),
802    stroke_linecap: Some("round"),
803    stroke_linejoin: Some("round"),
804    stroke_width: Some("1.5"),
805    stroke: Some("currentColor"),
806    fill: Some("none"),
807    data: r###"<path d="m11.25 10.75-3.25 3.5-3.25-3.5" />
808<path d="m11.25 5.25-3.25-3.5-3.25 3.5" />"###
809};
810#[allow(non_upper_case_globals)]
811#[doc(hidden)]
812pub static ChChip: &icondata_core::IconData = &icondata_core::IconData {
813    style: None,
814    x: None,
815    y: None,
816    width: Some("16"),
817    height: Some("16"),
818    view_box: Some("0 0 16 16"),
819    stroke_linecap: Some("round"),
820    stroke_linejoin: Some("round"),
821    stroke_width: Some("1.5"),
822    stroke: Some("currentColor"),
823    fill: Some("none"),
824    data: r###"<rect height="10.5" width="10.5" y="2.75" x="2.75" />
825<rect height="3.5" width="3.5" y="6.25" x="6.25" />
826<path d="m2.25 10.25h-1m1-4.5h-1m13.5 4.5h-1m1-4.5h-1m-3.5 8v1m-4.5-1v1m4.5-13.5v1m-4.5-1v1" />"###
827};
828#[allow(non_upper_case_globals)]
829#[doc(hidden)]
830pub static ChCircle: &icondata_core::IconData = &icondata_core::IconData {
831    style: None,
832    x: None,
833    y: None,
834    width: Some("16"),
835    height: Some("16"),
836    view_box: Some("0 0 16 16"),
837    stroke_linecap: Some("round"),
838    stroke_linejoin: Some("round"),
839    stroke_width: Some("1.5"),
840    stroke: Some("currentColor"),
841    fill: Some("none"),
842    data: r###"<circle cx="8" cy="8" r="6.25" />"###
843};
844#[allow(non_upper_case_globals)]
845#[doc(hidden)]
846pub static ChCircleCross: &icondata_core::IconData = &icondata_core::IconData {
847    style: None,
848    x: None,
849    y: None,
850    width: Some("16"),
851    height: Some("16"),
852    view_box: Some("0 0 16 16"),
853    stroke_linecap: Some("round"),
854    stroke_linejoin: Some("round"),
855    stroke_width: Some("1.5"),
856    stroke: Some("currentColor"),
857    fill: Some("none"),
858    data: r###"<path d="m10.25 5.75-4.5 4.5m0-4.5 4.5 4.5" />
859<circle cx="8" cy="8" r="6.25" />"###
860};
861#[allow(non_upper_case_globals)]
862#[doc(hidden)]
863pub static ChCircleMinus: &icondata_core::IconData = &icondata_core::IconData {
864    style: None,
865    x: None,
866    y: None,
867    width: Some("16"),
868    height: Some("16"),
869    view_box: Some("0 0 16 16"),
870    stroke_linecap: Some("round"),
871    stroke_linejoin: Some("round"),
872    stroke_width: Some("1.5"),
873    stroke: Some("currentColor"),
874    fill: Some("none"),
875    data: r###"<circle cx="8" cy="8" r="6.25" />
876<line x1="4.75" y1="8" x2="11.25" y2="8" />"###
877};
878#[allow(non_upper_case_globals)]
879#[doc(hidden)]
880pub static ChCircleTick: &icondata_core::IconData = &icondata_core::IconData {
881    style: None,
882    x: None,
883    y: None,
884    width: Some("16"),
885    height: Some("16"),
886    view_box: Some("0 0 16 16"),
887    stroke_linecap: Some("round"),
888    stroke_linejoin: Some("round"),
889    stroke_width: Some("1.5"),
890    stroke: Some("currentColor"),
891    fill: Some("none"),
892    data: r###"<path d="m14.25 8.75c-.5 2.5-2.3849 4.85363-5.03069 5.37991-2.64578.5263-5.33066-.7044-6.65903-3.0523-1.32837-2.34784-1.00043-5.28307.81336-7.27989 1.81379-1.99683 4.87636-2.54771 7.37636-1.54771" />
893<polyline points="5.75 7.75,8.25 10.25,14.25 3.75" />"###
894};
895#[allow(non_upper_case_globals)]
896#[doc(hidden)]
897pub static ChCircleWarning: &icondata_core::IconData = &icondata_core::IconData {
898    style: None,
899    x: None,
900    y: None,
901    width: Some("16"),
902    height: Some("16"),
903    view_box: Some("0 0 16 16"),
904    stroke_linecap: Some("round"),
905    stroke_linejoin: Some("round"),
906    stroke_width: Some("1.5"),
907    stroke: Some("currentColor"),
908    fill: Some("none"),
909    data: r###"<circle cx="8" cy="8" r="6.25" />
910<path d="m8 10.75v0m0-6v3.5" />"###
911};
912#[allow(non_upper_case_globals)]
913#[doc(hidden)]
914pub static ChClipboard: &icondata_core::IconData = &icondata_core::IconData {
915    style: None,
916    x: None,
917    y: None,
918    width: Some("16"),
919    height: Some("16"),
920    view_box: Some("0 0 16 16"),
921    stroke_linecap: Some("round"),
922    stroke_linejoin: Some("round"),
923    stroke_width: Some("1.5"),
924    stroke: Some("currentColor"),
925    fill: Some("none"),
926    data: r###"<rect height="3.5" width="4.5" y="1.75" x="5.75" />
927<path d="m5.25 2.75h-2.5v11.5h10.5v-11.5h-2.5" />"###
928};
929#[allow(non_upper_case_globals)]
930#[doc(hidden)]
931pub static ChClipboardTick: &icondata_core::IconData = &icondata_core::IconData {
932    style: None,
933    x: None,
934    y: None,
935    width: Some("16"),
936    height: Some("16"),
937    view_box: Some("0 0 16 16"),
938    stroke_linecap: Some("round"),
939    stroke_linejoin: Some("round"),
940    stroke_width: Some("1.5"),
941    stroke: Some("currentColor"),
942    fill: Some("none"),
943    data: r###"<rect x="5.75" y="1.75" width="4.5" height="3.5" />
944<path d="m9.75 12.8 1.5 1.5 3-2.5m-9-9h-2.5v11.5h4.5m6-5v-6.5h-2.5" />"###
945};
946#[allow(non_upper_case_globals)]
947#[doc(hidden)]
948pub static ChClock: &icondata_core::IconData = &icondata_core::IconData {
949    style: None,
950    x: None,
951    y: None,
952    width: Some("16"),
953    height: Some("16"),
954    view_box: Some("0 0 16 16"),
955    stroke_linecap: Some("round"),
956    stroke_linejoin: Some("round"),
957    stroke_width: Some("1.5"),
958    stroke: Some("currentColor"),
959    fill: Some("none"),
960    data: r###"<circle cy="8" cx="8" r="6.25" />
961<path d="m8.25 4.75v3.5l-2.5 2" />"###
962};
963#[allow(non_upper_case_globals)]
964#[doc(hidden)]
965pub static ChClockAlarm: &icondata_core::IconData = &icondata_core::IconData {
966    style: None,
967    x: None,
968    y: None,
969    width: Some("16"),
970    height: Some("16"),
971    view_box: Some("0 0 16 16"),
972    stroke_linecap: Some("round"),
973    stroke_linejoin: Some("round"),
974    stroke_width: Some("1.5"),
975    stroke: Some("currentColor"),
976    fill: Some("none"),
977    data: r###"<path d="m11.75 1.75 2.5 2m-10-2-2.5 2m10.5 9.5 1 1m-9.5-1-1 1m5.5-7.5v2.5l-1.5 1" />
978<circle cx="8" cy="9" r="5.25" />"###
979};
980#[allow(non_upper_case_globals)]
981#[doc(hidden)]
982pub static ChCloud: &icondata_core::IconData = &icondata_core::IconData {
983    style: None,
984    x: None,
985    y: None,
986    width: Some("16"),
987    height: Some("16"),
988    view_box: Some("0 0 16 16"),
989    stroke_linecap: Some("round"),
990    stroke_linejoin: Some("round"),
991    stroke_width: Some("1.5"),
992    stroke: Some("currentColor"),
993    fill: Some("none"),
994    data: r###"<path d="m7 3.75c-1.79493 0-3.25 1.45507-3.25 3.25.00152.254757.032983.508452.09375.755859h-.00195c-1.17822.08305-2.09165 1.063-2.0918 2.24414 0 1.24264 1.00736 2.25 2.25 2.25h7.5c1.51878 0 2.75-1.23122 2.75-2.75s-1.2312-2.75-2.75-2.75c-.4352-.00022-.8643.10286-1.252.30078.0008-.01692.0015-.03385.0020-.05078 0-1.79493-1.45507-3.25-3.25-3.25z" />"###
995};
996#[allow(non_upper_case_globals)]
997#[doc(hidden)]
998pub static ChClover: &icondata_core::IconData = &icondata_core::IconData {
999    style: None,
1000    x: None,
1001    y: None,
1002    width: Some("16"),
1003    height: Some("16"),
1004    view_box: Some("0 0 16 16"),
1005    stroke_linecap: Some("round"),
1006    stroke_linejoin: Some("round"),
1007    stroke_width: Some("1.5"),
1008    stroke: Some("currentColor"),
1009    fill: Some("none"),
1010    data: r###"<path d="m4.75 2.75c-.50 1.5 1.25 3.25 3.25 5.25 2-2 3.75-3.75 3.25-5.25s-2.5-1-3.25.50c-.75-1.5-2.75-2-3.25-.50zm3.25 5.25c2 2 3.75 3.75 5.25 3.25s1-2.5-.5-3.25c1.5-.75 2-2.75.5-3.25s-3.25 1.25-5.25 3.25zm0 0c-2 2-3.75 3.75-3.25 5.25s2.5 1 3.25-.5c.75 1.5 2.75 2 3.25.5s-1.25-3.25-3.25-5.25zm0 0c-2-2-3.75-3.75-5.25-3.25s-1 2.5.5 3.25c-1.5.75-2 2.75-.5 3.25s3.25-1.25 5.25-3.25z" />"###
1011};
1012#[allow(non_upper_case_globals)]
1013#[doc(hidden)]
1014pub static ChCode: &icondata_core::IconData = &icondata_core::IconData {
1015    style: None,
1016    x: None,
1017    y: None,
1018    width: Some("16"),
1019    height: Some("16"),
1020    view_box: Some("0 0 16 16"),
1021    stroke_linecap: Some("round"),
1022    stroke_linejoin: Some("round"),
1023    stroke_width: Some("1.5"),
1024    stroke: Some("currentColor"),
1025    fill: Some("none"),
1026    data: r###"<path d="m5.25 11.25-3.5-3.25 3.5-3.25m5.5 6.5 3.5-3.25-3.5-3.25" />"###
1027};
1028#[allow(non_upper_case_globals)]
1029#[doc(hidden)]
1030pub static ChCoffee: &icondata_core::IconData = &icondata_core::IconData {
1031    style: None,
1032    x: None,
1033    y: None,
1034    width: Some("16"),
1035    height: Some("16"),
1036    view_box: Some("0 0 16 16"),
1037    stroke_linecap: Some("round"),
1038    stroke_linejoin: Some("round"),
1039    stroke_width: Some("1.5"),
1040    stroke: Some("currentColor"),
1041    fill: Some("none"),
1042    data: r###"<path d="m10.75 11.25c4.5 0 4.5-5.5 0-5.5h-9v5c0 5 8.5 5 8.5 0v-5" />
1043<path d="m8.75 1.75v1.5m-3-1.5v1.5m-3-1.5v1.5" />"###
1044};
1045#[allow(non_upper_case_globals)]
1046#[doc(hidden)]
1047pub static ChCog: &icondata_core::IconData = &icondata_core::IconData {
1048    style: None,
1049    x: None,
1050    y: None,
1051    width: Some("16"),
1052    height: Some("16"),
1053    view_box: Some("0 0 16 16"),
1054    stroke_linecap: Some("round"),
1055    stroke_linejoin: Some("round"),
1056    stroke_width: Some("1.5"),
1057    stroke: Some("currentColor"),
1058    fill: Some("none"),
1059    data: r###"<circle cx="8" cy="8" r="1.75" />
1060<path d="m6.75 1.75-.5 1.5-1.5 1-2-.5-1 2 1.5 1.5v1.5l-1.5 1.5 1 2 2-.5 1.5 1 .5 1.5h2.5l.5-1.5 1.5-1 2 .5 1-2-1.5-1.5v-1.5l1.5-1.5-1-2-2 .5-1.5-1-.5-1.5z" />"###
1061};
1062#[allow(non_upper_case_globals)]
1063#[doc(hidden)]
1064pub static ChCompass: &icondata_core::IconData = &icondata_core::IconData {
1065    style: None,
1066    x: None,
1067    y: None,
1068    width: Some("16"),
1069    height: Some("16"),
1070    view_box: Some("0 0 16 16"),
1071    stroke_linecap: Some("round"),
1072    stroke_linejoin: Some("round"),
1073    stroke_width: Some("1.5"),
1074    stroke: Some("currentColor"),
1075    fill: Some("none"),
1076    data: r###"<circle cy="8" cx="8" r="6.25" />
1077<polygon points="6.75 6.75,5.75 10.75,9.25 9.25,10.25 5.25" />"###
1078};
1079#[allow(non_upper_case_globals)]
1080#[doc(hidden)]
1081pub static ChConicalFlask: &icondata_core::IconData = &icondata_core::IconData {
1082    style: None,
1083    x: None,
1084    y: None,
1085    width: Some("16"),
1086    height: Some("16"),
1087    view_box: Some("0 0 16 16"),
1088    stroke_linecap: Some("round"),
1089    stroke_linejoin: Some("round"),
1090    stroke_width: Some("1.5"),
1091    stroke: Some("currentColor"),
1092    fill: Some("none"),
1093    data: r###"<path d="m4.75 1.75h6.5m-6.5 8h6.5m-5.5-7.5v4.5l-4 7.5h12.5l-4-7.5v-4.5" />"###
1094};
1095#[allow(non_upper_case_globals)]
1096#[doc(hidden)]
1097pub static ChContainer: &icondata_core::IconData = &icondata_core::IconData {
1098    style: None,
1099    x: None,
1100    y: None,
1101    width: Some("16"),
1102    height: Some("16"),
1103    view_box: Some("0 0 16 16"),
1104    stroke_linecap: Some("round"),
1105    stroke_linejoin: Some("round"),
1106    stroke_width: Some("1.5"),
1107    stroke: Some("currentColor"),
1108    fill: Some("none"),
1109    data: r###"<path d="m1.75 12.2 5.5 2 7-4.5v-6l-5.5-2-7 4.5z" />
1110<path d="m10.8 6.25v5.5m-3.5-3.5v6m-5.5-8 5.5 2 7-4.5" />"###
1111};
1112#[allow(non_upper_case_globals)]
1113#[doc(hidden)]
1114pub static ChCopy: &icondata_core::IconData = &icondata_core::IconData {
1115    style: None,
1116    x: None,
1117    y: None,
1118    width: Some("16"),
1119    height: Some("16"),
1120    view_box: Some("0 0 16 16"),
1121    stroke_linecap: Some("round"),
1122    stroke_linejoin: Some("round"),
1123    stroke_width: Some("1.5"),
1124    stroke: Some("currentColor"),
1125    fill: Some("none"),
1126    data: r###"<path d="m11.25 4.25v-2.5h-9.5v9.5h2.5m.5-6.5v9.5h9.5v-9.5z" />"###
1127};
1128#[allow(non_upper_case_globals)]
1129#[doc(hidden)]
1130pub static ChCopyleft: &icondata_core::IconData = &icondata_core::IconData {
1131    style: None,
1132    x: None,
1133    y: None,
1134    width: Some("16"),
1135    height: Some("16"),
1136    view_box: Some("0 0 16 16"),
1137    stroke_linecap: Some("round"),
1138    stroke_linejoin: Some("round"),
1139    stroke_width: Some("1.5"),
1140    stroke: Some("currentColor"),
1141    fill: Some("none"),
1142    data: r###"<circle cy="8" cx="8" r="6.25" />
1143<path d="m6 6.75s.75-1 2-1 2.25 1 2.25 2.25-1 2.25-2.25 2.25-2-1-2-1" />"###
1144};
1145#[allow(non_upper_case_globals)]
1146#[doc(hidden)]
1147pub static ChCopyright: &icondata_core::IconData = &icondata_core::IconData {
1148    style: None,
1149    x: None,
1150    y: None,
1151    width: Some("16"),
1152    height: Some("16"),
1153    view_box: Some("0 0 16 16"),
1154    stroke_linecap: Some("round"),
1155    stroke_linejoin: Some("round"),
1156    stroke_width: Some("1.5"),
1157    stroke: Some("currentColor"),
1158    fill: Some("none"),
1159    data: r###"<circle cy="8" cx="8" r="6.25" />
1160<path d="m10 6.75s-.75-1-2-1-2.25 1-2.25 2.25 1 2.25 2.25 2.25 2-1 2-1" />"###
1161};
1162#[allow(non_upper_case_globals)]
1163#[doc(hidden)]
1164pub static ChCreditCard: &icondata_core::IconData = &icondata_core::IconData {
1165    style: None,
1166    x: None,
1167    y: None,
1168    width: Some("16"),
1169    height: Some("16"),
1170    view_box: Some("0 0 16 16"),
1171    stroke_linecap: Some("round"),
1172    stroke_linejoin: Some("round"),
1173    stroke_width: Some("1.5"),
1174    stroke: Some("currentColor"),
1175    fill: Some("none"),
1176    data: r###"<rect height="9.5" width="12.5" y="3.75" x="1.75" />
1177<path d="m9.75 10.25h1.5m-9-3h11.5" />"###
1178};
1179#[allow(non_upper_case_globals)]
1180#[doc(hidden)]
1181pub static ChCrop: &icondata_core::IconData = &icondata_core::IconData {
1182    style: None,
1183    x: None,
1184    y: None,
1185    width: Some("16"),
1186    height: Some("16"),
1187    view_box: Some("0 0 16 16"),
1188    stroke_linecap: Some("round"),
1189    stroke_linejoin: Some("round"),
1190    stroke_width: Some("1.5"),
1191    stroke: Some("currentColor"),
1192    fill: Some("none"),
1193    data: r###"<path d="m4.25 1.75v10h10" />
1194<path d="m11.8 14.2v-2.5m0-2.5v-5h-5m-2.5 0h-2.5" />"###
1195};
1196#[allow(non_upper_case_globals)]
1197#[doc(hidden)]
1198pub static ChCross: &icondata_core::IconData = &icondata_core::IconData {
1199    style: None,
1200    x: None,
1201    y: None,
1202    width: Some("16"),
1203    height: Some("16"),
1204    view_box: Some("0 0 16 16"),
1205    stroke_linecap: Some("round"),
1206    stroke_linejoin: Some("round"),
1207    stroke_width: Some("1.5"),
1208    stroke: Some("currentColor"),
1209    fill: Some("none"),
1210    data: r###"<path d="m11.25 4.75-6.5 6.5m0-6.5 6.5 6.5" />"###
1211};
1212#[allow(non_upper_case_globals)]
1213#[doc(hidden)]
1214pub static ChCrosshair: &icondata_core::IconData = &icondata_core::IconData {
1215    style: None,
1216    x: None,
1217    y: None,
1218    width: Some("16"),
1219    height: Some("16"),
1220    view_box: Some("0 0 16 16"),
1221    stroke_linecap: Some("round"),
1222    stroke_linejoin: Some("round"),
1223    stroke_width: Some("1.5"),
1224    stroke: Some("currentColor"),
1225    fill: Some("none"),
1226    data: r###"<path d="m8 5.25v-3m0 11.5v-3m2.75-2.75h3m-11.5 0h3" />
1227<circle cx="8" cy="8" r="6.25" />"###
1228};
1229#[allow(non_upper_case_globals)]
1230#[doc(hidden)]
1231pub static ChCube: &icondata_core::IconData = &icondata_core::IconData {
1232    style: None,
1233    x: None,
1234    y: None,
1235    width: Some("16"),
1236    height: Some("16"),
1237    view_box: Some("0 0 16 16"),
1238    stroke_linecap: Some("round"),
1239    stroke_linejoin: Some("round"),
1240    stroke_width: Some("1.5"),
1241    stroke: Some("currentColor"),
1242    fill: Some("none"),
1243    data: r###"<polygon points="1.75 4.75 8 1.25 14.25 4.75 14.25 11.25 8 14.75 1.75 11.25" />
1244<path d="m8 14v-6m5.75-3-5.75 3m-6-3 6 3" />"###
1245};
1246#[allow(non_upper_case_globals)]
1247#[doc(hidden)]
1248pub static ChCursor: &icondata_core::IconData = &icondata_core::IconData {
1249    style: None,
1250    x: None,
1251    y: None,
1252    width: Some("16"),
1253    height: Some("16"),
1254    view_box: Some("0 0 16 16"),
1255    stroke_linecap: Some("round"),
1256    stroke_linejoin: Some("round"),
1257    stroke_width: Some("1.5"),
1258    stroke: Some("currentColor"),
1259    fill: Some("none"),
1260    data: r###"<polygon points="1.75 1.75,6.25 14.25,8.75 8.75,14.25 6.25" />
1261<line x1="9.25" y1="9.25" x2="13.25" y2="13.25" />"###
1262};
1263#[allow(non_upper_case_globals)]
1264#[doc(hidden)]
1265pub static ChDatabase: &icondata_core::IconData = &icondata_core::IconData {
1266    style: None,
1267    x: None,
1268    y: None,
1269    width: Some("16"),
1270    height: Some("16"),
1271    view_box: Some("0 0 16 16"),
1272    stroke_linecap: Some("round"),
1273    stroke_linejoin: Some("round"),
1274    stroke_width: Some("1.5"),
1275    stroke: Some("currentColor"),
1276    fill: Some("none"),
1277    data: r###"<path d="m8 1.75c-3.75 0-5.25 2-5.25 2v4.5 4s1.5 2 5.25 2 5.25-2 5.25-2v-4-4.5s-1.5-2-5.25-2z" />
1278<path d="m2.75 8.25s1.5 2 5.25 2 5.25-2 5.25-2m-10.5-4s1.5 2 5.25 2 5.25-2 5.25-2" />"###
1279};
1280#[allow(non_upper_case_globals)]
1281#[doc(hidden)]
1282pub static ChDiamond: &icondata_core::IconData = &icondata_core::IconData {
1283    style: None,
1284    x: None,
1285    y: None,
1286    width: Some("16"),
1287    height: Some("16"),
1288    view_box: Some("0 0 16 16"),
1289    stroke_linecap: Some("round"),
1290    stroke_linejoin: Some("round"),
1291    stroke_width: Some("1.5"),
1292    stroke: Some("currentColor"),
1293    fill: Some("none"),
1294    data: r###"<polygon points="1.25 8,8 14.75,14.75 8,8 1.25" />"###
1295};
1296#[allow(non_upper_case_globals)]
1297#[doc(hidden)]
1298pub static ChDiff: &icondata_core::IconData = &icondata_core::IconData {
1299    style: None,
1300    x: None,
1301    y: None,
1302    width: Some("16"),
1303    height: Some("16"),
1304    view_box: Some("0 0 16 16"),
1305    stroke_linecap: Some("round"),
1306    stroke_linejoin: Some("round"),
1307    stroke_width: Some("1.5"),
1308    stroke: Some("currentColor"),
1309    fill: Some("none"),
1310    data: r###"<path d="m3.75 13.75h8m0-7.5h-8m4-4v8" />"###
1311};
1312#[allow(non_upper_case_globals)]
1313#[doc(hidden)]
1314pub static ChDisc: &icondata_core::IconData = &icondata_core::IconData {
1315    style: None,
1316    x: None,
1317    y: None,
1318    width: Some("16"),
1319    height: Some("16"),
1320    view_box: Some("0 0 16 16"),
1321    stroke_linecap: Some("round"),
1322    stroke_linejoin: Some("round"),
1323    stroke_width: Some("1.5"),
1324    stroke: Some("currentColor"),
1325    fill: Some("none"),
1326    data: r###"<circle cx="8" cy="8" r="6.25" />
1327<circle cx="8" cy="8" r="1.75" />"###
1328};
1329#[allow(non_upper_case_globals)]
1330#[doc(hidden)]
1331pub static ChDownload: &icondata_core::IconData = &icondata_core::IconData {
1332    style: None,
1333    x: None,
1334    y: None,
1335    width: Some("16"),
1336    height: Some("16"),
1337    view_box: Some("0 0 16 16"),
1338    stroke_linecap: Some("round"),
1339    stroke_linejoin: Some("round"),
1340    stroke_width: Some("1.5"),
1341    stroke: Some("currentColor"),
1342    fill: Some("none"),
1343    data: r###"<path d="m3.25 13.25h9m-8.5-6.5 4 3.5 4-3.5m-4-5v8.5" />"###
1344};
1345#[allow(non_upper_case_globals)]
1346#[doc(hidden)]
1347pub static ChDroplet: &icondata_core::IconData = &icondata_core::IconData {
1348    style: None,
1349    x: None,
1350    y: None,
1351    width: Some("16"),
1352    height: Some("16"),
1353    view_box: Some("0 0 16 16"),
1354    stroke_linecap: Some("round"),
1355    stroke_linejoin: Some("round"),
1356    stroke_width: Some("1.5"),
1357    stroke: Some("currentColor"),
1358    fill: Some("none"),
1359    data: r###"<path d="m2.75 9c0 2.9 2.35 5.25 5.25 5.25s5.25-2.35 5.25-5.25c0-3.25-5.25-7.25-5.25-7.25s-5.25 4-5.25 7.25z" />"###
1360};
1361#[allow(non_upper_case_globals)]
1362#[doc(hidden)]
1363pub static ChEraser: &icondata_core::IconData = &icondata_core::IconData {
1364    style: None,
1365    x: None,
1366    y: None,
1367    width: Some("16"),
1368    height: Some("16"),
1369    view_box: Some("0 0 16 16"),
1370    stroke_linecap: Some("round"),
1371    stroke_linejoin: Some("round"),
1372    stroke_width: Some("1.5"),
1373    stroke: Some("currentColor"),
1374    fill: Some("none"),
1375    data: r###"<polyline points="14.25 13.25,4.75 13.25,1.75 10.25,9.25 2.75,14.25 7.75,8.75 13.25" />
1376<line x1="5.25" y1="6.75" x2="10.25" y2="11.75" />"###
1377};
1378#[allow(non_upper_case_globals)]
1379#[doc(hidden)]
1380pub static ChEye: &icondata_core::IconData = &icondata_core::IconData {
1381    style: None,
1382    x: None,
1383    y: None,
1384    width: Some("16"),
1385    height: Some("16"),
1386    view_box: Some("0 0 16 16"),
1387    stroke_linecap: Some("round"),
1388    stroke_linejoin: Some("round"),
1389    stroke_width: Some("1.5"),
1390    stroke: Some("currentColor"),
1391    fill: Some("none"),
1392    data: r###"<path d="m1.75 8s2-4.25 6.25-4.25 6.25 4.25 6.25 4.25-2 4.25-6.25 4.25-6.25-4.25-6.25-4.25z" />
1393<circle cx="8" cy="8" r="1.25" fill="currentColor" />"###
1394};
1395#[allow(non_upper_case_globals)]
1396#[doc(hidden)]
1397pub static ChEyeSlash: &icondata_core::IconData = &icondata_core::IconData {
1398    style: None,
1399    x: None,
1400    y: None,
1401    width: Some("16"),
1402    height: Some("16"),
1403    view_box: Some("0 0 16 16"),
1404    stroke_linecap: Some("round"),
1405    stroke_linejoin: Some("round"),
1406    stroke_width: Some("1.5"),
1407    stroke: Some("currentColor"),
1408    fill: Some("none"),
1409    data: r###"<path d="m8.75 3.75c3.5.5 5.5 4.25 5.5 4.25s-.5 1.25-1.5 2.25m-2.5 1.5c-6 2-8.5-3.75-8.5-3.75s.5-1.75 3-3.25" />
1410<path d="m8.625 9.08253a1.25 1.25 0 0 1 -1.64894 -.36556 1.25 1.25 0 0 1 .22046 -1.67453l.80348.95756z" fill="currentColor" />
1411<path d="m3.75 1.75 8.5 12.5" />"###
1412};
1413#[allow(non_upper_case_globals)]
1414#[doc(hidden)]
1415pub static ChFaceFrown: &icondata_core::IconData = &icondata_core::IconData {
1416    style: None,
1417    x: None,
1418    y: None,
1419    width: Some("16"),
1420    height: Some("16"),
1421    view_box: Some("0 0 16 16"),
1422    stroke_linecap: Some("round"),
1423    stroke_linejoin: Some("round"),
1424    stroke_width: Some("1.5"),
1425    stroke: Some("currentColor"),
1426    fill: Some("none"),
1427    data: r###"<circle cx="8" cy="8" r="6.25" />
1428<path d="m9.75 6.25v-.5m-3.5.5v-.5m-.5 5s.5-1 2.25-1 2.25 1 2.25 1" />"###
1429};
1430#[allow(non_upper_case_globals)]
1431#[doc(hidden)]
1432pub static ChFaceNeutral: &icondata_core::IconData = &icondata_core::IconData {
1433    style: None,
1434    x: None,
1435    y: None,
1436    width: Some("16"),
1437    height: Some("16"),
1438    view_box: Some("0 0 16 16"),
1439    stroke_linecap: Some("round"),
1440    stroke_linejoin: Some("round"),
1441    stroke_width: Some("1.5"),
1442    stroke: Some("currentColor"),
1443    fill: Some("none"),
1444    data: r###"<circle cx="8" cy="8" r="6.25" />
1445<path d="m9.75 6.25v-.5m-3.5.5v-.5m-.5 4.5h4.5" />"###
1446};
1447#[allow(non_upper_case_globals)]
1448#[doc(hidden)]
1449pub static ChFaceSmile: &icondata_core::IconData = &icondata_core::IconData {
1450    style: None,
1451    x: None,
1452    y: None,
1453    width: Some("16"),
1454    height: Some("16"),
1455    view_box: Some("0 0 16 16"),
1456    stroke_linecap: Some("round"),
1457    stroke_linejoin: Some("round"),
1458    stroke_width: Some("1.5"),
1459    stroke: Some("currentColor"),
1460    fill: Some("none"),
1461    data: r###"<circle cx="8" cy="8" r="6.25" />
1462<path d="m9.75 6.25v-.5m-3.5.5v-.5m-.5 4s.5 1.5 2.25 1.5 2.25-1.5 2.25-1.5" />"###
1463};
1464#[allow(non_upper_case_globals)]
1465#[doc(hidden)]
1466pub static ChFile: &icondata_core::IconData = &icondata_core::IconData {
1467    style: None,
1468    x: None,
1469    y: None,
1470    width: Some("16"),
1471    height: Some("16"),
1472    view_box: Some("0 0 16 16"),
1473    stroke_linecap: Some("round"),
1474    stroke_linejoin: Some("round"),
1475    stroke_width: Some("1.5"),
1476    stroke: Some("currentColor"),
1477    fill: Some("none"),
1478    data: r###"<polygon points="2.75 1.75,8.25 1.75,13.25 6.75,13.25 14.25,2.75 14.25" />
1479<polyline points="7.75 2.25,7.75 7.25,12.75 7.25" />"###
1480};
1481#[allow(non_upper_case_globals)]
1482#[doc(hidden)]
1483pub static ChFileBinary: &icondata_core::IconData = &icondata_core::IconData {
1484    style: None,
1485    x: None,
1486    y: None,
1487    width: Some("16"),
1488    height: Some("16"),
1489    view_box: Some("0 0 16 16"),
1490    stroke_linecap: Some("round"),
1491    stroke_linejoin: Some("round"),
1492    stroke_width: Some("1.5"),
1493    stroke: Some("currentColor"),
1494    fill: Some("none"),
1495    data: r###"<polyline points="2.75 7.75,2.75 1.75,8.25 1.75,13.25 6.75,13.25 14.25" />
1496<rect x="1.75" y="10.8" width="3" height="3.5" />
1497<path d="m7.25 14.2h3m-3-3.5h1.5v3" />
1498<polyline points="7.75 2.25 7.75 7.25 12.8 7.25" />"###
1499};
1500#[allow(non_upper_case_globals)]
1501#[doc(hidden)]
1502pub static ChFileCode: &icondata_core::IconData = &icondata_core::IconData {
1503    style: None,
1504    x: None,
1505    y: None,
1506    width: Some("16"),
1507    height: Some("16"),
1508    view_box: Some("0 0 16 16"),
1509    stroke_linecap: Some("round"),
1510    stroke_linejoin: Some("round"),
1511    stroke_width: Some("1.5"),
1512    stroke: Some("currentColor"),
1513    fill: Some("none"),
1514    data: r###"<polyline points="2.75 7.75,2.75 1.75,8.25 1.75,13.25 6.75,13.25 14.25,11.25 14.25" />
1515<polyline points="7.75 2.25 7.75 7.25 12.8 7.25" />
1516<path d="m6.75 10.8 2 1.75-2 1.75m-3-3.5-2 1.75 2 1.75" />"###
1517};
1518#[allow(non_upper_case_globals)]
1519#[doc(hidden)]
1520pub static ChFileSymlink: &icondata_core::IconData = &icondata_core::IconData {
1521    style: None,
1522    x: None,
1523    y: None,
1524    width: Some("16"),
1525    height: Some("16"),
1526    view_box: Some("0 0 16 16"),
1527    stroke_linecap: Some("round"),
1528    stroke_linejoin: Some("round"),
1529    stroke_width: Some("1.5"),
1530    stroke: Some("currentColor"),
1531    fill: Some("none"),
1532    data: r###"<polyline points="2.75 7.75,2.75 1.75,8.25 1.75,13.25 6.75,13.25 14.25,9.25 14.25" />
1533<polyline points="7.75 2.25 7.75 7.25 12.75 7.25" />
1534<path d="m2.75 14.25 3.5-3.5m0 3v-3h-3" />"###
1535};
1536#[allow(non_upper_case_globals)]
1537#[doc(hidden)]
1538pub static ChFiles: &icondata_core::IconData = &icondata_core::IconData {
1539    style: None,
1540    x: None,
1541    y: None,
1542    width: Some("16"),
1543    height: Some("16"),
1544    view_box: Some("0 0 16 16"),
1545    stroke_linecap: Some("round"),
1546    stroke_linejoin: Some("round"),
1547    stroke_width: Some("1.5"),
1548    stroke: Some("currentColor"),
1549    fill: Some("none"),
1550    data: r###"<polygon points="9.25 1.75,13.25 5.75,13.25 11.25,5.75 11.25,5.75 1.75" />
1551<polyline points="9.25 2.25,9.25 5.75,12.75 5.75" />
1552<polyline points="10.25 11.75,10.25 14.25,2.75 14.25,2.75 4.75,5.25 4.75" />"###
1553};
1554#[allow(non_upper_case_globals)]
1555#[doc(hidden)]
1556pub static ChFilter: &icondata_core::IconData = &icondata_core::IconData {
1557    style: None,
1558    x: None,
1559    y: None,
1560    width: Some("16"),
1561    height: Some("16"),
1562    view_box: Some("0 0 16 16"),
1563    stroke_linecap: Some("round"),
1564    stroke_linejoin: Some("round"),
1565    stroke_width: Some("1.5"),
1566    stroke: Some("currentColor"),
1567    fill: Some("none"),
1568    data: r###"<polygon points="1.75 1.75,14.25 1.75,14.25 3.25,9.25 8.75,9.25 12.75,6.75 14.25,6.75 8.75,1.75 3.25" />"###
1569};
1570#[allow(non_upper_case_globals)]
1571#[doc(hidden)]
1572pub static ChFlag: &icondata_core::IconData = &icondata_core::IconData {
1573    style: None,
1574    x: None,
1575    y: None,
1576    width: Some("16"),
1577    height: Some("16"),
1578    view_box: Some("0 0 16 16"),
1579    stroke_linecap: Some("round"),
1580    stroke_linejoin: Some("round"),
1581    stroke_width: Some("1.5"),
1582    stroke: Some("currentColor"),
1583    fill: Some("none"),
1584    data: r###"<path d="m1.75 14.25v-11s2-1.5 4-1.5 2.5 1.5 4.5 1.5 4-1.5 4-1.5v7s-2 1.5-4 1.5-2.5-1.5-4.5-1.5-4 1.5-4 1.5" />"###
1585};
1586#[allow(non_upper_case_globals)]
1587#[doc(hidden)]
1588pub static ChFlame: &icondata_core::IconData = &icondata_core::IconData {
1589    style: None,
1590    x: None,
1591    y: None,
1592    width: Some("16"),
1593    height: Some("16"),
1594    view_box: Some("0 0 16 16"),
1595    stroke_linecap: Some("round"),
1596    stroke_linejoin: Some("round"),
1597    stroke_width: Some("1.5"),
1598    stroke: Some("currentColor"),
1599    fill: Some("none"),
1600    data: r###"<path d="m8.25 7.75c2 2 2.5-2.5 3.5-2s1.5 2 1.5 3.25c0 3.25-2.35 5.25-5.25 5.25s-5.25-2.5-5.25-6 3.5-7 5.5-7c0 0-2 4.5 0 6.5z" />"###
1601};
1602#[allow(non_upper_case_globals)]
1603#[doc(hidden)]
1604pub static ChFloppyDisk: &icondata_core::IconData = &icondata_core::IconData {
1605    style: None,
1606    x: None,
1607    y: None,
1608    width: Some("16"),
1609    height: Some("16"),
1610    view_box: Some("0 0 16 16"),
1611    stroke_linecap: Some("round"),
1612    stroke_linejoin: Some("round"),
1613    stroke_width: Some("1.5"),
1614    stroke: Some("currentColor"),
1615    fill: Some("none"),
1616    data: r###"<polygon points="2.75 2.75,2.75 13.25,13.25 13.25,13.25 5.75,10.25 2.75" />
1617<polyline points="5.75 13.25,5.75 9.75,10.25 9.75,10.25 13.25" />"###
1618};
1619#[allow(non_upper_case_globals)]
1620#[doc(hidden)]
1621pub static ChFolder: &icondata_core::IconData = &icondata_core::IconData {
1622    style: None,
1623    x: None,
1624    y: None,
1625    width: Some("16"),
1626    height: Some("16"),
1627    view_box: Some("0 0 16 16"),
1628    stroke_linecap: Some("round"),
1629    stroke_linejoin: Some("round"),
1630    stroke_width: Some("1.5"),
1631    stroke: Some("currentColor"),
1632    fill: Some("none"),
1633    data: r###"<polygon points="1.75 2.75,1.75 13.25,14.25 13.25,14.25 4.75,8.25 4.75,6.75 2.75" />"###
1634};
1635#[allow(non_upper_case_globals)]
1636#[doc(hidden)]
1637pub static ChFolderSymlink: &icondata_core::IconData = &icondata_core::IconData {
1638    style: None,
1639    x: None,
1640    y: None,
1641    width: Some("16"),
1642    height: Some("16"),
1643    view_box: Some("0 0 16 16"),
1644    stroke_linecap: Some("round"),
1645    stroke_linejoin: Some("round"),
1646    stroke_width: Some("1.5"),
1647    stroke: Some("currentColor"),
1648    fill: Some("none"),
1649    data: r###"<path d="m1.75 13.25 3.5-3.5m0 3v-3h-3" />
1650<polyline points="8.25 13.25,14.25 13.25,14.25 4.75,8.25 4.75,6.75 2.75,1.75 2.75,1.75 6.75" />"###
1651};
1652#[allow(non_upper_case_globals)]
1653#[doc(hidden)]
1654pub static ChFolders: &icondata_core::IconData = &icondata_core::IconData {
1655    style: None,
1656    x: None,
1657    y: None,
1658    width: Some("16"),
1659    height: Some("16"),
1660    view_box: Some("0 0 16 16"),
1661    stroke_linecap: Some("round"),
1662    stroke_linejoin: Some("round"),
1663    stroke_width: Some("1.5"),
1664    stroke: Some("currentColor"),
1665    fill: Some("none"),
1666    data: r###"<polygon points="4.75 2.25,4.75 10.25,14.25 10.25,14.25 3.75,9.25 3.75,7.75 2.25" />
1667<polyline points="4.75 5.25,1.75 5.25,1.75 13.25,11.25 13.25,11.25 10.25" />"###
1668};
1669#[allow(non_upper_case_globals)]
1670#[doc(hidden)]
1671pub static ChForward: &icondata_core::IconData = &icondata_core::IconData {
1672    style: None,
1673    x: None,
1674    y: None,
1675    width: Some("16"),
1676    height: Some("16"),
1677    view_box: Some("0 0 16 16"),
1678    stroke_linecap: Some("round"),
1679    stroke_linejoin: Some("round"),
1680    stroke_width: Some("1.5"),
1681    stroke: Some("currentColor"),
1682    fill: Some("none"),
1683    data: r###"<path d="m1.75 13.25c.5-6 5.5-7.5 8-7v-3.5l4.5 5.25-4.5 5.25v-3.5c-2.5-0.5-6.5 0.5-8 3.5z" />"###
1684};
1685#[allow(non_upper_case_globals)]
1686#[doc(hidden)]
1687pub static ChGamepad: &icondata_core::IconData = &icondata_core::IconData {
1688    style: None,
1689    x: None,
1690    y: None,
1691    width: Some("16"),
1692    height: Some("16"),
1693    view_box: Some("0 0 16 16"),
1694    stroke_linecap: Some("round"),
1695    stroke_linejoin: Some("round"),
1696    stroke_width: Some("1.5"),
1697    stroke: Some("currentColor"),
1698    fill: Some("none"),
1699    data: r###"<path d="m3.25 3.75c-2 5-2 9 0 9.5s2.5-2 2.5-2h4.5s.5 2.5 2.5 2 2-4.5 0-9.5h-2l-1 1h-3.5l-1-1z" />"###
1700};
1701#[allow(non_upper_case_globals)]
1702#[doc(hidden)]
1703pub static ChGem: &icondata_core::IconData = &icondata_core::IconData {
1704    style: None,
1705    x: None,
1706    y: None,
1707    width: Some("16"),
1708    height: Some("16"),
1709    view_box: Some("0 0 16 16"),
1710    stroke_linecap: Some("round"),
1711    stroke_linejoin: Some("round"),
1712    stroke_width: Some("1.5"),
1713    stroke: Some("currentColor"),
1714    fill: Some("none"),
1715    data: r###"<polygon points="4.75 2.75,11.25 2.75,14.25 6.25,8 13.25,1.75 6.25" />"###
1716};
1717#[allow(non_upper_case_globals)]
1718#[doc(hidden)]
1719pub static ChGift: &icondata_core::IconData = &icondata_core::IconData {
1720    style: None,
1721    x: None,
1722    y: None,
1723    width: Some("16"),
1724    height: Some("16"),
1725    view_box: Some("0 0 16 16"),
1726    stroke_linecap: Some("round"),
1727    stroke_linejoin: Some("round"),
1728    stroke_width: Some("1.5"),
1729    stroke: Some("currentColor"),
1730    fill: Some("none"),
1731    data: r###"<rect height="3.5" width="12.5" y="4.75" x="1.75" />
1732<path d="m10.25 4.75h-2.25c0-2 .5-3 2.25-3 2 0 2 3 0 3zm-4.5 0h2.25c0-2-.5-3-2.25-3-2 0-2 3 0 3zm2.25 9v-8.75m-5.25 3.75v5.5h10.5v-5.5" />"###
1733};
1734#[allow(non_upper_case_globals)]
1735#[doc(hidden)]
1736pub static ChGitBranch: &icondata_core::IconData = &icondata_core::IconData {
1737    style: None,
1738    x: None,
1739    y: None,
1740    width: Some("16"),
1741    height: Some("16"),
1742    view_box: Some("0 0 16 16"),
1743    stroke_linecap: Some("round"),
1744    stroke_linejoin: Some("round"),
1745    stroke_width: Some("1.5"),
1746    stroke: Some("currentColor"),
1747    fill: Some("none"),
1748    data: r###"<circle cx="4.5" cy="3.5" r="1.75" />
1749<circle cx="11.5" cy="3.5" r="1.75" />
1750<circle cx="4.5" cy="12.5" r="1.75" />
1751<path d="m5.25 8.25c3 0 6 .5 6-2.5m-6.5 4.5v-4.5" />"###
1752};
1753#[allow(non_upper_case_globals)]
1754#[doc(hidden)]
1755pub static ChGitCherryPick: &icondata_core::IconData = &icondata_core::IconData {
1756    style: None,
1757    x: None,
1758    y: None,
1759    width: Some("16"),
1760    height: Some("16"),
1761    view_box: Some("0 0 16 16"),
1762    stroke_linecap: Some("round"),
1763    stroke_linejoin: Some("round"),
1764    stroke_width: Some("1.5"),
1765    stroke: Some("currentColor"),
1766    fill: Some("none"),
1767    data: r###"<circle cy="8" cx="5" r="2.25" />
1768<path d="m5 10.75v3.5m0-12.5v3.5" />
1769<path d="m11.75 8h1.5m-4.5-3.25h1.5l1 3.25-1 3.25h-1.5" />"###
1770};
1771#[allow(non_upper_case_globals)]
1772#[doc(hidden)]
1773pub static ChGitCommit: &icondata_core::IconData = &icondata_core::IconData {
1774    style: None,
1775    x: None,
1776    y: None,
1777    width: Some("16"),
1778    height: Some("16"),
1779    view_box: Some("0 0 16 16"),
1780    stroke_linecap: Some("round"),
1781    stroke_linejoin: Some("round"),
1782    stroke_width: Some("1.5"),
1783    stroke: Some("currentColor"),
1784    fill: Some("none"),
1785    data: r###"<circle cx="8" cy="8" r="2.25" />
1786<path d="m8 10.75v3.5m0-12.5v3.5" />"###
1787};
1788#[allow(non_upper_case_globals)]
1789#[doc(hidden)]
1790pub static ChGitCompare: &icondata_core::IconData = &icondata_core::IconData {
1791    style: None,
1792    x: None,
1793    y: None,
1794    width: Some("16"),
1795    height: Some("16"),
1796    view_box: Some("0 0 16 16"),
1797    stroke_linecap: Some("round"),
1798    stroke_linejoin: Some("round"),
1799    stroke_width: Some("1.5"),
1800    stroke: Some("currentColor"),
1801    fill: Some("none"),
1802    data: r###"<circle cx="12.5" cy="12.5" r="1.75" />
1803<circle cx="3.5" cy="3.5" r="1.75" />
1804<path d="m3.75 5.75v5c0 1 .5 1.5 1.5 1.5h2m-.5 2 1.5-2-1.5-2m5.5 0v-5c0-1-.5-1.5-1.5-1.5h-2m.5-2-1.5 2 1.5 2" />"###
1805};
1806#[allow(non_upper_case_globals)]
1807#[doc(hidden)]
1808pub static ChGitFork: &icondata_core::IconData = &icondata_core::IconData {
1809    style: None,
1810    x: None,
1811    y: None,
1812    width: Some("16"),
1813    height: Some("16"),
1814    view_box: Some("0 0 16 16"),
1815    stroke_linecap: Some("round"),
1816    stroke_linejoin: Some("round"),
1817    stroke_width: Some("1.5"),
1818    stroke: Some("currentColor"),
1819    fill: Some("none"),
1820    data: r###"<circle cx="8" cy="12.5" r="1.75" />
1821<circle cx="4.5" cy="3.5" r="1.75" />
1822<circle cx="11.5" cy="3.5" r="1.75" />
1823<path d="m8 8.75v1.5m-3.25-4.5c0 3.5 6.5 3.5 6.5 0" />"###
1824};
1825#[allow(non_upper_case_globals)]
1826#[doc(hidden)]
1827pub static ChGitMerge: &icondata_core::IconData = &icondata_core::IconData {
1828    style: None,
1829    x: None,
1830    y: None,
1831    width: Some("16"),
1832    height: Some("16"),
1833    view_box: Some("0 0 16 16"),
1834    stroke_linecap: Some("round"),
1835    stroke_linejoin: Some("round"),
1836    stroke_width: Some("1.5"),
1837    stroke: Some("currentColor"),
1838    fill: Some("none"),
1839    data: r###"<circle cx="4.5" cy="3.5" r="1.75" />
1840<circle cx="4.5" cy="12.5" r="1.75" />
1841<circle cx="12.5" cy="8.5" r="1.75" />
1842<path d="m4.75 10.25v-4.5c1 2 2 3 5.5 3" />"###
1843};
1844#[allow(non_upper_case_globals)]
1845#[doc(hidden)]
1846pub static ChGitRequest: &icondata_core::IconData = &icondata_core::IconData {
1847    style: None,
1848    x: None,
1849    y: None,
1850    width: Some("16"),
1851    height: Some("16"),
1852    view_box: Some("0 0 16 16"),
1853    stroke_linecap: Some("round"),
1854    stroke_linejoin: Some("round"),
1855    stroke_width: Some("1.5"),
1856    stroke: Some("currentColor"),
1857    fill: Some("none"),
1858    data: r###"<circle cx="12.5" cy="12.5" r="1.75" />
1859<circle cx="3.5" cy="12.5" r="1.75" />
1860<circle cx="3.5" cy="3.5" r="1.75" />
1861<path d="m9.25 1.75-1.5 2 1.5 2m3 4.5v-5c0-1-.5-1.5-1.5-1.5h-2m-5 2v4.5" />"###
1862};
1863#[allow(non_upper_case_globals)]
1864#[doc(hidden)]
1865pub static ChGitRequestCross: &icondata_core::IconData = &icondata_core::IconData {
1866    style: None,
1867    x: None,
1868    y: None,
1869    width: Some("16"),
1870    height: Some("16"),
1871    view_box: Some("0 0 16 16"),
1872    stroke_linecap: Some("round"),
1873    stroke_linejoin: Some("round"),
1874    stroke_width: Some("1.5"),
1875    stroke: Some("currentColor"),
1876    fill: Some("none"),
1877    data: r###"<circle cy="12.5" cx="12.5" r="1.75" />
1878<circle cy="12.5" cx="3.5" r="1.75" />
1879<circle cy="3.5" cx="3.5" r="1.75" />
1880<path d="m12.25 7.25v3m-8.5-4.5v4.5" />
1881<path d="m14.25 1.75-3.5 3.5m0-3.5 3.5 3.5" />"###
1882};
1883#[allow(non_upper_case_globals)]
1884#[doc(hidden)]
1885pub static ChGitRequestDraft: &icondata_core::IconData = &icondata_core::IconData {
1886    style: None,
1887    x: None,
1888    y: None,
1889    width: Some("16"),
1890    height: Some("16"),
1891    view_box: Some("0 0 16 16"),
1892    stroke_linecap: Some("round"),
1893    stroke_linejoin: Some("round"),
1894    stroke_width: Some("1.5"),
1895    stroke: Some("currentColor"),
1896    fill: Some("none"),
1897    data: r###"<circle cy="12.5" cx="12.5" r="1.75" />
1898<circle cy="12.5" cx="3.5" r="1.75" />
1899<circle cy="3.5" cx="3.5" r="1.75" />
1900<path d="m7.75 2.75h.5m2.5 0h.5m1.5 2.5v-.5m0 3v.5m-9-2.5v4.5" />"###
1901};
1902#[allow(non_upper_case_globals)]
1903#[doc(hidden)]
1904pub static ChGithub: &icondata_core::IconData = &icondata_core::IconData {
1905    style: None,
1906    x: None,
1907    y: None,
1908    width: Some("16"),
1909    height: Some("16"),
1910    view_box: Some("0 0 16 16"),
1911    stroke_linecap: Some("round"),
1912    stroke_linejoin: Some("round"),
1913    stroke_width: Some("1.5"),
1914    stroke: Some("currentColor"),
1915    fill: Some("none"),
1916    data: r###"<path d="m5.75 14.25s-.5-2 .5-3c0 0-2 0-3.5-1.5s-1-4.5 0-5.5c-.5-1.5.5-2.5.5-2.5s1.5 0 2.5 1c1-.5 3.5-.5 4.5 0 1-1 2.5-1 2.5-1s1 1 .5 2.5c1 1 1.5 4 0 5.5s-3.5 1.5-3.5 1.5c1 1 .5 3 .5 3" />
1917<path d="m5.25 13.75c-1.5.5-3-.5-3.5-1" />"###
1918};
1919#[allow(non_upper_case_globals)]
1920#[doc(hidden)]
1921pub static ChGitlab: &icondata_core::IconData = &icondata_core::IconData {
1922    style: None,
1923    x: None,
1924    y: None,
1925    width: Some("16"),
1926    height: Some("16"),
1927    view_box: Some("0 0 16 16"),
1928    stroke_linecap: Some("round"),
1929    stroke_linejoin: Some("round"),
1930    stroke_width: Some("1.5"),
1931    stroke: Some("currentColor"),
1932    fill: Some("none"),
1933    data: r###"<path d="m8 14.25-6.25-4.5 2-8 2 5.5h4.5l2-5.5 2 8z" />"###
1934};
1935#[allow(non_upper_case_globals)]
1936#[doc(hidden)]
1937pub static ChGlasses: &icondata_core::IconData = &icondata_core::IconData {
1938    style: None,
1939    x: None,
1940    y: None,
1941    width: Some("16"),
1942    height: Some("16"),
1943    view_box: Some("0 0 16 16"),
1944    stroke_linecap: Some("round"),
1945    stroke_linejoin: Some("round"),
1946    stroke_width: Some("1.5"),
1947    stroke: Some("currentColor"),
1948    fill: Some("none"),
1949    data: r###"<circle cx="4" cy="11" r="2.25" />
1950<circle cx="12" cy="11" r="2.25" />
1951<path d="m14.25 10.75c-1.5-6-2-6.5-3.5-7m-9 7c1.5-6 2-6.5 3.5-7m1 7c1-1 2.5-1 3.5 0" />"###
1952};
1953#[allow(non_upper_case_globals)]
1954#[doc(hidden)]
1955pub static ChGlobe: &icondata_core::IconData = &icondata_core::IconData {
1956    style: None,
1957    x: None,
1958    y: None,
1959    width: Some("16"),
1960    height: Some("16"),
1961    view_box: Some("0 0 16 16"),
1962    stroke_linecap: Some("round"),
1963    stroke_linejoin: Some("round"),
1964    stroke_width: Some("1.5"),
1965    stroke: Some("currentColor"),
1966    fill: Some("none"),
1967    data: r###"<circle cy="8" cx="8" r="6.25" />
1968<path d="m2 8.25h12" />
1969<path d="m8.25 14.2c2.75-3.2 2.75-9.2 0-12.4" />
1970<path d="m7.75 14.2c-2.75-3.2-2.75-9.2 0-12.4" />"###
1971};
1972#[allow(non_upper_case_globals)]
1973#[doc(hidden)]
1974pub static ChGrabHorizontal: &icondata_core::IconData = &icondata_core::IconData {
1975    style: None,
1976    x: None,
1977    y: None,
1978    width: Some("16"),
1979    height: Some("16"),
1980    view_box: Some("0 0 16 16"),
1981    stroke_linecap: Some("round"),
1982    stroke_linejoin: Some("round"),
1983    stroke_width: Some("1.5"),
1984    stroke: Some("currentColor"),
1985    fill: Some("none"),
1986    data: r###"<circle cy="5.5" cx="2.5" r=".75" />
1987<circle cy="5.5" cx="8" r=".75" />
1988<circle cy="5.5" cx="13.5" r=".75" />
1989<circle cy="10.5" cx="2.5" r=".75" />
1990<circle cy="10.5" cx="8" r=".75" />
1991<circle cy="10.5" cx="13.5" r=".75" />"###
1992};
1993#[allow(non_upper_case_globals)]
1994#[doc(hidden)]
1995pub static ChGrabVertical: &icondata_core::IconData = &icondata_core::IconData {
1996    style: None,
1997    x: None,
1998    y: None,
1999    width: Some("16"),
2000    height: Some("16"),
2001    view_box: Some("0 0 16 16"),
2002    stroke_linecap: Some("round"),
2003    stroke_linejoin: Some("round"),
2004    stroke_width: Some("1.5"),
2005    stroke: Some("currentColor"),
2006    fill: Some("none"),
2007    data: r###"<circle cy="2.5" cx="5.5" r=".75" />
2008<circle cy="8" cx="5.5" r=".75" />
2009<circle cy="13.5" cx="5.5" r=".75" />
2010<circle cy="2.5" cx="10.4957" r=".75" />
2011<circle cy="8" cx="10.4957" r=".75" />
2012<circle cy="13.5" cx="10.4957" r=".75" />"###
2013};
2014#[allow(non_upper_case_globals)]
2015#[doc(hidden)]
2016pub static ChGraduateCap: &icondata_core::IconData = &icondata_core::IconData {
2017    style: None,
2018    x: None,
2019    y: None,
2020    width: Some("16"),
2021    height: Some("16"),
2022    view_box: Some("0 0 16 16"),
2023    stroke_linecap: Some("round"),
2024    stroke_linejoin: Some("round"),
2025    stroke_width: Some("1.5"),
2026    stroke: Some("currentColor"),
2027    fill: Some("none"),
2028    data: r###"<path d="m14.25 9.25v-3.25l-6.25-3.25-6.25 3.25 6.25 3.25 3.25-1.5v3.5c0 1-1.5 2-3.25 2s-3.25-1-3.25-2v-3.5" />"###
2029};
2030#[allow(non_upper_case_globals)]
2031#[doc(hidden)]
2032pub static ChHash: &icondata_core::IconData = &icondata_core::IconData {
2033    style: None,
2034    x: None,
2035    y: None,
2036    width: Some("16"),
2037    height: Some("16"),
2038    view_box: Some("0 0 16 16"),
2039    stroke_linecap: Some("round"),
2040    stroke_linejoin: Some("round"),
2041    stroke_width: Some("1.5"),
2042    stroke: Some("currentColor"),
2043    fill: Some("none"),
2044    data: r###"<path d="m2.75 10.25h9.5m-8.5-4.5h9.5m-2.5-4-1.5 12.5m-2.5-12.5-1.5 12.5" />"###
2045};
2046#[allow(non_upper_case_globals)]
2047#[doc(hidden)]
2048pub static ChHeadphones: &icondata_core::IconData = &icondata_core::IconData {
2049    style: None,
2050    x: None,
2051    y: None,
2052    width: Some("16"),
2053    height: Some("16"),
2054    view_box: Some("0 0 16 16"),
2055    stroke_linecap: Some("round"),
2056    stroke_linejoin: Some("round"),
2057    stroke_width: Some("1.5"),
2058    stroke: Some("currentColor"),
2059    fill: Some("none"),
2060    data: r###"<path d="m1.75 11.75c0-2.5 3.5-2 3.5-2v4.5s-3.5.5-3.5-2.5v-3.5c0-3 .5-6.5 6.25-6.5s6.25 3.5 6.25 6.5v3.5c0 3-3.5 2.5-3.5 2.5v-4.5s3.5-.5 3.5 2" />"###
2061};
2062#[allow(non_upper_case_globals)]
2063#[doc(hidden)]
2064pub static ChHeart: &icondata_core::IconData = &icondata_core::IconData {
2065    style: None,
2066    x: None,
2067    y: None,
2068    width: Some("16"),
2069    height: Some("16"),
2070    view_box: Some("0 0 16 16"),
2071    stroke_linecap: Some("round"),
2072    stroke_linejoin: Some("round"),
2073    stroke_width: Some("1.5"),
2074    stroke: Some("currentColor"),
2075    fill: Some("none"),
2076    data: r###"<path d="m3.25 9.75c3 3.5 4.75 4.5 4.75 4.5s1.75-1 4.75-4.5 1-7-1.5-7-3.25 3-3.25 3-.75-3-3.25-3-4.5 3.5-1.5 7z" />"###
2077};
2078#[allow(non_upper_case_globals)]
2079#[doc(hidden)]
2080pub static ChHelp: &icondata_core::IconData = &icondata_core::IconData {
2081    style: None,
2082    x: None,
2083    y: None,
2084    width: Some("16"),
2085    height: Some("16"),
2086    view_box: Some("0 0 16 16"),
2087    stroke_linecap: Some("round"),
2088    stroke_linejoin: Some("round"),
2089    stroke_width: Some("1.5"),
2090    stroke: Some("currentColor"),
2091    fill: Some("none"),
2092    data: r###"<circle cy="8" cx="8" r="6.25" />
2093<path d="m5.75 6.75c0-1 1-2 2.25-2s2.25 1.0335 2.25 2c0 1.5-1.5 1.5-2.25 2m0 2.5v0" />"###
2094};
2095#[allow(non_upper_case_globals)]
2096#[doc(hidden)]
2097pub static ChHexagon: &icondata_core::IconData = &icondata_core::IconData {
2098    style: None,
2099    x: None,
2100    y: None,
2101    width: Some("16"),
2102    height: Some("16"),
2103    view_box: Some("0 0 16 16"),
2104    stroke_linecap: Some("round"),
2105    stroke_linejoin: Some("round"),
2106    stroke_width: Some("1.5"),
2107    stroke: Some("currentColor"),
2108    fill: Some("none"),
2109    data: r###"<polygon points="1.75 4.75,8 1.25,14.25 4.75,14.25 11.25,8 14.75,1.75 11.25" />"###
2110};
2111#[allow(non_upper_case_globals)]
2112#[doc(hidden)]
2113pub static ChHome: &icondata_core::IconData = &icondata_core::IconData {
2114    style: None,
2115    x: None,
2116    y: None,
2117    width: Some("16"),
2118    height: Some("16"),
2119    view_box: Some("0 0 16 16"),
2120    stroke_linecap: Some("round"),
2121    stroke_linejoin: Some("round"),
2122    stroke_width: Some("1.5"),
2123    stroke: Some("currentColor"),
2124    fill: Some("none"),
2125    data: r###"<path d="m3.75 5.75v7.5h8.5v-7.5m-10.5 1.5 6.25-5.5l6.25 5.5" />"###
2126};
2127#[allow(non_upper_case_globals)]
2128#[doc(hidden)]
2129pub static ChHourglass: &icondata_core::IconData = &icondata_core::IconData {
2130    style: None,
2131    x: None,
2132    y: None,
2133    width: Some("16"),
2134    height: Some("16"),
2135    view_box: Some("0 0 16 16"),
2136    stroke_linecap: Some("round"),
2137    stroke_linejoin: Some("round"),
2138    stroke_width: Some("1.5"),
2139    stroke: Some("currentColor"),
2140    fill: Some("none"),
2141    data: r###"<path d="m11.75 13.75c0-5-2-4-2-5.75s2-0.75 2-5.75m-7.5 11.5c0-5 2-4 2-5.75s-2-.75-2-5.75m-1.5-.5h10.5m-10.5 12.5h10.5" />"###
2142};
2143#[allow(non_upper_case_globals)]
2144#[doc(hidden)]
2145pub static ChId: &icondata_core::IconData = &icondata_core::IconData {
2146    style: None,
2147    x: None,
2148    y: None,
2149    width: Some("16"),
2150    height: Some("16"),
2151    view_box: Some("0 0 16 16"),
2152    stroke_linecap: Some("round"),
2153    stroke_linejoin: Some("round"),
2154    stroke_width: Some("1.5"),
2155    stroke: Some("currentColor"),
2156    fill: Some("none"),
2157    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
2158<circle cy="7.5" cx="8" r="2.25" />
2159<path d="m4.75 12.75c0-1 .75-3 3.25-3s3.25 2 3.25 3" />"###
2160};
2161#[allow(non_upper_case_globals)]
2162#[doc(hidden)]
2163pub static ChImage: &icondata_core::IconData = &icondata_core::IconData {
2164    style: None,
2165    x: None,
2166    y: None,
2167    width: Some("16"),
2168    height: Some("16"),
2169    view_box: Some("0 0 16 16"),
2170    stroke_linecap: Some("round"),
2171    stroke_linejoin: Some("round"),
2172    stroke_width: Some("1.5"),
2173    stroke: Some("currentColor"),
2174    fill: Some("none"),
2175    data: r###"<rect x="1.75" y="2.75" width="12.5" height="10.5" />
2176<path d="m3.75 13.2 6.5-5.5 4 3" />
2177<circle fill="currentColor" cx="5.25" cy="6.25" r=".5" />"###
2178};
2179#[allow(non_upper_case_globals)]
2180#[doc(hidden)]
2181pub static ChInbox: &icondata_core::IconData = &icondata_core::IconData {
2182    style: None,
2183    x: None,
2184    y: None,
2185    width: Some("16"),
2186    height: Some("16"),
2187    view_box: Some("0 0 16 16"),
2188    stroke_linecap: Some("round"),
2189    stroke_linejoin: Some("round"),
2190    stroke_width: Some("1.5"),
2191    stroke: Some("currentColor"),
2192    fill: Some("none"),
2193    data: r###"<polygon points="1.75 13.25,14.25 13.25,14.25 8.25,11.75 2.75,4.25 2.75,1.75 8.25" />
2194<path d="m2.25 8.75h3l1 1.5h3.5l1-1.5h3" />"###
2195};
2196#[allow(non_upper_case_globals)]
2197#[doc(hidden)]
2198pub static ChInfinity: &icondata_core::IconData = &icondata_core::IconData {
2199    style: None,
2200    x: None,
2201    y: None,
2202    width: Some("16"),
2203    height: Some("16"),
2204    view_box: Some("0 0 16 16"),
2205    stroke_linecap: Some("round"),
2206    stroke_linejoin: Some("round"),
2207    stroke_width: Some("1.5"),
2208    stroke: Some("currentColor"),
2209    fill: Some("none"),
2210    data: r###"<path d="m5 5c2.5 1 3.5 5 6 6s3.25-1.25 3.25-3-.75-4-3.25-3-3.5 5-6 6-3.25-1.25-3.25-3 .75-4 3.25-3z" />"###
2211};
2212#[allow(non_upper_case_globals)]
2213#[doc(hidden)]
2214pub static ChInfo: &icondata_core::IconData = &icondata_core::IconData {
2215    style: None,
2216    x: None,
2217    y: None,
2218    width: Some("16"),
2219    height: Some("16"),
2220    view_box: Some("0 0 16 16"),
2221    stroke_linecap: Some("round"),
2222    stroke_linejoin: Some("round"),
2223    stroke_width: Some("1.5"),
2224    stroke: Some("currentColor"),
2225    fill: Some("none"),
2226    data: r###"<circle cy="8" cx="8" r="6.25" />
2227<path d="m8 5.25v0m0 6v-3.5" />"###
2228};
2229#[allow(non_upper_case_globals)]
2230#[doc(hidden)]
2231pub static ChKey: &icondata_core::IconData = &icondata_core::IconData {
2232    style: None,
2233    x: None,
2234    y: None,
2235    width: Some("16"),
2236    height: Some("16"),
2237    view_box: Some("0 0 16 16"),
2238    stroke_linecap: Some("round"),
2239    stroke_linejoin: Some("round"),
2240    stroke_width: Some("1.5"),
2241    stroke: Some("currentColor"),
2242    fill: Some("none"),
2243    data: r###"<path d="m10 1.75c-2.34721 0-4.25 1.90279-4.25 4.25.00023.37267.04949.74369.14648 1.10352l-4.14648 4.14648v3h3v-1.5h1.5v-1.5h1.5l1.15039-1.15039c.35839.0980.72808.1486 1.09961.1504 2.3472 0 4.25-1.90279 4.25-4.25s-1.9028-4.25-4.25-4.25z" />
2244<circle cx="10.75" cy="5.25" r="0.5" fill="currentColor" />"###
2245};
2246#[allow(non_upper_case_globals)]
2247#[doc(hidden)]
2248pub static ChLaptop: &icondata_core::IconData = &icondata_core::IconData {
2249    style: None,
2250    x: None,
2251    y: None,
2252    width: Some("16"),
2253    height: Some("16"),
2254    view_box: Some("0 0 16 16"),
2255    stroke_linecap: Some("round"),
2256    stroke_linejoin: Some("round"),
2257    stroke_width: Some("1.5"),
2258    stroke: Some("currentColor"),
2259    fill: Some("none"),
2260    data: r###"<rect height="7.5" width="10.5" y="2.75" x="2.75" />
2261<path d="m2.75 10.25-1 3h12.5l-1-3" />"###
2262};
2263#[allow(non_upper_case_globals)]
2264#[doc(hidden)]
2265pub static ChLayoutColumns: &icondata_core::IconData = &icondata_core::IconData {
2266    style: None,
2267    x: None,
2268    y: None,
2269    width: Some("16"),
2270    height: Some("16"),
2271    view_box: Some("0 0 16 16"),
2272    stroke_linecap: Some("round"),
2273    stroke_linejoin: Some("round"),
2274    stroke_width: Some("1.5"),
2275    stroke: Some("currentColor"),
2276    fill: Some("none"),
2277    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
2278<line x1="8" y1="3.25" x2="8" y2="12.75" />"###
2279};
2280#[allow(non_upper_case_globals)]
2281#[doc(hidden)]
2282pub static ChLayoutDashboard: &icondata_core::IconData = &icondata_core::IconData {
2283    style: None,
2284    x: None,
2285    y: None,
2286    width: Some("16"),
2287    height: Some("16"),
2288    view_box: Some("0 0 16 16"),
2289    stroke_linecap: Some("round"),
2290    stroke_linejoin: Some("round"),
2291    stroke_width: Some("1.5"),
2292    stroke: Some("currentColor"),
2293    fill: Some("none"),
2294    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
2295<path d="m8.25 6.75h5.5m-11.5 2.5h5.5m.25-6v9.5" />"###
2296};
2297#[allow(non_upper_case_globals)]
2298#[doc(hidden)]
2299pub static ChLayoutGrid: &icondata_core::IconData = &icondata_core::IconData {
2300    style: None,
2301    x: None,
2302    y: None,
2303    width: Some("16"),
2304    height: Some("16"),
2305    view_box: Some("0 0 16 16"),
2306    stroke_linecap: Some("round"),
2307    stroke_linejoin: Some("round"),
2308    stroke_width: Some("1.5"),
2309    stroke: Some("currentColor"),
2310    fill: Some("none"),
2311    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
2312<path d="m2 8h12m-3.75-4.75v9.5m-4.5-9.5v9.5" />"###
2313};
2314#[allow(non_upper_case_globals)]
2315#[doc(hidden)]
2316pub static ChLayoutList: &icondata_core::IconData = &icondata_core::IconData {
2317    style: None,
2318    x: None,
2319    y: None,
2320    width: Some("16"),
2321    height: Some("16"),
2322    view_box: Some("0 0 16 16"),
2323    stroke_linecap: Some("round"),
2324    stroke_linejoin: Some("round"),
2325    stroke_width: Some("1.5"),
2326    stroke: Some("currentColor"),
2327    fill: Some("none"),
2328    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
2329<path d="m5.25 3.25v9.5m-3-6.5h11.5m-11.5 3.5h11.5" />"###
2330};
2331#[allow(non_upper_case_globals)]
2332#[doc(hidden)]
2333pub static ChLayoutRows: &icondata_core::IconData = &icondata_core::IconData {
2334    style: None,
2335    x: None,
2336    y: None,
2337    width: Some("16"),
2338    height: Some("16"),
2339    view_box: Some("0 0 16 16"),
2340    stroke_linecap: Some("round"),
2341    stroke_linejoin: Some("round"),
2342    stroke_width: Some("1.5"),
2343    stroke: Some("currentColor"),
2344    fill: Some("none"),
2345    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
2346<line x1="2" y1="8" x2="14" y2="8" />"###
2347};
2348#[allow(non_upper_case_globals)]
2349#[doc(hidden)]
2350pub static ChLayoutSidebar: &icondata_core::IconData = &icondata_core::IconData {
2351    style: None,
2352    x: None,
2353    y: None,
2354    width: Some("16"),
2355    height: Some("16"),
2356    view_box: Some("0 0 16 16"),
2357    stroke_linecap: Some("round"),
2358    stroke_linejoin: Some("round"),
2359    stroke_width: Some("1.5"),
2360    stroke: Some("currentColor"),
2361    fill: Some("none"),
2362    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
2363<path d="m6.25 3v9.5" />"###
2364};
2365#[allow(non_upper_case_globals)]
2366#[doc(hidden)]
2367pub static ChLayoutStackH: &icondata_core::IconData = &icondata_core::IconData {
2368    style: None,
2369    x: None,
2370    y: None,
2371    width: Some("16"),
2372    height: Some("16"),
2373    view_box: Some("0 0 16 16"),
2374    stroke_linecap: Some("round"),
2375    stroke_linejoin: Some("round"),
2376    stroke_width: Some("1.5"),
2377    stroke: Some("currentColor"),
2378    fill: Some("none"),
2379    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
2380<line x1="2" y1="8" x2="14" y2="8" />
2381<line x1="8" y1="8" x2="8" y2="12.75" />"###
2382};
2383#[allow(non_upper_case_globals)]
2384#[doc(hidden)]
2385pub static ChLayoutStackV: &icondata_core::IconData = &icondata_core::IconData {
2386    style: None,
2387    x: None,
2388    y: None,
2389    width: Some("16"),
2390    height: Some("16"),
2391    view_box: Some("0 0 16 16"),
2392    stroke_linecap: Some("round"),
2393    stroke_linejoin: Some("round"),
2394    stroke_width: Some("1.5"),
2395    stroke: Some("currentColor"),
2396    fill: Some("none"),
2397    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
2398<line x1="8" y1="3.25" x2="8" y2="12.75" />
2399<line x1="8" y1="8" x2="14" y2="8" />"###
2400};
2401#[allow(non_upper_case_globals)]
2402#[doc(hidden)]
2403pub static ChLightbulb: &icondata_core::IconData = &icondata_core::IconData {
2404    style: None,
2405    x: None,
2406    y: None,
2407    width: Some("16"),
2408    height: Some("16"),
2409    view_box: Some("0 0 16 16"),
2410    stroke_linecap: Some("round"),
2411    stroke_linejoin: Some("round"),
2412    stroke_width: Some("1.5"),
2413    stroke: Some("currentColor"),
2414    fill: Some("none"),
2415    data: r###"<path d="m6.75 14.25h2.5m-1.25-12.5c-2.75 0-4.25 2-4.25 4s2 2.5 2 4.5v1h4.5v-1c0-2 2-2.5 2-4.5s-1.5-4-4.25-4z" />"###
2416};
2417#[allow(non_upper_case_globals)]
2418#[doc(hidden)]
2419pub static ChLightningBolt: &icondata_core::IconData = &icondata_core::IconData {
2420    style: None,
2421    x: None,
2422    y: None,
2423    width: Some("16"),
2424    height: Some("16"),
2425    view_box: Some("0 0 16 16"),
2426    stroke_linecap: Some("round"),
2427    stroke_linejoin: Some("round"),
2428    stroke_width: Some("1.5"),
2429    stroke: Some("currentColor"),
2430    fill: Some("none"),
2431    data: r###"<polygon points="9.25 1.75,2.75 9.25,7.25 9.75,6.75 14.25,13.25 6.75,8.75 6.25" />"###
2432};
2433#[allow(non_upper_case_globals)]
2434#[doc(hidden)]
2435pub static ChLink: &icondata_core::IconData = &icondata_core::IconData {
2436    style: None,
2437    x: None,
2438    y: None,
2439    width: Some("16"),
2440    height: Some("16"),
2441    view_box: Some("0 0 16 16"),
2442    stroke_linecap: Some("round"),
2443    stroke_linejoin: Some("round"),
2444    stroke_width: Some("1.5"),
2445    stroke: Some("currentColor"),
2446    fill: Some("none"),
2447    data: r###"<path d="m9.75 4.75c3 0 4.5 1.5 4.5 3.25s-1.5 3.25-4.5 3.25m-4-3.25h4.5m-4-3.25c-3 0-4.5 1.5-4.5 3.25s1.5 3.25 4.5 3.25" />"###
2448};
2449#[allow(non_upper_case_globals)]
2450#[doc(hidden)]
2451pub static ChLinkExternal: &icondata_core::IconData = &icondata_core::IconData {
2452    style: None,
2453    x: None,
2454    y: None,
2455    width: Some("16"),
2456    height: Some("16"),
2457    view_box: Some("0 0 16 16"),
2458    stroke_linecap: Some("round"),
2459    stroke_linejoin: Some("round"),
2460    stroke_width: Some("1.5"),
2461    stroke: Some("currentColor"),
2462    fill: Some("none"),
2463    data: r###"<polyline points="8.25 2.75,2.75 2.75,2.75 13.25,13.25 13.25,13.25 7.75" />
2464<path d="m13.25 2.75-5.5 5.5m3-6.5h3.5v3.5" />"###
2465};
2466#[allow(non_upper_case_globals)]
2467#[doc(hidden)]
2468pub static ChLinkSlash: &icondata_core::IconData = &icondata_core::IconData {
2469    style: None,
2470    x: None,
2471    y: None,
2472    width: Some("16"),
2473    height: Some("16"),
2474    view_box: Some("0 0 16 16"),
2475    stroke_linecap: Some("round"),
2476    stroke_linejoin: Some("round"),
2477    stroke_width: Some("1.5"),
2478    stroke: Some("currentColor"),
2479    fill: Some("none"),
2480    data: r###"<path d="m10.75 1.75-5.5 12.5m4.5-9.5c3 0 4.5 1.5 4.5 3.25s-1.5 3.25-4.5 3.25m-3.5-6.5c-3 0-4.5 1.5-4.5 3.25s1.5 3.25 4.5 3.25" />"###
2481};
2482#[allow(non_upper_case_globals)]
2483#[doc(hidden)]
2484pub static ChMail: &icondata_core::IconData = &icondata_core::IconData {
2485    style: None,
2486    x: None,
2487    y: None,
2488    width: Some("16"),
2489    height: Some("16"),
2490    view_box: Some("0 0 16 16"),
2491    stroke_linecap: Some("round"),
2492    stroke_linejoin: Some("round"),
2493    stroke_width: Some("1.5"),
2494    stroke: Some("currentColor"),
2495    fill: Some("none"),
2496    data: r###"<rect height="9.5" width="12.5" y="3.75" x="1.75" />
2497<path d="m2.25 4.25 5.75 5 5.75-5" />"###
2498};
2499#[allow(non_upper_case_globals)]
2500#[doc(hidden)]
2501pub static ChMap: &icondata_core::IconData = &icondata_core::IconData {
2502    style: None,
2503    x: None,
2504    y: None,
2505    width: Some("16"),
2506    height: Some("16"),
2507    view_box: Some("0 0 16 16"),
2508    stroke_linecap: Some("round"),
2509    stroke_linejoin: Some("round"),
2510    stroke_width: Some("1.5"),
2511    stroke: Some("currentColor"),
2512    fill: Some("none"),
2513    data: r###"<path d="m10.25 5.25v8.5m-4.5-10.5v8.5m-4 2.5v-9.5l4-2 4.5 2 4-2v9.5l-4 2-4.5-2z" />"###
2514};
2515#[allow(non_upper_case_globals)]
2516#[doc(hidden)]
2517pub static ChMapPin: &icondata_core::IconData = &icondata_core::IconData {
2518    style: None,
2519    x: None,
2520    y: None,
2521    width: Some("16"),
2522    height: Some("16"),
2523    view_box: Some("0 0 16 16"),
2524    stroke_linecap: Some("round"),
2525    stroke_linejoin: Some("round"),
2526    stroke_width: Some("1.5"),
2527    stroke: Some("currentColor"),
2528    fill: Some("none"),
2529    data: r###"<path d="m13.25 7c0 3.75-5.25 7.25-5.25 7.25s-5.25-3.5-5.25-7.25c0-2.89949 2.35051-5.25 5.25-5.25 2.8995 0 5.25 2.35051 5.25 5.25z" />
2530<circle cx="8" cy="7" r="1.25" fill="currentColor" />"###
2531};
2532#[allow(non_upper_case_globals)]
2533#[doc(hidden)]
2534pub static ChMediaBack: &icondata_core::IconData = &icondata_core::IconData {
2535    style: None,
2536    x: None,
2537    y: None,
2538    width: Some("16"),
2539    height: Some("16"),
2540    view_box: Some("0 0 16 16"),
2541    stroke_linecap: Some("round"),
2542    stroke_linejoin: Some("round"),
2543    stroke_width: Some("1.5"),
2544    stroke: Some("currentColor"),
2545    fill: Some("none"),
2546    data: r###"<polygon points="13.25 13.25,4.75 8,13.25 2.75" />
2547<line x1="1.75" y1="3.75" x2="1.75" y2="12.25" />"###
2548};
2549#[allow(non_upper_case_globals)]
2550#[doc(hidden)]
2551pub static ChMediaEject: &icondata_core::IconData = &icondata_core::IconData {
2552    style: None,
2553    x: None,
2554    y: None,
2555    width: Some("16"),
2556    height: Some("16"),
2557    view_box: Some("0 0 16 16"),
2558    stroke_linecap: Some("round"),
2559    stroke_linejoin: Some("round"),
2560    stroke_width: Some("1.5"),
2561    stroke: Some("currentColor"),
2562    fill: Some("none"),
2563    data: r###"<polygon points="2.75 11.25,13.25 11.25,8 2.75" />
2564<line x1="13.25" y1="14.25" x2="2.75" y2="14.25" />"###
2565};
2566#[allow(non_upper_case_globals)]
2567#[doc(hidden)]
2568pub static ChMediaFastForward: &icondata_core::IconData = &icondata_core::IconData {
2569    style: None,
2570    x: None,
2571    y: None,
2572    width: Some("16"),
2573    height: Some("16"),
2574    view_box: Some("0 0 16 16"),
2575    stroke_linecap: Some("round"),
2576    stroke_linejoin: Some("round"),
2577    stroke_width: Some("1.5"),
2578    stroke: Some("currentColor"),
2579    fill: Some("none"),
2580    data: r###"<polygon points="8.25 3.75,8.25 12.25,14.25 8" />
2581<polygon points="1.75 3.75,1.75 12.25,7.75 8" />"###
2582};
2583#[allow(non_upper_case_globals)]
2584#[doc(hidden)]
2585pub static ChMediaPause: &icondata_core::IconData = &icondata_core::IconData {
2586    style: None,
2587    x: None,
2588    y: None,
2589    width: Some("16"),
2590    height: Some("16"),
2591    view_box: Some("0 0 16 16"),
2592    stroke_linecap: Some("round"),
2593    stroke_linejoin: Some("round"),
2594    stroke_width: Some("1.5"),
2595    stroke: Some("currentColor"),
2596    fill: Some("none"),
2597    data: r###"<rect height="10.5" width="3.5" y="2.75" x="2.75" />
2598<rect height="10.5" width="3.5" y="2.75" x="9.75" />"###
2599};
2600#[allow(non_upper_case_globals)]
2601#[doc(hidden)]
2602pub static ChMediaPlay: &icondata_core::IconData = &icondata_core::IconData {
2603    style: None,
2604    x: None,
2605    y: None,
2606    width: Some("16"),
2607    height: Some("16"),
2608    view_box: Some("0 0 16 16"),
2609    stroke_linecap: Some("round"),
2610    stroke_linejoin: Some("round"),
2611    stroke_width: Some("1.5"),
2612    stroke: Some("currentColor"),
2613    fill: Some("none"),
2614    data: r###"<polygon points="2.75 2.75,2.75 13.25,12.25 8" />"###
2615};
2616#[allow(non_upper_case_globals)]
2617#[doc(hidden)]
2618pub static ChMediaRewind: &icondata_core::IconData = &icondata_core::IconData {
2619    style: None,
2620    x: None,
2621    y: None,
2622    width: Some("16"),
2623    height: Some("16"),
2624    view_box: Some("0 0 16 16"),
2625    stroke_linecap: Some("round"),
2626    stroke_linejoin: Some("round"),
2627    stroke_width: Some("1.5"),
2628    stroke: Some("currentColor"),
2629    fill: Some("none"),
2630    data: r###"<polygon points="7.75 3.75,7.75 12.25,1.75 8" />
2631<polygon points="14.25 3.75,14.25 12.25,8.25 8" />"###
2632};
2633#[allow(non_upper_case_globals)]
2634#[doc(hidden)]
2635pub static ChMediaSkip: &icondata_core::IconData = &icondata_core::IconData {
2636    style: None,
2637    x: None,
2638    y: None,
2639    width: Some("16"),
2640    height: Some("16"),
2641    view_box: Some("0 0 16 16"),
2642    stroke_linecap: Some("round"),
2643    stroke_linejoin: Some("round"),
2644    stroke_width: Some("1.5"),
2645    stroke: Some("currentColor"),
2646    fill: Some("none"),
2647    data: r###"<polygon points="2.75 13.25,11.25 8,2.75 2.75" />
2648<line x1="14.25" y1="3.75" x2="14.25" y2="12.25" />"###
2649};
2650#[allow(non_upper_case_globals)]
2651#[doc(hidden)]
2652pub static ChMenuHamburger: &icondata_core::IconData = &icondata_core::IconData {
2653    style: None,
2654    x: None,
2655    y: None,
2656    width: Some("16"),
2657    height: Some("16"),
2658    view_box: Some("0 0 16 16"),
2659    stroke_linecap: Some("round"),
2660    stroke_linejoin: Some("round"),
2661    stroke_width: Some("1.5"),
2662    stroke: Some("currentColor"),
2663    fill: Some("none"),
2664    data: r###"<path d="m2.75 12.25h10.5m-10.5-4h10.5m-10.5-4h10.5" />"###
2665};
2666#[allow(non_upper_case_globals)]
2667#[doc(hidden)]
2668pub static ChMenuKebab: &icondata_core::IconData = &icondata_core::IconData {
2669    style: None,
2670    x: None,
2671    y: None,
2672    width: Some("16"),
2673    height: Some("16"),
2674    view_box: Some("0 0 16 16"),
2675    stroke_linecap: Some("round"),
2676    stroke_linejoin: Some("round"),
2677    stroke_width: Some("1.5"),
2678    stroke: Some("currentColor"),
2679    fill: Some("none"),
2680    data: r###"<circle cx="8" cy="2.5" r=".75" />
2681<circle cx="8" cy="8" r=".75" />
2682<circle cx="8" cy="13.5" r=".75" />"###
2683};
2684#[allow(non_upper_case_globals)]
2685#[doc(hidden)]
2686pub static ChMenuMeatball: &icondata_core::IconData = &icondata_core::IconData {
2687    style: None,
2688    x: None,
2689    y: None,
2690    width: Some("16"),
2691    height: Some("16"),
2692    view_box: Some("0 0 16 16"),
2693    stroke_linecap: Some("round"),
2694    stroke_linejoin: Some("round"),
2695    stroke_width: Some("1.5"),
2696    stroke: Some("currentColor"),
2697    fill: Some("none"),
2698    data: r###"<circle cx="2.5" cy="8" r=".75" />
2699<circle cx="8" cy="8" r=".75" />
2700<circle cx="13.5" cy="8" r=".75" />"###
2701};
2702#[allow(non_upper_case_globals)]
2703#[doc(hidden)]
2704pub static ChMessage: &icondata_core::IconData = &icondata_core::IconData {
2705    style: None,
2706    x: None,
2707    y: None,
2708    width: Some("16"),
2709    height: Some("16"),
2710    view_box: Some("0 0 16 16"),
2711    stroke_linecap: Some("round"),
2712    stroke_linejoin: Some("round"),
2713    stroke_width: Some("1.5"),
2714    stroke: Some("currentColor"),
2715    fill: Some("none"),
2716    data: r###"<polygon points="1.75 14.25,1.75 2.75,14.25 2.75,14.25 11.25,5.75 11.25" />"###
2717};
2718#[allow(non_upper_case_globals)]
2719#[doc(hidden)]
2720pub static ChMessages: &icondata_core::IconData = &icondata_core::IconData {
2721    style: None,
2722    x: None,
2723    y: None,
2724    width: Some("16"),
2725    height: Some("16"),
2726    view_box: Some("0 0 16 16"),
2727    stroke_linecap: Some("round"),
2728    stroke_linejoin: Some("round"),
2729    stroke_width: Some("1.5"),
2730    stroke: Some("currentColor"),
2731    fill: Some("none"),
2732    data: r###"<polygon points="14.25 14.25,14.25 5.25,4.75 5.25,4.75 11.25,10.75 11.25" />
2733<path d="m4.75 7.25-3 3v-8.5h10v3" />"###
2734};
2735#[allow(non_upper_case_globals)]
2736#[doc(hidden)]
2737pub static ChMicrophone: &icondata_core::IconData = &icondata_core::IconData {
2738    style: None,
2739    x: None,
2740    y: None,
2741    width: Some("16"),
2742    height: Some("16"),
2743    view_box: Some("0 0 16 16"),
2744    stroke_linecap: Some("round"),
2745    stroke_linejoin: Some("round"),
2746    stroke_width: Some("1.5"),
2747    stroke: Some("currentColor"),
2748    fill: Some("none"),
2749    data: r###"<path d="m8 1.75c-2.25 0-2.25 2-2.25 3v1.5c0 1 0 3 2.25 3s2.25-2 2.25-3v-1.5c0-1 0-3-2.25-3z" />
2750<path d="m8 13v1.25m-5.25-6.5s0 4.5 5.25 4.50785c5.25.0079 5.25-4.5078 5.25-4.5078" />"###
2751};
2752#[allow(non_upper_case_globals)]
2753#[doc(hidden)]
2754pub static ChMinus: &icondata_core::IconData = &icondata_core::IconData {
2755    style: None,
2756    x: None,
2757    y: None,
2758    width: Some("16"),
2759    height: Some("16"),
2760    view_box: Some("0 0 16 16"),
2761    stroke_linecap: Some("round"),
2762    stroke_linejoin: Some("round"),
2763    stroke_width: Some("1.5"),
2764    stroke: Some("currentColor"),
2765    fill: Some("none"),
2766    data: r###"<path d="m13.25 7.75h-10.5" />"###
2767};
2768#[allow(non_upper_case_globals)]
2769#[doc(hidden)]
2770pub static ChMobile: &icondata_core::IconData = &icondata_core::IconData {
2771    style: None,
2772    x: None,
2773    y: None,
2774    width: Some("16"),
2775    height: Some("16"),
2776    view_box: Some("0 0 16 16"),
2777    stroke_linecap: Some("round"),
2778    stroke_linejoin: Some("round"),
2779    stroke_width: Some("1.5"),
2780    stroke: Some("currentColor"),
2781    fill: Some("none"),
2782    data: r###"<rect height="12.5" width="8.5" y="1.75" x="3.75" />
2783<path d="m8.25 11.75h-.5" />"###
2784};
2785#[allow(non_upper_case_globals)]
2786#[doc(hidden)]
2787pub static ChMonitor: &icondata_core::IconData = &icondata_core::IconData {
2788    style: None,
2789    x: None,
2790    y: None,
2791    width: Some("16"),
2792    height: Some("16"),
2793    view_box: Some("0 0 16 16"),
2794    stroke_linecap: Some("round"),
2795    stroke_linejoin: Some("round"),
2796    stroke_width: Some("1.5"),
2797    stroke: Some("currentColor"),
2798    fill: Some("none"),
2799    data: r###"<rect height="9.5" width="12.5" y="1.75" x="1.75" />
2800<path d="m4.75 14.25h6.5m-3.25-2.5v2.5" />"###
2801};
2802#[allow(non_upper_case_globals)]
2803#[doc(hidden)]
2804pub static ChMonitorArrow: &icondata_core::IconData = &icondata_core::IconData {
2805    style: None,
2806    x: None,
2807    y: None,
2808    width: Some("16"),
2809    height: Some("16"),
2810    view_box: Some("0 0 16 16"),
2811    stroke_linecap: Some("round"),
2812    stroke_linejoin: Some("round"),
2813    stroke_width: Some("1.5"),
2814    stroke: Some("currentColor"),
2815    fill: Some("none"),
2816    data: r###"<path d="m14.2 7.75v3.5h-12.5v-9.5h6.5" />
2817<path d="m4.75 14.2h6.5m-3.25-2.5v2.5" />
2818<path d="m9.75 6.25 4.5-4.5m-3.5-0.5h4v4" />"###
2819};
2820#[allow(non_upper_case_globals)]
2821#[doc(hidden)]
2822pub static ChMonitorCross: &icondata_core::IconData = &icondata_core::IconData {
2823    style: None,
2824    x: None,
2825    y: None,
2826    width: Some("16"),
2827    height: Some("16"),
2828    view_box: Some("0 0 16 16"),
2829    stroke_linecap: Some("round"),
2830    stroke_linejoin: Some("round"),
2831    stroke_width: Some("1.5"),
2832    stroke: Some("currentColor"),
2833    fill: Some("none"),
2834    data: r###"<path d="m14.2 7.75v3.5h-12.5v-9.5h6.5" />
2835<path d="m4.75 14.2h6.5m-3.25-2.5v2.5" />
2836<path d="m14.2 1.75-3.5 3.5m0-3.5 3.5 3.5" />"###
2837};
2838#[allow(non_upper_case_globals)]
2839#[doc(hidden)]
2840pub static ChMoon: &icondata_core::IconData = &icondata_core::IconData {
2841    style: None,
2842    x: None,
2843    y: None,
2844    width: Some("16"),
2845    height: Some("16"),
2846    view_box: Some("0 0 16 16"),
2847    stroke_linecap: Some("round"),
2848    stroke_linejoin: Some("round"),
2849    stroke_width: Some("1.5"),
2850    stroke: Some("currentColor"),
2851    fill: Some("none"),
2852    data: r###"<path d="m1.75 8c0 3.45 2.8 6.25 6.25 6.25 3.41-.0027 6.25-3 6.25-6-1 .5-4 1.5-6-.5s-1-5-.5-6c-3 0-6 2.84-6 6.25z" />"###
2853};
2854#[allow(non_upper_case_globals)]
2855#[doc(hidden)]
2856pub static ChMove: &icondata_core::IconData = &icondata_core::IconData {
2857    style: None,
2858    x: None,
2859    y: None,
2860    width: Some("16"),
2861    height: Some("16"),
2862    view_box: Some("0 0 16 16"),
2863    stroke_linecap: Some("round"),
2864    stroke_linejoin: Some("round"),
2865    stroke_width: Some("1.5"),
2866    stroke: Some("currentColor"),
2867    fill: Some("none"),
2868    data: r###"<path d="m12.25 10.25 2-2.25-2-2.25m-2-2-2.25-2-2.25 2m-2 2-2 2.25 2 2.25m2 2 2.25 2 2.25-2m-2.25-10.5v12m5.75-5.75h-12" />"###
2869};
2870#[allow(non_upper_case_globals)]
2871#[doc(hidden)]
2872pub static ChMusic: &icondata_core::IconData = &icondata_core::IconData {
2873    style: None,
2874    x: None,
2875    y: None,
2876    width: Some("16"),
2877    height: Some("16"),
2878    view_box: Some("0 0 16 16"),
2879    stroke_linecap: Some("round"),
2880    stroke_linejoin: Some("round"),
2881    stroke_width: Some("1.5"),
2882    stroke: Some("currentColor"),
2883    fill: Some("none"),
2884    data: r###"<circle cx="4" cy="12" r="2.25" />
2885<circle cx="12" cy="11" r="2.25" />
2886<polyline points="6.25 12,6.25 2.75,14.25 1.75,14.25 11" />"###
2887};
2888#[allow(non_upper_case_globals)]
2889#[doc(hidden)]
2890pub static ChNewspaper: &icondata_core::IconData = &icondata_core::IconData {
2891    style: None,
2892    x: None,
2893    y: None,
2894    width: Some("16"),
2895    height: Some("16"),
2896    view_box: Some("0 0 16 16"),
2897    stroke_linecap: Some("round"),
2898    stroke_linejoin: Some("round"),
2899    stroke_width: Some("1.5"),
2900    stroke: Some("currentColor"),
2901    fill: Some("none"),
2902    data: r###"<path d="m11.2 14.2h0.5c1.5 0 2.5-1 2.5-2.5v-6h-3m-9.5-4h9.5v12.5h-7c-1.5 0-2.5-1-2.5-2.5v-9.44z" />
2903<path d="m4.75 11.2h3.5" />
2904<rect x="4.75" y="4.75" width="3.5" height="3.5" />"###
2905};
2906#[allow(non_upper_case_globals)]
2907#[doc(hidden)]
2908pub static ChNorthStar: &icondata_core::IconData = &icondata_core::IconData {
2909    style: None,
2910    x: None,
2911    y: None,
2912    width: Some("16"),
2913    height: Some("16"),
2914    view_box: Some("0 0 16 16"),
2915    stroke_linecap: Some("round"),
2916    stroke_linejoin: Some("round"),
2917    stroke_width: Some("1.5"),
2918    stroke: Some("currentColor"),
2919    fill: Some("none"),
2920    data: r###"<path d="m13.75 7.75h-12" />
2921<path d="m7.75 1.75v12" />
2922<path d="m4.25 11.25 7-7" />
2923<path d="m11.25 11.25-7-7" />"###
2924};
2925#[allow(non_upper_case_globals)]
2926#[doc(hidden)]
2927pub static ChNotes: &icondata_core::IconData = &icondata_core::IconData {
2928    style: None,
2929    x: None,
2930    y: None,
2931    width: Some("16"),
2932    height: Some("16"),
2933    view_box: Some("0 0 16 16"),
2934    stroke_linecap: Some("round"),
2935    stroke_linejoin: Some("round"),
2936    stroke_width: Some("1.5"),
2937    stroke: Some("currentColor"),
2938    fill: Some("none"),
2939    data: r###"<rect height="12.5" width="10.5" y="1.75" x="2.75" />
2940<path d="m5.75 7.75h4.5m-4.5 3h2.5m-2.5-6h4.5" />"###
2941};
2942#[allow(non_upper_case_globals)]
2943#[doc(hidden)]
2944pub static ChNotesCross: &icondata_core::IconData = &icondata_core::IconData {
2945    style: None,
2946    x: None,
2947    y: None,
2948    width: Some("16"),
2949    height: Some("16"),
2950    view_box: Some("0 0 16 16"),
2951    stroke_linecap: Some("round"),
2952    stroke_linejoin: Some("round"),
2953    stroke_width: Some("1.5"),
2954    stroke: Some("currentColor"),
2955    fill: Some("none"),
2956    data: r###"<polyline points="8.25 14.25,2.75 14.25,2.75 1.75,13.25 1.75,13.25 8.25" />
2957<path d="m14.25 10.75-3.5 3.5m-5-6.5h4.5m-4.5 3h1.5m-1.5-6h4.5m.5 6 3.5 3.5" />"###
2958};
2959#[allow(non_upper_case_globals)]
2960#[doc(hidden)]
2961pub static ChNotesTick: &icondata_core::IconData = &icondata_core::IconData {
2962    style: None,
2963    x: None,
2964    y: None,
2965    width: Some("16"),
2966    height: Some("16"),
2967    view_box: Some("0 0 16 16"),
2968    stroke_linecap: Some("round"),
2969    stroke_linejoin: Some("round"),
2970    stroke_width: Some("1.5"),
2971    stroke: Some("currentColor"),
2972    fill: Some("none"),
2973    data: r###"<polyline points="7.25 14.25,2.75 14.25,2.75 1.75,13.25 1.75,13.25 9.25" />
2974<path d="m9.75 12.75 1.5 1.5 3-2.5m-8.5-4h4.5m-4.5 3h1.5m-1.5-6h4.5" />"###
2975};
2976#[allow(non_upper_case_globals)]
2977#[doc(hidden)]
2978pub static ChNut: &icondata_core::IconData = &icondata_core::IconData {
2979    style: None,
2980    x: None,
2981    y: None,
2982    width: Some("16"),
2983    height: Some("16"),
2984    view_box: Some("0 0 16 16"),
2985    stroke_linecap: Some("round"),
2986    stroke_linejoin: Some("round"),
2987    stroke_width: Some("1.5"),
2988    stroke: Some("currentColor"),
2989    fill: Some("none"),
2990    data: r###"<polygon points="8 1.25 14.25 4.75 14.25 11.25 8 14.75 1.75 11.25 1.75 4.75" />
2991<circle cx="8" cy="8" r="2.25" />"###
2992};
2993#[allow(non_upper_case_globals)]
2994#[doc(hidden)]
2995pub static ChOctagon: &icondata_core::IconData = &icondata_core::IconData {
2996    style: None,
2997    x: None,
2998    y: None,
2999    width: Some("16"),
3000    height: Some("16"),
3001    view_box: Some("0 0 16 16"),
3002    stroke_linecap: Some("round"),
3003    stroke_linejoin: Some("round"),
3004    stroke_width: Some("1.5"),
3005    stroke: Some("currentColor"),
3006    fill: Some("none"),
3007    data: r###"<polygon points="5.25 1.75,10.75 1.75,14.25 5.25,14.25 10.75,10.75 14.25,5.25 14.25,1.75 10.75,1.75 5.25" />"###
3008};
3009#[allow(non_upper_case_globals)]
3010#[doc(hidden)]
3011pub static ChOctagonWarning: &icondata_core::IconData = &icondata_core::IconData {
3012    style: None,
3013    x: None,
3014    y: None,
3015    width: Some("16"),
3016    height: Some("16"),
3017    view_box: Some("0 0 16 16"),
3018    stroke_linecap: Some("round"),
3019    stroke_linejoin: Some("round"),
3020    stroke_width: Some("1.5"),
3021    stroke: Some("currentColor"),
3022    fill: Some("none"),
3023    data: r###"<polygon points="5.25 1.75,10.75 1.75,14.25 5.25,14.25 10.75,10.75 14.25,5.25 14.25,1.75 10.75,1.75 5.25" />
3024<path d="m8 11.25v0m0-6.5v3.5" />"###
3025};
3026#[allow(non_upper_case_globals)]
3027#[doc(hidden)]
3028pub static ChOrganisation: &icondata_core::IconData = &icondata_core::IconData {
3029    style: None,
3030    x: None,
3031    y: None,
3032    width: Some("16"),
3033    height: Some("16"),
3034    view_box: Some("0 0 16 16"),
3035    stroke_linecap: Some("round"),
3036    stroke_linejoin: Some("round"),
3037    stroke_width: Some("1.5"),
3038    stroke: Some("currentColor"),
3039    fill: Some("none"),
3040    data: r###"<rect x="6.75" y="1.75" width="3.5" height="3.5" />
3041<rect x="10.75" y="10.75" width="3.5" height="3.5" />
3042<rect x="2.75" y="10.75" width="3.5" height="3.5" />
3043<path d="m8.5 5.75v2m-3.75 2.5v-2h7.5v2" />"###
3044};
3045#[allow(non_upper_case_globals)]
3046#[doc(hidden)]
3047pub static ChPackage: &icondata_core::IconData = &icondata_core::IconData {
3048    style: None,
3049    x: None,
3050    y: None,
3051    width: Some("16"),
3052    height: Some("16"),
3053    view_box: Some("0 0 16 16"),
3054    stroke_linecap: Some("round"),
3055    stroke_linejoin: Some("round"),
3056    stroke_width: Some("1.5"),
3057    stroke: Some("currentColor"),
3058    fill: Some("none"),
3059    data: r###"<polygon points="1.75 5.75,1.75 14.25,1.75 14.25,14.25 14.25,14.25 5.75,10.75 1.75,5.25 1.75" />
3060<path d="m8 1.75v3.5m-5.75.5h11.5" />"###
3061};
3062#[allow(non_upper_case_globals)]
3063#[doc(hidden)]
3064pub static ChPadlock: &icondata_core::IconData = &icondata_core::IconData {
3065    style: None,
3066    x: None,
3067    y: None,
3068    width: Some("16"),
3069    height: Some("16"),
3070    view_box: Some("0 0 16 16"),
3071    stroke_linecap: Some("round"),
3072    stroke_linejoin: Some("round"),
3073    stroke_width: Some("1.5"),
3074    stroke: Some("currentColor"),
3075    fill: Some("none"),
3076    data: r###"<rect height="7.5" width="10.5" y="6.75" x="2.75" />
3077<path d="m4.75 6.25s-1-4.5 3.25-4.5 3.25 4.5 3.25 4.5" />"###
3078};
3079#[allow(non_upper_case_globals)]
3080#[doc(hidden)]
3081pub static ChPaperPlane: &icondata_core::IconData = &icondata_core::IconData {
3082    style: None,
3083    x: None,
3084    y: None,
3085    width: Some("16"),
3086    height: Some("16"),
3087    view_box: Some("0 0 16 16"),
3088    stroke_linecap: Some("round"),
3089    stroke_linejoin: Some("round"),
3090    stroke_width: Some("1.5"),
3091    stroke: Some("currentColor"),
3092    fill: Some("none"),
3093    data: r###"<polygon points="1.75 1.75,14.25 7.75,1.75 14.25,3.25 7.75" />
3094<line x1="3.75" y1="7.75" x2="7.25" y2="7.75" />"###
3095};
3096#[allow(non_upper_case_globals)]
3097#[doc(hidden)]
3098pub static ChPaperclip: &icondata_core::IconData = &icondata_core::IconData {
3099    style: None,
3100    x: None,
3101    y: None,
3102    width: Some("16"),
3103    height: Some("16"),
3104    view_box: Some("0 0 16 16"),
3105    stroke_linecap: Some("round"),
3106    stroke_linejoin: Some("round"),
3107    stroke_width: Some("1.5"),
3108    stroke: Some("currentColor"),
3109    fill: Some("none"),
3110    data: r###"<path d="m8.25 10.25v-7s0-1.5-1.75-1.5-1.75 1.5-1.75 1.5v8s0 3 3.25 3 3.25-3 3.25-3v-4.5" />"###
3111};
3112#[allow(non_upper_case_globals)]
3113#[doc(hidden)]
3114pub static ChPencil: &icondata_core::IconData = &icondata_core::IconData {
3115    style: None,
3116    x: None,
3117    y: None,
3118    width: Some("16"),
3119    height: Some("16"),
3120    view_box: Some("0 0 16 16"),
3121    stroke_linecap: Some("round"),
3122    stroke_linejoin: Some("round"),
3123    stroke_width: Some("1.5"),
3124    stroke: Some("currentColor"),
3125    fill: Some("none"),
3126    data: r###"<polygon points="1.75 11.25,1.75 14.25,4.75 14.25,14.25 4.75,11.25 1.75" />
3127<line x1="8.75" y1="4.75" x2="11.25" y2="7.25" />"###
3128};
3129#[allow(non_upper_case_globals)]
3130#[doc(hidden)]
3131pub static ChPeople: &icondata_core::IconData = &icondata_core::IconData {
3132    style: None,
3133    x: None,
3134    y: None,
3135    width: Some("16"),
3136    height: Some("16"),
3137    view_box: Some("0 0 16 16"),
3138    stroke_linecap: Some("round"),
3139    stroke_linejoin: Some("round"),
3140    stroke_width: Some("1.5"),
3141    stroke: Some("currentColor"),
3142    fill: Some("none"),
3143    data: r###"<circle cx="5" cy="9" r="2.25" />
3144<circle cx="11" cy="4" r="2.25" />
3145<path d="m7.75 9.25c0-1 .75-3 3.25-3s3.25 2 3.25 3m-12.5 5c0-1 .75-3 3.25-3s3.25 2 3.25 3" />"###
3146};
3147#[allow(non_upper_case_globals)]
3148#[doc(hidden)]
3149pub static ChPerson: &icondata_core::IconData = &icondata_core::IconData {
3150    style: None,
3151    x: None,
3152    y: None,
3153    width: Some("16"),
3154    height: Some("16"),
3155    view_box: Some("0 0 16 16"),
3156    stroke_linecap: Some("round"),
3157    stroke_linejoin: Some("round"),
3158    stroke_width: Some("1.5"),
3159    stroke: Some("currentColor"),
3160    fill: Some("none"),
3161    data: r###"<circle cx="8" cy="6" r="3.25" />
3162<path d="m2.75 14.25c0-2.5 2-5 5.25-5s5.25 2.5 5.25 5" />"###
3163};
3164#[allow(non_upper_case_globals)]
3165#[doc(hidden)]
3166pub static ChPhone: &icondata_core::IconData = &icondata_core::IconData {
3167    style: None,
3168    x: None,
3169    y: None,
3170    width: Some("16"),
3171    height: Some("16"),
3172    view_box: Some("0 0 16 16"),
3173    stroke_linecap: Some("round"),
3174    stroke_linejoin: Some("round"),
3175    stroke_width: Some("1.5"),
3176    stroke: Some("currentColor"),
3177    fill: Some("none"),
3178    data: r###"<path d="m1.75 1.75c0 8.5 4 12.5 12.5 12.5v-4l-3.5-1-1 1.5c-2 0-4.5-2.5-4.5-4.5l1.5-1-1-3.5z" />"###
3179};
3180#[allow(non_upper_case_globals)]
3181#[doc(hidden)]
3182pub static ChPhoneCall: &icondata_core::IconData = &icondata_core::IconData {
3183    style: None,
3184    x: None,
3185    y: None,
3186    width: Some("16"),
3187    height: Some("16"),
3188    view_box: Some("0 0 16 16"),
3189    stroke_linecap: Some("round"),
3190    stroke_linejoin: Some("round"),
3191    stroke_width: Some("1.5"),
3192    stroke: Some("currentColor"),
3193    fill: Some("none"),
3194    data: r###"<path d="m1.75 1.75c0 8.5 4 12.5 12.5 12.5v-4l-3.5-1-1 1.5c-2 0-4.5-2.5-4.5-4.5l1.5-1-1-3.5z" />
3195<path d="m9.75 1.75c2.5 0 4.5 2 4.5 4.5m-4.5-2c1 0 2 1 2 2" />"###
3196};
3197#[allow(non_upper_case_globals)]
3198#[doc(hidden)]
3199pub static ChPhoneCross: &icondata_core::IconData = &icondata_core::IconData {
3200    style: None,
3201    x: None,
3202    y: None,
3203    width: Some("16"),
3204    height: Some("16"),
3205    view_box: Some("0 0 16 16"),
3206    stroke_linecap: Some("round"),
3207    stroke_linejoin: Some("round"),
3208    stroke_width: Some("1.5"),
3209    stroke: Some("currentColor"),
3210    fill: Some("none"),
3211    data: r###"<path d="m1.75 1.75c0 8.5 4 12.5 12.5 12.5v-4l-3.5-1-1 1.5c-2 0-4.5-2.5-4.5-4.5l1.5-1-1-3.5z" />
3212<path d="m13.25 2.75-3.5 3.5m0-3.5 3.5 3.5" />"###
3213};
3214#[allow(non_upper_case_globals)]
3215#[doc(hidden)]
3216pub static ChPhoneForward: &icondata_core::IconData = &icondata_core::IconData {
3217    style: None,
3218    x: None,
3219    y: None,
3220    width: Some("16"),
3221    height: Some("16"),
3222    view_box: Some("0 0 16 16"),
3223    stroke_linecap: Some("round"),
3224    stroke_linejoin: Some("round"),
3225    stroke_width: Some("1.5"),
3226    stroke: Some("currentColor"),
3227    fill: Some("none"),
3228    data: r###"<path d="m1.75 1.75c0 8.5 4 12.5 12.5 12.5v-4l-3.5-1-1 1.5c-2 0-4.5-2.5-4.5-4.5l1.5-1-1-3.5z" />
3229<path d="m9.75 4.75h4.5m-2 2 2-2-2-2" />"###
3230};
3231#[allow(non_upper_case_globals)]
3232#[doc(hidden)]
3233pub static ChPhoneIncoming: &icondata_core::IconData = &icondata_core::IconData {
3234    style: None,
3235    x: None,
3236    y: None,
3237    width: Some("16"),
3238    height: Some("16"),
3239    view_box: Some("0 0 16 16"),
3240    stroke_linecap: Some("round"),
3241    stroke_linejoin: Some("round"),
3242    stroke_width: Some("1.5"),
3243    stroke: Some("currentColor"),
3244    fill: Some("none"),
3245    data: r###"<path d="m1.75 1.75c0 8.5 4 12.5 12.5 12.5v-4l-3.5-1-1 1.5c-2 0-4.5-2.5-4.5-4.5l1.5-1-1-3.5z" />
3246<path d="m13.25 2.75-3.5 3.5m0-3v3h3" />"###
3247};
3248#[allow(non_upper_case_globals)]
3249#[doc(hidden)]
3250pub static ChPhoneOutgoing: &icondata_core::IconData = &icondata_core::IconData {
3251    style: None,
3252    x: None,
3253    y: None,
3254    width: Some("16"),
3255    height: Some("16"),
3256    view_box: Some("0 0 16 16"),
3257    stroke_linecap: Some("round"),
3258    stroke_linejoin: Some("round"),
3259    stroke_width: Some("1.5"),
3260    stroke: Some("currentColor"),
3261    fill: Some("none"),
3262    data: r###"<path d="m1.75 1.75c0 8.5 4 12.5 12.5 12.5v-4l-3.5-1-1 1.5c-2 0-4.5-2.5-4.5-4.5l1.5-1-1-3.5z" />
3263<path d="m9.75 6.25 3.5-3.5m0 3v-3h-3" />"###
3264};
3265#[allow(non_upper_case_globals)]
3266#[doc(hidden)]
3267pub static ChPin: &icondata_core::IconData = &icondata_core::IconData {
3268    style: None,
3269    x: None,
3270    y: None,
3271    width: Some("16"),
3272    height: Some("16"),
3273    view_box: Some("0 0 16 16"),
3274    stroke_linecap: Some("round"),
3275    stroke_linejoin: Some("round"),
3276    stroke_width: Some("1.5"),
3277    stroke: Some("currentColor"),
3278    fill: Some("none"),
3279    data: r###"<path d="m10.25 10.25 4 4m-12.5-7.5 5-5s1 2 2 3 4.5 2 4.5 2l-6.5 6.5s-1-3.5-2-4.5-3-2-3-2z" />"###
3280};
3281#[allow(non_upper_case_globals)]
3282#[doc(hidden)]
3283pub static ChPlantPot: &icondata_core::IconData = &icondata_core::IconData {
3284    style: None,
3285    x: None,
3286    y: None,
3287    width: Some("16"),
3288    height: Some("16"),
3289    view_box: Some("0 0 16 16"),
3290    stroke_linecap: Some("round"),
3291    stroke_linejoin: Some("round"),
3292    stroke_width: Some("1.5"),
3293    stroke: Some("currentColor"),
3294    fill: Some("none"),
3295    data: r###"<path d="m8.75 6.75c0 1.25-.75 3-.75 3m.25-2.5s.75-2-1-3.5-4.5-1-4.5-1 0 2 1.5 3.5 4 1 4 1zm.5-1s-.75-2 1-3.5 4.5-1 4.5-1 0 2-1.5 3.5-4 1-4 1z" />
3296<path d="m4.75 9.75h6.5s.5 4.5-3.25 4.5-3.25-4.5-3.25-4.5z" />"###
3297};
3298#[allow(non_upper_case_globals)]
3299#[doc(hidden)]
3300pub static ChPlus: &icondata_core::IconData = &icondata_core::IconData {
3301    style: None,
3302    x: None,
3303    y: None,
3304    width: Some("16"),
3305    height: Some("16"),
3306    view_box: Some("0 0 16 16"),
3307    stroke_linecap: Some("round"),
3308    stroke_linejoin: Some("round"),
3309    stroke_width: Some("1.5"),
3310    stroke: Some("currentColor"),
3311    fill: Some("none"),
3312    data: r###"<path d="m12.75 7.75h-10m5-5v10" />"###
3313};
3314#[allow(non_upper_case_globals)]
3315#[doc(hidden)]
3316pub static ChPower: &icondata_core::IconData = &icondata_core::IconData {
3317    style: None,
3318    x: None,
3319    y: None,
3320    width: Some("16"),
3321    height: Some("16"),
3322    view_box: Some("0 0 16 16"),
3323    stroke_linecap: Some("round"),
3324    stroke_linejoin: Some("round"),
3325    stroke_width: Some("1.5"),
3326    stroke: Some("currentColor"),
3327    fill: Some("none"),
3328    data: r###"<path d="m8 1.75v6.5m4.25-5s2 1.29822 2 4.75-2.79822 6.25-6.25 6.25-6.25-2.79822-6.25-6.25 2-4.75 2-4.75" />"###
3329};
3330#[allow(non_upper_case_globals)]
3331#[doc(hidden)]
3332pub static ChPrinter: &icondata_core::IconData = &icondata_core::IconData {
3333    style: None,
3334    x: None,
3335    y: None,
3336    width: Some("16"),
3337    height: Some("16"),
3338    view_box: Some("0 0 16 16"),
3339    stroke_linecap: Some("round"),
3340    stroke_linejoin: Some("round"),
3341    stroke_width: Some("1.5"),
3342    stroke: Some("currentColor"),
3343    fill: Some("none"),
3344    data: r###"<rect height="4.5" width="6.5" y="9.75" x="4.75" />
3345<path d="m4.75 4.25v-2.5h6.5v2.5m-7 8h-2.5v-7.5h12.5v7.5h-2.5" />"###
3346};
3347#[allow(non_upper_case_globals)]
3348#[doc(hidden)]
3349pub static ChPulse: &icondata_core::IconData = &icondata_core::IconData {
3350    style: None,
3351    x: None,
3352    y: None,
3353    width: Some("16"),
3354    height: Some("16"),
3355    view_box: Some("0 0 16 16"),
3356    stroke_linecap: Some("round"),
3357    stroke_linejoin: Some("round"),
3358    stroke_width: Some("1.5"),
3359    stroke: Some("currentColor"),
3360    fill: Some("none"),
3361    data: r###"<polyline points="1.75 8.25, 4.25 8.25, 6.25 3.75, 9.75 12.25, 11.75 8.25, 14.25 8.25" />"###
3362};
3363#[allow(non_upper_case_globals)]
3364#[doc(hidden)]
3365pub static ChQuote: &icondata_core::IconData = &icondata_core::IconData {
3366    style: None,
3367    x: None,
3368    y: None,
3369    width: Some("16"),
3370    height: Some("16"),
3371    view_box: Some("0 0 16 16"),
3372    stroke_linecap: Some("round"),
3373    stroke_linejoin: Some("round"),
3374    stroke_width: Some("1.5"),
3375    stroke: Some("currentColor"),
3376    fill: Some("none"),
3377    data: r###"<path d="m6.25 3.75h-4.5v5.5c0 3.5 2.5 4.5 4.5 4-1.5-1.5-1.5-2.5-1.5-4h1.5z" />
3378<path d="m13.25 3.75h-4.5v5.5c0 3.5 2.5 4.5 4.5 4-1.5-1.5-1.5-2.5-1.5-4h1.5z" />"###
3379};
3380#[allow(non_upper_case_globals)]
3381#[doc(hidden)]
3382pub static ChRefresh: &icondata_core::IconData = &icondata_core::IconData {
3383    style: None,
3384    x: None,
3385    y: None,
3386    width: Some("16"),
3387    height: Some("16"),
3388    view_box: Some("0 0 16 16"),
3389    stroke_linecap: Some("round"),
3390    stroke_linejoin: Some("round"),
3391    stroke_width: Some("1.5"),
3392    stroke: Some("currentColor"),
3393    fill: Some("none"),
3394    data: r###"<path d="m4.75 10.75h-3m12.5-2c0 3-2.79822 5.5-6.25 5.5-3.75 0-6.25-3.5-6.25-3.5v3.5m9.5-9h3m-12.5 2c0-3 2.79822-5.5 6.25-5.5 3.75 0 6.25 3.5 6.25 3.5v-3.5" />"###
3395};
3396#[allow(non_upper_case_globals)]
3397#[doc(hidden)]
3398pub static ChReply: &icondata_core::IconData = &icondata_core::IconData {
3399    style: None,
3400    x: None,
3401    y: None,
3402    width: Some("16"),
3403    height: Some("16"),
3404    view_box: Some("0 0 16 16"),
3405    stroke_linecap: Some("round"),
3406    stroke_linejoin: Some("round"),
3407    stroke_width: Some("1.5"),
3408    stroke: Some("currentColor"),
3409    fill: Some("none"),
3410    data: r###"<path d="m14.25 13.25c-.5-6-5.5-7.5-8-7v-3.5l-4.5 5.25 4.5 5.25v-3.5c2.50001-0.5 6.5 0.5 8 3.5z" />"###
3411};
3412#[allow(non_upper_case_globals)]
3413#[doc(hidden)]
3414pub static ChRobot: &icondata_core::IconData = &icondata_core::IconData {
3415    style: None,
3416    x: None,
3417    y: None,
3418    width: Some("16"),
3419    height: Some("16"),
3420    view_box: Some("0 0 16 16"),
3421    stroke_linecap: Some("round"),
3422    stroke_linejoin: Some("round"),
3423    stroke_width: Some("1.5"),
3424    stroke: Some("currentColor"),
3425    fill: Some("none"),
3426    data: r###"<rect height="7.5" width="12.5" y="5.75" x="1.75" />
3427<path d="m10.75 8.75v1.5m-5.5-1.5v1.5m-.5-7.5 3.25 3 3.25-3" />"###
3428};
3429#[allow(non_upper_case_globals)]
3430#[doc(hidden)]
3431pub static ChRocket: &icondata_core::IconData = &icondata_core::IconData {
3432    style: None,
3433    x: None,
3434    y: None,
3435    width: Some("16"),
3436    height: Some("16"),
3437    view_box: Some("0 0 16 16"),
3438    stroke_linecap: Some("round"),
3439    stroke_linejoin: Some("round"),
3440    stroke_width: Some("1.5"),
3441    stroke: Some("currentColor"),
3442    fill: Some("none"),
3443    data: r###"<path d="m4.25 9.75-2-.5s0-1.5.5-3 4-1.5 4-1.5m-.50 7l.5 2s1.5 0 3-.5 1.5-4 1.5-4m-7 .5 2 2s5-2 6.5-4.5 1.5-5.5 1.5-5.5-3 0-5.5 1.5-4.5 6.5-4.5 6.5z" />
3444<path d="m1.75 14.25 2-1-1-1z" fill="currentColor" />
3445<circle cx="10.25" cy="5.75" r=".5" fill="currentColor" />"###
3446};
3447#[allow(non_upper_case_globals)]
3448#[doc(hidden)]
3449pub static ChRotateAntiClockwise: &icondata_core::IconData = &icondata_core::IconData {
3450    style: None,
3451    x: None,
3452    y: None,
3453    width: Some("16"),
3454    height: Some("16"),
3455    view_box: Some("0 0 16 16"),
3456    stroke_linecap: Some("round"),
3457    stroke_linejoin: Some("round"),
3458    stroke_width: Some("1.5"),
3459    stroke: Some("currentColor"),
3460    fill: Some("none"),
3461    data: r###"<path d="m4.75 5.25h-3m0 3.5c0 2.5 2.79822 5.5 6.25 5.5s6.25-2.79822 6.25-6.25-2.79822-6.25-6.25-6.25c-3.75 0-6.25 3.5-6.25 3.5v-3.5" />"###
3462};
3463#[allow(non_upper_case_globals)]
3464#[doc(hidden)]
3465pub static ChRotateClockwise: &icondata_core::IconData = &icondata_core::IconData {
3466    style: None,
3467    x: None,
3468    y: None,
3469    width: Some("16"),
3470    height: Some("16"),
3471    view_box: Some("0 0 16 16"),
3472    stroke_linecap: Some("round"),
3473    stroke_linejoin: Some("round"),
3474    stroke_width: Some("1.5"),
3475    stroke: Some("currentColor"),
3476    fill: Some("none"),
3477    data: r###"<path d="m11.25 5.25h3m0 3.5c0 2.5-2.79822 5.5-6.25 5.5s-6.25-2.7982-6.25-6.25c0-3.45178 2.79822-6.25 6.25-6.25 3.75 0 6.25 3.5 6.25 3.5v-3.5" />"###
3478};
3479#[allow(non_upper_case_globals)]
3480#[doc(hidden)]
3481pub static ChScales: &icondata_core::IconData = &icondata_core::IconData {
3482    style: None,
3483    x: None,
3484    y: None,
3485    width: Some("16"),
3486    height: Some("16"),
3487    view_box: Some("0 0 16 16"),
3488    stroke_linecap: Some("round"),
3489    stroke_linejoin: Some("round"),
3490    stroke_width: Some("1.5"),
3491    stroke: Some("currentColor"),
3492    fill: Some("none"),
3493    data: r###"<path d="m1.75 3.75c1 1 2.5 1.5 4 0h4.5c1.5 1.5 3 1 4 0m-6.25-2v12m-3.25.5h6.5" />
3494<path d="m12.75 4.75-2 5c.5 1 3.5 1 4 0zm-9.5 0-2 5c.5 1 3.5 1 4 0z" />"###
3495};
3496#[allow(non_upper_case_globals)]
3497#[doc(hidden)]
3498pub static ChScreenMaximise: &icondata_core::IconData = &icondata_core::IconData {
3499    style: None,
3500    x: None,
3501    y: None,
3502    width: Some("16"),
3503    height: Some("16"),
3504    view_box: Some("0 0 16 16"),
3505    stroke_linecap: Some("round"),
3506    stroke_linejoin: Some("round"),
3507    stroke_width: Some("1.5"),
3508    stroke: Some("currentColor"),
3509    fill: Some("none"),
3510    data: r###"<path d="m5.25 14.25h-3.5v-3.5m12.5 0v3.5h-3.5m0-12.5h3.5v3.5m-12.5 0v-3.5h3.5" />"###
3511};
3512#[allow(non_upper_case_globals)]
3513#[doc(hidden)]
3514pub static ChScreenMinimise: &icondata_core::IconData = &icondata_core::IconData {
3515    style: None,
3516    x: None,
3517    y: None,
3518    width: Some("16"),
3519    height: Some("16"),
3520    view_box: Some("0 0 16 16"),
3521    stroke_linecap: Some("round"),
3522    stroke_linejoin: Some("round"),
3523    stroke_width: Some("1.5"),
3524    stroke: Some("currentColor"),
3525    fill: Some("none"),
3526    data: r###"<path d="m1.75 10.75h3.5v3.5m5.5 0v-3.5h3.5m0-5.5h-3.5v-3.5m-5.5 0v3.5h-3.5" />"###
3527};
3528#[allow(non_upper_case_globals)]
3529#[doc(hidden)]
3530pub static ChSearch: &icondata_core::IconData = &icondata_core::IconData {
3531    style: None,
3532    x: None,
3533    y: None,
3534    width: Some("16"),
3535    height: Some("16"),
3536    view_box: Some("0 0 16 16"),
3537    stroke_linecap: Some("round"),
3538    stroke_linejoin: Some("round"),
3539    stroke_width: Some("1.5"),
3540    stroke: Some("currentColor"),
3541    fill: Some("none"),
3542    data: r###"<path d="m11.25 11.25 3 3" />
3543<circle cx="7.5" cy="7.5" r="4.75" />"###
3544};
3545#[allow(non_upper_case_globals)]
3546#[doc(hidden)]
3547pub static ChServer: &icondata_core::IconData = &icondata_core::IconData {
3548    style: None,
3549    x: None,
3550    y: None,
3551    width: Some("16"),
3552    height: Some("16"),
3553    view_box: Some("0 0 16 16"),
3554    stroke_linecap: Some("round"),
3555    stroke_linejoin: Some("round"),
3556    stroke_width: Some("1.5"),
3557    stroke: Some("currentColor"),
3558    fill: Some("none"),
3559    data: r###"<rect x="1.75" y="3.25" width="12.5" height="10" />
3560<line x1="2.25" y1="8.25" x2="13.75" y2="8.25" />
3561<path d="m4.75 10.75v0m0-5v0m6.5 0h-3m3 5h-3" />"###
3562};
3563#[allow(non_upper_case_globals)]
3564#[doc(hidden)]
3565pub static ChShare: &icondata_core::IconData = &icondata_core::IconData {
3566    style: None,
3567    x: None,
3568    y: None,
3569    width: Some("16"),
3570    height: Some("16"),
3571    view_box: Some("0 0 16 16"),
3572    stroke_linecap: Some("round"),
3573    stroke_linejoin: Some("round"),
3574    stroke_width: Some("1.5"),
3575    stroke: Some("currentColor"),
3576    fill: Some("none"),
3577    data: r###"<circle cx="4" cy="8" r="2.25" />
3578<circle cx="12" cy="12" r="2.25" />
3579<circle cx="12" cy="4" r="2.25" />
3580<path d="m6 9 4 2m-4-4 4-2" />"###
3581};
3582#[allow(non_upper_case_globals)]
3583#[doc(hidden)]
3584pub static ChShield: &icondata_core::IconData = &icondata_core::IconData {
3585    style: None,
3586    x: None,
3587    y: None,
3588    width: Some("16"),
3589    height: Some("16"),
3590    view_box: Some("0 0 16 16"),
3591    stroke_linecap: Some("round"),
3592    stroke_linejoin: Some("round"),
3593    stroke_width: Some("1.5"),
3594    stroke: Some("currentColor"),
3595    fill: Some("none"),
3596    data: r###"<path d="m8 1.75 5.25 2v5c0 2.25-2 4.5-5.25 5.5-3.25-1-5.25-3-5.25-5.5v-5z" />"###
3597};
3598#[allow(non_upper_case_globals)]
3599#[doc(hidden)]
3600pub static ChShieldCross: &icondata_core::IconData = &icondata_core::IconData {
3601    style: None,
3602    x: None,
3603    y: None,
3604    width: Some("16"),
3605    height: Some("16"),
3606    view_box: Some("0 0 16 16"),
3607    stroke_linecap: Some("round"),
3608    stroke_linejoin: Some("round"),
3609    stroke_width: Some("1.5"),
3610    stroke: Some("currentColor"),
3611    fill: Some("none"),
3612    data: r###"<path d="m8 1.75 5.25 2v5c0 2.25-2 4.5-5.25 5.5-3.25-1-5.25-3-5.25-5.5v-5z" />
3613<path d="m9.75 5.75-3.5 3.5m0-3.5 3.5 3.5" />"###
3614};
3615#[allow(non_upper_case_globals)]
3616#[doc(hidden)]
3617pub static ChShieldKeyhole: &icondata_core::IconData = &icondata_core::IconData {
3618    style: None,
3619    x: None,
3620    y: None,
3621    width: Some("16"),
3622    height: Some("16"),
3623    view_box: Some("0 0 16 16"),
3624    stroke_linecap: Some("round"),
3625    stroke_linejoin: Some("round"),
3626    stroke_width: Some("1.5"),
3627    stroke: Some("currentColor"),
3628    fill: Some("none"),
3629    data: r###"<path d="m8 1.75 5.25 2v5c0 2.25-2 4.5-5.25 5.5-3.25-1-5.25-3-5.25-5.5v-5z" />
3630<path d="m8 7.25v3" />
3631<circle cx="8" cy="6.5" r=".75" fill="currentColor" />"###
3632};
3633#[allow(non_upper_case_globals)]
3634#[doc(hidden)]
3635pub static ChShieldTick: &icondata_core::IconData = &icondata_core::IconData {
3636    style: None,
3637    x: None,
3638    y: None,
3639    width: Some("16"),
3640    height: Some("16"),
3641    view_box: Some("0 0 16 16"),
3642    stroke_linecap: Some("round"),
3643    stroke_linejoin: Some("round"),
3644    stroke_width: Some("1.5"),
3645    stroke: Some("currentColor"),
3646    fill: Some("none"),
3647    data: r###"<path d="m8 1.75 5.25 2v5c0 2.25-2 4.5-5.25 5.5-3.25-1-5.25-3-5.25-5.5v-5z" />
3648<polyline points="5.75 7.75,7.25 9.25,10.25 5.75" />"###
3649};
3650#[allow(non_upper_case_globals)]
3651#[doc(hidden)]
3652pub static ChShieldWarning: &icondata_core::IconData = &icondata_core::IconData {
3653    style: None,
3654    x: None,
3655    y: None,
3656    width: Some("16"),
3657    height: Some("16"),
3658    view_box: Some("0 0 16 16"),
3659    stroke_linecap: Some("round"),
3660    stroke_linejoin: Some("round"),
3661    stroke_width: Some("1.5"),
3662    stroke: Some("currentColor"),
3663    fill: Some("none"),
3664    data: r###"<path d="m8 1.75 5.25 2v5c0 2.25-2 4.5-5.25 5.5-3.25-1-5.25-3-5.25-5.5v-5z" />
3665<path d="m8 10.75v0m0-5.5v3" />"###
3666};
3667#[allow(non_upper_case_globals)]
3668#[doc(hidden)]
3669pub static ChShoppingBag: &icondata_core::IconData = &icondata_core::IconData {
3670    style: None,
3671    x: None,
3672    y: None,
3673    width: Some("16"),
3674    height: Some("16"),
3675    view_box: Some("0 0 16 16"),
3676    stroke_linecap: Some("round"),
3677    stroke_linejoin: Some("round"),
3678    stroke_width: Some("1.5"),
3679    stroke: Some("currentColor"),
3680    fill: Some("none"),
3681    data: r###"<rect height="9.5" width="10.5" y="4.75" x="2.75" />
3682<path d="m5.75 7.75c0 1.5 1 2.5 2.25 2.5s2.25-1 2.25-2.5m-7.5-3 1.5-3h7.5l1.5 3" />"###
3683};
3684#[allow(non_upper_case_globals)]
3685#[doc(hidden)]
3686pub static ChSignIn: &icondata_core::IconData = &icondata_core::IconData {
3687    style: None,
3688    x: None,
3689    y: None,
3690    width: Some("16"),
3691    height: Some("16"),
3692    view_box: Some("0 0 16 16"),
3693    stroke_linecap: Some("round"),
3694    stroke_linejoin: Some("round"),
3695    stroke_width: Some("1.5"),
3696    stroke: Some("currentColor"),
3697    fill: Some("none"),
3698    data: r###"<path d="m5.25 2.25h-3.5v12h3.5m4-9.5-3.5 3.5 3.5 3.5m5-3.5h-8.5" />"###
3699};
3700#[allow(non_upper_case_globals)]
3701#[doc(hidden)]
3702pub static ChSignOut: &icondata_core::IconData = &icondata_core::IconData {
3703    style: None,
3704    x: None,
3705    y: None,
3706    width: Some("16"),
3707    height: Some("16"),
3708    view_box: Some("0 0 16 16"),
3709    stroke_linecap: Some("round"),
3710    stroke_linejoin: Some("round"),
3711    stroke_width: Some("1.5"),
3712    stroke: Some("currentColor"),
3713    fill: Some("none"),
3714    data: r###"<path d="m5.25 2.25h-3.5v12h3.5m5.5-9.5 3.5 3.5-3.5 3.5m-5-3.5h8.5" />"###
3715};
3716#[allow(non_upper_case_globals)]
3717#[doc(hidden)]
3718pub static ChSignpost: &icondata_core::IconData = &icondata_core::IconData {
3719    style: None,
3720    x: None,
3721    y: None,
3722    width: Some("16"),
3723    height: Some("16"),
3724    view_box: Some("0 0 16 16"),
3725    stroke_linecap: Some("round"),
3726    stroke_linejoin: Some("round"),
3727    stroke_width: Some("1.5"),
3728    stroke: Some("currentColor"),
3729    fill: Some("none"),
3730    data: r###"<polygon points="1.75 9.25,12.25 9.25,14.25 7.00,12.25 4.75,1.75 4.75" />
3731<path d="m7.25 9.75v4.5m0-12.5v2.5" />"###
3732};
3733#[allow(non_upper_case_globals)]
3734#[doc(hidden)]
3735pub static ChSkull: &icondata_core::IconData = &icondata_core::IconData {
3736    style: None,
3737    x: None,
3738    y: None,
3739    width: Some("16"),
3740    height: Some("16"),
3741    view_box: Some("0 0 16 16"),
3742    stroke_linecap: Some("round"),
3743    stroke_linejoin: Some("round"),
3744    stroke_width: Some("1.5"),
3745    stroke: Some("currentColor"),
3746    fill: Some("none"),
3747    data: r###"<path d="m1.75 11.25h3v3h6.5v-3h3s1-9.5-6.25-9.5-6.25 9.5-6.25 9.5z" />
3748<circle cx="5.25" cy="7.75" r=".5" fill="currentColor" />
3749<circle cx="10.75" cy="7.75" r=".5" fill="currentColor" />"###
3750};
3751#[allow(non_upper_case_globals)]
3752#[doc(hidden)]
3753pub static ChSnowflake: &icondata_core::IconData = &icondata_core::IconData {
3754    style: None,
3755    x: None,
3756    y: None,
3757    width: Some("16"),
3758    height: Some("16"),
3759    view_box: Some("0 0 16 16"),
3760    stroke_linecap: Some("round"),
3761    stroke_linejoin: Some("round"),
3762    stroke_width: Some("1.5"),
3763    stroke: Some("currentColor"),
3764    fill: Some("none"),
3765    data: r###"<path d="m13.75 7.75h-12" />
3766<path d="m7.75 1.75v12" />
3767<path d="m5.25 12.75 2.5-2.5 2.5 2.5" />
3768<path d="m2.75 5.25 2.5 2.5-2.5 2.5" />
3769<path d="m10.25 2.75-2.5 2.5-2.5-2.5" />
3770<path d="m12.75 10.25-2.5-2.5 2.5-2.5" />"###
3771};
3772#[allow(non_upper_case_globals)]
3773#[doc(hidden)]
3774pub static ChSoundDown: &icondata_core::IconData = &icondata_core::IconData {
3775    style: None,
3776    x: None,
3777    y: None,
3778    width: Some("16"),
3779    height: Some("16"),
3780    view_box: Some("0 0 16 16"),
3781    stroke_linecap: Some("round"),
3782    stroke_linejoin: Some("round"),
3783    stroke_width: Some("1.5"),
3784    stroke: Some("currentColor"),
3785    fill: Some("none"),
3786    data: r###"<polygon points="1.75 5.75 1.75 10.25 4.25 10.25 8.25 13.25 8.25 2.75 4.25 5.75" />
3787<path d="m10.75 6.25s1 .5 1 1.75-1 1.75-1 1.75" />"###
3788};
3789#[allow(non_upper_case_globals)]
3790#[doc(hidden)]
3791pub static ChSoundMute: &icondata_core::IconData = &icondata_core::IconData {
3792    style: None,
3793    x: None,
3794    y: None,
3795    width: Some("16"),
3796    height: Some("16"),
3797    view_box: Some("0 0 16 16"),
3798    stroke_linecap: Some("round"),
3799    stroke_linejoin: Some("round"),
3800    stroke_width: Some("1.5"),
3801    stroke: Some("currentColor"),
3802    fill: Some("none"),
3803    data: r###"<polygon points="1.75 5.75 1.75 10.25 4.25 10.25 8.25 13.25 8.25 2.75 4.25 5.75" />
3804<path d="m14.25 5.75-3.5 4.5m0-4.5 3.5 4.5" />"###
3805};
3806#[allow(non_upper_case_globals)]
3807#[doc(hidden)]
3808pub static ChSoundUp: &icondata_core::IconData = &icondata_core::IconData {
3809    style: None,
3810    x: None,
3811    y: None,
3812    width: Some("16"),
3813    height: Some("16"),
3814    view_box: Some("0 0 16 16"),
3815    stroke_linecap: Some("round"),
3816    stroke_linejoin: Some("round"),
3817    stroke_width: Some("1.5"),
3818    stroke: Some("currentColor"),
3819    fill: Some("none"),
3820    data: r###"<polygon points="1.75 5.75,1.75 10.25,4.25 10.25,8.25 13.25,8.25 2.75,4.25 5.75" />
3821<path d="m10.75 6.25s1 .5 1 1.75-1 1.75-1 1.75m1-6.5c2 1 3 2.5 3 4.75s-1 3.75-3 4.75" />"###
3822};
3823#[allow(non_upper_case_globals)]
3824#[doc(hidden)]
3825pub static ChSpeaker: &icondata_core::IconData = &icondata_core::IconData {
3826    style: None,
3827    x: None,
3828    y: None,
3829    width: Some("16"),
3830    height: Some("16"),
3831    view_box: Some("0 0 16 16"),
3832    stroke_linecap: Some("round"),
3833    stroke_linejoin: Some("round"),
3834    stroke_width: Some("1.5"),
3835    stroke: Some("currentColor"),
3836    fill: Some("none"),
3837    data: r###"<rect height="12.5" width="9.5" y="1.75" x="3.25" />
3838<path d="m8.25 4.25h-.5" />
3839<circle cx="8" cy="9.5" r="2.25" />"###
3840};
3841#[allow(non_upper_case_globals)]
3842#[doc(hidden)]
3843pub static ChSquare: &icondata_core::IconData = &icondata_core::IconData {
3844    style: None,
3845    x: None,
3846    y: None,
3847    width: Some("16"),
3848    height: Some("16"),
3849    view_box: Some("0 0 16 16"),
3850    stroke_linecap: Some("round"),
3851    stroke_linejoin: Some("round"),
3852    stroke_width: Some("1.5"),
3853    stroke: Some("currentColor"),
3854    fill: Some("none"),
3855    data: r###"<rect height="10.5" width="10.5" y="2.75" x="2.75" />"###
3856};
3857#[allow(non_upper_case_globals)]
3858#[doc(hidden)]
3859pub static ChSquareCross: &icondata_core::IconData = &icondata_core::IconData {
3860    style: None,
3861    x: None,
3862    y: None,
3863    width: Some("16"),
3864    height: Some("16"),
3865    view_box: Some("0 0 16 16"),
3866    stroke_linecap: Some("round"),
3867    stroke_linejoin: Some("round"),
3868    stroke_width: Some("1.5"),
3869    stroke: Some("currentColor"),
3870    fill: Some("none"),
3871    data: r###"<path d="m10.25 5.75-4.5 4.5m0-4.5 4.5 4.5" />
3872<rect height="10.5" width="10.5" y="2.75" x="2.75" />"###
3873};
3874#[allow(non_upper_case_globals)]
3875#[doc(hidden)]
3876pub static ChSquareTick: &icondata_core::IconData = &icondata_core::IconData {
3877    style: None,
3878    x: None,
3879    y: None,
3880    width: Some("16"),
3881    height: Some("16"),
3882    view_box: Some("0 0 16 16"),
3883    stroke_linecap: Some("round"),
3884    stroke_linejoin: Some("round"),
3885    stroke_width: Some("1.5"),
3886    stroke: Some("currentColor"),
3887    fill: Some("none"),
3888    data: r###"<polyline points="10.25 2.75,2.75 2.75,2.75 13.25,13.25 13.25,13.25 9.75" />
3889<polyline points="5.75 7.75,8.25 10.25,14.25 3.75" />"###
3890};
3891#[allow(non_upper_case_globals)]
3892#[doc(hidden)]
3893pub static ChStack: &icondata_core::IconData = &icondata_core::IconData {
3894    style: None,
3895    x: None,
3896    y: None,
3897    width: Some("16"),
3898    height: Some("16"),
3899    view_box: Some("0 0 16 16"),
3900    stroke_linecap: Some("round"),
3901    stroke_linejoin: Some("round"),
3902    stroke_width: Some("1.5"),
3903    stroke: Some("currentColor"),
3904    fill: Some("none"),
3905    data: r###"<path d="m1.75 11 6.25 3.25 6.25-3.25m-12.5-3 6.25 3.25 6.25-3.25m-6.25-6.25-6.25 3.25 6.25 3.25 6.25-3.25z" />"###
3906};
3907#[allow(non_upper_case_globals)]
3908#[doc(hidden)]
3909pub static ChStackPop: &icondata_core::IconData = &icondata_core::IconData {
3910    style: None,
3911    x: None,
3912    y: None,
3913    width: Some("16"),
3914    height: Some("16"),
3915    view_box: Some("0 0 16 16"),
3916    stroke_linecap: Some("round"),
3917    stroke_linejoin: Some("round"),
3918    stroke_width: Some("1.5"),
3919    stroke: Some("currentColor"),
3920    fill: Some("none"),
3921    data: r###"<path d="m4.25 6.75-2.5 1.25 6.25 3.25 6.25-3.25-2.5-1.25m-10 4.25 6.25 3.25 6.25-3.25" />
3922<path d="m8 8.25v-6.5m-2.25 2 2.25-2 2.25 2" />"###
3923};
3924#[allow(non_upper_case_globals)]
3925#[doc(hidden)]
3926pub static ChStackPush: &icondata_core::IconData = &icondata_core::IconData {
3927    style: None,
3928    x: None,
3929    y: None,
3930    width: Some("16"),
3931    height: Some("16"),
3932    view_box: Some("0 0 16 16"),
3933    stroke_linecap: Some("round"),
3934    stroke_linejoin: Some("round"),
3935    stroke_width: Some("1.5"),
3936    stroke: Some("currentColor"),
3937    fill: Some("none"),
3938    data: r###"<path d="m3.25 7.25-1.5.75 6.25 3.25 6.25-3.25-1.5-.75m-11 3.75 6.25 3.25 6.25-3.25" />
3939<path d="m8 8.25v-6.5m-2.25 4.5 2.25 2 2.25-2" />"###
3940};
3941#[allow(non_upper_case_globals)]
3942#[doc(hidden)]
3943pub static ChStar: &icondata_core::IconData = &icondata_core::IconData {
3944    style: None,
3945    x: None,
3946    y: None,
3947    width: Some("16"),
3948    height: Some("16"),
3949    view_box: Some("0 0 16 16"),
3950    stroke_linecap: Some("round"),
3951    stroke_linejoin: Some("round"),
3952    stroke_width: Some("1.5"),
3953    stroke: Some("currentColor"),
3954    fill: Some("none"),
3955    data: r###"<polygon points="8 1.75,5.75 5.75,1.75 6.25,4.75 9.75,3.75 14.25,8.00 12.25,12.25 14.25,11.25 9.75,14.25 6.25,10.25 5.75" />"###
3956};
3957#[allow(non_upper_case_globals)]
3958#[doc(hidden)]
3959pub static ChStickyNote: &icondata_core::IconData = &icondata_core::IconData {
3960    style: None,
3961    x: None,
3962    y: None,
3963    width: Some("16"),
3964    height: Some("16"),
3965    view_box: Some("0 0 16 16"),
3966    stroke_linecap: Some("round"),
3967    stroke_linejoin: Some("round"),
3968    stroke_width: Some("1.5"),
3969    stroke: Some("currentColor"),
3970    fill: Some("none"),
3971    data: r###"<polygon points="9.25 13.25,2.75 13.25,2.75 2.75,13.25 2.75,13.25 9.25" />
3972<polyline points="8.75 13.25,8.75 8.75,13.25 8.75" />"###
3973};
3974#[allow(non_upper_case_globals)]
3975#[doc(hidden)]
3976pub static ChSun: &icondata_core::IconData = &icondata_core::IconData {
3977    style: None,
3978    x: None,
3979    y: None,
3980    width: Some("16"),
3981    height: Some("16"),
3982    view_box: Some("0 0 16 16"),
3983    stroke_linecap: Some("round"),
3984    stroke_linejoin: Some("round"),
3985    stroke_width: Some("1.5"),
3986    stroke: Some("currentColor"),
3987    fill: Some("none"),
3988    data: r###"<circle cy="8" cx="8" r="3.25" />
3989<path d="m2.75 13.25.5-.5m9.5 0 .5.5m-.5-10 .5-.5m-10 .5-.5-.5m-.50 5.25h-1m13.5 0h-1m-5.75 5.75v1m0-13.5v1" />"###
3990};
3991#[allow(non_upper_case_globals)]
3992#[doc(hidden)]
3993pub static ChSwapHorizontal: &icondata_core::IconData = &icondata_core::IconData {
3994    style: None,
3995    x: None,
3996    y: None,
3997    width: Some("16"),
3998    height: Some("16"),
3999    view_box: Some("0 0 16 16"),
4000    stroke_linecap: Some("round"),
4001    stroke_linejoin: Some("round"),
4002    stroke_width: Some("1.5"),
4003    stroke: Some("currentColor"),
4004    fill: Some("none"),
4005    data: r###"<path d="m5.75 8.25-3 3 3 3m7.5-3h-10.5m7.5-9.5l3 3-3 3m-7.5-3h10.5" />"###
4006};
4007#[allow(non_upper_case_globals)]
4008#[doc(hidden)]
4009pub static ChSwapVertical: &icondata_core::IconData = &icondata_core::IconData {
4010    style: None,
4011    x: None,
4012    y: None,
4013    width: Some("16"),
4014    height: Some("16"),
4015    view_box: Some("0 0 16 16"),
4016    stroke_linecap: Some("round"),
4017    stroke_linejoin: Some("round"),
4018    stroke_width: Some("1.5"),
4019    stroke: Some("currentColor"),
4020    fill: Some("none"),
4021    data: r###"<path d="m7.75 5.75-3-3-3 3m3 7.5v-10.5m9.5 7.5-3 3-3-3m3-7.5v10.5" />"###
4022};
4023#[allow(non_upper_case_globals)]
4024#[doc(hidden)]
4025pub static ChSword: &icondata_core::IconData = &icondata_core::IconData {
4026    style: None,
4027    x: None,
4028    y: None,
4029    width: Some("16"),
4030    height: Some("16"),
4031    view_box: Some("0 0 16 16"),
4032    stroke_linecap: Some("round"),
4033    stroke_linejoin: Some("round"),
4034    stroke_width: Some("1.5"),
4035    stroke: Some("currentColor"),
4036    fill: Some("none"),
4037    data: r###"<path d="m2.75 9.25 1.5 2.5 2 1.5m-4.5 0 1 1m1.5-2.5-1.5 1.5m3-1 8.5-8.5v-2h-2l-8.5 8.5" />"###
4038};
4039#[allow(non_upper_case_globals)]
4040#[doc(hidden)]
4041pub static ChSwords: &icondata_core::IconData = &icondata_core::IconData {
4042    style: None,
4043    x: None,
4044    y: None,
4045    width: Some("16"),
4046    height: Some("16"),
4047    view_box: Some("0 0 16 16"),
4048    stroke_linecap: Some("round"),
4049    stroke_linejoin: Some("round"),
4050    stroke_width: Some("1.5"),
4051    stroke: Some("currentColor"),
4052    fill: Some("none"),
4053    data: r###"<path d="m2.75 9.25 1.5 2.5 2 1.5m-4.5 0 1 1m1.5-2.5-1.5 1.5m3-1 8.5-8.5v-2h-2l-8.5 8.5" />
4054<path d="m10.25 12.25-2.25-2.25m2-2 2.25 2.25m1-1-1.5 2.5-2 1.5m4.5 0-1 1m-1.5-2.5 1.5 1.5m-7.25-5.25-4.25-4.25v-2h2l4.25 4.25" />"###
4055};
4056#[allow(non_upper_case_globals)]
4057#[doc(hidden)]
4058pub static ChTablet: &icondata_core::IconData = &icondata_core::IconData {
4059    style: None,
4060    x: None,
4061    y: None,
4062    width: Some("16"),
4063    height: Some("16"),
4064    view_box: Some("0 0 16 16"),
4065    stroke_linecap: Some("round"),
4066    stroke_linejoin: Some("round"),
4067    stroke_width: Some("1.5"),
4068    stroke: Some("currentColor"),
4069    fill: Some("none"),
4070    data: r###"<rect height="12.5" width="10.5" y="1.75" x="2.75" />
4071<path d="m8.25 11.75h-.5" />"###
4072};
4073#[allow(non_upper_case_globals)]
4074#[doc(hidden)]
4075pub static ChTag: &icondata_core::IconData = &icondata_core::IconData {
4076    style: None,
4077    x: None,
4078    y: None,
4079    width: Some("16"),
4080    height: Some("16"),
4081    view_box: Some("0 0 16 16"),
4082    stroke_linecap: Some("round"),
4083    stroke_linejoin: Some("round"),
4084    stroke_width: Some("1.5"),
4085    stroke: Some("currentColor"),
4086    fill: Some("none"),
4087    data: r###"<polygon points="7.25 14.25,1.75 8.75,8.75 1.75,14.25 1.75,14.25 7.25" />
4088<circle cx="11" cy="5" r=".5" fill="currentColor" />"###
4089};
4090#[allow(non_upper_case_globals)]
4091#[doc(hidden)]
4092pub static ChTelescope: &icondata_core::IconData = &icondata_core::IconData {
4093    style: None,
4094    x: None,
4095    y: None,
4096    width: Some("16"),
4097    height: Some("16"),
4098    view_box: Some("0 0 16 16"),
4099    stroke_linecap: Some("round"),
4100    stroke_linejoin: Some("round"),
4101    stroke_width: Some("1.5"),
4102    stroke: Some("currentColor"),
4103    fill: Some("none"),
4104    data: r###"<path d="m4.75 5.75 1 2.5m3.5-4.5 1.5 3.5m-9 0 1 2.5 11.5-3.5-2-4.5z" />
4105<path d="m7.75 11.2v3m-3-0.5 2.25-2.5 1.75-0.5 2.5 3" />"###
4106};
4107#[allow(non_upper_case_globals)]
4108#[doc(hidden)]
4109pub static ChTent: &icondata_core::IconData = &icondata_core::IconData {
4110    style: None,
4111    x: None,
4112    y: None,
4113    width: Some("16"),
4114    height: Some("16"),
4115    view_box: Some("0 0 16 16"),
4116    stroke_linecap: Some("round"),
4117    stroke_linejoin: Some("round"),
4118    stroke_width: Some("1.5"),
4119    stroke: Some("currentColor"),
4120    fill: Some("none"),
4121    data: r###"<path d="M 5.25,14.25 8,10 l 2.75,4.25" />
4122<path d="m9.75 1.75-8 12.5h12.5l-8-12.5" />"###
4123};
4124#[allow(non_upper_case_globals)]
4125#[doc(hidden)]
4126pub static ChTerminal: &icondata_core::IconData = &icondata_core::IconData {
4127    style: None,
4128    x: None,
4129    y: None,
4130    width: Some("16"),
4131    height: Some("16"),
4132    view_box: Some("0 0 16 16"),
4133    stroke_linecap: Some("round"),
4134    stroke_linejoin: Some("round"),
4135    stroke_width: Some("1.5"),
4136    stroke: Some("currentColor"),
4137    fill: Some("none"),
4138    data: r###"<rect height="10.5" width="12.5" y="2.75" x="1.75" />
4139<path d="m8.75 10.25h2.5m-6.5-4.5 2.5 2.25-2.5 2.25" />"###
4140};
4141#[allow(non_upper_case_globals)]
4142#[doc(hidden)]
4143pub static ChThumbDown: &icondata_core::IconData = &icondata_core::IconData {
4144    style: None,
4145    x: None,
4146    y: None,
4147    width: Some("16"),
4148    height: Some("16"),
4149    view_box: Some("0 0 16 16"),
4150    stroke_linecap: Some("round"),
4151    stroke_linejoin: Some("round"),
4152    stroke_width: Some("1.5"),
4153    stroke: Some("currentColor"),
4154    fill: Some("none"),
4155    data: r###"<path d="m5.25 10.25c1.5 0 3 4 4.5 4v-4h4.5s-.5-7.5-3.5-7.5h-5.5z" />
4156<path d="m5.25 10.25h-3.5v-7.5h3.5" />"###
4157};
4158#[allow(non_upper_case_globals)]
4159#[doc(hidden)]
4160pub static ChThumbUp: &icondata_core::IconData = &icondata_core::IconData {
4161    style: None,
4162    x: None,
4163    y: None,
4164    width: Some("16"),
4165    height: Some("16"),
4166    view_box: Some("0 0 16 16"),
4167    stroke_linecap: Some("round"),
4168    stroke_linejoin: Some("round"),
4169    stroke_width: Some("1.5"),
4170    stroke: Some("currentColor"),
4171    fill: Some("none"),
4172    data: r###"<path d="m5.25 5.75c1.5 0 3-4 4.5-4v4h4.5s-.5 7.5-3.5 7.5h-5.5z" />
4173<path d="m5.25 5.75h-3.5v7.5h3.5" />"###
4174};
4175#[allow(non_upper_case_globals)]
4176#[doc(hidden)]
4177pub static ChTick: &icondata_core::IconData = &icondata_core::IconData {
4178    style: None,
4179    x: None,
4180    y: None,
4181    width: Some("16"),
4182    height: Some("16"),
4183    view_box: Some("0 0 16 16"),
4184    stroke_linecap: Some("round"),
4185    stroke_linejoin: Some("round"),
4186    stroke_width: Some("1.5"),
4187    stroke: Some("currentColor"),
4188    fill: Some("none"),
4189    data: r###"<polyline points="2.75 8.75,6.25 12.25,13.25 4.75" />"###
4190};
4191#[allow(non_upper_case_globals)]
4192#[doc(hidden)]
4193pub static ChTickDouble: &icondata_core::IconData = &icondata_core::IconData {
4194    style: None,
4195    x: None,
4196    y: None,
4197    width: Some("16"),
4198    height: Some("16"),
4199    view_box: Some("0 0 16 16"),
4200    stroke_linecap: Some("round"),
4201    stroke_linejoin: Some("round"),
4202    stroke_width: Some("1.5"),
4203    stroke: Some("currentColor"),
4204    fill: Some("none"),
4205    data: r###"<path d="m1.75 9.75 2.5 2.5m3.5-4 2.5-2.5m-4.5 4 2.5 2.5 6-6.5" />"###
4206};
4207#[allow(non_upper_case_globals)]
4208#[doc(hidden)]
4209pub static ChTicket: &icondata_core::IconData = &icondata_core::IconData {
4210    style: None,
4211    x: None,
4212    y: None,
4213    width: Some("16"),
4214    height: Some("16"),
4215    view_box: Some("0 0 16 16"),
4216    stroke_linecap: Some("round"),
4217    stroke_linejoin: Some("round"),
4218    stroke_width: Some("1.5"),
4219    stroke: Some("currentColor"),
4220    fill: Some("none"),
4221    data: r###"<path d="m1.75 3.75h12.5v3s-2 0-2 1.75 2 1.75 2 1.75v3h-12.5v-3s2 0 2-1.75-2-1.75-2-1.75z" />
4222<path d="m8.75 11.75v1.5m0-9.5v1.5m0 2.5v1.5" />"###
4223};
4224#[allow(non_upper_case_globals)]
4225#[doc(hidden)]
4226pub static ChTreeFir: &icondata_core::IconData = &icondata_core::IconData {
4227    style: None,
4228    x: None,
4229    y: None,
4230    width: Some("16"),
4231    height: Some("16"),
4232    view_box: Some("0 0 16 16"),
4233    stroke_linecap: Some("round"),
4234    stroke_linejoin: Some("round"),
4235    stroke_width: Some("1.5"),
4236    stroke: Some("currentColor"),
4237    fill: Some("none"),
4238    data: r###"<path d="m8 1.75-4.25 5.5h2.5l-3.5 4h4v3h2.5v-3h4l-3.5-4h2.5z" />"###
4239};
4240#[allow(non_upper_case_globals)]
4241#[doc(hidden)]
4242pub static ChTriangle: &icondata_core::IconData = &icondata_core::IconData {
4243    style: None,
4244    x: None,
4245    y: None,
4246    width: Some("16"),
4247    height: Some("16"),
4248    view_box: Some("0 0 16 16"),
4249    stroke_linecap: Some("round"),
4250    stroke_linejoin: Some("round"),
4251    stroke_width: Some("1.5"),
4252    stroke: Some("currentColor"),
4253    fill: Some("none"),
4254    data: r###"<polygon points="8 2.75,1.75 14.25,14.25 14.25" />"###
4255};
4256#[allow(non_upper_case_globals)]
4257#[doc(hidden)]
4258pub static ChTrophy: &icondata_core::IconData = &icondata_core::IconData {
4259    style: None,
4260    x: None,
4261    y: None,
4262    width: Some("16"),
4263    height: Some("16"),
4264    view_box: Some("0 0 16 16"),
4265    stroke_linecap: Some("round"),
4266    stroke_linejoin: Some("round"),
4267    stroke_width: Some("1.5"),
4268    stroke: Some("currentColor"),
4269    fill: Some("none"),
4270    data: r###"<rect height="3.5" width="6.5" y="10.75" x="4.75" />
4271<path d="m8 8.75v2m-3.25-9c-1.5 0-3 .5-3 2.25s1.5 2.25 3 2.25m6.5-4.5c1.5 0 3 .5 3 2.25s-1.5 2.25-3 2.25m-6.5-4.5h6.5v3.5c0 1.5-1 3-3.25 3s-3.25-1.5-3.25-3z" />"###
4272};
4273#[allow(non_upper_case_globals)]
4274#[doc(hidden)]
4275pub static ChUmbrella: &icondata_core::IconData = &icondata_core::IconData {
4276    style: None,
4277    x: None,
4278    y: None,
4279    width: Some("16"),
4280    height: Some("16"),
4281    view_box: Some("0 0 16 16"),
4282    stroke_linecap: Some("round"),
4283    stroke_linejoin: Some("round"),
4284    stroke_width: Some("1.5"),
4285    stroke: Some("currentColor"),
4286    fill: Some("none"),
4287    data: r###"<path d="m1.75 8.25s.5-6.5 6.25-6.5 6.25 6.5 6.25 6.5z" />
4288<path d="m7.75 8.75v4s0 1.5 1.5 1.5 1.5-1.5 1.5-1.5" />"###
4289};
4290#[allow(non_upper_case_globals)]
4291#[doc(hidden)]
4292pub static ChUpload: &icondata_core::IconData = &icondata_core::IconData {
4293    style: None,
4294    x: None,
4295    y: None,
4296    width: Some("16"),
4297    height: Some("16"),
4298    view_box: Some("0 0 16 16"),
4299    stroke_linecap: Some("round"),
4300    stroke_linejoin: Some("round"),
4301    stroke_width: Some("1.5"),
4302    stroke: Some("currentColor"),
4303    fill: Some("none"),
4304    data: r###"<path d="m3.75 2.75h9m-8.5 6.5 4-3.5 4 3.5m-4 5v-8.5" />"###
4305};
4306#[allow(non_upper_case_globals)]
4307#[doc(hidden)]
4308pub static ChWifi: &icondata_core::IconData = &icondata_core::IconData {
4309    style: None,
4310    x: None,
4311    y: None,
4312    width: Some("16"),
4313    height: Some("16"),
4314    view_box: Some("0 0 16 16"),
4315    stroke_linecap: Some("round"),
4316    stroke_linejoin: Some("round"),
4317    stroke_width: Some("1.5"),
4318    stroke: Some("currentColor"),
4319    fill: Some("none"),
4320    data: r###"<path d="m1.75 4.75 6.25 8.5 6.25-8.5c-3.25-2.75-9.25-2.75-12.5 0z" />"###
4321};
4322#[allow(non_upper_case_globals)]
4323#[doc(hidden)]
4324pub static ChWifiFair: &icondata_core::IconData = &icondata_core::IconData {
4325    style: None,
4326    x: None,
4327    y: None,
4328    width: Some("16"),
4329    height: Some("16"),
4330    view_box: Some("0 0 16 16"),
4331    stroke_linecap: Some("round"),
4332    stroke_linejoin: Some("round"),
4333    stroke_width: Some("1.5"),
4334    stroke: Some("currentColor"),
4335    fill: Some("none"),
4336    data: r###"<path d="m1.75 4.75 6.25 8.5 6.25-8.5c-3.25-2.75-9.25-2.75-12.5 0z" />
4337<path d="m4.25 8c2-1.75 5.5-1.75 7.5 0" />"###
4338};
4339#[allow(non_upper_case_globals)]
4340#[doc(hidden)]
4341pub static ChWifiPoor: &icondata_core::IconData = &icondata_core::IconData {
4342    style: None,
4343    x: None,
4344    y: None,
4345    width: Some("16"),
4346    height: Some("16"),
4347    view_box: Some("0 0 16 16"),
4348    stroke_linecap: Some("round"),
4349    stroke_linejoin: Some("round"),
4350    stroke_width: Some("1.5"),
4351    stroke: Some("currentColor"),
4352    fill: Some("none"),
4353    data: r###"<path d="m1.75 4.75 6.25 8.5 6.25-8.5c-3.25-2.75-9.25-2.75-12.5 0z" />
4354<path d="m5 9c.75-1.75 5.25-1.75 6 0" />"###
4355};
4356#[allow(non_upper_case_globals)]
4357#[doc(hidden)]
4358pub static ChWifiSlash: &icondata_core::IconData = &icondata_core::IconData {
4359    style: None,
4360    x: None,
4361    y: None,
4362    width: Some("16"),
4363    height: Some("16"),
4364    view_box: Some("0 0 16 16"),
4365    stroke_linecap: Some("round"),
4366    stroke_linejoin: Some("round"),
4367    stroke_width: Some("1.5"),
4368    stroke: Some("currentColor"),
4369    fill: Some("none"),
4370    data: r###"<path d="m5.25 3.25c-1.5 0-3.5 1.5-3.5 1.5l6.25 8.5 2.25-3m-1.5-7.5s2.97688-.134944 5.5 2l-2 2.5" />
4371<line x1="4.25" y1="1.75" x2="12.25" y2="12.25" />"###
4372};
4373#[allow(non_upper_case_globals)]
4374#[doc(hidden)]
4375pub static ChWifiWarning: &icondata_core::IconData = &icondata_core::IconData {
4376    style: None,
4377    x: None,
4378    y: None,
4379    width: Some("16"),
4380    height: Some("16"),
4381    view_box: Some("0 0 16 16"),
4382    stroke_linecap: Some("round"),
4383    stroke_linejoin: Some("round"),
4384    stroke_width: Some("1.5"),
4385    stroke: Some("currentColor"),
4386    fill: Some("none"),
4387    data: r###"<path d="m14.25 4.75c-3.25-2.75-9.25-2.75-12.5 0l6.25 8.5 1-1.5" />
4388<path d="m12.25 13.75v0m0-6v3.5" />"###
4389};
4390#[allow(non_upper_case_globals)]
4391#[doc(hidden)]
4392pub static ChZoomIn: &icondata_core::IconData = &icondata_core::IconData {
4393    style: None,
4394    x: None,
4395    y: None,
4396    width: Some("16"),
4397    height: Some("16"),
4398    view_box: Some("0 0 16 16"),
4399    stroke_linecap: Some("round"),
4400    stroke_linejoin: Some("round"),
4401    stroke_width: Some("1.5"),
4402    stroke: Some("currentColor"),
4403    fill: Some("none"),
4404    data: r###"<circle cx="7.5" cy="7.5" r="4.75" />
4405<path d="m9.25 7.49992h-3.5m1.74992-1.74992v3.5m3.75008 2 3 3" />"###
4406};
4407#[allow(non_upper_case_globals)]
4408#[doc(hidden)]
4409pub static ChZoomOut: &icondata_core::IconData = &icondata_core::IconData {
4410    style: None,
4411    x: None,
4412    y: None,
4413    width: Some("16"),
4414    height: Some("16"),
4415    view_box: Some("0 0 16 16"),
4416    stroke_linecap: Some("round"),
4417    stroke_linejoin: Some("round"),
4418    stroke_width: Some("1.5"),
4419    stroke: Some("currentColor"),
4420    fill: Some("none"),
4421    data: r###"<circle cx="7.5" cy="7.5" r="4.75" />
4422<path d="m9.25 7.49992h-3.5m5.5 3.75008 3 3" />"###
4423};