maud-iconoir 7.11.0

Auto-generated constants for using Iconoir icons in maud.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
use maud::PreEscaped;

pub const ACCESSIBILITY_SIGN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-accessibility-sign\"></i>");
pub const ACCESSIBILITY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-accessibility\"></i>");
pub const ACCESSIBILITY_TECH: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-accessibility-tech\"></i>");
pub const ACTIVITY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-activity\"></i>");
pub const ADOBE_AFTER_EFFECTS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-adobe-after-effects\"></i>");
pub const ADOBE_ILLUSTRATOR: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-adobe-illustrator\"></i>");
pub const ADOBE_INDESIGN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-adobe-indesign\"></i>");
pub const ADOBE_LIGHTROOM: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-adobe-lightroom\"></i>");
pub const ADOBE_PHOTOSHOP: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-adobe-photoshop\"></i>");
pub const ADOBE_XD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-adobe-xd\"></i>");
pub const AFRICAN_TREE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-african-tree\"></i>");
pub const AGILE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-agile\"></i>");
pub const AIR_CONDITIONER: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-air-conditioner\"></i>");
pub const AIRPLANE_HELIX_45DEG: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-airplane-helix-45deg\"></i>");
pub const AIRPLANE_HELIX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-airplane-helix\"></i>");
pub const AIRPLANE_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-airplane-off\"></i>");
pub const AIRPLANE_ROTATION: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-airplane-rotation\"></i>");
pub const AIRPLANE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-airplane\"></i>");
pub const AIRPLAY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-airplay\"></i>");
pub const ALARM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-alarm\"></i>");
pub const ALBUM_CAROUSEL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-album-carousel\"></i>");
pub const ALBUM_LIST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-album-list\"></i>");
pub const ALBUM_OPEN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-album-open\"></i>");
pub const ALBUM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-album\"></i>");
pub const ALIGN_BOTTOM_BOX: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-align-bottom-box\"></i>");
pub const ALIGN_CENTER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-align-center\"></i>");
pub const ALIGN_HORIZONTAL_CENTERS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-align-horizontal-centers\"></i>");
pub const ALIGN_HORIZONTAL_SPACING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-align-horizontal-spacing\"></i>");
pub const ALIGN_JUSTIFY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-align-justify\"></i>");
pub const ALIGN_LEFT_BOX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-align-left-box\"></i>");
pub const ALIGN_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-align-left\"></i>");
pub const ALIGN_RIGHT_BOX: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-align-right-box\"></i>");
pub const ALIGN_RIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-align-right\"></i>");
pub const ALIGN_TOP_BOX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-align-top-box\"></i>");
pub const ALIGN_VERTICAL_CENTERS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-align-vertical-centers\"></i>");
pub const ALIGN_VERTICAL_SPACING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-align-vertical-spacing\"></i>");
pub const ANGLE_TOOL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-angle-tool\"></i>");
pub const ANTENNA_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-antenna-off\"></i>");
pub const ANTENNA_SIGNAL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-antenna-signal\"></i>");
pub const ANTENNA_SIGNAL_TAG: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-antenna-signal-tag\"></i>");
pub const ANTENNA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-antenna\"></i>");
pub const APPLE_HALF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-apple-half\"></i>");
pub const APPLE_IMAC_2021_SIDE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-apple-imac-2021-side\"></i>");
pub const APPLE_IMAC_2021: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-apple-imac-2021\"></i>");
pub const APPLE_MAC: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-apple-mac\"></i>");
pub const APPLE_SHORTCUTS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-apple-shortcuts\"></i>");
pub const APPLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-apple\"></i>");
pub const APPLE_SWIFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-apple-swift\"></i>");
pub const APPLE_WALLET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-apple-wallet\"></i>");
pub const APP_NOTIFICATION: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-app-notification\"></i>");
pub const APP_STORE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-app-store\"></i>");
pub const APP_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-app-window\"></i>");
pub const ARC_3D_CENTER_POINT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arc-3d-center-point\"></i>");
pub const ARC_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arc-3d\"></i>");
pub const ARCADE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arcade\"></i>");
pub const ARCHERY_MATCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-archery-match\"></i>");
pub const ARCHERY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-archery\"></i>");
pub const ARCHIVE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-archive\"></i>");
pub const AREA_SEARCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-area-search\"></i>");
pub const ARROW_ARCHERY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-archery\"></i>");
pub const ARROW_DOWN_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-down-circle\"></i>");
pub const ARROW_DOWN_LEFT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-down-left-circle\"></i>");
pub const ARROW_DOWN_LEFT_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-down-left-square\"></i>");
pub const ARROW_DOWN_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-down-left\"></i>");
pub const ARROW_DOWN_RIGHT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-down-right-circle\"></i>");
pub const ARROW_DOWN_RIGHT_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-down-right-square\"></i>");
pub const ARROW_DOWN_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-down-right\"></i>");
pub const ARROW_DOWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-down\"></i>");
pub const ARROW_DOWN_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-down-tag\"></i>");
pub const ARROW_EMAIL_FORWARD: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-email-forward\"></i>");
pub const ARROW_ENLARGE_TAG: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-enlarge-tag\"></i>");
pub const ARROW_LEFT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-left-circle\"></i>");
pub const ARROW_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-left\"></i>");
pub const ARROW_LEFT_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-left-tag\"></i>");
pub const ARROW_REDUCE_TAG: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-reduce-tag\"></i>");
pub const ARROW_RIGHT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-right-circle\"></i>");
pub const ARROW_RIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-right\"></i>");
pub const ARROW_RIGHT_TAG: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-right-tag\"></i>");
pub const ARROW_SEPARATE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-separate\"></i>");
pub const ARROW_SEPARATE_VERTICAL: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-separate-vertical\"></i>");
pub const ARROWS_UP_FROM_LINE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrows-up-from-line\"></i>");
pub const ARROW_UNION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-union\"></i>");
pub const ARROW_UNION_VERTICAL: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-union-vertical\"></i>");
pub const ARROW_UP_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-up-circle\"></i>");
pub const ARROW_UP_LEFT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-up-left-circle\"></i>");
pub const ARROW_UP_LEFT_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-up-left-square\"></i>");
pub const ARROW_UP_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-up-left\"></i>");
pub const ARROW_UP_RIGHT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-up-right-circle\"></i>");
pub const ARROW_UP_RIGHT_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-arrow-up-right-square\"></i>");
pub const ARROW_UP_RIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-up-right\"></i>");
pub const ARROW_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-up\"></i>");
pub const ARROW_UP_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-arrow-up-tag\"></i>");
pub const AR_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ar-tag\"></i>");
pub const ASANA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-asana\"></i>");
pub const ASTERISK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-asterisk\"></i>");
pub const ATOM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-atom\"></i>");
pub const AT_SIGN_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-at-sign-circle\"></i>");
pub const AT_SIGN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-at-sign\"></i>");
pub const ATTACHMENT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-attachment\"></i>");
pub const AUGMENTED_REALITY: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-augmented-reality\"></i>");
pub const AUTO_FLASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-auto-flash\"></i>");
pub const AVI_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-avi-format\"></i>");
pub const AXES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-axes\"></i>");
pub const BACKWARD_15_SECONDS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-backward-15-seconds\"></i>");
pub const BADGE_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-badge-check\"></i>");
pub const BAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bag\"></i>");
pub const BALCONY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-balcony\"></i>");
pub const BANK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bank\"></i>");
pub const BARCODE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-barcode\"></i>");
pub const BASKETBALL_FIELD: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-basketball-field\"></i>");
pub const BASKETBALL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-basketball\"></i>");
pub const BATHROOM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bathroom\"></i>");
pub const BATTERY_25: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-battery-25\"></i>");
pub const BATTERY_50: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-battery-50\"></i>");
pub const BATTERY_75: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-battery-75\"></i>");
pub const BATTERY_CHARGING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-battery-charging\"></i>");
pub const BATTERY_EMPTY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-battery-empty\"></i>");
pub const BATTERY_FULL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-battery-full\"></i>");
pub const BATTERY_INDICATOR: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-battery-indicator\"></i>");
pub const BATTERY_SLASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-battery-slash\"></i>");
pub const BATTERY_WARNING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-battery-warning\"></i>");
pub const BBQ: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bbq\"></i>");
pub const BEACH_BAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-beach-bag\"></i>");
pub const BED_READY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bed-ready\"></i>");
pub const BED: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bed\"></i>");
pub const BEHANCE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-behance\"></i>");
pub const BEHANCE_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-behance-tag\"></i>");
pub const BELL_NOTIFICATION: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-bell-notification\"></i>");
pub const BELL_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bell-off\"></i>");
pub const BELL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bell\"></i>");
pub const BICYCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bicycle\"></i>");
pub const BIN_FULL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bin-full\"></i>");
pub const BIN_HALF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bin-half\"></i>");
pub const BIN_MINUS_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bin-minus-in\"></i>");
pub const BINOCULAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-binocular\"></i>");
pub const BIN_PLUS_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bin-plus-in\"></i>");
pub const BIN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bin\"></i>");
pub const BIRTHDAY_CAKE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-birthday-cake\"></i>");
pub const BISHOP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bishop\"></i>");
pub const BITBUCKET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bitbucket\"></i>");
pub const BITCOIN_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bitcoin-circle\"></i>");
pub const BITCOIN_ROTATE_OUT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-bitcoin-rotate-out\"></i>");
pub const BLUETOOTH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bluetooth\"></i>");
pub const BLUETOOTH_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bluetooth-tag\"></i>");
pub const BOLD_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bold-square\"></i>");
pub const BOLD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bold\"></i>");
pub const BONFIRE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bonfire\"></i>");
pub const BOOK_LOCK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-book-lock\"></i>");
pub const BOOKMARK_BOOK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bookmark-book\"></i>");
pub const BOOKMARK_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-bookmark-circle\"></i>");
pub const BOOKMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bookmark\"></i>");
pub const BOOK_STACK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-book-stack\"></i>");
pub const BOOK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-book\"></i>");
pub const BORDER_BL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-bl\"></i>");
pub const BORDER_BOTTOM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-bottom\"></i>");
pub const BORDER_BR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-br\"></i>");
pub const BORDER_INNER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-inner\"></i>");
pub const BORDER_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-left\"></i>");
pub const BORDER_OUT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-out\"></i>");
pub const BORDER_RIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-right\"></i>");
pub const BORDER_TL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-tl\"></i>");
pub const BORDER_TOP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-top\"></i>");
pub const BORDER_TR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-border-tr\"></i>");
pub const BOUNCE_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bounce-left\"></i>");
pub const BOUNCE_RIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bounce-right\"></i>");
pub const BOWLING_BALL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bowling-ball\"></i>");
pub const BOX_3D_CENTER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-box-3d-center\"></i>");
pub const BOX_3D_POINT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-box-3d-point\"></i>");
pub const BOX_3D_THREE_POINTS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-box-3d-three-points\"></i>");
pub const BOXING_GLOVE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-boxing-glove\"></i>");
pub const BOX_ISO: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-box-iso\"></i>");
pub const BOX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-box\"></i>");
pub const BRAIN_ELECTRICITY: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-brain-electricity\"></i>");
pub const BRAIN_RESEARCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-brain-research\"></i>");
pub const BRAIN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-brain\"></i>");
pub const BRAIN_WARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-brain-warning\"></i>");
pub const BREAD_SLICE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bread-slice\"></i>");
pub const BRIDGE_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bridge-3d\"></i>");
pub const BRIDGE_SURFACE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bridge-surface\"></i>");
pub const BRIGHT_CROWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bright-crown\"></i>");
pub const BRIGHTNESS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-brightness\"></i>");
pub const BRIGHTNESS_WINDOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-brightness-window\"></i>");
pub const BRIGHT_STAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bright-star\"></i>");
pub const BUBBLE_DOWNLOAD: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-bubble-download\"></i>");
pub const BUBBLE_INCOME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bubble-income\"></i>");
pub const BUBBLE_OUTCOME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bubble-outcome\"></i>");
pub const BUBBLE_SEARCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bubble-search\"></i>");
pub const BUBBLE_STAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bubble-star\"></i>");
pub const BUBBLE_UPLOAD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bubble-upload\"></i>");
pub const BUBBLE_WARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bubble-warning\"></i>");
pub const BUBBLE_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bubble-xmark\"></i>");
pub const BUG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bug\"></i>");
pub const BUILDING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-building\"></i>");
pub const BUS_GREEN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bus-green\"></i>");
pub const BUS_STOP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bus-stop\"></i>");
pub const BUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-bus\"></i>");
pub const CABLE_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cable-tag\"></i>");
pub const CALCULATOR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-calculator\"></i>");
pub const CALENDAR_ARROW_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-calendar-arrow-down\"></i>");
pub const CALENDAR_ARROW_UP: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-calendar-arrow-up\"></i>");
pub const CALENDAR_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-calendar-check\"></i>");
pub const CALENDAR_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-calendar-minus\"></i>");
pub const CALENDAR_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-calendar-plus\"></i>");
pub const CALENDAR_ROTATE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-calendar-rotate\"></i>");
pub const CALENDAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-calendar\"></i>");
pub const CALENDAR_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-calendar-xmark\"></i>");
pub const CAMERA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-camera\"></i>");
pub const CANDLESTICK_CHART: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-candlestick-chart\"></i>");
pub const CARD_LOCK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-card-lock\"></i>");
pub const CARD_NO_ACCESS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-card-no-access\"></i>");
pub const CARD_READER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-card-reader\"></i>");
pub const CARD_SHIELD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-card-shield\"></i>");
pub const CARD_WALLET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-card-wallet\"></i>");
pub const CAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-car\"></i>");
pub const CART_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cart-alt\"></i>");
pub const CART_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cart-minus\"></i>");
pub const CART_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cart-plus\"></i>");
pub const CART: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cart\"></i>");
pub const CASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cash\"></i>");
pub const CELL_2X2: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cell-2x2\"></i>");
pub const CELLAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cellar\"></i>");
pub const CENTER_ALIGN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-center-align\"></i>");
pub const CHAT_BUBBLE_CHECK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-chat-bubble-check\"></i>");
pub const CHAT_BUBBLE_EMPTY: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-chat-bubble-empty\"></i>");
pub const CHAT_BUBBLE_QUESTION: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-chat-bubble-question\"></i>");
pub const CHAT_BUBBLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-chat-bubble\"></i>");
pub const CHAT_BUBBLE_TRANSLATE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-chat-bubble-translate\"></i>");
pub const CHAT_BUBBLE_WARNING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-chat-bubble-warning\"></i>");
pub const CHAT_BUBBLE_XMARK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-chat-bubble-xmark\"></i>");
pub const CHAT_LINES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-chat-lines\"></i>");
pub const CHAT_MINUS_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-chat-minus-in\"></i>");
pub const CHAT_PLUS_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-chat-plus-in\"></i>");
pub const CHECK_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-check-circle\"></i>");
pub const CHECK_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-check-square\"></i>");
pub const CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-check\"></i>");
pub const CHOCOLATE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-chocolate\"></i>");
pub const CHROMECAST_ACTIVE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-chromecast-active\"></i>");
pub const CHROMECAST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-chromecast\"></i>");
pub const CHURCH_SIDE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-church-side\"></i>");
pub const CHURCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-church\"></i>");
pub const CIGARETTE_SLASH: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-cigarette-slash\"></i>");
pub const CINEMA_OLD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cinema-old\"></i>");
pub const CIRCLE_SPARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-circle-spark\"></i>");
pub const CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-circle\"></i>");
pub const CITY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-city\"></i>");
pub const CLIPBOARD_CHECK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-clipboard-check\"></i>");
pub const CLOCK_ROTATE_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-clock-rotate-right\"></i>");
pub const CLOCK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-clock\"></i>");
pub const CLOSED_CAPTIONS_TAG: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-closed-captions-tag\"></i>");
pub const CLOSET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-closet\"></i>");
pub const CLOUD_BOOKMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud-bookmark\"></i>");
pub const CLOUD_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud-check\"></i>");
pub const CLOUD_DESYNC: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud-desync\"></i>");
pub const CLOUD_DOWNLOAD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud-download\"></i>");
pub const CLOUD_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud-square\"></i>");
pub const CLOUD_SUNNY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud-sunny\"></i>");
pub const CLOUD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud\"></i>");
pub const CLOUD_SYNC: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud-sync\"></i>");
pub const CLOUD_UPLOAD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud-upload\"></i>");
pub const CLOUD_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cloud-xmark\"></i>");
pub const CODE_BRACKETS_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-code-brackets-square\"></i>");
pub const CODE_BRACKETS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-code-brackets\"></i>");
pub const CODEPEN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-codepen\"></i>");
pub const CODE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-code\"></i>");
pub const COFFEE_CUP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-coffee-cup\"></i>");
pub const COIN_SLASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-coin-slash\"></i>");
pub const COINS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-coins\"></i>");
pub const COINS_SWAP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-coins-swap\"></i>");
pub const COLLAGE_FRAME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-collage-frame\"></i>");
pub const COLLAPSE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-collapse\"></i>");
pub const COLOR_FILTER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-color-filter\"></i>");
pub const COLOR_PICKER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-color-picker\"></i>");
pub const COLOR_WHEEL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-color-wheel\"></i>");
pub const COMBINE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-combine\"></i>");
pub const COMMODITY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-commodity\"></i>");
pub const COMMUNITY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-community\"></i>");
pub const COMPACT_DISC: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-compact-disc\"></i>");
pub const COMP_ALIGN_BOTTOM: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-comp-align-bottom\"></i>");
pub const COMP_ALIGN_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-comp-align-left\"></i>");
pub const COMP_ALIGN_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-comp-align-right\"></i>");
pub const COMP_ALIGN_TOP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-comp-align-top\"></i>");
pub const COMPASS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-compass\"></i>");
pub const COMPONENT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-component\"></i>");
pub const COMPRESS_LINES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-compress-lines\"></i>");
pub const COMPRESS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-compress\"></i>");
pub const COMPUTER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-computer\"></i>");
pub const CONSTRAINED_SURFACE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-constrained-surface\"></i>");
pub const CONSUMABLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-consumable\"></i>");
pub const CONTACTLESS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-contactless\"></i>");
pub const CONTROL_SLIDER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-control-slider\"></i>");
pub const COOKIE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cookie\"></i>");
pub const COOLING_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cooling-square\"></i>");
pub const COPYRIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-copyright\"></i>");
pub const COPY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-copy\"></i>");
pub const CORNER_BOTTOM_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-corner-bottom-left\"></i>");
pub const CORNER_BOTTOM_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-corner-bottom-right\"></i>");
pub const CORNER_TOP_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-corner-top-left\"></i>");
pub const CORNER_TOP_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-corner-top-right\"></i>");
pub const CPU: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cpu\"></i>");
pub const CPU_WARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cpu-warning\"></i>");
pub const CRACKED_EGG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cracked-egg\"></i>");
pub const CREATIVE_COMMONS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-creative-commons\"></i>");
pub const CREDIT_CARD_SLASH: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-credit-card-slash\"></i>");
pub const CREDIT_CARDS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-credit-cards\"></i>");
pub const CREDIT_CARD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-credit-card\"></i>");
pub const CRIB: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-crib\"></i>");
pub const CROP_ROTATE_BL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-crop-rotate-bl\"></i>");
pub const CROP_ROTATE_BR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-crop-rotate-br\"></i>");
pub const CROP_ROTATE_TL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-crop-rotate-tl\"></i>");
pub const CROP_ROTATE_TR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-crop-rotate-tr\"></i>");
pub const CROP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-crop\"></i>");
pub const CROWN_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-crown-circle\"></i>");
pub const CROWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-crown\"></i>");
pub const C_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-c-square\"></i>");
pub const CSS3: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-css3\"></i>");
pub const CUBE_BANDAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cube-bandage\"></i>");
pub const CUBE_CUT_WITH_CURVE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-cube-cut-with-curve\"></i>");
pub const CUBE_DOTS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cube-dots\"></i>");
pub const CUBE_HOLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cube-hole\"></i>");
pub const CUBE_REPLACE_FACE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-cube-replace-face\"></i>");
pub const CUBE_SCAN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cube-scan\"></i>");
pub const CUBE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cube\"></i>");
pub const CURSOR_POINTER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cursor-pointer\"></i>");
pub const CURVE_ARRAY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-curve-array\"></i>");
pub const CUTLERY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cutlery\"></i>");
pub const CUT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cut\"></i>");
pub const CYCLING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cycling\"></i>");
pub const CYLINDER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-cylinder\"></i>");
pub const DASHBOARD_DOTS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dashboard-dots\"></i>");
pub const DASHBOARD_SPEED: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-dashboard-speed\"></i>");
pub const DASHBOARD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dashboard\"></i>");
pub const DASH_FLAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dash-flag\"></i>");
pub const DATABASE_BACKUP: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-backup\"></i>");
pub const DATABASE_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-database-check\"></i>");
pub const DATABASE_EXPORT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-export\"></i>");
pub const DATABASE_MONITOR: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-monitor\"></i>");
pub const DATABASE_RESTORE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-restore\"></i>");
pub const DATABASE_SCRIPT_MINUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-script-minus\"></i>");
pub const DATABASE_SCRIPT_PLUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-script-plus\"></i>");
pub const DATABASE_SCRIPT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-script\"></i>");
pub const DATABASE_SEARCH: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-search\"></i>");
pub const DATABASE_SETTINGS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-settings\"></i>");
pub const DATABASE_STAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-database-star\"></i>");
pub const DATABASE_STATS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-database-stats\"></i>");
pub const DATABASE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-database\"></i>");
pub const DATABASE_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-database-tag\"></i>");
pub const DATABASE_WARNING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-database-warning\"></i>");
pub const DATABASE_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-database-xmark\"></i>");
pub const DATA_TRANSFER_BOTH: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-data-transfer-both\"></i>");
pub const DATA_TRANSFER_CHECK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-data-transfer-check\"></i>");
pub const DATA_TRANSFER_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-data-transfer-down\"></i>");
pub const DATA_TRANSFER_UP: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-data-transfer-up\"></i>");
pub const DATA_TRANSFER_WARNING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-data-transfer-warning\"></i>");
pub const DE_COMPRESS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-de-compress\"></i>");
pub const DELIVERY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-delivery\"></i>");
pub const DELIVERY_TRUCK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-delivery-truck\"></i>");
pub const DEPTH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-depth\"></i>");
pub const DESIGN_NIB: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-design-nib\"></i>");
pub const DESIGN_PENCIL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-design-pencil\"></i>");
pub const DESK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-desk\"></i>");
pub const DEVELOPER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-developer\"></i>");
pub const DEW_POINT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dew-point\"></i>");
pub const DIALPAD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dialpad\"></i>");
pub const DIAMETER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-diameter\"></i>");
pub const DICE_FIVE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dice-five\"></i>");
pub const DICE_FOUR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dice-four\"></i>");
pub const DICE_ONE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dice-one\"></i>");
pub const DICE_SIX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dice-six\"></i>");
pub const DICE_THREE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dice-three\"></i>");
pub const DICE_TWO: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dice-two\"></i>");
pub const DIMMER_SWITCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dimmer-switch\"></i>");
pub const DIRECTOR_CHAIR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-director-chair\"></i>");
pub const DISCORD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-discord\"></i>");
pub const DISHWASHER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dishwasher\"></i>");
pub const DISPLAY_4K: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-display-4k\"></i>");
pub const DIVIDE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-divide\"></i>");
pub const DIVIDE_THREE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-divide-three\"></i>");
pub const DNA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dna\"></i>");
pub const DNS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dns\"></i>");
pub const DOC_MAGNIFYING_GLASS_IN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-doc-magnifying-glass-in\"></i>");
pub const DOC_MAGNIFYING_GLASS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-doc-magnifying-glass\"></i>");
pub const DOC_STAR_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-doc-star-in\"></i>");
pub const DOC_STAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-doc-star\"></i>");
pub const DOGECOIN_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-dogecoin-circle\"></i>");
pub const DOGECOIN_ROTATE_OUT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-dogecoin-rotate-out\"></i>");
pub const DOLLAR_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dollar-circle\"></i>");
pub const DOLLAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dollar\"></i>");
pub const DOMOTIC_WARNING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-domotic-warning\"></i>");
pub const DONATE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-donate\"></i>");
pub const DOT_ARROW_DOWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dot-arrow-down\"></i>");
pub const DOT_ARROW_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dot-arrow-left\"></i>");
pub const DOT_ARROW_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-dot-arrow-right\"></i>");
pub const DOT_ARROW_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dot-arrow-up\"></i>");
pub const DOTS_GRID_3X3: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dots-grid-3x3\"></i>");
pub const DOUBLE_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-double-check\"></i>");
pub const DOWNLOAD_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-download-circle\"></i>");
pub const DOWNLOAD_DATA_WINDOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-download-data-window\"></i>");
pub const DOWNLOAD_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-download-square\"></i>");
pub const DOWNLOAD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-download\"></i>");
pub const DRAG_HAND_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-drag-hand-gesture\"></i>");
pub const DRAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-drag\"></i>");
pub const DRAWER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-drawer\"></i>");
pub const DRIBBBLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-dribbble\"></i>");
pub const DRONE_CHARGE_FULL: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-drone-charge-full\"></i>");
pub const DRONE_CHARGE_HALF: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-drone-charge-half\"></i>");
pub const DRONE_CHARGE_LOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-drone-charge-low\"></i>");
pub const DRONE_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-drone-check\"></i>");
pub const DRONE_LANDING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-drone-landing\"></i>");
pub const DRONE_REFRESH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-drone-refresh\"></i>");
pub const DRONE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-drone\"></i>");
pub const DRONE_TAKE_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-drone-take-off\"></i>");
pub const DRONE_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-drone-xmark\"></i>");
pub const DROPLET_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-droplet-check\"></i>");
pub const DROPLET_HALF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-droplet-half\"></i>");
pub const DROPLET_SNOW_FLAKE_IN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-droplet-snow-flake-in\"></i>");
pub const DROPLET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-droplet\"></i>");
pub const EASE_CURVE_CONTROL_POINTS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-ease-curve-control-points\"></i>");
pub const EASE_IN_CONTROL_POINT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-ease-in-control-point\"></i>");
pub const EASE_IN_OUT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ease-in-out\"></i>");
pub const EASE_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ease-in\"></i>");
pub const EASE_OUT_CONTROL_POINT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-ease-out-control-point\"></i>");
pub const EASE_OUT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ease-out\"></i>");
pub const ECOLOGY_BOOK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ecology-book\"></i>");
pub const EDIT_PENCIL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-edit-pencil\"></i>");
pub const EDIT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-edit\"></i>");
pub const EGG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-egg\"></i>");
pub const EJECT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-eject\"></i>");
pub const ELECTRONICS_CHIP: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-electronics-chip\"></i>");
pub const ELECTRONICS_TRANSISTOR: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-electronics-transistor\"></i>");
pub const ELEVATOR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-elevator\"></i>");
pub const ELLIPSE_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ellipse-3d\"></i>");
pub const ELLIPSE_3D_THREE_POINTS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-ellipse-3d-three-points\"></i>");
pub const EMOJI_BALL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-emoji-ball\"></i>");
pub const EMOJI_BLINK_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-blink-left\"></i>");
pub const EMOJI_BLINK_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-blink-right\"></i>");
pub const EMOJI_LOOK_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-look-down\"></i>");
pub const EMOJI_LOOK_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-look-left\"></i>");
pub const EMOJI_LOOK_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-look-right\"></i>");
pub const EMOJI_LOOK_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-emoji-look-up\"></i>");
pub const EMOJI_PUZZLED: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-emoji-puzzled\"></i>");
pub const EMOJI_QUITE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-emoji-quite\"></i>");
pub const EMOJI_REALLY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-emoji-really\"></i>");
pub const EMOJI_SAD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-emoji-sad\"></i>");
pub const EMOJI_SATISFIED: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-satisfied\"></i>");
pub const EMOJI_SING_LEFT_NOTE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-sing-left-note\"></i>");
pub const EMOJI_SING_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-sing-left\"></i>");
pub const EMOJI_SING_RIGHT_NOTE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-sing-right-note\"></i>");
pub const EMOJI_SING_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-sing-right\"></i>");
pub const EMOJI_SURPRISE_ALT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-surprise-alt\"></i>");
pub const EMOJI_SURPRISE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-emoji-surprise\"></i>");
pub const EMOJI: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-emoji\"></i>");
pub const EMOJI_TALKING_ANGRY: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-talking-angry\"></i>");
pub const EMOJI_TALKING_HAPPY: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-talking-happy\"></i>");
pub const EMOJI_THINK_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-think-left\"></i>");
pub const EMOJI_THINK_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-emoji-think-right\"></i>");
pub const EMPTY_PAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-empty-page\"></i>");
pub const ENERGY_USAGE_WINDOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-energy-usage-window\"></i>");
pub const ENLARGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-enlarge\"></i>");
pub const ERASE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-erase\"></i>");
pub const ETHEREUM_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-ethereum-circle\"></i>");
pub const ETHEREUM_ROTATE_OUT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-ethereum-rotate-out\"></i>");
pub const EURO_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-euro-square\"></i>");
pub const EURO: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-euro\"></i>");
pub const EV_CHARGE_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ev-charge-alt\"></i>");
pub const EV_CHARGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ev-charge\"></i>");
pub const EV_PLUG_CHARGING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-ev-plug-charging\"></i>");
pub const EV_PLUG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ev-plug\"></i>");
pub const EV_PLUG_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ev-plug-xmark\"></i>");
pub const EV_STATION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ev-station\"></i>");
pub const EV_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ev-tag\"></i>");
pub const EXCLUDE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-exclude\"></i>");
pub const EXPAND_LINES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-expand-lines\"></i>");
pub const EXPAND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-expand\"></i>");
pub const EXTRUDE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-extrude\"></i>");
pub const EYE_CLOSED: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-eye-closed\"></i>");
pub const EYE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-eye\"></i>");
pub const FACE_3D_DRAFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-face-3d-draft\"></i>");
pub const FACEBOOK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-facebook\"></i>");
pub const FACEBOOK_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-facebook-tag\"></i>");
pub const FACE_ID: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-face-id\"></i>");
pub const FACETIME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-facetime\"></i>");
pub const FARM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-farm\"></i>");
pub const FAST_ARROW_DOWN_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-arrow-down-square\"></i>");
pub const FAST_ARROW_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-arrow-down\"></i>");
pub const FAST_ARROW_LEFT_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-arrow-left-square\"></i>");
pub const FAST_ARROW_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-arrow-left\"></i>");
pub const FAST_ARROW_RIGHT_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-arrow-right-square\"></i>");
pub const FAST_ARROW_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-arrow-right\"></i>");
pub const FAST_ARROW_UP_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-arrow-up-square\"></i>");
pub const FAST_ARROW_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fast-arrow-up\"></i>");
pub const FAST_DOWN_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-down-circle\"></i>");
pub const FAST_LEFT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-left-circle\"></i>");
pub const FAST_RIGHT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fast-right-circle\"></i>");
pub const FAST_UP_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fast-up-circle\"></i>");
pub const FAVOURITE_BOOK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-favourite-book\"></i>");
pub const FAVOURITE_WINDOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-favourite-window\"></i>");
pub const FEMALE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-female\"></i>");
pub const FIGMA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-figma\"></i>");
pub const FILE_NOT_FOUND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-file-not-found\"></i>");
pub const FILL_COLOR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fill-color\"></i>");
pub const FILLET_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fillet-3d\"></i>");
pub const FILTER_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-filter-alt\"></i>");
pub const FILTER_LIST_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-filter-list-circle\"></i>");
pub const FILTER_LIST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-filter-list\"></i>");
pub const FILTER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-filter\"></i>");
pub const FINDER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-finder\"></i>");
pub const FINGERPRINT_CHECK_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fingerprint-check-circle\"></i>");
pub const FINGERPRINT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fingerprint-circle\"></i>");
pub const FINGERPRINT_LOCK_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fingerprint-lock-circle\"></i>");
pub const FINGERPRINT_SCAN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fingerprint-scan\"></i>");
pub const FINGERPRINT_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fingerprint-square\"></i>");
pub const FINGERPRINT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fingerprint\"></i>");
pub const FINGERPRINT_WINDOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fingerprint-window\"></i>");
pub const FINGERPRINT_XMARK_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-fingerprint-xmark-circle\"></i>");
pub const FIRE_FLAME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fire-flame\"></i>");
pub const FISHING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fishing\"></i>");
pub const FISH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fish\"></i>");
pub const FLARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-flare\"></i>");
pub const FLASH_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-flash-off\"></i>");
pub const FLASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-flash\"></i>");
pub const FLASK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-flask\"></i>");
pub const FLIP_REVERSE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-flip-reverse\"></i>");
pub const FLIP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-flip\"></i>");
pub const FLOPPY_DISK_ARROW_IN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-floppy-disk-arrow-in\"></i>");
pub const FLOPPY_DISK_ARROW_OUT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-floppy-disk-arrow-out\"></i>");
pub const FLOPPY_DISK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-floppy-disk\"></i>");
pub const FLOWER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-flower\"></i>");
pub const FOG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fog\"></i>");
pub const FOLDER_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-folder-minus\"></i>");
pub const FOLDER_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-folder-plus\"></i>");
pub const FOLDER_SETTINGS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-folder-settings\"></i>");
pub const FOLDER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-folder\"></i>");
pub const FOLDER_WARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-folder-warning\"></i>");
pub const FONT_QUESTION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-font-question\"></i>");
pub const FOOTBALL_BALL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-football-ball\"></i>");
pub const FOOTBALL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-football\"></i>");
pub const FORWARD_15_SECONDS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-forward-15-seconds\"></i>");
pub const FORWARD_MESSAGE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-forward-message\"></i>");
pub const FORWARD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-forward\"></i>");
pub const FRAME_ALT_EMPTY: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-frame-alt-empty\"></i>");
pub const FRAME_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-frame-alt\"></i>");
pub const FRAME_MINUS_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-frame-minus-in\"></i>");
pub const FRAME_PLUS_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-frame-plus-in\"></i>");
pub const FRAME_SELECT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-frame-select\"></i>");
pub const FRAME_SIMPLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-frame-simple\"></i>");
pub const FRAME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-frame\"></i>");
pub const FRAME_TOOL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-frame-tool\"></i>");
pub const FRIDGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fridge\"></i>");
pub const F_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-f-square\"></i>");
pub const FX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fx\"></i>");
pub const FX_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-fx-tag\"></i>");
pub const GAMEPAD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-gamepad\"></i>");
pub const GARAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-garage\"></i>");
pub const GAS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-gas\"></i>");
pub const GAS_TANK_DROPLET: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-gas-tank-droplet\"></i>");
pub const GAS_TANK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-gas-tank\"></i>");
pub const GIF_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-gif-format\"></i>");
pub const GIFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-gift\"></i>");
pub const GIT_BRANCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-git-branch\"></i>");
pub const GIT_CHERRY_PICK_COMMIT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-git-cherry-pick-commit\"></i>");
pub const GIT_COMMIT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-git-commit\"></i>");
pub const GIT_COMPARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-git-compare\"></i>");
pub const GIT_FORK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-git-fork\"></i>");
pub const GITHUB_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-github-circle\"></i>");
pub const GITHUB: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-github\"></i>");
pub const GITLAB_FULL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-gitlab-full\"></i>");
pub const GIT_MERGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-git-merge\"></i>");
pub const GIT_PULL_REQUEST_CLOSED: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-git-pull-request-closed\"></i>");
pub const GIT_PULL_REQUEST: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-git-pull-request\"></i>");
pub const GIT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-git\"></i>");
pub const GLASS_EMPTY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-glass-empty\"></i>");
pub const GLASSES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-glasses\"></i>");
pub const GLASS_FRAGILE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-glass-fragile\"></i>");
pub const GLASS_HALF_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-glass-half-alt\"></i>");
pub const GLASS_HALF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-glass-half\"></i>");
pub const GLOBE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-globe\"></i>");
pub const GOLF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-golf\"></i>");
pub const GOOGLE_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-google-circle\"></i>");
pub const GOOGLE_DOCS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-google-docs\"></i>");
pub const GOOGLE_DRIVE_CHECK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-google-drive-check\"></i>");
pub const GOOGLE_DRIVE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-google-drive\"></i>");
pub const GOOGLE_DRIVE_SYNC: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-google-drive-sync\"></i>");
pub const GOOGLE_DRIVE_WARNING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-google-drive-warning\"></i>");
pub const GOOGLE_HOME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-google-home\"></i>");
pub const GOOGLE_ONE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-google-one\"></i>");
pub const GOOGLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-google\"></i>");
pub const GPS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-gps\"></i>");
pub const GRADUATION_CAP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-graduation-cap\"></i>");
pub const GRAPH_DOWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-graph-down\"></i>");
pub const GRAPH_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-graph-up\"></i>");
pub const GRID_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-grid-minus\"></i>");
pub const GRID_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-grid-plus\"></i>");
pub const GRID_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-grid-xmark\"></i>");
pub const GROUP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-group\"></i>");
pub const GYM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-gym\"></i>");
pub const HALF_COOKIE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-half-cookie\"></i>");
pub const HALF_MOON: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-half-moon\"></i>");
pub const HAMMER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hammer\"></i>");
pub const HANDBAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-handbag\"></i>");
pub const HAND_BRAKE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hand-brake\"></i>");
pub const HAND_CARD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hand-card\"></i>");
pub const HAND_CASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hand-cash\"></i>");
pub const HAND_CONTACTLESS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-hand-contactless\"></i>");
pub const HARD_DRIVE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hard-drive\"></i>");
pub const HASHTAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hashtag\"></i>");
pub const HAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hat\"></i>");
pub const HD_DISPLAY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hd-display\"></i>");
pub const HDR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hdr\"></i>");
pub const HD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hd\"></i>");
pub const HEADSET_BOLT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-headset-bolt\"></i>");
pub const HEADSET_HELP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-headset-help\"></i>");
pub const HEADSET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-headset\"></i>");
pub const HEADSET_WARNING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-headset-warning\"></i>");
pub const HEALTHCARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-healthcare\"></i>");
pub const HEALTH_SHIELD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-health-shield\"></i>");
pub const HEART_ARROW_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-heart-arrow-down\"></i>");
pub const HEART: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-heart\"></i>");
pub const HEATING_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-heating-square\"></i>");
pub const HEAVY_RAIN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-heavy-rain\"></i>");
pub const HELP_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-help-circle\"></i>");
pub const HELP_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-help-square\"></i>");
pub const HEPTAGON: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-heptagon\"></i>");
pub const HEXAGON_DICE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hexagon-dice\"></i>");
pub const HEXAGON_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hexagon-plus\"></i>");
pub const HEXAGON: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hexagon\"></i>");
pub const HISTORIC_SHIELD_ALT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-historic-shield-alt\"></i>");
pub const HISTORIC_SHIELD: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-historic-shield\"></i>");
pub const HOME_ALT_SLIM_HORIZ: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-home-alt-slim-horiz\"></i>");
pub const HOME_ALT_SLIM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home-alt-slim\"></i>");
pub const HOME_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home-alt\"></i>");
pub const HOME_HOSPITAL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home-hospital\"></i>");
pub const HOME_SALE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home-sale\"></i>");
pub const HOME_SECURE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home-secure\"></i>");
pub const HOME_SHIELD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home-shield\"></i>");
pub const HOME_SIMPLE_DOOR: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-home-simple-door\"></i>");
pub const HOME_SIMPLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home-simple\"></i>");
pub const HOME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home\"></i>");
pub const HOME_TABLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home-table\"></i>");
pub const HOME_TEMPERATURE_IN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-home-temperature-in\"></i>");
pub const HOME_TEMPERATURE_OUT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-home-temperature-out\"></i>");
pub const HOME_USER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-home-user\"></i>");
pub const HORIZ_DISTRIBUTION_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-horiz-distribution-left\"></i>");
pub const HORIZ_DISTRIBUTION_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-horiz-distribution-right\"></i>");
pub const HORIZONTAL_MERGE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-horizontal-merge\"></i>");
pub const HORIZONTAL_SPLIT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-horizontal-split\"></i>");
pub const HOSPITAL_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-hospital-circle\"></i>");
pub const HOSPITAL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hospital\"></i>");
pub const HOT_AIR_BALLOON: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-hot-air-balloon\"></i>");
pub const HOURGLASS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-hourglass\"></i>");
pub const HOUSE_ROOMS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-house-rooms\"></i>");
pub const H_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-h-square\"></i>");
pub const HTML5: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-html5\"></i>");
pub const ICE_CREAM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ice-cream\"></i>");
pub const ICONOIR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-iconoir\"></i>");
pub const IMPORT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-import\"></i>");
pub const INCLINATION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-inclination\"></i>");
pub const INDUSTRY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-industry\"></i>");
pub const INFINITE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-infinite\"></i>");
pub const INFO_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-info-circle\"></i>");
pub const INPUT_FIELD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-input-field\"></i>");
pub const INPUT_OUTPUT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-input-output\"></i>");
pub const INPUT_SEARCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-input-search\"></i>");
pub const INSTAGRAM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-instagram\"></i>");
pub const INTERNET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-internet\"></i>");
pub const INTERSECT_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-intersect-alt\"></i>");
pub const INTERSECT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-intersect\"></i>");
pub const IOS_SETTINGS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ios-settings\"></i>");
pub const IP_ADDRESS_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ip-address-tag\"></i>");
pub const IRIS_SCAN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-iris-scan\"></i>");
pub const ITALIC_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-italic-square\"></i>");
pub const ITALIC: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-italic\"></i>");
pub const JELLYFISH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-jellyfish\"></i>");
pub const JOURNAL_PAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-journal-page\"></i>");
pub const JOURNAL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-journal\"></i>");
pub const JPEG_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-jpeg-format\"></i>");
pub const JPG_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-jpg-format\"></i>");
pub const KANBAN_BOARD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-kanban-board\"></i>");
pub const KEY_BACK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-key-back\"></i>");
pub const KEY_COMMAND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-key-command\"></i>");
pub const KEYFRAME_ALIGN_CENTER: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-keyframe-align-center\"></i>");
pub const KEYFRAME_ALIGN_HORIZONTAL: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-keyframe-align-horizontal\"></i>");
pub const KEYFRAME_ALIGN_VERTICAL: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-keyframe-align-vertical\"></i>");
pub const KEYFRAME_MINUS_IN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-keyframe-minus-in\"></i>");
pub const KEYFRAME_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-keyframe-minus\"></i>");
pub const KEYFRAME_PLUS_IN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-keyframe-plus-in\"></i>");
pub const KEYFRAME_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-keyframe-plus\"></i>");
pub const KEYFRAME_POSITION: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-keyframe-position\"></i>");
pub const KEYFRAMES_COUPLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-keyframes-couple\"></i>");
pub const KEYFRAMES_MINUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-keyframes-minus\"></i>");
pub const KEYFRAMES_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-keyframes-plus\"></i>");
pub const KEYFRAMES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-keyframes\"></i>");
pub const KEYFRAME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-keyframe\"></i>");
pub const KEY_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-key-minus\"></i>");
pub const KEY_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-key-plus\"></i>");
pub const KEY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-key\"></i>");
pub const KEY_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-key-xmark\"></i>");
pub const LABEL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-label\"></i>");
pub const LAMP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-lamp\"></i>");
pub const LANGUAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-language\"></i>");
pub const LAPTOP_CHARGING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-laptop-charging\"></i>");
pub const LAPTOP_DEV_MODE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-laptop-dev-mode\"></i>");
pub const LAPTOP_FIX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-laptop-fix\"></i>");
pub const LAPTOP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-laptop\"></i>");
pub const LAPTOP_WARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-laptop-warning\"></i>");
pub const LAYOUT_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-layout-left\"></i>");
pub const LAYOUT_RIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-layout-right\"></i>");
pub const LEADERBOARD_STAR: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-leaderboard-star\"></i>");
pub const LEADERBOARD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-leaderboard\"></i>");
pub const LEAF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-leaf\"></i>");
pub const LEARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-learning\"></i>");
pub const LENS_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-lens-plus\"></i>");
pub const LENS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-lens\"></i>");
pub const LIFEBELT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-lifebelt\"></i>");
pub const LIGHT_BULB_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-light-bulb-off\"></i>");
pub const LIGHT_BULB_ON: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-light-bulb-on\"></i>");
pub const LIGHT_BULB: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-light-bulb\"></i>");
pub const LINEAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-linear\"></i>");
pub const LINE_SPACE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-line-space\"></i>");
pub const LINKEDIN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-linkedin\"></i>");
pub const LINK_SLASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-link-slash\"></i>");
pub const LINK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-link\"></i>");
pub const LINK_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-link-xmark\"></i>");
pub const LINUX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-linux\"></i>");
pub const LIST_SELECT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-list-select\"></i>");
pub const LIST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-list\"></i>");
pub const LITECOIN_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-litecoin-circle\"></i>");
pub const LITECOIN_ROTATE_OUT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-litecoin-rotate-out\"></i>");
pub const LOCK_SLASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-lock-slash\"></i>");
pub const LOCK_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-lock-square\"></i>");
pub const LOCK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-lock\"></i>");
pub const LOFT_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-loft-3d\"></i>");
pub const LOG_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-log-in\"></i>");
pub const LOG_NO_ACCESS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-log-no-access\"></i>");
pub const LOG_OUT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-log-out\"></i>");
pub const LONG_ARROW_DOWN_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-long-arrow-down-left\"></i>");
pub const LONG_ARROW_DOWN_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-long-arrow-down-right\"></i>");
pub const LONG_ARROW_LEFT_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-long-arrow-left-down\"></i>");
pub const LONG_ARROW_LEFT_UP: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-long-arrow-left-up\"></i>");
pub const LONG_ARROW_RIGHT_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-long-arrow-right-down\"></i>");
pub const LONG_ARROW_RIGHT_UP: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-long-arrow-right-up\"></i>");
pub const LONG_ARROW_UP_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-long-arrow-up-left\"></i>");
pub const LONG_ARROW_UP_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-long-arrow-up-right\"></i>");
pub const LOT_OF_CASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-lot-of-cash\"></i>");
pub const LULLABY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-lullaby\"></i>");
pub const MAC_CONTROL_KEY: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-mac-control-key\"></i>");
pub const MAC_DOCK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mac-dock\"></i>");
pub const MAC_OPTION_KEY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mac-option-key\"></i>");
pub const MAC_OS_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mac-os-window\"></i>");
pub const MAGIC_WAND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-magic-wand\"></i>");
pub const MAGNET_ENERGY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-magnet-energy\"></i>");
pub const MAGNET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-magnet\"></i>");
pub const MAIL_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mail-in\"></i>");
pub const MAIL_OPEN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mail-open\"></i>");
pub const MAIL_OUT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mail-out\"></i>");
pub const MAIL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mail\"></i>");
pub const MALE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-male\"></i>");
pub const MAP_PIN_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-map-pin-minus\"></i>");
pub const MAP_PIN_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-map-pin-plus\"></i>");
pub const MAP_PIN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-map-pin\"></i>");
pub const MAP_PIN_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-map-pin-xmark\"></i>");
pub const MAPS_ARROW_DIAGONAL: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-maps-arrow-diagonal\"></i>");
pub const MAPS_ARROW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-maps-arrow\"></i>");
pub const MAPS_ARROW_XMARK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-maps-arrow-xmark\"></i>");
pub const MAPS_GO_STRAIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-maps-go-straight\"></i>");
pub const MAPS_TURN_BACK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-maps-turn-back\"></i>");
pub const MAPS_TURN_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-maps-turn-left\"></i>");
pub const MAPS_TURN_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-maps-turn-right\"></i>");
pub const MAP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-map\"></i>");
pub const MAP_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-map-xmark\"></i>");
pub const MASK_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mask-square\"></i>");
pub const MASTERCARD_CARD: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-mastercard-card\"></i>");
pub const MASTODON: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mastodon\"></i>");
pub const MATH_BOOK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-math-book\"></i>");
pub const MAXIMIZE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-maximize\"></i>");
pub const MEDAL_1ST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-medal-1st\"></i>");
pub const MEDAL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-medal\"></i>");
pub const MEDIA_IMAGE_FOLDER: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-media-image-folder\"></i>");
pub const MEDIA_IMAGE_LIST: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-media-image-list\"></i>");
pub const MEDIA_IMAGE_PLUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-media-image-plus\"></i>");
pub const MEDIA_IMAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-media-image\"></i>");
pub const MEDIA_IMAGE_XMARK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-media-image-xmark\"></i>");
pub const MEDIA_VIDEO_FOLDER: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-media-video-folder\"></i>");
pub const MEDIA_VIDEO_LIST: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-media-video-list\"></i>");
pub const MEDIA_VIDEO_PLUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-media-video-plus\"></i>");
pub const MEDIA_VIDEO: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-media-video\"></i>");
pub const MEDIA_VIDEO_XMARK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-media-video-xmark\"></i>");
pub const MEDIUM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-medium\"></i>");
pub const MEGAPHONE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-megaphone\"></i>");
pub const MENU_SCALE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-menu-scale\"></i>");
pub const MENU: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-menu\"></i>");
pub const MESSAGE_ALERT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-message-alert\"></i>");
pub const MESSAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-message\"></i>");
pub const MESSAGE_TEXT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-message-text\"></i>");
pub const METER_ARROW_DOWN_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-meter-arrow-down-right\"></i>");
pub const METRO: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-metro\"></i>");
pub const MICROPHONE_CHECK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-microphone-check\"></i>");
pub const MICROPHONE_MINUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-microphone-minus\"></i>");
pub const MICROPHONE_MUTE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-microphone-mute\"></i>");
pub const MICROPHONE_PLUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-microphone-plus\"></i>");
pub const MICROPHONE_SPEAKING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-microphone-speaking\"></i>");
pub const MICROPHONE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-microphone\"></i>");
pub const MICROPHONE_WARNING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-microphone-warning\"></i>");
pub const MICROSCOPE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-microscope\"></i>");
pub const MINUS_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-minus-circle\"></i>");
pub const MINUS_HEXAGON: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-minus-hexagon\"></i>");
pub const MINUS_SQUARE_DASHED: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-minus-square-dashed\"></i>");
pub const MINUS_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-minus-square\"></i>");
pub const MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-minus\"></i>");
pub const MIRROR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mirror\"></i>");
pub const MOBILE_DEV_MODE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-mobile-dev-mode\"></i>");
pub const MOBILE_FINGERPRINT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-mobile-fingerprint\"></i>");
pub const MOBILE_VOICE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mobile-voice\"></i>");
pub const MODERN_TV_4K: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-modern-tv-4k\"></i>");
pub const MODERN_TV: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-modern-tv\"></i>");
pub const MONEY_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-money-square\"></i>");
pub const MOON_SAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-moon-sat\"></i>");
pub const MORE_HORIZ_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-more-horiz-circle\"></i>");
pub const MORE_HORIZ: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-more-horiz\"></i>");
pub const MORE_VERT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-more-vert-circle\"></i>");
pub const MORE_VERT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-more-vert\"></i>");
pub const MOTORCYCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-motorcycle\"></i>");
pub const MOUSE_BUTTON_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-mouse-button-left\"></i>");
pub const MOUSE_BUTTON_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-mouse-button-right\"></i>");
pub const MOUSE_SCROLL_WHEEL: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-mouse-scroll-wheel\"></i>");
pub const MOVIE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-movie\"></i>");
pub const MPEG_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-mpeg-format\"></i>");
pub const MULTI_BUBBLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-multi-bubble\"></i>");
pub const MULTI_MAC_OS_WINDOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-multi-mac-os-window\"></i>");
pub const MULTIPLE_PAGES_EMPTY: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-multiple-pages-empty\"></i>");
pub const MULTIPLE_PAGES_MINUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-multiple-pages-minus\"></i>");
pub const MULTIPLE_PAGES_PLUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-multiple-pages-plus\"></i>");
pub const MULTIPLE_PAGES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-multiple-pages\"></i>");
pub const MULTIPLE_PAGES_XMARK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-multiple-pages-xmark\"></i>");
pub const MULTI_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-multi-window\"></i>");
pub const MUSIC_DOUBLE_NOTE_PLUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-music-double-note-plus\"></i>");
pub const MUSIC_DOUBLE_NOTE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-music-double-note\"></i>");
pub const MUSIC_NOTE_PLUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-music-note-plus\"></i>");
pub const MUSIC_NOTE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-music-note\"></i>");
pub const NAV_ARROW_DOWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-nav-arrow-down\"></i>");
pub const NAV_ARROW_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-nav-arrow-left\"></i>");
pub const NAV_ARROW_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-nav-arrow-right\"></i>");
pub const NAV_ARROW_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-nav-arrow-up\"></i>");
pub const NAVIGATOR_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-navigator-alt\"></i>");
pub const NAVIGATOR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-navigator\"></i>");
pub const NEIGHBOURHOOD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-neighbourhood\"></i>");
pub const NETWORK_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-network-left\"></i>");
pub const NETWORK_REVERSE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-network-reverse\"></i>");
pub const NETWORK_RIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-network-right\"></i>");
pub const NETWORK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-network\"></i>");
pub const NEW_TAB: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-new-tab\"></i>");
pub const NINTENDO_SWITCH: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-nintendo-switch\"></i>");
pub const NON_BINARY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-non-binary\"></i>");
pub const NO_SMOKING_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-no-smoking-circle\"></i>");
pub const NOTES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-notes\"></i>");
pub const NPM_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-npm-square\"></i>");
pub const NPM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-npm\"></i>");
pub const N_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-n-square\"></i>");
pub const NUMBER_0_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-0-square\"></i>");
pub const NUMBER_1_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-1-square\"></i>");
pub const NUMBER_2_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-2-square\"></i>");
pub const NUMBER_3_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-3-square\"></i>");
pub const NUMBER_4_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-4-square\"></i>");
pub const NUMBER_5_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-5-square\"></i>");
pub const NUMBER_6_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-6-square\"></i>");
pub const NUMBER_7_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-7-square\"></i>");
pub const NUMBER_8_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-8-square\"></i>");
pub const NUMBER_9_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-number-9-square\"></i>");
pub const NUMBERED_LIST_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-numbered-list-left\"></i>");
pub const NUMBERED_LIST_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-numbered-list-right\"></i>");
pub const OCTAGON: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-octagon\"></i>");
pub const OFF_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-off-tag\"></i>");
pub const OIL_INDUSTRY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-oil-industry\"></i>");
pub const OKRS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-okrs\"></i>");
pub const ONE_FINGER_SELECT_HAND_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-one-finger-select-hand-gesture\"></i>");
pub const ONE_POINT_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-one-point-circle\"></i>");
pub const ON_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-on-tag\"></i>");
pub const OPEN_BOOK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-open-book\"></i>");
pub const OPEN_IN_BROWSER: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-open-in-browser\"></i>");
pub const OPEN_IN_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-open-in-window\"></i>");
pub const OPEN_NEW_WINDOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-open-new-window\"></i>");
pub const OPEN_SELECT_HAND_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-open-select-hand-gesture\"></i>");
pub const OPEN_VPN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-open-vpn\"></i>");
pub const ORANGE_HALF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-orange-half\"></i>");
pub const ORANGE_SLICE_ALT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-orange-slice-alt\"></i>");
pub const ORANGE_SLICE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-orange-slice\"></i>");
pub const ORGANIC_FOOD_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-organic-food-square\"></i>");
pub const ORGANIC_FOOD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-organic-food\"></i>");
pub const ORTHOGONAL_VIEW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-orthogonal-view\"></i>");
pub const O_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-o-square\"></i>");
pub const PACKAGE_LOCK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-package-lock\"></i>");
pub const PACKAGES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-packages\"></i>");
pub const PACKAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-package\"></i>");
pub const PACMAN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pacman\"></i>");
pub const PAGE_DOWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-down\"></i>");
pub const PAGE_EDIT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-edit\"></i>");
pub const PAGE_FLIP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-flip\"></i>");
pub const PAGE_LEFT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-left\"></i>");
pub const PAGE_MINUS_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-minus-in\"></i>");
pub const PAGE_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-minus\"></i>");
pub const PAGE_PLUS_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-plus-in\"></i>");
pub const PAGE_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-plus\"></i>");
pub const PAGE_RIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-right\"></i>");
pub const PAGE_SEARCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-search\"></i>");
pub const PAGE_STAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-star\"></i>");
pub const PAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page\"></i>");
pub const PAGE_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-page-up\"></i>");
pub const PALETTE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-palette\"></i>");
pub const PANORAMA_ENLARGE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-panorama-enlarge\"></i>");
pub const PANORAMA_REDUCE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-panorama-reduce\"></i>");
pub const PANTS_POCKETS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pants-pockets\"></i>");
pub const PANTS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pants\"></i>");
pub const PARKING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-parking\"></i>");
pub const PASSWORD_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-password-check\"></i>");
pub const PASSWORD_CURSOR: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-password-cursor\"></i>");
pub const PASSWORD_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-password-xmark\"></i>");
pub const PASTE_CLIPBOARD: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-paste-clipboard\"></i>");
pub const PATH_ARROW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-path-arrow\"></i>");
pub const PAUSE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pause\"></i>");
pub const PAUSE_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pause-window\"></i>");
pub const PAYPAL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-paypal\"></i>");
pub const PC_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pc-check\"></i>");
pub const PC_FIREWALL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pc-firewall\"></i>");
pub const PC_MOUSE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pc-mouse\"></i>");
pub const PC_NO_ENTRY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pc-no-entry\"></i>");
pub const PC_WARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pc-warning\"></i>");
pub const PEACE_HAND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-peace-hand\"></i>");
pub const PEERLIST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-peerlist\"></i>");
pub const PEN_CONNECT_BLUETOOTH: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-pen-connect-bluetooth\"></i>");
pub const PEN_CONNECT_WIFI: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-pen-connect-wifi\"></i>");
pub const PEN_TABLET_CONNECT_USB: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-pen-tablet-connect-usb\"></i>");
pub const PEN_TABLET_CONNECT_WIFI: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-pen-tablet-connect-wifi\"></i>");
pub const PEN_TABLET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pen-tablet\"></i>");
pub const PENTAGON: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pentagon\"></i>");
pub const PEOPLE_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-people-tag\"></i>");
pub const PERCENTAGE_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-percentage-circle\"></i>");
pub const PERCENTAGE_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-percentage-square\"></i>");
pub const PERCENTAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-percentage\"></i>");
pub const PERCENT_ROTATE_OUT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-percent-rotate-out\"></i>");
pub const PERSPECTIVE_VIEW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-perspective-view\"></i>");
pub const PHARMACY_CROSS_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-pharmacy-cross-circle\"></i>");
pub const PHARMACY_CROSS_TAG: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-pharmacy-cross-tag\"></i>");
pub const PHONE_DISABLED: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-phone-disabled\"></i>");
pub const PHONE_INCOME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-phone-income\"></i>");
pub const PHONE_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-phone-minus\"></i>");
pub const PHONE_OUTCOME: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-phone-outcome\"></i>");
pub const PHONE_PAUSED: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-phone-paused\"></i>");
pub const PHONE_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-phone-plus\"></i>");
pub const PHONE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-phone\"></i>");
pub const PHONE_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-phone-xmark\"></i>");
pub const PIGGY_BANK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-piggy-bank\"></i>");
pub const PILLOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pillow\"></i>");
pub const PINE_TREE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pine-tree\"></i>");
pub const PIN_SLASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pin-slash\"></i>");
pub const PIN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pin\"></i>");
pub const PINTEREST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pinterest\"></i>");
pub const PIPE_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pipe-3d\"></i>");
pub const PIZZA_SLICE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pizza-slice\"></i>");
pub const PLANET_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-planet-alt\"></i>");
pub const PLANET_SAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-planet-sat\"></i>");
pub const PLANET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-planet\"></i>");
pub const PLANIMETRY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-planimetry\"></i>");
pub const PLAYLIST_PLAY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-playlist-play\"></i>");
pub const PLAYLIST_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-playlist-plus\"></i>");
pub const PLAYLIST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-playlist\"></i>");
pub const PLAYSTATION_GAMEPAD: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-playstation-gamepad\"></i>");
pub const PLAY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-play\"></i>");
pub const PLUG_TYPE_A: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-plug-type-a\"></i>");
pub const PLUG_TYPE_C: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-plug-type-c\"></i>");
pub const PLUG_TYPE_G: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-plug-type-g\"></i>");
pub const PLUG_TYPE_L: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-plug-type-l\"></i>");
pub const PLUS_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-plus-circle\"></i>");
pub const PLUS_SQUARE_DASHED: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-plus-square-dashed\"></i>");
pub const PLUS_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-plus-square\"></i>");
pub const PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-plus\"></i>");
pub const PNG_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-png-format\"></i>");
pub const POCKET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pocket\"></i>");
pub const PODCAST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-podcast\"></i>");
pub const POKEBALL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pokeball\"></i>");
pub const POLAR_SH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-polar-sh\"></i>");
pub const POSITION_ALIGN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-position-align\"></i>");
pub const POSITION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-position\"></i>");
pub const POST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-post\"></i>");
pub const POTION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-potion\"></i>");
pub const POUND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-pound\"></i>");
pub const PRECISION_TOOL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-precision-tool\"></i>");
pub const PRESENTATION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-presentation\"></i>");
pub const PRINTER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-printer\"></i>");
pub const PRINTING_PAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-printing-page\"></i>");
pub const PRIORITY_DOWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-priority-down\"></i>");
pub const PRIORITY_HIGH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-priority-high\"></i>");
pub const PRIORITY_MEDIUM: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-priority-medium\"></i>");
pub const PRIORITY_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-priority-up\"></i>");
pub const PRIVACY_POLICY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-privacy-policy\"></i>");
pub const PRIVATE_WIFI: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-private-wifi\"></i>");
pub const PROFILE_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-profile-circle\"></i>");
pub const PROHIBITION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-prohibition\"></i>");
pub const PROJECT_CURVE_3D: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-project-curve-3d\"></i>");
pub const PUZZLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-puzzle\"></i>");
pub const QR_CODE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-qr-code\"></i>");
pub const QUESTION_MARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-question-mark\"></i>");
pub const QUOTE_MESSAGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-quote-message\"></i>");
pub const QUOTE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-quote\"></i>");
pub const RADIATION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-radiation\"></i>");
pub const RADIUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-radius\"></i>");
pub const RAIN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rain\"></i>");
pub const RAW_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-raw-format\"></i>");
pub const RECEIVE_DOLLARS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-receive-dollars\"></i>");
pub const RECEIVE_EUROS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-receive-euros\"></i>");
pub const RECEIVE_POUNDS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-receive-pounds\"></i>");
pub const RECEIVE_YENS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-receive-yens\"></i>");
pub const REDO_ACTION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-redo-action\"></i>");
pub const REDO_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-redo-circle\"></i>");
pub const REDO: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-redo\"></i>");
pub const REDUCE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-reduce\"></i>");
pub const REFRESH_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-refresh-circle\"></i>");
pub const REFRESH_DOUBLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-refresh-double\"></i>");
pub const REFRESH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-refresh\"></i>");
pub const RELOAD_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-reload-window\"></i>");
pub const REMINDER_HAND_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-reminder-hand-gesture\"></i>");
pub const REPEAT_ONCE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-repeat-once\"></i>");
pub const REPEAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-repeat\"></i>");
pub const REPLY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-reply\"></i>");
pub const REPLY_TO_MESSAGE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-reply-to-message\"></i>");
pub const REPORT_COLUMNS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-report-columns\"></i>");
pub const REPORTS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-reports\"></i>");
pub const REPOSITORY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-repository\"></i>");
pub const RESTART: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-restart\"></i>");
pub const REWIND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rewind\"></i>");
pub const RHOMBUS_ARROW_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-rhombus-arrow-right\"></i>");
pub const RHOMBUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rhombus\"></i>");
pub const RINGS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rings\"></i>");
pub const ROCKET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rocket\"></i>");
pub const ROOK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rook\"></i>");
pub const ROTATE_CAMERA_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-rotate-camera-left\"></i>");
pub const ROTATE_CAMERA_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-rotate-camera-right\"></i>");
pub const ROUNDED_MIRROR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rounded-mirror\"></i>");
pub const ROUND_FLASK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-round-flask\"></i>");
pub const RSS_FEED: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rss-feed\"></i>");
pub const RSS_FEED_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rss-feed-tag\"></i>");
pub const RUBIK_CUBE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-rubik-cube\"></i>");
pub const RULER_ARROWS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ruler-arrows\"></i>");
pub const RULER_COMBINE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ruler-combine\"></i>");
pub const RULER_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ruler-minus\"></i>");
pub const RULER_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ruler-plus\"></i>");
pub const RULER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-ruler\"></i>");
pub const RUNNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-running\"></i>");
pub const SAFARI: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-safari\"></i>");
pub const SAFE_ARROW_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-safe-arrow-left\"></i>");
pub const SAFE_ARROW_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-safe-arrow-right\"></i>");
pub const SAFE_OPEN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-safe-open\"></i>");
pub const SAFE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-safe\"></i>");
pub const SANDALS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sandals\"></i>");
pub const SCALE_FRAME_ENLARGE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-scale-frame-enlarge\"></i>");
pub const SCALE_FRAME_REDUCE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-scale-frame-reduce\"></i>");
pub const SCAN_BARCODE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-scan-barcode\"></i>");
pub const SCANNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-scanning\"></i>");
pub const SCAN_QR_CODE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-scan-qr-code\"></i>");
pub const SCARF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-scarf\"></i>");
pub const SCISSOR_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-scissor-alt\"></i>");
pub const SCISSOR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-scissor\"></i>");
pub const SCREENSHOT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-screenshot\"></i>");
pub const SEA_AND_SUN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sea-and-sun\"></i>");
pub const SEARCH_ENGINE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-search-engine\"></i>");
pub const SEARCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-search\"></i>");
pub const SEARCH_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-search-window\"></i>");
pub const SEA_WAVES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sea-waves\"></i>");
pub const SECURE_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-secure-window\"></i>");
pub const SECURITY_PASS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-security-pass\"></i>");
pub const SELECT_EDGE_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-select-edge-3d\"></i>");
pub const SELECT_FACE_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-select-face-3d\"></i>");
pub const SELECTIVE_TOOL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-selective-tool\"></i>");
pub const SELECT_POINT_3D: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-select-point-3d\"></i>");
pub const SELECT_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-select-window\"></i>");
pub const SEND_DIAGONAL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-send-diagonal\"></i>");
pub const SEND_DOLLARS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-send-dollars\"></i>");
pub const SEND_EUROS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-send-euros\"></i>");
pub const SEND_MAIL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-send-mail\"></i>");
pub const SEND_POUNDS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-send-pounds\"></i>");
pub const SEND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-send\"></i>");
pub const SEND_YENS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-send-yens\"></i>");
pub const SERVER_CONNECTION: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-server-connection\"></i>");
pub const SERVER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-server\"></i>");
pub const SETTINGS_PROFILES: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-settings-profiles\"></i>");
pub const SETTINGS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-settings\"></i>");
pub const SHARE_ANDROID: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-share-android\"></i>");
pub const SHARE_IOS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-share-ios\"></i>");
pub const SHIELD_ALERT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-alert\"></i>");
pub const SHIELD_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-alt\"></i>");
pub const SHIELD_BROKEN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-broken\"></i>");
pub const SHIELD_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-check\"></i>");
pub const SHIELD_DOWNLOAD: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shield-download\"></i>");
pub const SHIELD_EYE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-eye\"></i>");
pub const SHIELD_LOADING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-loading\"></i>");
pub const SHIELD_MINUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-minus\"></i>");
pub const SHIELD_PLUS_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-plus-in\"></i>");
pub const SHIELD_QUESTION: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shield-question\"></i>");
pub const SHIELD_SEARCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-search\"></i>");
pub const SHIELD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield\"></i>");
pub const SHIELD_UPLOAD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-upload\"></i>");
pub const SHIELD_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shield-xmark\"></i>");
pub const SHIRT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shirt\"></i>");
pub const SHIRT_TANK_TOP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shirt-tank-top\"></i>");
pub const SHOP_FOUR_TILES: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shop-four-tiles\"></i>");
pub const SHOP_FOUR_TILES_WINDOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shop-four-tiles-window\"></i>");
pub const SHOPPING_BAG_ARROW_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shopping-bag-arrow-down\"></i>");
pub const SHOPPING_BAG_ARROW_UP: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shopping-bag-arrow-up\"></i>");
pub const SHOPPING_BAG_CHECK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shopping-bag-check\"></i>");
pub const SHOPPING_BAG_MINUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shopping-bag-minus\"></i>");
pub const SHOPPING_BAG_PLUS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shopping-bag-plus\"></i>");
pub const SHOPPING_BAG_POCKET: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shopping-bag-pocket\"></i>");
pub const SHOPPING_BAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shopping-bag\"></i>");
pub const SHOPPING_BAG_WARNING: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shopping-bag-warning\"></i>");
pub const SHOPPING_CODE_CHECK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shopping-code-check\"></i>");
pub const SHOPPING_CODE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shopping-code\"></i>");
pub const SHOPPING_CODE_XMARK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shopping-code-xmark\"></i>");
pub const SHOP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shop\"></i>");
pub const SHOP_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shop-window\"></i>");
pub const SHORTCUT_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-shortcut-square\"></i>");
pub const SHORT_PANTS_POCKETS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-short-pants-pockets\"></i>");
pub const SHORT_PANTS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-short-pants\"></i>");
pub const SHUFFLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-shuffle\"></i>");
pub const SIDEBAR_COLLAPSE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-sidebar-collapse\"></i>");
pub const SIDEBAR_EXPAND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sidebar-expand\"></i>");
pub const SIGMA_FUNCTION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sigma-function\"></i>");
pub const SIMPLE_CART: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-simple-cart\"></i>");
pub const SINE_WAVE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sine-wave\"></i>");
pub const SINGLE_TAP_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-single-tap-gesture\"></i>");
pub const SKATEBOARDING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-skateboarding\"></i>");
pub const SKATEBOARD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-skateboard\"></i>");
pub const SKIP_NEXT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-skip-next\"></i>");
pub const SKIP_PREV: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-skip-prev\"></i>");
pub const SLASH_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-slash-square\"></i>");
pub const SLASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-slash\"></i>");
pub const SLEEPER_CHAIR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sleeper-chair\"></i>");
pub const SLIPS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-slips\"></i>");
pub const SMALL_LAMP_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-small-lamp-alt\"></i>");
pub const SMALL_LAMP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-small-lamp\"></i>");
pub const SMARTPHONE_DEVICE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-smartphone-device\"></i>");
pub const SMOKING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-smoking\"></i>");
pub const SNAPCHAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-snapchat\"></i>");
pub const SNOW_FLAKE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-snow-flake\"></i>");
pub const SNOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-snow\"></i>");
pub const SOAP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-soap\"></i>");
pub const SOCCER_BALL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-soccer-ball\"></i>");
pub const SOFA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sofa\"></i>");
pub const SOIL_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-soil-alt\"></i>");
pub const SOIL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-soil\"></i>");
pub const SORT_DOWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sort-down\"></i>");
pub const SORT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sort\"></i>");
pub const SORT_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sort-up\"></i>");
pub const SOUND_HIGH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sound-high\"></i>");
pub const SOUND_LOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sound-low\"></i>");
pub const SOUND_MIN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sound-min\"></i>");
pub const SOUND_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sound-off\"></i>");
pub const SPADES: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-spades\"></i>");
pub const SPARKS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sparks\"></i>");
pub const SPARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-spark\"></i>");
pub const SPHERE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sphere\"></i>");
pub const SPIRAL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-spiral\"></i>");
pub const SPLIT_AREA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-split-area\"></i>");
pub const SPLIT_SQUARE_DASHED: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-split-square-dashed\"></i>");
pub const SPOCK_HAND_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-spock-hand-gesture\"></i>");
pub const SPOTIFY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-spotify\"></i>");
pub const SQUARE_3D_CORNER_TO_CORNER: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-square-3d-corner-to-corner\"></i>");
pub const SQUARE_3D_FROM_CENTER: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-square-3d-from-center\"></i>");
pub const SQUARE_3D_THREE_POINTS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-square-3d-three-points\"></i>");
pub const SQUARE_CURSOR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-square-cursor\"></i>");
pub const SQUARE_DASHED: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-square-dashed\"></i>");
pub const SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-square\"></i>");
pub const SQUARE_WAVE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-square-wave\"></i>");
pub const STACKOVERFLOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-stackoverflow\"></i>");
pub const STAR_DASHED: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-star-dashed\"></i>");
pub const STAR_HALF_DASHED: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-star-half-dashed\"></i>");
pub const STAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-star\"></i>");
pub const STAT_DOWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-stat-down\"></i>");
pub const STATS_DOWN_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-stats-down-square\"></i>");
pub const STATS_REPORT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-stats-report\"></i>");
pub const STATS_UP_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-stats-up-square\"></i>");
pub const STAT_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-stat-up\"></i>");
pub const STRATEGY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-strategy\"></i>");
pub const STRETCHING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-stretching\"></i>");
pub const STRIKETHROUGH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-strikethrough\"></i>");
pub const STROLLER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-stroller\"></i>");
pub const STYLE_BORDER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-style-border\"></i>");
pub const SUBMIT_DOCUMENT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-submit-document\"></i>");
pub const SUBSTRACT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-substract\"></i>");
pub const SUGGESTION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-suggestion\"></i>");
pub const SUITCASE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-suitcase\"></i>");
pub const SUN_LIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sun-light\"></i>");
pub const SVG_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-svg-format\"></i>");
pub const SWEEP_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-sweep-3d\"></i>");
pub const SWIMMING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-swimming\"></i>");
pub const SWIPE_DOWN_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-swipe-down-gesture\"></i>");
pub const SWIPE_LEFT_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-swipe-left-gesture\"></i>");
pub const SWIPE_RIGHT_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-swipe-right-gesture\"></i>");
pub const SWIPE_TWO_FINGERS_DOWN_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-swipe-two-fingers-down-gesture\"></i>");
pub const SWIPE_TWO_FINGERS_LEFT_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-swipe-two-fingers-left-gesture\"></i>");
pub const SWIPE_TWO_FINGERS_RIGHT_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-swipe-two-fingers-right-gesture\"></i>");
pub const SWIPE_TWO_FINGERS_UP_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-swipe-two-fingers-up-gesture\"></i>");
pub const SWIPE_UP_GESTURE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-swipe-up-gesture\"></i>");
pub const SWITCH_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-switch-off\"></i>");
pub const SWITCH_ON: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-switch-on\"></i>");
pub const SYSTEM_RESTART: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-system-restart\"></i>");
pub const SYSTEM_SHUT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-system-shut\"></i>");
pub const TABLE_2_COLUMNS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-table-2-columns\"></i>");
pub const TABLE_ROWS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-table-rows\"></i>");
pub const TABLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-table\"></i>");
pub const TASK_LIST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-task-list\"></i>");
pub const TELEGRAM_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-telegram-circle\"></i>");
pub const TELEGRAM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-telegram\"></i>");
pub const TEMPERATURE_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-temperature-down\"></i>");
pub const TEMPERATURE_HIGH: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-temperature-high\"></i>");
pub const TEMPERATURE_LOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-temperature-low\"></i>");
pub const TEMPERATURE_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-temperature-up\"></i>");
pub const TENNIS_BALL_ALT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-tennis-ball-alt\"></i>");
pub const TENNIS_BALL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tennis-ball\"></i>");
pub const TERMINAL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-terminal\"></i>");
pub const TERMINAL_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-terminal-tag\"></i>");
pub const TEST_TUBE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-test-tube\"></i>");
pub const TEXT_ARROWS_UP_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-text-arrows-up-down\"></i>");
pub const TEXT_BOX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-text-box\"></i>");
pub const TEXT_MAGNIFYING_GLASS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-text-magnifying-glass\"></i>");
pub const TEXT_SIZE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-text-size\"></i>");
pub const TEXT_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-text-square\"></i>");
pub const TEXT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-text\"></i>");
pub const THREADS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-threads\"></i>");
pub const THREE_POINTS_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-three-points-circle\"></i>");
pub const THREE_STARS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-three-stars\"></i>");
pub const THUMBS_DOWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-thumbs-down\"></i>");
pub const THUMBS_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-thumbs-up\"></i>");
pub const THUNDERSTORM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-thunderstorm\"></i>");
pub const TIFF_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tiff-format\"></i>");
pub const TIF_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tif-format\"></i>");
pub const TIKTOK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tiktok\"></i>");
pub const TIMER_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-timer-off\"></i>");
pub const TIMER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-timer\"></i>");
pub const TIME_ZONE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-time-zone\"></i>");
pub const TOOLS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tools\"></i>");
pub const TOURNAMENT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tournament\"></i>");
pub const TOWER_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tower-check\"></i>");
pub const TOWER_NO_ACCESS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-tower-no-access\"></i>");
pub const TOWER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tower\"></i>");
pub const TOWER_WARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tower-warning\"></i>");
pub const TRADEMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-trademark\"></i>");
pub const TRAIN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-train\"></i>");
pub const TRAM: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tram\"></i>");
pub const TRANSITION_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-transition-down\"></i>");
pub const TRANSITION_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-transition-left\"></i>");
pub const TRANSITION_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-transition-right\"></i>");
pub const TRANSITION_UP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-transition-up\"></i>");
pub const TRANSLATE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-translate\"></i>");
pub const TRASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-trash\"></i>");
pub const TREADMILL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-treadmill\"></i>");
pub const TREE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tree\"></i>");
pub const TREKKING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-trekking\"></i>");
pub const TRELLO: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-trello\"></i>");
pub const TRIANGLE_FLAG_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-triangle-flag-circle\"></i>");
pub const TRIANGLE_FLAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-triangle-flag\"></i>");
pub const TRIANGLE_FLAG_TWO_STRIPES: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-triangle-flag-two-stripes\"></i>");
pub const TRIANGLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-triangle\"></i>");
pub const TROPHY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-trophy\"></i>");
pub const TRUCK_GREEN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-truck-green\"></i>");
pub const TRUCK_LENGTH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-truck-length\"></i>");
pub const TRUCK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-truck\"></i>");
pub const TUNNEL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tunnel\"></i>");
pub const TV_FIX: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tv-fix\"></i>");
pub const TV: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tv\"></i>");
pub const TV_WARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-tv-warning\"></i>");
pub const TWITTER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-twitter\"></i>");
pub const TWO_POINTS_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-two-points-circle\"></i>");
pub const TWO_SEATER_SOFA: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-two-seater-sofa\"></i>");
pub const TYPE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-type\"></i>");
pub const UMBRELLA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-umbrella\"></i>");
pub const UNDERLINE_SQUARE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-underline-square\"></i>");
pub const UNDERLINE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-underline\"></i>");
pub const UNDO_ACTION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-undo-action\"></i>");
pub const UNDO_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-undo-circle\"></i>");
pub const UNDO: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-undo\"></i>");
pub const UNION_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-union-alt\"></i>");
pub const UNION_HORIZ_ALT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-union-horiz-alt\"></i>");
pub const UNION: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-union\"></i>");
pub const UNITY_5: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-unity-5\"></i>");
pub const UNITY: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-unity\"></i>");
pub const UNJOIN_3D: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-unjoin-3d\"></i>");
pub const UPLOAD_DATA_WINDOW: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-upload-data-window\"></i>");
pub const UPLOAD_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-upload-square\"></i>");
pub const UPLOAD: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-upload\"></i>");
pub const USB: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-usb\"></i>");
pub const USER_BADGE_CHECK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-user-badge-check\"></i>");
pub const USER_BAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-bag\"></i>");
pub const USER_CART: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-cart\"></i>");
pub const USER_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-circle\"></i>");
pub const USER_CROWN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-crown\"></i>");
pub const USER_LOVE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-love\"></i>");
pub const USER_PLUS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-plus\"></i>");
pub const USER_SCAN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-scan\"></i>");
pub const USER_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-square\"></i>");
pub const USER_STAR: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-star\"></i>");
pub const USER: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user\"></i>");
pub const USER_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-user-xmark\"></i>");
pub const U_TURN_ARROW_LEFT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-u-turn-arrow-left\"></i>");
pub const U_TURN_ARROW_RIGHT: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-u-turn-arrow-right\"></i>");
pub const VEGAN_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-vegan-circle\"></i>");
pub const VEGAN_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-vegan-square\"></i>");
pub const VEGAN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-vegan\"></i>");
pub const VEHICLE_GREEN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-vehicle-green\"></i>");
pub const VERTICAL_MERGE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-vertical-merge\"></i>");
pub const VERTICAL_SPLIT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-vertical-split\"></i>");
pub const VIALS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-vials\"></i>");
pub const VIDEO_CAMERA_OFF: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-video-camera-off\"></i>");
pub const VIDEO_CAMERA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-video-camera\"></i>");
pub const VIDEO_PROJECTOR: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-video-projector\"></i>");
pub const VIEW_360: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-view-360\"></i>");
pub const VIEW_COLUMNS_2: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-view-columns-2\"></i>");
pub const VIEW_COLUMNS_3: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-view-columns-3\"></i>");
pub const VIEW_GRID: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-view-grid\"></i>");
pub const VIEW_STRUCTURE_DOWN: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-view-structure-down\"></i>");
pub const VIEW_STRUCTURE_UP: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-view-structure-up\"></i>");
pub const VOICE_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-voice-check\"></i>");
pub const VOICE_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-voice-circle\"></i>");
pub const VOICE_LOCK_CIRCLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-voice-lock-circle\"></i>");
pub const VOICE_SCAN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-voice-scan\"></i>");
pub const VOICE_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-voice-square\"></i>");
pub const VOICE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-voice\"></i>");
pub const VOICE_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-voice-xmark\"></i>");
pub const VR_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-vr-tag\"></i>");
pub const VUE_JS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-vue-js\"></i>");
pub const WAIST: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-waist\"></i>");
pub const WALKING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-walking\"></i>");
pub const WALLET: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wallet\"></i>");
pub const WARNING_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-warning-circle\"></i>");
pub const WARNING_HEXAGON: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-warning-hexagon\"></i>");
pub const WARNING_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-warning-square\"></i>");
pub const WARNING_TRIANGLE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-warning-triangle\"></i>");
pub const WARNING_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-warning-window\"></i>");
pub const WASHING_MACHINE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-washing-machine\"></i>");
pub const WASH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wash\"></i>");
pub const WATERING_SOIL: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-watering-soil\"></i>");
pub const WEBP_FORMAT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-webp-format\"></i>");
pub const WEB_WINDOW_ENERGY_CONSUMPTION: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-web-window-energy-consumption\"></i>");
pub const WEB_WINDOW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-web-window\"></i>");
pub const WEB_WINDOW_XMARK: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-web-window-xmark\"></i>");
pub const WEIGHT_ALT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-weight-alt\"></i>");
pub const WEIGHT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-weight\"></i>");
pub const WHATSAPP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-whatsapp\"></i>");
pub const WHITE_FLAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-white-flag\"></i>");
pub const WIFI_OFF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wifi-off\"></i>");
pub const WIFI_SIGNAL_NONE: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-wifi-signal-none\"></i>");
pub const WIFI: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wifi\"></i>");
pub const WIFI_TAG: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wifi-tag\"></i>");
pub const WIFI_WARNING: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wifi-warning\"></i>");
pub const WIFI_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wifi-xmark\"></i>");
pub const WINDOW_CHECK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-window-check\"></i>");
pub const WINDOW_LOCK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-window-lock\"></i>");
pub const WINDOW_NO_ACCESS: PreEscaped<&str> =
    PreEscaped("<i class=\"iconoir-window-no-access\"></i>");
pub const WINDOWS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-windows\"></i>");
pub const WINDOW_TABS: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-window-tabs\"></i>");
pub const WINDOW_XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-window-xmark\"></i>");
pub const WIND: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wind\"></i>");
pub const WOLF: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wolf\"></i>");
pub const WRAP_TEXT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wrap-text\"></i>");
pub const WRENCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wrench\"></i>");
pub const WRISTWATCH: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-wristwatch\"></i>");
pub const WWW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-www\"></i>");
pub const XBOX_A: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-xbox-a\"></i>");
pub const XBOX_B: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-xbox-b\"></i>");
pub const XBOX_X: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-xbox-x\"></i>");
pub const XBOX_Y: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-xbox-y\"></i>");
pub const XMARK_CIRCLE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-xmark-circle\"></i>");
pub const XMARK_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-xmark-square\"></i>");
pub const XMARK: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-xmark\"></i>");
pub const XRAY_VIEW: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-xray-view\"></i>");
pub const X_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-x-square\"></i>");
pub const X: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-x\"></i>");
pub const YELP: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-yelp\"></i>");
pub const YEN_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-yen-square\"></i>");
pub const YEN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-yen\"></i>");
pub const YOGA: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-yoga\"></i>");
pub const YOUTUBE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-youtube\"></i>");
pub const Y_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-y-square\"></i>");
pub const ZOOM_IN: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-zoom-in\"></i>");
pub const ZOOM_OUT: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-zoom-out\"></i>");
pub const Z_SQUARE: PreEscaped<&str> = PreEscaped("<i class=\"iconoir-z-square\"></i>");