@tabler/icons-solidjs 3.41.1 → 3.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/tabler-icons-solidjs.js +183 -1
- package/dist/cjs/tabler-icons-solidjs.js.map +1 -1
- package/dist/esm/tabler-icons-solidjs.js +166 -2
- package/dist/esm/tabler-icons-solidjs.js.map +1 -1
- package/dist/source/icons/IconBrandStellar.js +2 -0
- package/dist/source/icons/IconBrandVechain.js +2 -0
- package/dist/source/icons/IconClef.js +2 -0
- package/dist/source/icons/IconClefStaff.js +2 -0
- package/dist/source/icons/IconCurrencyHusd.js +2 -0
- package/dist/source/icons/IconCurrencyTether.js +2 -0
- package/dist/source/icons/IconCurrencyZcash.js +2 -0
- package/dist/source/icons/IconDeviceComputerCamera2.js +2 -0
- package/dist/source/icons/IconDoorHanger.js +2 -0
- package/dist/source/icons/IconEarphoneBluetooth.js +2 -0
- package/dist/source/icons/IconGrape.js +2 -0
- package/dist/source/icons/IconHammerDrill.js +2 -0
- package/dist/source/icons/IconInfinity2.js +2 -0
- package/dist/source/icons/IconLawnMower.js +2 -0
- package/dist/source/icons/IconLoader4.js +2 -0
- package/dist/source/icons/IconMosque.js +2 -0
- package/dist/source/icons/IconPendulum.js +2 -0
- package/dist/source/icons/IconPlunger.js +2 -0
- package/dist/source/icons/index.js +18 -0
- package/dist/source/icons-list.js +18 -0
- package/dist/types/icons/IconBrandStellar.d.ts +5 -0
- package/dist/types/icons/IconBrandVechain.d.ts +5 -0
- package/dist/types/icons/IconClef.d.ts +5 -0
- package/dist/types/icons/IconClefStaff.d.ts +5 -0
- package/dist/types/icons/IconCurrencyHusd.d.ts +5 -0
- package/dist/types/icons/IconCurrencyTether.d.ts +5 -0
- package/dist/types/icons/IconCurrencyZcash.d.ts +5 -0
- package/dist/types/icons/IconDeviceComputerCamera2.d.ts +5 -0
- package/dist/types/icons/IconDoorHanger.d.ts +5 -0
- package/dist/types/icons/IconEarphoneBluetooth.d.ts +5 -0
- package/dist/types/icons/IconGrape.d.ts +5 -0
- package/dist/types/icons/IconHammerDrill.d.ts +5 -0
- package/dist/types/icons/IconInfinity2.d.ts +5 -0
- package/dist/types/icons/IconLawnMower.d.ts +5 -0
- package/dist/types/icons/IconLoader4.d.ts +5 -0
- package/dist/types/icons/IconMosque.d.ts +5 -0
- package/dist/types/icons/IconPendulum.d.ts +5 -0
- package/dist/types/icons/IconPlunger.d.ts +5 -0
- package/dist/types/icons/index.d.ts +18 -0
- package/package.json +2 -2
|
@@ -9258,6 +9258,12 @@ var IconBrandSteam = createSolidComponent('outline', 'brand-steam', 'BrandSteam'
|
|
|
9258
9258
|
"fill": "currentColor"
|
|
9259
9259
|
}]]);
|
|
9260
9260
|
|
|
9261
|
+
var IconBrandStellar = createSolidComponent('outline', 'brand-stellar', 'BrandStellar', [["path", {
|
|
9262
|
+
"d": "M21 6l-17 7v-1c-.004 -1.259 .234 -2.5 .81 -3.62c1.363 -2.686 4.178 -4.378 7.19 -4.38a7.5 7.5 0 0 1 2.61 .46"
|
|
9263
|
+
}], ["path", {
|
|
9264
|
+
"d": "M9.38 19.54a8 8 0 0 0 9.81 -3.92c.576 -1.12 .814 -2.361 .81 -3.62v-1l-17 7"
|
|
9265
|
+
}]]);
|
|
9266
|
+
|
|
9261
9267
|
var IconBrandStocktwits = createSolidComponent('outline', 'brand-stocktwits', 'BrandStocktwits', [["path", {
|
|
9262
9268
|
"d": "M16 3l-8 4.5l8 4.5"
|
|
9263
9269
|
}], ["path", {
|
|
@@ -9624,6 +9630,10 @@ var IconBrandValorant = createSolidComponent('outline', 'brand-valorant', 'Brand
|
|
|
9624
9630
|
"d": "M9 19h5l-11 -13v6l6 7"
|
|
9625
9631
|
}]]);
|
|
9626
9632
|
|
|
9633
|
+
var IconBrandVechain = createSolidComponent('outline', 'brand-vechain', 'BrandVechain', [["path", {
|
|
9634
|
+
"d": "M20 4l-8 16l-8 -16h2.028a4 4 0 0 1 3.578 2.211l2.894 5.789"
|
|
9635
|
+
}]]);
|
|
9636
|
+
|
|
9627
9637
|
var IconBrandVercel = createSolidComponent('outline', 'brand-vercel', 'BrandVercel', [["path", {
|
|
9628
9638
|
"d": "M3 19h18l-9 -15l-9 15"
|
|
9629
9639
|
}]]);
|
|
@@ -15788,6 +15798,20 @@ var IconClearFormatting = createSolidComponent('outline', 'clear-formatting', 'C
|
|
|
15788
15798
|
"d": "M13 5l-4 14"
|
|
15789
15799
|
}]]);
|
|
15790
15800
|
|
|
15801
|
+
var IconClefStaff = createSolidComponent('outline', 'clef-staff', 'ClefStaff', [["path", {
|
|
15802
|
+
"d": "M15 15h6"
|
|
15803
|
+
}], ["path", {
|
|
15804
|
+
"d": "M15 11h6"
|
|
15805
|
+
}], ["path", {
|
|
15806
|
+
"d": "M11 19h10"
|
|
15807
|
+
}], ["path", {
|
|
15808
|
+
"d": "M11 12a4.16 4.16 0 0 1 -5.62 3.89a3.78 3.78 0 0 1 -2.38 -3.39a3.42 3.42 0 0 1 2.34 -3.38l3.79 -1.42a2.89 2.89 0 0 0 1.87 -2.7a2 2 0 0 0 -2 -2a2 2 0 0 0 -2 2v14a2 2 0 0 1 -2 2a2 2 0 0 1 -2 -2"
|
|
15809
|
+
}]]);
|
|
15810
|
+
|
|
15811
|
+
var IconClef = createSolidComponent('outline', 'clef', 'Clef', [["path", {
|
|
15812
|
+
"d": "M16 12a4.16 4.16 0 0 1 -5.62 3.89a3.78 3.78 0 0 1 -2.38 -3.39a3.42 3.42 0 0 1 2.34 -3.38l3.79 -1.42a2.89 2.89 0 0 0 1.87 -2.7a2 2 0 1 0 -4 0v14a2 2 0 1 1 -4 0"
|
|
15813
|
+
}]]);
|
|
15814
|
+
|
|
15791
15815
|
var IconClick = createSolidComponent('outline', 'click', 'Click', [["path", {
|
|
15792
15816
|
"d": "M3 12l3 0"
|
|
15793
15817
|
}], ["path", {
|
|
@@ -18220,6 +18244,14 @@ var IconCurrencyHryvnia = createSolidComponent('outline', 'currency-hryvnia', 'C
|
|
|
18220
18244
|
"d": "M6 14h12"
|
|
18221
18245
|
}]]);
|
|
18222
18246
|
|
|
18247
|
+
var IconCurrencyHusd = createSolidComponent('outline', 'currency-husd', 'CurrencyHusd', [["path", {
|
|
18248
|
+
"d": "M7 20v-5"
|
|
18249
|
+
}], ["path", {
|
|
18250
|
+
"d": "M17 9v-5"
|
|
18251
|
+
}], ["path", {
|
|
18252
|
+
"d": "M17 20v-6a2 2 0 0 0 -2 -2h-6a2 2 0 0 1 -2 -2v-6"
|
|
18253
|
+
}]]);
|
|
18254
|
+
|
|
18223
18255
|
var IconCurrencyIranianRial = createSolidComponent('outline', 'currency-iranian-rial', 'CurrencyIranianRial', [["path", {
|
|
18224
18256
|
"d": "M9 4v9a2 2 0 0 1 -2 2h-1a3 3 0 0 1 -3 -3v-1"
|
|
18225
18257
|
}], ["path", {
|
|
@@ -18494,6 +18526,14 @@ var IconCurrencyTenge = createSolidComponent('outline', 'currency-tenge', 'Curre
|
|
|
18494
18526
|
"d": "M12 9v10"
|
|
18495
18527
|
}]]);
|
|
18496
18528
|
|
|
18529
|
+
var IconCurrencyTether = createSolidComponent('outline', 'currency-tether', 'CurrencyTether', [["path", {
|
|
18530
|
+
"d": "M4 11a8 2 0 1 0 16 0a8 2 0 1 0 -16 0"
|
|
18531
|
+
}], ["path", {
|
|
18532
|
+
"d": "M12 20v-16"
|
|
18533
|
+
}], ["path", {
|
|
18534
|
+
"d": "M4 4h16"
|
|
18535
|
+
}]]);
|
|
18536
|
+
|
|
18497
18537
|
var IconCurrencyTugrik = createSolidComponent('outline', 'currency-tugrik', 'CurrencyTugrik', [["path", {
|
|
18498
18538
|
"d": "M7 6h10"
|
|
18499
18539
|
}], ["path", {
|
|
@@ -18544,6 +18584,14 @@ var IconCurrencyYuan = createSolidComponent('outline', 'currency-yuan', 'Currenc
|
|
|
18544
18584
|
"d": "M8 13h8"
|
|
18545
18585
|
}]]);
|
|
18546
18586
|
|
|
18587
|
+
var IconCurrencyZcash = createSolidComponent('outline', 'currency-zcash', 'CurrencyZcash', [["path", {
|
|
18588
|
+
"d": "M7 6h10l-10 12h10"
|
|
18589
|
+
}], ["path", {
|
|
18590
|
+
"d": "M12 4v2"
|
|
18591
|
+
}], ["path", {
|
|
18592
|
+
"d": "M12 18v2"
|
|
18593
|
+
}]]);
|
|
18594
|
+
|
|
18547
18595
|
var IconCurrencyZloty = createSolidComponent('outline', 'currency-zloty', 'CurrencyZloty', [["path", {
|
|
18548
18596
|
"d": "M12 18h-7l7 -7h-7"
|
|
18549
18597
|
}], ["path", {
|
|
@@ -19104,6 +19152,16 @@ var IconDeviceCctv = createSolidComponent('outline', 'device-cctv', 'DeviceCctv'
|
|
|
19104
19152
|
"d": "M12 14l.01 0"
|
|
19105
19153
|
}]]);
|
|
19106
19154
|
|
|
19155
|
+
var IconDeviceComputerCamera2 = createSolidComponent('outline', 'device-computer-camera-2', 'DeviceComputerCamera2', [["path", {
|
|
19156
|
+
"d": "M17 14h-10a4 4 0 0 1 -4 -4a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4a4 4 0 0 1 -4 4"
|
|
19157
|
+
}], ["path", {
|
|
19158
|
+
"d": "M15 14h-6v4h6v-4"
|
|
19159
|
+
}], ["path", {
|
|
19160
|
+
"d": "M17 18h-10"
|
|
19161
|
+
}], ["path", {
|
|
19162
|
+
"d": "M12 10.02v.01"
|
|
19163
|
+
}]]);
|
|
19164
|
+
|
|
19107
19165
|
var IconDeviceComputerCameraOff = createSolidComponent('outline', 'device-computer-camera-off', 'DeviceComputerCameraOff', [["path", {
|
|
19108
19166
|
"d": "M6.15 6.153a7 7 0 0 0 9.696 9.696m2 -2a7 7 0 0 0 -9.699 -9.695"
|
|
19109
19167
|
}], ["path", {
|
|
@@ -21867,6 +21925,12 @@ var IconDoorExit = createSolidComponent('outline', 'door-exit', 'DoorExit', [["p
|
|
|
21867
21925
|
"d": "M14 7h7m-3 -3l3 3l-3 3"
|
|
21868
21926
|
}]]);
|
|
21869
21927
|
|
|
21928
|
+
var IconDoorHanger = createSolidComponent('outline', 'door-hanger', 'DoorHanger', [["path", {
|
|
21929
|
+
"d": "M12 3a7 7 0 0 0 -5.48 2.64a1 1 0 0 0 .31 1.49l1.76 1a1 1 0 0 0 1.22 -.13a3 3 0 0 1 2.82 -.88a3.09 3.09 0 0 1 2.37 3.01v.87l-9.2 1.84a1 1 0 0 0 -.8 1v6.16a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-9.72a7.18 7.18 0 0 0 -7 -7.28"
|
|
21930
|
+
}], ["path", {
|
|
21931
|
+
"d": "M12 17v.01"
|
|
21932
|
+
}]]);
|
|
21933
|
+
|
|
21870
21934
|
var IconDoorOff = createSolidComponent('outline', 'door-off', 'DoorOff', [["path", {
|
|
21871
21935
|
"d": "M3 21h18"
|
|
21872
21936
|
}], ["path", {
|
|
@@ -22263,6 +22327,14 @@ var IconEar = createSolidComponent('outline', 'ear', 'Ear', [["path", {
|
|
|
22263
22327
|
"d": "M10 10a3 3 0 1 1 5 2.2"
|
|
22264
22328
|
}]]);
|
|
22265
22329
|
|
|
22330
|
+
var IconEarphoneBluetooth = createSolidComponent('outline', 'earphone-bluetooth', 'EarphoneBluetooth', [["path", {
|
|
22331
|
+
"d": "M6.57 12.77a6.9 6.9 0 0 1 -.57 -2.77a7 7 0 0 1 14 0"
|
|
22332
|
+
}], ["path", {
|
|
22333
|
+
"d": "M9 16l-1 1"
|
|
22334
|
+
}], ["path", {
|
|
22335
|
+
"d": "M10.83 19.83l6.36 -6.37a1 1 0 0 0 0 -1.41l-4.19 -4.24a1 1 0 0 0 -1.41 0l-6.42 6.36a4 4 0 0 0 0 5.66a4 4 0 0 0 5.66 0"
|
|
22336
|
+
}]]);
|
|
22337
|
+
|
|
22266
22338
|
var IconEaseInControlPoint = createSolidComponent('outline', 'ease-in-control-point', 'EaseInControlPoint', [["path", {
|
|
22267
22339
|
"d": "M3 19c8 0 18 -16 18 -16"
|
|
22268
22340
|
}], ["path", {
|
|
@@ -26445,6 +26517,24 @@ var IconGrain = createSolidComponent('outline', 'grain', 'Grain', [["path", {
|
|
|
26445
26517
|
"d": "M18.5 14.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"
|
|
26446
26518
|
}]]);
|
|
26447
26519
|
|
|
26520
|
+
var IconGrape = createSolidComponent('outline', 'grape', 'Grape', [["path", {
|
|
26521
|
+
"d": "M13 3a14.5 14.5 0 0 0 -1 6"
|
|
26522
|
+
}], ["path", {
|
|
26523
|
+
"d": "M12 8.9s-2.77 .52 -4.1 -.8s-.8 -4 -.8 -4s2.57 -.53 3.88 .8s1.02 4 1.02 4"
|
|
26524
|
+
}], ["path", {
|
|
26525
|
+
"d": "M14 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0"
|
|
26526
|
+
}], ["path", {
|
|
26527
|
+
"d": "M14 17a2 2 0 1 1 0 -4a2 2 0 0 1 0 4"
|
|
26528
|
+
}], ["path", {
|
|
26529
|
+
"d": "M10 17a2 2 0 1 1 0 -4a2 2 0 0 1 0 4"
|
|
26530
|
+
}], ["path", {
|
|
26531
|
+
"d": "M12 13a2 2 0 1 1 0 -4a2 2 0 0 1 0 4"
|
|
26532
|
+
}], ["path", {
|
|
26533
|
+
"d": "M16 13a2 2 0 1 1 0 -4a2 2 0 0 1 0 4"
|
|
26534
|
+
}], ["path", {
|
|
26535
|
+
"d": "M8 13a2 2 0 1 1 0 -4a2 2 0 0 1 0 4"
|
|
26536
|
+
}]]);
|
|
26537
|
+
|
|
26448
26538
|
var IconGraphOff = createSolidComponent('outline', 'graph-off', 'GraphOff', [["path", {
|
|
26449
26539
|
"d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405"
|
|
26450
26540
|
}], ["path", {
|
|
@@ -26769,6 +26859,18 @@ var IconH6 = createSolidComponent('outline', 'h-6', 'H6', [["path", {
|
|
|
26769
26859
|
"d": "M11 6h2"
|
|
26770
26860
|
}]]);
|
|
26771
26861
|
|
|
26862
|
+
var IconHammerDrill = createSolidComponent('outline', 'hammer-drill', 'HammerDrill', [["path", {
|
|
26863
|
+
"d": "M12 15v6"
|
|
26864
|
+
}], ["path", {
|
|
26865
|
+
"d": "M16 5h4"
|
|
26866
|
+
}], ["path", {
|
|
26867
|
+
"d": "M8 5h-4"
|
|
26868
|
+
}], ["path", {
|
|
26869
|
+
"d": "M15 11h-6a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1"
|
|
26870
|
+
}], ["path", {
|
|
26871
|
+
"d": "M14 11h-4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-3"
|
|
26872
|
+
}]]);
|
|
26873
|
+
|
|
26772
26874
|
var IconHammerOff = createSolidComponent('outline', 'hammer-off', 'HammerOff', [["path", {
|
|
26773
26875
|
"d": "M10.698 10.72l-6.668 6.698a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l6.696 -6.676"
|
|
26774
26876
|
}], ["path", {
|
|
@@ -28905,6 +29007,10 @@ var IconIndentIncrease = createSolidComponent('outline', 'indent-increase', 'Ind
|
|
|
28905
29007
|
"d": "M4 8l4 4l-4 4"
|
|
28906
29008
|
}]]);
|
|
28907
29009
|
|
|
29010
|
+
var IconInfinity2 = createSolidComponent('outline', 'infinity-2', 'Infinity2', [["path", {
|
|
29011
|
+
"d": "M13.94 9.39a10 10 0 0 1 .232 -.218a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828a4 4 0 1 0 0 5.656a10 10 0 0 0 .234 -.219"
|
|
29012
|
+
}]]);
|
|
29013
|
+
|
|
28908
29014
|
var IconInfinityOff = createSolidComponent('outline', 'infinity-off', 'InfinityOff', [["path", {
|
|
28909
29015
|
"d": "M8.165 8.174a4 4 0 0 0 -5.166 3.826a4 4 0 0 0 6.829 2.828a10 10 0 0 0 2.172 -2.828m1.677 -2.347a10 10 0 0 1 .495 -.481a4 4 0 1 1 5.129 6.1m-3.521 .537a4 4 0 0 1 -1.608 -.981a10 10 0 0 1 -2.172 -2.828"
|
|
28910
29016
|
}], ["path", {
|
|
@@ -29663,6 +29769,18 @@ var IconLaurelWreath = createSolidComponent('outline', 'laurel-wreath', 'LaurelW
|
|
|
29663
29769
|
"d": "M5.48 5.23c-.292 1.666 1.02 2.77 1.02 2.77s1.603 -.563 1.895 -2.23c.292 -1.666 -1.02 -2.77 -1.02 -2.77s-1.603 .563 -1.895 2.23"
|
|
29664
29770
|
}]]);
|
|
29665
29771
|
|
|
29772
|
+
var IconLawnMower = createSolidComponent('outline', 'lawn-mower', 'LawnMower', [["path", {
|
|
29773
|
+
"d": "M6 11h5.38a1 1 0 0 1 .9 .55l.72 1.45h5a1 1 0 0 1 1 1v2"
|
|
29774
|
+
}], ["path", {
|
|
29775
|
+
"d": "M3 4h1.13a1 1 0 0 1 1 .86l1.59 11.14"
|
|
29776
|
+
}], ["path", {
|
|
29777
|
+
"d": "M17 18h-8"
|
|
29778
|
+
}], ["path", {
|
|
29779
|
+
"d": "M9 18a2 2 0 1 1 -4 0a2 2 0 0 1 4 0"
|
|
29780
|
+
}], ["path", {
|
|
29781
|
+
"d": "M21 18a2 2 0 1 1 -4 0a2 2 0 0 1 4 0"
|
|
29782
|
+
}]]);
|
|
29783
|
+
|
|
29666
29784
|
var IconLayersDifference = createSolidComponent('outline', 'layers-difference', 'LayersDifference', [["path", {
|
|
29667
29785
|
"d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2"
|
|
29668
29786
|
}], ["path", {
|
|
@@ -30827,6 +30945,10 @@ var IconLoader3 = createSolidComponent('outline', 'loader-3', 'Loader3', [["path
|
|
|
30827
30945
|
"d": "M17 12a5 5 0 1 0 -5 5"
|
|
30828
30946
|
}]]);
|
|
30829
30947
|
|
|
30948
|
+
var IconLoader4 = createSolidComponent('outline', 'loader-4', 'Loader4', [["path", {
|
|
30949
|
+
"d": "M12 21v-3m6.36 .36l-2.12 -2.12m4.76 -4.24h-3m.36 -6.36l-2.12 2.12m-4.24 -4.76v3m-6.36 -.36l2.12 2.12m-3.76 4.24h2m1 4.95l.71 -.71"
|
|
30950
|
+
}]]);
|
|
30951
|
+
|
|
30830
30952
|
var IconLoaderQuarter = createSolidComponent('outline', 'loader-quarter', 'LoaderQuarter', [["path", {
|
|
30831
30953
|
"d": "M12 6l0 -3"
|
|
30832
30954
|
}], ["path", {
|
|
@@ -34973,6 +35095,14 @@ var IconMoped = createSolidComponent('outline', 'moped', 'Moped', [["path", {
|
|
|
34973
35095
|
"d": "M6 9l3 0"
|
|
34974
35096
|
}]]);
|
|
34975
35097
|
|
|
35098
|
+
var IconMosque = createSolidComponent('outline', 'mosque', 'Mosque', [["path", {
|
|
35099
|
+
"d": "M13.5 5.49a1.764 1.764 0 0 1 -2.5 -2.49"
|
|
35100
|
+
}], ["path", {
|
|
35101
|
+
"d": "M12 6v3"
|
|
35102
|
+
}], ["path", {
|
|
35103
|
+
"d": "M19 21a8.9 8.9 0 0 0 1 -3.67c0 -2 -.92 -3.25 -3.24 -4.51a17.4 17.4 0 0 1 -4.76 -3.82a17.4 17.4 0 0 1 -4.76 3.82c-2.32 1.26 -3.24 2.55 -3.24 4.51a8.9 8.9 0 0 0 1 3.67h14"
|
|
35104
|
+
}]]);
|
|
35105
|
+
|
|
34976
35106
|
var IconMotorbike = createSolidComponent('outline', 'motorbike', 'Motorbike', [["path", {
|
|
34977
35107
|
"d": "M2 16a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"
|
|
34978
35108
|
}], ["path", {
|
|
@@ -37331,6 +37461,14 @@ var IconPencil = createSolidComponent('outline', 'pencil', 'Pencil', [["path", {
|
|
|
37331
37461
|
"d": "M13.5 6.5l4 4"
|
|
37332
37462
|
}]]);
|
|
37333
37463
|
|
|
37464
|
+
var IconPendulum = createSolidComponent('outline', 'pendulum', 'Pendulum', [["path", {
|
|
37465
|
+
"d": "M5 19a2 2 0 1 1 4 0a2 2 0 0 1 -4 0"
|
|
37466
|
+
}], ["path", {
|
|
37467
|
+
"d": "M12 3l-4.4 14.09"
|
|
37468
|
+
}], ["path", {
|
|
37469
|
+
"d": "M19 3h-14"
|
|
37470
|
+
}]]);
|
|
37471
|
+
|
|
37334
37472
|
var IconPennant2 = createSolidComponent('outline', 'pennant-2', 'Pennant2', [["path", {
|
|
37335
37473
|
"d": "M16 21h-4"
|
|
37336
37474
|
}], ["path", {
|
|
@@ -38946,6 +39084,14 @@ var IconPlug = createSolidComponent('outline', 'plug', 'Plug', [["path", {
|
|
|
38946
39084
|
"d": "M20 9l-3.5 3.5"
|
|
38947
39085
|
}]]);
|
|
38948
39086
|
|
|
39087
|
+
var IconPlunger = createSolidComponent('outline', 'plunger', 'Plunger', [["path", {
|
|
39088
|
+
"d": "M12.71 14.12l7.81 -7.82a2 2 0 0 0 -2.82 -2.82l-7.82 7.81"
|
|
39089
|
+
}], ["path", {
|
|
39090
|
+
"d": "M3.71 13.22l.7 -.71a5 5 0 0 1 7.08 0a5 5 0 0 1 0 7.08l-.71 .7"
|
|
39091
|
+
}], ["path", {
|
|
39092
|
+
"d": "M3 12.5l8.5 8.5"
|
|
39093
|
+
}]]);
|
|
39094
|
+
|
|
38949
39095
|
var IconPlusEqual = createSolidComponent('outline', 'plus-equal', 'PlusEqual', [["path", {
|
|
38950
39096
|
"d": "M4 7h6"
|
|
38951
39097
|
}], ["path", {
|
|
@@ -57253,6 +57399,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
57253
57399
|
IconBrandStackshare: IconBrandStackshare,
|
|
57254
57400
|
IconBrandSteam: IconBrandSteam,
|
|
57255
57401
|
IconBrandSteamFilled: IconBrandSteamFilled,
|
|
57402
|
+
IconBrandStellar: IconBrandStellar,
|
|
57256
57403
|
IconBrandStocktwits: IconBrandStocktwits,
|
|
57257
57404
|
IconBrandStorj: IconBrandStorj,
|
|
57258
57405
|
IconBrandStorybook: IconBrandStorybook,
|
|
@@ -57306,6 +57453,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
57306
57453
|
IconBrandUnsplash: IconBrandUnsplash,
|
|
57307
57454
|
IconBrandUpwork: IconBrandUpwork,
|
|
57308
57455
|
IconBrandValorant: IconBrandValorant,
|
|
57456
|
+
IconBrandVechain: IconBrandVechain,
|
|
57309
57457
|
IconBrandVercel: IconBrandVercel,
|
|
57310
57458
|
IconBrandVercelFilled: IconBrandVercelFilled,
|
|
57311
57459
|
IconBrandVimeo: IconBrandVimeo,
|
|
@@ -57981,6 +58129,8 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
57981
58129
|
IconCircuitVoltmeter: IconCircuitVoltmeter,
|
|
57982
58130
|
IconClearAll: IconClearAll,
|
|
57983
58131
|
IconClearFormatting: IconClearFormatting,
|
|
58132
|
+
IconClef: IconClef,
|
|
58133
|
+
IconClefStaff: IconClefStaff,
|
|
57984
58134
|
IconClick: IconClick,
|
|
57985
58135
|
IconClickFilled: IconClickFilled,
|
|
57986
58136
|
IconCliffJumping: IconCliffJumping,
|
|
@@ -58311,6 +58461,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
58311
58461
|
IconCurrencyFrank: IconCurrencyFrank,
|
|
58312
58462
|
IconCurrencyGuarani: IconCurrencyGuarani,
|
|
58313
58463
|
IconCurrencyHryvnia: IconCurrencyHryvnia,
|
|
58464
|
+
IconCurrencyHusd: IconCurrencyHusd,
|
|
58314
58465
|
IconCurrencyIranianRial: IconCurrencyIranianRial,
|
|
58315
58466
|
IconCurrencyKip: IconCurrencyKip,
|
|
58316
58467
|
IconCurrencyKroneCzech: IconCurrencyKroneCzech,
|
|
@@ -58344,12 +58495,14 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
58344
58495
|
IconCurrencySom: IconCurrencySom,
|
|
58345
58496
|
IconCurrencyTaka: IconCurrencyTaka,
|
|
58346
58497
|
IconCurrencyTenge: IconCurrencyTenge,
|
|
58498
|
+
IconCurrencyTether: IconCurrencyTether,
|
|
58347
58499
|
IconCurrencyTugrik: IconCurrencyTugrik,
|
|
58348
58500
|
IconCurrencyWon: IconCurrencyWon,
|
|
58349
58501
|
IconCurrencyXrp: IconCurrencyXrp,
|
|
58350
58502
|
IconCurrencyYen: IconCurrencyYen,
|
|
58351
58503
|
IconCurrencyYenOff: IconCurrencyYenOff,
|
|
58352
58504
|
IconCurrencyYuan: IconCurrencyYuan,
|
|
58505
|
+
IconCurrencyZcash: IconCurrencyZcash,
|
|
58353
58506
|
IconCurrencyZloty: IconCurrencyZloty,
|
|
58354
58507
|
IconCurrentLocation: IconCurrentLocation,
|
|
58355
58508
|
IconCurrentLocationFilled: IconCurrentLocationFilled,
|
|
@@ -58404,6 +58557,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
58404
58557
|
IconDeviceCctvFilled: IconDeviceCctvFilled,
|
|
58405
58558
|
IconDeviceCctvOff: IconDeviceCctvOff,
|
|
58406
58559
|
IconDeviceComputerCamera: IconDeviceComputerCamera,
|
|
58560
|
+
IconDeviceComputerCamera2: IconDeviceComputerCamera2,
|
|
58407
58561
|
IconDeviceComputerCameraOff: IconDeviceComputerCameraOff,
|
|
58408
58562
|
IconDeviceDesktop: IconDeviceDesktop,
|
|
58409
58563
|
IconDeviceDesktopAnalytics: IconDeviceDesktopAnalytics,
|
|
@@ -58684,6 +58838,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
58684
58838
|
IconDoor: IconDoor,
|
|
58685
58839
|
IconDoorEnter: IconDoorEnter,
|
|
58686
58840
|
IconDoorExit: IconDoorExit,
|
|
58841
|
+
IconDoorHanger: IconDoorHanger,
|
|
58687
58842
|
IconDoorOff: IconDoorOff,
|
|
58688
58843
|
IconDots: IconDots,
|
|
58689
58844
|
IconDotsCircleHorizontal: IconDotsCircleHorizontal,
|
|
@@ -58737,6 +58892,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
58737
58892
|
IconEar: IconEar,
|
|
58738
58893
|
IconEarOff: IconEarOff,
|
|
58739
58894
|
IconEarScan: IconEarScan,
|
|
58895
|
+
IconEarphoneBluetooth: IconEarphoneBluetooth,
|
|
58740
58896
|
IconEaseIn: IconEaseIn,
|
|
58741
58897
|
IconEaseInControlPoint: IconEaseInControlPoint,
|
|
58742
58898
|
IconEaseInControlPointFilled: IconEaseInControlPointFilled,
|
|
@@ -59246,6 +59402,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
59246
59402
|
IconGpsFilled: IconGpsFilled,
|
|
59247
59403
|
IconGradienter: IconGradienter,
|
|
59248
59404
|
IconGrain: IconGrain,
|
|
59405
|
+
IconGrape: IconGrape,
|
|
59249
59406
|
IconGraph: IconGraph,
|
|
59250
59407
|
IconGraphFilled: IconGraphFilled,
|
|
59251
59408
|
IconGraphOff: IconGraphOff,
|
|
@@ -59275,6 +59432,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
59275
59432
|
IconH5: IconH5,
|
|
59276
59433
|
IconH6: IconH6,
|
|
59277
59434
|
IconHammer: IconHammer,
|
|
59435
|
+
IconHammerDrill: IconHammerDrill,
|
|
59278
59436
|
IconHammerOff: IconHammerOff,
|
|
59279
59437
|
IconHandClick: IconHandClick,
|
|
59280
59438
|
IconHandClickOff: IconHandClickOff,
|
|
@@ -59560,6 +59718,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
59560
59718
|
IconIndentDecrease: IconIndentDecrease,
|
|
59561
59719
|
IconIndentIncrease: IconIndentIncrease,
|
|
59562
59720
|
IconInfinity: IconInfinity,
|
|
59721
|
+
IconInfinity2: IconInfinity2,
|
|
59563
59722
|
IconInfinityOff: IconInfinityOff,
|
|
59564
59723
|
IconInfoCircle: IconInfoCircle,
|
|
59565
59724
|
IconInfoCircleFilled: IconInfoCircleFilled,
|
|
@@ -59675,6 +59834,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
59675
59834
|
IconLaurelWreath3: IconLaurelWreath3,
|
|
59676
59835
|
IconLaurelWreath3Filled: IconLaurelWreath3Filled,
|
|
59677
59836
|
IconLaurelWreathFilled: IconLaurelWreathFilled,
|
|
59837
|
+
IconLawnMower: IconLawnMower,
|
|
59678
59838
|
IconLayersDifference: IconLayersDifference,
|
|
59679
59839
|
IconLayersIntersect: IconLayersIntersect,
|
|
59680
59840
|
IconLayersIntersect2: IconLayersIntersect2,
|
|
@@ -59860,6 +60020,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
59860
60020
|
IconLoader: IconLoader,
|
|
59861
60021
|
IconLoader2: IconLoader2,
|
|
59862
60022
|
IconLoader3: IconLoader3,
|
|
60023
|
+
IconLoader4: IconLoader4,
|
|
59863
60024
|
IconLoaderQuarter: IconLoaderQuarter,
|
|
59864
60025
|
IconLocation: IconLocation,
|
|
59865
60026
|
IconLocationBolt: IconLocationBolt,
|
|
@@ -60301,6 +60462,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
60301
60462
|
IconMoonOff: IconMoonOff,
|
|
60302
60463
|
IconMoonStars: IconMoonStars,
|
|
60303
60464
|
IconMoped: IconMoped,
|
|
60465
|
+
IconMosque: IconMosque,
|
|
60304
60466
|
IconMotorbike: IconMotorbike,
|
|
60305
60467
|
IconMotorbikeFilled: IconMotorbikeFilled,
|
|
60306
60468
|
IconMountain: IconMountain,
|
|
@@ -60605,6 +60767,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
60605
60767
|
IconPencilStar: IconPencilStar,
|
|
60606
60768
|
IconPencilUp: IconPencilUp,
|
|
60607
60769
|
IconPencilX: IconPencilX,
|
|
60770
|
+
IconPendulum: IconPendulum,
|
|
60608
60771
|
IconPennant: IconPennant,
|
|
60609
60772
|
IconPennant2: IconPennant2,
|
|
60610
60773
|
IconPennant2Filled: IconPennant2Filled,
|
|
@@ -60825,6 +60988,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
60825
60988
|
IconPlugConnectedX: IconPlugConnectedX,
|
|
60826
60989
|
IconPlugOff: IconPlugOff,
|
|
60827
60990
|
IconPlugX: IconPlugX,
|
|
60991
|
+
IconPlunger: IconPlunger,
|
|
60828
60992
|
IconPlus: IconPlus,
|
|
60829
60993
|
IconPlusEqual: IconPlusEqual,
|
|
60830
60994
|
IconPlusFilled: IconPlusFilled,
|
|
@@ -62261,12 +62425,12 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
62261
62425
|
IconZzzOff: IconZzzOff
|
|
62262
62426
|
});
|
|
62263
62427
|
|
|
62264
|
-
var iconsList = ["a-b-2", "a-b-off", "a-b", "abacus-off", "abacus", "abc", "access-point-off", "access-point", "accessible-off", "accessible", "activity-heartbeat", "activity", "ad-2", "ad-circle-off", "ad-circle", "ad-off", "ad", "address-book-off", "address-book", "adjustments-alt", "adjustments-bolt", "adjustments-cancel", "adjustments-check", "adjustments-code", "adjustments-cog", "adjustments-dollar", "adjustments-down", "adjustments-exclamation", "adjustments-heart", "adjustments-horizontal", "adjustments-minus", "adjustments-off", "adjustments-pause", "adjustments-pin", "adjustments-plus", "adjustments-question", "adjustments-search", "adjustments-share", "adjustments-spark", "adjustments-star", "adjustments-up", "adjustments-x", "adjustments", "aerial-lift", "affiliate", "ai-agent", "ai-agents", "ai-gateway", "ai", "air-balloon", "air-conditioning-disabled", "air-conditioning", "air-traffic-control", "alarm-average", "alarm-minus", "alarm-off", "alarm-plus", "alarm-smoke", "alarm-snooze", "alarm", "album-off", "album", "alert-circle-off", "alert-circle", "alert-hexagon-off", "alert-hexagon", "alert-octagon", "alert-small-off", "alert-small", "alert-square-rounded-off", "alert-square-rounded", "alert-square", "alert-triangle-off", "alert-triangle", "alien", "align-box-bottom-center", "align-box-bottom-left", "align-box-bottom-right", "align-box-center-bottom", "align-box-center-middle", "align-box-center-stretch", "align-box-center-top", "align-box-left-bottom", "align-box-left-middle", "align-box-left-stretch", "align-box-left-top", "align-box-right-bottom", "align-box-right-middle", "align-box-right-stretch", "align-box-right-top", "align-box-top-center", "align-box-top-left", "align-box-top-right", "align-center", "align-justified", "align-left-2", "align-left", "align-right-2", "align-right", "alpha", "alphabet-arabic", "alphabet-bangla", "alphabet-cyrillic", "alphabet-greek", "alphabet-hebrew", "alphabet-korean", "alphabet-latin", "alphabet-polish", "alphabet-runes", "alphabet-thai", "alt", "ambulance", "ampersand", "analyze-off", "analyze", "anchor-off", "anchor", "angle", "ankh", "antenna-bars-1", "antenna-bars-2", "antenna-bars-3", "antenna-bars-4", "antenna-bars-5", "antenna-bars-off", "antenna-off", "antenna", "aperture-off", "aperture", "api-app-off", "api-app", "api-book", "api-off", "api", "app-window", "apple", "apps-off", "apps", "archery-arrow", "archive-off", "archive", "armchair-2-off", "armchair-2", "armchair-off", "armchair", "arrow-autofit-content", "arrow-autofit-down", "arrow-autofit-height", "arrow-autofit-left", "arrow-autofit-right", "arrow-autofit-up", "arrow-autofit-width", "arrow-back-up-double", "arrow-back-up", "arrow-back", "arrow-badge-down", "arrow-badge-left", "arrow-badge-right", "arrow-badge-up", "arrow-bar-both", "arrow-bar-down", "arrow-bar-left", "arrow-bar-right", "arrow-bar-to-down-dashed", "arrow-bar-to-down", "arrow-bar-to-left-dashed", "arrow-bar-to-left", "arrow-bar-to-right-dashed", "arrow-bar-to-right", "arrow-bar-to-up-dashed", "arrow-bar-to-up", "arrow-bar-up", "arrow-bear-left-2", "arrow-bear-left", "arrow-bear-right-2", "arrow-bear-right", "arrow-big-down-line", "arrow-big-down-lines", "arrow-big-down", "arrow-big-left-line", "arrow-big-left-lines", "arrow-big-left", "arrow-big-right-line", "arrow-big-right-lines", "arrow-big-right", "arrow-big-up-line", "arrow-big-up-lines", "arrow-big-up", "arrow-bounce", "arrow-capsule", "arrow-curve-left", "arrow-curve-right", "arrow-down-bar", "arrow-down-circle", "arrow-down-dashed", "arrow-down-from-arc", "arrow-down-left-circle", "arrow-down-left", "arrow-down-rhombus", "arrow-down-right-circle", "arrow-down-right", "arrow-down-square", "arrow-down-tail", "arrow-down-to-arc", "arrow-down", "arrow-elbow-left", "arrow-elbow-right", "arrow-fork", "arrow-forward-up-double", "arrow-forward-up", "arrow-forward", "arrow-guide", "arrow-iteration", "arrow-left-bar", "arrow-left-circle", "arrow-left-dashed", "arrow-left-from-arc", "arrow-left-rhombus", "arrow-left-right", "arrow-left-square", "arrow-left-tail", "arrow-left-to-arc", "arrow-left", "arrow-loop-left-2", "arrow-loop-left", "arrow-loop-right-2", "arrow-loop-right", "arrow-merge-alt-left", "arrow-merge-alt-right", "arrow-merge-both", "arrow-merge-left", "arrow-merge-right", "arrow-merge", "arrow-move-down", "arrow-move-left", "arrow-move-right", "arrow-move-up", "arrow-narrow-down-dashed", "arrow-narrow-down", "arrow-narrow-left-dashed", "arrow-narrow-left", "arrow-narrow-right-dashed", "arrow-narrow-right", "arrow-narrow-up-dashed", "arrow-narrow-up", "arrow-ramp-left-2", "arrow-ramp-left-3", "arrow-ramp-left", "arrow-ramp-right-2", "arrow-ramp-right-3", "arrow-ramp-right", "arrow-right-bar", "arrow-right-circle", "arrow-right-dashed", "arrow-right-from-arc", "arrow-right-rhombus", "arrow-right-square", "arrow-right-tail", "arrow-right-to-arc", "arrow-right", "arrow-rotary-first-left", "arrow-rotary-first-right", "arrow-rotary-last-left", "arrow-rotary-last-right", "arrow-rotary-left", "arrow-rotary-right", "arrow-rotary-straight", "arrow-roundabout-left", "arrow-roundabout-right", "arrow-sharp-turn-left", "arrow-sharp-turn-right", "arrow-up-bar", "arrow-up-circle", "arrow-up-dashed", "arrow-up-from-arc", "arrow-up-left-circle", "arrow-up-left", "arrow-up-rhombus", "arrow-up-right-circle", "arrow-up-right", "arrow-up-square", "arrow-up-tail", "arrow-up-to-arc", "arrow-up", "arrow-wave-left-down", "arrow-wave-left-up", "arrow-wave-right-down", "arrow-wave-right-up", "arrow-zig-zag", "arrows-cross", "arrows-diagonal-2", "arrows-diagonal-minimize-2", "arrows-diagonal-minimize", "arrows-diagonal", "arrows-diff", "arrows-double-ne-sw", "arrows-double-nw-se", "arrows-double-se-nw", "arrows-double-sw-ne", "arrows-down-up", "arrows-down", "arrows-exchange-2", "arrows-exchange", "arrows-horizontal", "arrows-join-2", "arrows-join", "arrows-left-down", "arrows-left-right", "arrows-left", "arrows-maximize", "arrows-minimize", "arrows-move-horizontal", "arrows-move-vertical", "arrows-move", "arrows-random", "arrows-right-down", "arrows-right-left", "arrows-right", "arrows-shuffle-2", "arrows-shuffle", "arrows-sort", "arrows-split-2", "arrows-split", "arrows-transfer-down", "arrows-transfer-up-down", "arrows-transfer-up", "arrows-up-down", "arrows-up-left", "arrows-up-right", "arrows-up", "arrows-vertical", "artboard-off", "artboard", "article-off", "article", "aspect-ratio-off", "aspect-ratio", "assembly-off", "assembly", "asset", "asterisk-simple", "asterisk", "at-off", "at", "atom-2", "atom-off", "atom", "augmented-reality-2", "augmented-reality-off", "augmented-reality", "auth-2fa", "automatic-gearbox", "automation", "avocado", "award-off", "award", "axe", "axis-x", "axis-y", "baby-bottle", "baby-carriage", "background", "backhoe", "backpack-off", "backpack", "backslash", "backspace", "badge-2k", "badge-3d", "badge-3k", "badge-4k", "badge-5k", "badge-8k", "badge-ad-off", "badge-ad", "badge-ar", "badge-cc", "badge-hd", "badge-off", "badge-sd", "badge-tm", "badge-vo", "badge-vr", "badge-wc", "badge", "badges-off", "badges", "baguette", "ball-american-football-off", "ball-american-football", "ball-baseball", "ball-basketball", "ball-bowling", "ball-football-off", "ball-football", "ball-tennis", "ball-volleyball", "balloon-off", "balloon", "ballpen-off", "ballpen", "ban", "bandage-off", "bandage", "barbell-off", "barbell", "barcode-off", "barcode", "barrel-off", "barrel", "barrier-block-off", "barrier-block", "baseline-density-large", "baseline-density-medium", "baseline-density-small", "baseline", "basket-bolt", "basket-cancel", "basket-check", "basket-code", "basket-cog", "basket-discount", "basket-dollar", "basket-down", "basket-exclamation", "basket-heart", "basket-minus", "basket-off", "basket-pause", "basket-pin", "basket-plus", "basket-question", "basket-search", "basket-share", "basket-star", "basket-up", "basket-x", "basket", "bat", "bath-off", "bath", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging-2", "battery-charging", "battery-eco", "battery-exclamation", "battery-off", "battery-spark", "battery-vertical-1", "battery-vertical-2", "battery-vertical-3", "battery-vertical-4", "battery-vertical-charging-2", "battery-vertical-charging", "battery-vertical-eco", "battery-vertical-exclamation", "battery-vertical-off", "battery-vertical", "battery", "beach-off", "beach", "bed-flat", "bed-off", "bed", "beer-off", "beer", "bell-bolt", "bell-cancel", "bell-check", "bell-code", "bell-cog", "bell-dollar", "bell-down", "bell-exclamation", "bell-heart", "bell-minus", "bell-off", "bell-pause", "bell-pin", "bell-plus", "bell-question", "bell-ringing-2", "bell-ringing", "bell-school", "bell-search", "bell-share", "bell-star", "bell-up", "bell-x", "bell-z", "bell", "beta", "bible", "bike-off", "bike", "binary-off", "binary-tree-2", "binary-tree", "binary", "binoculars", "biohazard-off", "biohazard", "blade", "bleach-chlorine", "bleach-no-chlorine", "bleach-off", "bleach", "blend-mode", "blender", "blind", "blob", "blockquote", "blocks", "bluetooth-connected", "bluetooth-off", "bluetooth-x", "bluetooth", "blur-off", "blur", "bmp", "body-scan", "bold-off", "bold", "bolt-off", "bolt", "bomb", "bone-off", "bone", "bong-off", "bong", "book-2", "book-download", "book-off", "book-upload", "book", "bookmark-ai", "bookmark-edit", "bookmark-minus", "bookmark-off", "bookmark-plus", "bookmark-question", "bookmark", "bookmarks-off", "bookmarks", "books-off", "books", "boom", "border-all", "border-bottom-plus", "border-bottom", "border-corner-ios", "border-corner-pill", "border-corner-rounded", "border-corner-square", "border-corners", "border-horizontal", "border-inner", "border-left-plus", "border-left", "border-none", "border-outer", "border-radius", "border-right-plus", "border-right", "border-sides", "border-style-2", "border-style", "border-top-plus", "border-top", "border-vertical", "bot-id", "bottle-off", "bottle", "bounce-left", "bounce-right", "bow", "bowl-chopsticks", "bowl-spoon", "bowl", "bowling", "box-align-bottom-left", "box-align-bottom-right", "box-align-bottom", "box-align-left", "box-align-right", "box-align-top-left", "box-align-top-right", "box-align-top", "box-margin", "box-model-2-off", "box-model-2", "box-model-off", "box-model", "box-multiple-0", "box-multiple-1", "box-multiple-2", "box-multiple-3", "box-multiple-4", "box-multiple-5", "box-multiple-6", "box-multiple-7", "box-multiple-8", "box-multiple-9", "box-multiple", "box-off", "box-padding", "box", "braces-off", "braces", "brackets-angle-off", "brackets-angle", "brackets-contain-end", "brackets-contain-start", "brackets-contain", "brackets-off", "brackets", "braille", "brain", "brand-4chan", "brand-abstract", "brand-adobe-after-effect", "brand-adobe-illustrator", "brand-adobe-indesign", "brand-adobe-photoshop", "brand-adobe-premiere", "brand-adobe-xd", "brand-adobe", "brand-adonis-js", "brand-airbnb", "brand-airtable", "brand-algolia", "brand-alipay", "brand-alpine-js", "brand-amazon", "brand-amd", "brand-amie", "brand-amigo", "brand-among-us", "brand-android", "brand-angular", "brand-ansible", "brand-ao3", "brand-appgallery", "brand-apple-arcade", "brand-apple-news", "brand-apple-podcast", "brand-apple", "brand-appstore", "brand-arc", "brand-asana", "brand-astro", "brand-auth0", "brand-aws", "brand-azure", "brand-backbone", "brand-badoo", "brand-baidu", "brand-bandcamp", "brand-bandlab", "brand-beats", "brand-bebo", "brand-behance", "brand-bilibili", "brand-binance", "brand-bing", "brand-bitbucket", "brand-blackberry", "brand-blender", "brand-blogger", "brand-bluesky", "brand-booking", "brand-bootstrap", "brand-bulma", "brand-bumble", "brand-bunpo", "brand-c-sharp", "brand-cake", "brand-cakephp", "brand-campaignmonitor", "brand-carbon", "brand-cashapp", "brand-chrome", "brand-cinema-4d", "brand-citymapper", "brand-cloudflare", "brand-codecov", "brand-codepen", "brand-codesandbox", "brand-cohost", "brand-coinbase", "brand-comedy-central", "brand-coreos", "brand-couchdb", "brand-couchsurfing", "brand-cpp", "brand-craft", "brand-crunchbase", "brand-css3", "brand-ctemplar", "brand-cucumber", "brand-cupra", "brand-cypress", "brand-d3", "brand-databricks", "brand-days-counter", "brand-dcos", "brand-debian", "brand-deezer", "brand-deliveroo", "brand-deno", "brand-denodo", "brand-deviantart", "brand-digg", "brand-dingtalk", "brand-discord", "brand-disney", "brand-disqus", "brand-django", "brand-docker", "brand-doctrine", "brand-dolby-digital", "brand-douban", "brand-dribbble", "brand-dropbox", "brand-drops", "brand-drupal", "brand-edge", "brand-elastic", "brand-electronic-arts", "brand-ember", "brand-envato", "brand-etsy", "brand-evernote", "brand-facebook", "brand-feedly", "brand-figma", "brand-filezilla", "brand-finder", "brand-firebase", "brand-firefox", "brand-fiverr", "brand-flickr", "brand-flightradar24", "brand-flipboard", "brand-flutter", "brand-fortnite", "brand-foursquare", "brand-framer-motion", "brand-framer", "brand-funimation", "brand-gatsby", "brand-git", "brand-github-copilot", "brand-github", "brand-gitlab", "brand-gmail", "brand-golang", "brand-google-analytics", "brand-google-big-query", "brand-google-drive", "brand-google-fit", "brand-google-home", "brand-google-maps", "brand-google-one", "brand-google-photos", "brand-google-play", "brand-google-podcasts", "brand-google", "brand-grammarly", "brand-graphql", "brand-gravatar", "brand-grindr", "brand-guardian", "brand-gumroad", "brand-hackerrank", "brand-hbo", "brand-headlessui", "brand-hexo", "brand-hipchat", "brand-html5", "brand-inertia", "brand-infakt", "brand-instagram", "brand-intercom", "brand-itch", "brand-javascript", "brand-jira", "brand-juejin", "brand-kako-talk", "brand-kbin", "brand-kick", "brand-kickstarter", "brand-kotlin", "brand-laravel", "brand-lastfm", "brand-leetcode", "brand-letterboxd", "brand-line", "brand-linkedin", "brand-linktree", "brand-linqpad", "brand-livewire", "brand-loom", "brand-mailgun", "brand-mantine", "brand-mastercard", "brand-mastodon", "brand-matrix", "brand-mcdonalds", "brand-medium", "brand-meetup", "brand-mercedes", "brand-messenger", "brand-meta", "brand-metabrainz", "brand-minecraft", "brand-miniprogram", "brand-mixpanel", "brand-monday", "brand-mongodb", "brand-my-oppo", "brand-mysql", "brand-national-geographic", "brand-nem", "brand-netbeans", "brand-netease-music", "brand-netflix", "brand-nexo", "brand-nextcloud", "brand-nextjs", "brand-nodejs", "brand-nord-vpn", "brand-notion", "brand-npm", "brand-nuxt", "brand-nytimes", "brand-oauth", "brand-office", "brand-ok-ru", "brand-onedrive", "brand-onlyfans", "brand-open-source", "brand-openai", "brand-openvpn", "brand-opera", "brand-pagekit", "brand-parsinta", "brand-patreon", "brand-paypal", "brand-paypay", "brand-peanut", "brand-pepsi", "brand-php", "brand-picsart", "brand-pinterest", "brand-planetscale", "brand-pnpm", "brand-pocket", "brand-polymer", "brand-powershell", "brand-printables", "brand-prisma", "brand-producthunt", "brand-pushbullet", "brand-pushover", "brand-python", "brand-qq", "brand-radix-ui", "brand-react-native", "brand-react", "brand-reason", "brand-reddit", "brand-redhat", "brand-redux", "brand-revolut", "brand-rumble", "brand-rust", "brand-safari", "brand-samsungpass", "brand-sass", "brand-sentry", "brand-sharik", "brand-shazam", "brand-shopee", "brand-sketch", "brand-skype", "brand-slack", "brand-snapchat", "brand-snapseed", "brand-snowflake", "brand-socket-io", "brand-solidjs", "brand-soundcloud", "brand-spacehey", "brand-speedtest", "brand-spotify", "brand-stackoverflow", "brand-stackshare", "brand-steam", "brand-stocktwits", "brand-storj", "brand-storybook", "brand-storytel", "brand-strava", "brand-stripe", "brand-sublime-text", "brand-sugarizer", "brand-supabase", "brand-superhuman", "brand-supernova", "brand-surfshark", "brand-svelte", "brand-swift", "brand-symfony", "brand-tabler", "brand-tabnine", "brand-tailwind", "brand-taobao", "brand-teams", "brand-ted", "brand-telegram", "brand-terraform", "brand-tesla", "brand-tether", "brand-thingiverse", "brand-threads", "brand-threejs", "brand-tidal", "brand-tiktok", "brand-tinder", "brand-topbuzz", "brand-torchain", "brand-toyota", "brand-trello", "brand-tripadvisor", "brand-tumblr", "brand-twilio", "brand-twitch", "brand-twitter", "brand-typescript", "brand-uber", "brand-ubuntu", "brand-unity", "brand-unsplash", "brand-upwork", "brand-valorant", "brand-vercel", "brand-vimeo", "brand-vinted", "brand-visa", "brand-visual-studio", "brand-vite", "brand-vivaldi", "brand-vk", "brand-vlc", "brand-volkswagen", "brand-vsco", "brand-vscode", "brand-vue", "brand-walmart", "brand-waze", "brand-webflow", "brand-wechat", "brand-weibo", "brand-whatsapp", "brand-wikipedia", "brand-windows", "brand-windy", "brand-wish", "brand-wix", "brand-wordpress", "brand-x", "brand-xamarin", "brand-xbox", "brand-xdeep", "brand-xing", "brand-yahoo", "brand-yandex", "brand-yarn", "brand-yatse", "brand-ycombinator", "brand-youtube-kids", "brand-youtube", "brand-zalando", "brand-zapier", "brand-zeit", "brand-zhihu", "brand-zoom", "brand-zulip", "brand-zwift", "bread-off", "bread", "briefcase-2", "briefcase-off", "briefcase", "brightness-2", "brightness-auto", "brightness-down", "brightness-half", "brightness-off", "brightness-up", "brightness", "broadcast-off", "broadcast", "browser-check", "browser-maximize", "browser-minus", "browser-off", "browser-plus", "browser-share", "browser-x", "browser", "brush-off", "brush", "bubble-minus", "bubble-plus", "bubble-tea-2", "bubble-tea", "bubble-text", "bubble-x", "bubble", "bucket-droplet", "bucket-off", "bucket", "bug-off", "bug", "building-airport", "building-arch", "building-bank", "building-bridge-2", "building-bridge", "building-broadcast-tower", "building-burj-al-arab", "building-carousel", "building-castle", "building-church", "building-circus", "building-cog", "building-community", "building-cottage", "building-estate", "building-factory-2", "building-factory", "building-fortress", "building-hospital", "building-lighthouse", "building-minus", "building-monument", "building-mosque", "building-off", "building-pavilion", "building-plus", "building-skyscraper", "building-stadium", "building-store", "building-tunnel", "building-warehouse", "building-wind-turbine", "building", "buildings", "bulb-off", "bulb", "bulldozer", "burger", "bus-off", "bus-stop", "bus", "businessplan", "butterfly", "cactus-off", "cactus", "cake-off", "cake-roll", "cake", "calculator-off", "calculator", "calendar-bolt", "calendar-cancel", "calendar-check", "calendar-clock", "calendar-code", "calendar-cog", "calendar-dollar", "calendar-dot", "calendar-down", "calendar-due", "calendar-event", "calendar-exclamation", "calendar-heart", "calendar-minus", "calendar-month", "calendar-off", "calendar-pause", "calendar-pin", "calendar-plus", "calendar-question", "calendar-repeat", "calendar-sad", "calendar-search", "calendar-share", "calendar-smile", "calendar-star", "calendar-stats", "calendar-time", "calendar-up", "calendar-user", "calendar-week", "calendar-x", "calendar", "camera-ai", "camera-bitcoin", "camera-bolt", "camera-cancel", "camera-check", "camera-code", "camera-cog", "camera-dollar", "camera-down", "camera-exclamation", "camera-heart", "camera-minus", "camera-moon", "camera-off", "camera-pause", "camera-pin", "camera-plus", "camera-question", "camera-rotate", "camera-search", "camera-selfie", "camera-share", "camera-spark", "camera-star", "camera-up", "camera-x", "camera", "camper", "campfire", "canary", "cancel", "candle", "candy-off", "candy", "cane", "cannabis", "cap-projecting", "cap-rounded", "cap-straight", "capsule-horizontal", "capsule", "capture-off", "capture", "car-4wd", "car-crane", "car-crash", "car-fan-1", "car-fan-2", "car-fan-3", "car-fan-auto", "car-fan", "car-garage", "car-off-road", "car-off", "car-suspension", "car-suv", "car-turbine", "car", "carambola", "caravan", "cardboards-off", "cardboards", "cards", "caret-down", "caret-left-right", "caret-left", "caret-right", "caret-up-down", "caret-up", "carousel-horizontal", "carousel-vertical", "carrot-off", "carrot", "cash-banknote-edit", "cash-banknote-heart", "cash-banknote-minus", "cash-banknote-move-back", "cash-banknote-move", "cash-banknote-off", "cash-banknote-plus", "cash-banknote", "cash-edit", "cash-heart", "cash-minus", "cash-move-back", "cash-move", "cash-off", "cash-plus", "cash-register", "cash", "cast-off", "cast", "cat", "category-2", "category-minus", "category-plus", "category", "ce-off", "ce", "cell-signal-1", "cell-signal-2", "cell-signal-3", "cell-signal-4", "cell-signal-5", "cell-signal-off", "cell", "certificate-2-off", "certificate-2", "certificate-off", "certificate", "chair-director", "chalkboard-off", "chalkboard-teacher", "chalkboard", "charging-pile", "chart-arcs-3", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar-off", "chart-bar-popular", "chart-bar", "chart-bubble", "chart-candle", "chart-circles", "chart-cohort", "chart-column", "chart-covariate", "chart-donut-2", "chart-donut-3", "chart-donut-4", "chart-donut", "chart-dots-2", "chart-dots-3", "chart-dots", "chart-funnel", "chart-grid-dots", "chart-histogram", "chart-infographic", "chart-line", "chart-pie-2", "chart-pie-3", "chart-pie-4", "chart-pie-off", "chart-pie", "chart-ppf", "chart-radar", "chart-sankey", "chart-scatter-3d", "chart-scatter", "chart-treemap", "check", "checkbox", "checklist", "checks", "checkup-list", "cheese", "chef-hat-off", "chef-hat", "cherry", "chess-bishop", "chess-king", "chess-knight", "chess-queen", "chess-rook", "chess", "chevron-compact-down", "chevron-compact-left", "chevron-compact-right", "chevron-compact-up", "chevron-down-left", "chevron-down-right", "chevron-down", "chevron-left-pipe", "chevron-left", "chevron-right-pipe", "chevron-right", "chevron-up-left", "chevron-up-right", "chevron-up", "chevrons-down-left", "chevrons-down-right", "chevrons-down", "chevrons-left", "chevrons-right", "chevrons-up-left", "chevrons-up-right", "chevrons-up", "chisel", "christmas-ball", "christmas-tree-off", "christmas-tree", "circle-arrow-down-left", "circle-arrow-down-right", "circle-arrow-down", "circle-arrow-left", "circle-arrow-right", "circle-arrow-up-left", "circle-arrow-up-right", "circle-arrow-up", "circle-asterisk", "circle-caret-down", "circle-caret-left", "circle-caret-right", "circle-caret-up", "circle-check", "circle-chevron-down", "circle-chevron-left", "circle-chevron-right", "circle-chevron-up", "circle-chevrons-down", "circle-chevrons-left", "circle-chevrons-right", "circle-chevrons-up", "circle-dashed-check", "circle-dashed-letter-a", "circle-dashed-letter-b", "circle-dashed-letter-c", "circle-dashed-letter-d", "circle-dashed-letter-e", "circle-dashed-letter-f", "circle-dashed-letter-g", "circle-dashed-letter-h", "circle-dashed-letter-i", "circle-dashed-letter-j", "circle-dashed-letter-k", "circle-dashed-letter-l", "circle-dashed-letter-m", "circle-dashed-letter-n", "circle-dashed-letter-o", "circle-dashed-letter-p", "circle-dashed-letter-q", "circle-dashed-letter-r", "circle-dashed-letter-s", "circle-dashed-letter-t", "circle-dashed-letter-u", "circle-dashed-letter-v", "circle-dashed-letter-w", "circle-dashed-letter-x", "circle-dashed-letter-y", "circle-dashed-letter-z", "circle-dashed-minus", "circle-dashed-number-0", "circle-dashed-number-1", "circle-dashed-number-2", "circle-dashed-number-3", "circle-dashed-number-4", "circle-dashed-number-5", "circle-dashed-number-6", "circle-dashed-number-7", "circle-dashed-number-8", "circle-dashed-number-9", "circle-dashed-percentage", "circle-dashed-plus", "circle-dashed-x", "circle-dashed", "circle-dot", "circle-dotted-letter-a", "circle-dotted-letter-b", "circle-dotted-letter-c", "circle-dotted-letter-d", "circle-dotted-letter-e", "circle-dotted-letter-f", "circle-dotted-letter-g", "circle-dotted-letter-h", "circle-dotted-letter-i", "circle-dotted-letter-j", "circle-dotted-letter-k", "circle-dotted-letter-l", "circle-dotted-letter-m", "circle-dotted-letter-n", "circle-dotted-letter-o", "circle-dotted-letter-p", "circle-dotted-letter-q", "circle-dotted-letter-r", "circle-dotted-letter-s", "circle-dotted-letter-t", "circle-dotted-letter-u", "circle-dotted-letter-v", "circle-dotted-letter-w", "circle-dotted-letter-x", "circle-dotted-letter-y", "circle-dotted-letter-z", "circle-dotted", "circle-half-2", "circle-half-vertical", "circle-half", "circle-key", "circle-letter-a", "circle-letter-b", "circle-letter-c", "circle-letter-d", "circle-letter-e", "circle-letter-f", "circle-letter-g", "circle-letter-h", "circle-letter-i", "circle-letter-j", "circle-letter-k", "circle-letter-l", "circle-letter-m", "circle-letter-n", "circle-letter-o", "circle-letter-p", "circle-letter-q", "circle-letter-r", "circle-letter-s", "circle-letter-t", "circle-letter-u", "circle-letter-v", "circle-letter-w", "circle-letter-x", "circle-letter-y", "circle-letter-z", "circle-minus-2", "circle-minus", "circle-number-0", "circle-number-1", "circle-number-2", "circle-number-3", "circle-number-4", "circle-number-5", "circle-number-6", "circle-number-7", "circle-number-8", "circle-number-9", "circle-off", "circle-open-arrow-down", "circle-open-arrow-left", "circle-open-arrow-right", "circle-open-arrow-up", "circle-percentage", "circle-plus-2", "circle-plus-minus", "circle-plus", "circle-rectangle-off", "circle-rectangle", "circle-square", "circle-triangle", "circle-x", "circle", "circles-relation", "circles", "circuit-ammeter", "circuit-battery", "circuit-bulb", "circuit-capacitor-polarized", "circuit-capacitor", "circuit-cell-plus", "circuit-cell", "circuit-changeover", "circuit-diode-zener", "circuit-diode", "circuit-ground-digital", "circuit-ground", "circuit-inductor", "circuit-motor", "circuit-pushbutton", "circuit-resistor", "circuit-switch-closed", "circuit-switch-open", "circuit-voltmeter", "clear-all", "clear-formatting", "click", "cliff-jumping", "clipboard-check", "clipboard-copy", "clipboard-data", "clipboard-heart", "clipboard-list", "clipboard-off", "clipboard-plus", "clipboard-search", "clipboard-smile", "clipboard-text", "clipboard-typography", "clipboard-x", "clipboard", "clock-12", "clock-2", "clock-24", "clock-bitcoin", "clock-bolt", "clock-cancel", "clock-check", "clock-code", "clock-cog", "clock-dollar", "clock-down", "clock-edit", "clock-exclamation", "clock-heart", "clock-hour-1", "clock-hour-10", "clock-hour-11", "clock-hour-12", "clock-hour-2", "clock-hour-3", "clock-hour-4", "clock-hour-5", "clock-hour-6", "clock-hour-7", "clock-hour-8", "clock-hour-9", "clock-minus", "clock-off", "clock-pause", "clock-pin", "clock-play", "clock-plus", "clock-question", "clock-record", "clock-search", "clock-share", "clock-shield", "clock-star", "clock-stop", "clock-up", "clock-x", "clock", "clothes-rack-off", "clothes-rack", "cloud-bitcoin", "cloud-bolt", "cloud-cancel", "cloud-check", "cloud-code", "cloud-cog", "cloud-computing", "cloud-data-connection", "cloud-dollar", "cloud-down", "cloud-download", "cloud-exclamation", "cloud-fog", "cloud-heart", "cloud-lock-open", "cloud-lock", "cloud-minus", "cloud-network", "cloud-off", "cloud-pause", "cloud-pin", "cloud-plus", "cloud-question", "cloud-rain", "cloud-search", "cloud-share", "cloud-snow", "cloud-star", "cloud-storm", "cloud-up", "cloud-upload", "cloud-x", "cloud", "clover-2", "clover", "clubs", "code-asterisk", "code-circle-2", "code-circle", "code-dots", "code-minus", "code-off", "code-plus", "code-variable-minus", "code-variable-plus", "code-variable", "code", "codeblock", "coffee-off", "coffee", "coffin", "coin-bitcoin", "coin-euro", "coin-monero", "coin-off", "coin-pound", "coin-rupee", "coin-taka", "coin-yen", "coin-yuan", "coin", "coins", "color-filter", "color-picker-off", "color-picker", "color-swatch-off", "color-swatch", "column-insert-left", "column-insert-right", "column-remove", "columns-1", "columns-2", "columns-3", "columns-off", "columns", "comet", "command-off", "command", "compass-off", "compass", "components-off", "components", "cone-2", "cone-off", "cone-plus", "cone", "confetti-off", "confetti", "confucius", "congruent-to", "connection", "container-off", "container", "contract", "contrast-2-off", "contrast-2", "contrast-off", "contrast", "cooker", "cookie-man", "cookie-off", "cookie", "copy-check", "copy-minus", "copy-off", "copy-plus", "copy-x", "copy", "copyleft-off", "copyleft", "copyright-off", "copyright", "corner-down-left-double", "corner-down-left", "corner-down-right-double", "corner-down-right", "corner-left-down-double", "corner-left-down", "corner-left-up-double", "corner-left-up", "corner-right-down-double", "corner-right-down", "corner-right-up-double", "corner-right-up", "corner-up-left-double", "corner-up-left", "corner-up-right-double", "corner-up-right", "cpu-2", "cpu-off", "cpu", "crane-off", "crane", "creative-commons-by", "creative-commons-nc", "creative-commons-nd", "creative-commons-off", "creative-commons-sa", "creative-commons-zero", "creative-commons", "credit-card-hand", "credit-card-off", "credit-card-pay", "credit-card-refund", "credit-card", "credits", "cricket", "crop-1-1", "crop-16-9", "crop-3-2", "crop-5-4", "crop-7-5", "crop-landscape", "crop-portrait", "crop", "cross-off", "cross", "crosshair", "crown-off", "crown", "crutches-off", "crutches", "crystal-ball", "csv", "cube-3d-sphere-off", "cube-3d-sphere", "cube-off", "cube-plus", "cube-send", "cube-spark", "cube-unfolded", "cube", "cup-off", "cup", "curling", "curly-loop", "currency-afghani", "currency-bahraini", "currency-baht", "currency-bitcoin", "currency-cent", "currency-dinar", "currency-dirham", "currency-dogecoin", "currency-dollar-australian", "currency-dollar-brunei", "currency-dollar-canadian", "currency-dollar-guyanese", "currency-dollar-off", "currency-dollar-singapore", "currency-dollar-zimbabwean", "currency-dollar", "currency-dong", "currency-dram", "currency-ethereum", "currency-euro-off", "currency-euro", "currency-florin", "currency-forint", "currency-frank", "currency-guarani", "currency-hryvnia", "currency-iranian-rial", "currency-kip", "currency-krone-czech", "currency-krone-danish", "currency-krone-swedish", "currency-lari", "currency-leu", "currency-lira", "currency-litecoin", "currency-lyd", "currency-manat", "currency-monero", "currency-naira", "currency-nano", "currency-off", "currency-paanga", "currency-peso", "currency-pound-off", "currency-pound", "currency-quetzal", "currency-real", "currency-renminbi", "currency-ripple", "currency-riyal", "currency-rubel", "currency-rufiyaa", "currency-rupee-nepalese", "currency-rupee", "currency-shekel", "currency-solana", "currency-som", "currency-taka", "currency-tenge", "currency-tugrik", "currency-won", "currency-xrp", "currency-yen-off", "currency-yen", "currency-yuan", "currency-zloty", "currency", "current-location-off", "current-location", "cursor-off", "cursor-text", "cut", "cylinder-off", "cylinder-plus", "cylinder", "dashboard-off", "dashboard", "database-cog", "database-dollar", "database-edit", "database-exclamation", "database-export", "database-heart", "database-import", "database-leak", "database-minus", "database-off", "database-plus", "database-search", "database-share", "database-smile", "database-star", "database-x", "database", "deaf", "decimal", "deer", "delta", "dental-broken", "dental-off", "dental", "deselect", "desk", "details-off", "details", "device-3d-camera", "device-3d-lens", "device-airpods-case", "device-airpods", "device-airtag", "device-analytics", "device-audio-tape", "device-camera-phone", "device-cctv-off", "device-cctv", "device-computer-camera-off", "device-computer-camera", "device-desktop-analytics", "device-desktop-bolt", "device-desktop-cancel", "device-desktop-check", "device-desktop-code", "device-desktop-cog", "device-desktop-dollar", "device-desktop-down", "device-desktop-exclamation", "device-desktop-heart", "device-desktop-minus", "device-desktop-off", "device-desktop-pause", "device-desktop-pin", "device-desktop-plus", "device-desktop-question", "device-desktop-search", "device-desktop-share", "device-desktop-star", "device-desktop-up", "device-desktop-x", "device-desktop", "device-floppy", "device-gamepad-2", "device-gamepad-3", "device-gamepad", "device-heart-monitor", "device-imac-bolt", "device-imac-cancel", "device-imac-check", "device-imac-code", "device-imac-cog", "device-imac-dollar", "device-imac-down", "device-imac-exclamation", "device-imac-heart", "device-imac-minus", "device-imac-off", "device-imac-pause", "device-imac-pin", "device-imac-plus", "device-imac-question", "device-imac-search", "device-imac-share", "device-imac-star", "device-imac-up", "device-imac-x", "device-imac", "device-ipad-bolt", "device-ipad-cancel", "device-ipad-check", "device-ipad-code", "device-ipad-cog", "device-ipad-dollar", "device-ipad-down", "device-ipad-exclamation", "device-ipad-heart", "device-ipad-horizontal-bolt", "device-ipad-horizontal-cancel", "device-ipad-horizontal-check", "device-ipad-horizontal-code", "device-ipad-horizontal-cog", "device-ipad-horizontal-dollar", "device-ipad-horizontal-down", "device-ipad-horizontal-exclamation", "device-ipad-horizontal-heart", "device-ipad-horizontal-minus", "device-ipad-horizontal-off", "device-ipad-horizontal-pause", "device-ipad-horizontal-pin", "device-ipad-horizontal-plus", "device-ipad-horizontal-question", "device-ipad-horizontal-search", "device-ipad-horizontal-share", "device-ipad-horizontal-star", "device-ipad-horizontal-up", "device-ipad-horizontal-x", "device-ipad-horizontal", "device-ipad-minus", "device-ipad-off", "device-ipad-pause", "device-ipad-pin", "device-ipad-plus", "device-ipad-question", "device-ipad-search", "device-ipad-share", "device-ipad-star", "device-ipad-up", "device-ipad-x", "device-ipad", "device-landline-phone", "device-laptop-off", "device-laptop", "device-mobile-bolt", "device-mobile-cancel", "device-mobile-charging", "device-mobile-check", "device-mobile-code", "device-mobile-cog", "device-mobile-dollar", "device-mobile-down", "device-mobile-exclamation", "device-mobile-heart", "device-mobile-message", "device-mobile-minus", "device-mobile-off", "device-mobile-pause", "device-mobile-pin", "device-mobile-plus", "device-mobile-question", "device-mobile-rotated", "device-mobile-search", "device-mobile-share", "device-mobile-star", "device-mobile-up", "device-mobile-vibration", "device-mobile-x", "device-mobile", "device-nintendo-off", "device-nintendo", "device-projector", "device-remote", "device-screen", "device-sd-card", "device-sim-1", "device-sim-2", "device-sim-3", "device-sim", "device-speaker-off", "device-speaker", "device-tablet-bolt", "device-tablet-cancel", "device-tablet-check", "device-tablet-code", "device-tablet-cog", "device-tablet-dollar", "device-tablet-down", "device-tablet-exclamation", "device-tablet-heart", "device-tablet-minus", "device-tablet-off", "device-tablet-pause", "device-tablet-pin", "device-tablet-plus", "device-tablet-question", "device-tablet-search", "device-tablet-share", "device-tablet-star", "device-tablet-up", "device-tablet-x", "device-tablet", "device-tv-off", "device-tv-old", "device-tv", "device-unknown", "device-usb", "device-vision-pro", "device-watch-bolt", "device-watch-cancel", "device-watch-check", "device-watch-code", "device-watch-cog", "device-watch-dollar", "device-watch-down", "device-watch-exclamation", "device-watch-heart", "device-watch-minus", "device-watch-off", "device-watch-pause", "device-watch-pin", "device-watch-plus", "device-watch-question", "device-watch-search", "device-watch-share", "device-watch-star", "device-watch-stats-2", "device-watch-stats", "device-watch-up", "device-watch-x", "device-watch", "devices-2", "devices-bolt", "devices-cancel", "devices-check", "devices-code", "devices-cog", "devices-dollar", "devices-down", "devices-exclamation", "devices-heart", "devices-minus", "devices-off", "devices-pause", "devices-pc-off", "devices-pc", "devices-pin", "devices-plus", "devices-question", "devices-search", "devices-share", "devices-star", "devices-up", "devices-x", "devices", "diabolo-off", "diabolo-plus", "diabolo", "dialpad-off", "dialpad", "diamond-off", "diamond", "diamonds", "diaper", "dice-1", "dice-2", "dice-3", "dice-4", "dice-5", "dice-6", "dice", "dimensions", "direction-arrows", "direction-horizontal", "direction-sign-off", "direction-sign", "direction", "directions-off", "directions", "disabled-2", "disabled-off", "disabled", "disc-golf", "disc-off", "disc", "discount-off", "discount", "divide", "dna-2-off", "dna-2", "dna-off", "dna", "dog-bowl", "dog", "door-enter", "door-exit", "door-off", "door", "dots-circle-horizontal", "dots-diagonal-2", "dots-diagonal", "dots-vertical", "dots", "download-off", "download", "drag-drop-2", "drag-drop", "drone-off", "drone", "drop-circle", "droplet-bolt", "droplet-cancel", "droplet-check", "droplet-code", "droplet-cog", "droplet-dollar", "droplet-down", "droplet-exclamation", "droplet-half-2", "droplet-half", "droplet-heart", "droplet-minus", "droplet-off", "droplet-pause", "droplet-pin", "droplet-plus", "droplet-question", "droplet-search", "droplet-share", "droplet-star", "droplet-up", "droplet-x", "droplet", "droplets", "dual-screen", "dumpling", "e-passport", "ear-off", "ear-scan", "ear", "ease-in-control-point", "ease-in-out-control-points", "ease-in-out", "ease-in", "ease-out-control-point", "ease-out", "edit-circle-off", "edit-circle", "edit-off", "edit", "egg-cracked", "egg-fried", "egg-off", "egg", "eggs", "elevator-off", "elevator", "emergency-bed", "empathize-off", "empathize", "emphasis", "engine-off", "engine", "equal-double", "equal-not", "equal", "eraser-off", "eraser", "error-404-off", "error-404", "escalator-down", "escalator-up", "escalator", "exchange-off", "exchange", "exclamation-circle", "exclamation-mark-off", "exclamation-mark", "explicit-off", "explicit", "exposure-0", "exposure-minus-1", "exposure-minus-2", "exposure-off", "exposure-plus-1", "exposure-plus-2", "exposure", "external-link-off", "external-link", "eye-bitcoin", "eye-bolt", "eye-cancel", "eye-check", "eye-closed", "eye-code", "eye-cog", "eye-discount", "eye-dollar", "eye-dotted", "eye-down", "eye-edit", "eye-exclamation", "eye-heart", "eye-minus", "eye-off", "eye-pause", "eye-pin", "eye-plus", "eye-question", "eye-search", "eye-share", "eye-spark", "eye-star", "eye-table", "eye-up", "eye-x", "eye", "eyeglass-2", "eyeglass-off", "eyeglass", "face-id-error", "face-id", "face-mask-off", "face-mask", "fall", "favicon", "feather-off", "feather", "fence-off", "fence", "ferry", "fidget-spinner", "file-3d", "file-ai", "file-alert", "file-analytics", "file-arrow-left", "file-arrow-right", "file-barcode", "file-bitcoin", "file-broken", "file-certificate", "file-chart", "file-check", "file-code-2", "file-code", "file-cv", "file-database", "file-delta", "file-description", "file-diff", "file-digit", "file-dislike", "file-dollar", "file-dots", "file-download", "file-euro", "file-excel", "file-export", "file-function", "file-horizontal", "file-import", "file-infinity", "file-info", "file-invoice", "file-isr", "file-lambda", "file-like", "file-minus", "file-music", "file-neutral", "file-off", "file-orientation", "file-pencil", "file-percent", "file-phone", "file-plus", "file-power", "file-report", "file-rss", "file-sad", "file-scissors", "file-search", "file-settings", "file-shredder", "file-signal", "file-smile", "file-spark", "file-spreadsheet", "file-stack", "file-star", "file-symlink", "file-text-ai", "file-text-shield", "file-text-spark", "file-text", "file-time", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-docx", "file-type-html", "file-type-jpg", "file-type-js", "file-type-jsx", "file-type-pdf", "file-type-php", "file-type-png", "file-type-ppt", "file-type-rs", "file-type-sql", "file-type-svg", "file-type-ts", "file-type-tsx", "file-type-txt", "file-type-vue", "file-type-xls", "file-type-xml", "file-type-zip", "file-typography", "file-unknown", "file-upload", "file-vector", "file-word", "file-x", "file-zip", "file", "files-off", "files", "filter-2-bolt", "filter-2-cancel", "filter-2-check", "filter-2-code", "filter-2-cog", "filter-2-discount", "filter-2-dollar", "filter-2-down", "filter-2-edit", "filter-2-exclamation", "filter-2-minus", "filter-2-pause", "filter-2-pin", "filter-2-plus", "filter-2-question", "filter-2-search", "filter-2-share", "filter-2-spark", "filter-2-up", "filter-2-x", "filter-2", "filter-bolt", "filter-cancel", "filter-check", "filter-code", "filter-cog", "filter-discount", "filter-dollar", "filter-down", "filter-edit", "filter-exclamation", "filter-heart", "filter-minus", "filter-off", "filter-pause", "filter-pin", "filter-plus", "filter-question", "filter-search", "filter-share", "filter-spark", "filter-star", "filter-up", "filter-x", "filter", "filters", "fingerprint-off", "fingerprint-scan", "fingerprint", "fire-extinguisher", "fire-hydrant-off", "fire-hydrant", "firetruck", "firewall-check", "firewall-flame", "first-aid-kit-off", "first-aid-kit", "fish-bone", "fish-christianity", "fish-hook-off", "fish-hook", "fish-off", "fish", "flag-2-off", "flag-2", "flag-3", "flag-bitcoin", "flag-bolt", "flag-cancel", "flag-check", "flag-code", "flag-cog", "flag-discount", "flag-dollar", "flag-down", "flag-exclamation", "flag-heart", "flag-minus", "flag-off", "flag-pause", "flag-pin", "flag-plus", "flag-question", "flag-search", "flag-share", "flag-spark", "flag-star", "flag-up", "flag-x", "flag", "flame-off", "flame", "flare", "flask-2-off", "flask-2", "flask-off", "flask", "flip-flops", "flip-horizontal", "flip-vertical", "float-center", "float-left", "float-none", "float-right", "flower-off", "flower", "focus-2", "focus-auto", "focus-centered", "focus", "fold-down", "fold-up", "fold", "folder-bolt", "folder-cancel", "folder-check", "folder-code", "folder-cog", "folder-dollar", "folder-down", "folder-exclamation", "folder-heart", "folder-minus", "folder-off", "folder-open", "folder-pause", "folder-pin", "folder-plus", "folder-question", "folder-root", "folder-search", "folder-share", "folder-star", "folder-symlink", "folder-up", "folder-x", "folder", "folders-off", "folders", "forbid-2", "forbid", "forklift", "forms", "fountain-off", "fountain", "frame-off", "frame", "free-rights", "freeze-column", "freeze-row-column", "freeze-row", "fridge-off", "fridge", "friends-off", "friends", "frustum-off", "frustum-plus", "frustum", "function-off", "function", "galaxy", "garden-cart-off", "garden-cart", "gas-station-off", "gas-station", "gauge-off", "gauge", "gavel", "gender-agender", "gender-androgyne", "gender-bigender", "gender-demiboy", "gender-demigirl", "gender-epicene", "gender-female", "gender-femme", "gender-genderfluid", "gender-genderless", "gender-genderqueer", "gender-hermaphrodite", "gender-intergender", "gender-male", "gender-neutrois", "gender-third", "gender-transgender", "gender-trasvesti", "geometry", "ghost-2", "ghost-3", "ghost-off", "ghost", "gif", "gift-card", "gift-off", "gift", "git-branch-deleted", "git-branch", "git-cherry-pick", "git-commit", "git-compare", "git-fork", "git-merge", "git-pull-request-closed", "git-pull-request-draft", "git-pull-request", "gizmo", "glass-champagne", "glass-cocktail", "glass-full", "glass-gin", "glass-off", "glass", "globe-off", "globe", "go-game", "golf-off", "golf", "gps", "gradienter", "grain", "graph-off", "graph", "grave-2", "grave", "grid-3x3", "grid-4x4", "grid-dots", "grid-goldenratio", "grid-pattern", "grid-scan", "grill-fork", "grill-off", "grill-spatula", "grill", "grip-horizontal", "grip-vertical", "growth", "guitar-pick", "gymnastics", "h-1", "h-2", "h-3", "h-4", "h-5", "h-6", "hammer-off", "hammer", "hand-click-off", "hand-click", "hand-finger-down", "hand-finger-left", "hand-finger-off", "hand-finger-right", "hand-finger", "hand-grab", "hand-little-finger", "hand-love-you", "hand-middle-finger", "hand-move", "hand-off", "hand-ring-finger", "hand-sanitizer", "hand-stop", "hand-three-fingers", "hand-two-fingers", "hanger-2", "hanger-off", "hanger", "hash", "haze-moon", "haze", "hdr", "heading-off", "heading", "headphones-off", "headphones", "headset-off", "headset", "health-recognition", "heart-bitcoin", "heart-bolt", "heart-broken", "heart-cancel", "heart-check", "heart-code", "heart-cog", "heart-discount", "heart-dollar", "heart-down", "heart-exclamation", "heart-handshake", "heart-minus", "heart-off", "heart-pause", "heart-pin", "heart-plus", "heart-question", "heart-rate-monitor", "heart-search", "heart-share", "heart-spark", "heart-star", "heart-up", "heart-x", "heart", "heartbeat", "hearts-off", "hearts", "helicopter-landing", "helicopter", "helmet-off", "helmet", "help-circle", "help-hexagon", "help-octagon", "help-off", "help-small", "help-square-rounded", "help-square", "help-triangle", "help", "hemisphere-off", "hemisphere-plus", "hemisphere", "hexagon-3d", "hexagon-asterisk", "hexagon-letter-a", "hexagon-letter-b", "hexagon-letter-c", "hexagon-letter-d", "hexagon-letter-e", "hexagon-letter-f", "hexagon-letter-g", "hexagon-letter-h", "hexagon-letter-i", "hexagon-letter-j", "hexagon-letter-k", "hexagon-letter-l", "hexagon-letter-m", "hexagon-letter-n", "hexagon-letter-o", "hexagon-letter-p", "hexagon-letter-q", "hexagon-letter-r", "hexagon-letter-s", "hexagon-letter-t", "hexagon-letter-u", "hexagon-letter-v", "hexagon-letter-w", "hexagon-letter-x", "hexagon-letter-y", "hexagon-letter-z", "hexagon-minus-2", "hexagon-minus", "hexagon-number-0", "hexagon-number-1", "hexagon-number-2", "hexagon-number-3", "hexagon-number-4", "hexagon-number-5", "hexagon-number-6", "hexagon-number-7", "hexagon-number-8", "hexagon-number-9", "hexagon-off", "hexagon-plus-2", "hexagon-plus", "hexagon", "hexagonal-prism-off", "hexagonal-prism-plus", "hexagonal-prism", "hexagonal-pyramid-off", "hexagonal-pyramid-plus", "hexagonal-pyramid", "hexagons-off", "hexagons", "hierarchy-2", "hierarchy-3", "hierarchy-off", "hierarchy", "highlight-off", "highlight", "history-off", "history-toggle", "history", "home-2", "home-bitcoin", "home-bolt", "home-cancel", "home-check", "home-cog", "home-dollar", "home-dot", "home-down", "home-eco", "home-edit", "home-exclamation", "home-hand", "home-heart", "home-infinity", "home-link", "home-lock", "home-minus", "home-move", "home-off", "home-plus", "home-question", "home-ribbon", "home-search", "home-share", "home-shield", "home-signal", "home-spark", "home-star", "home-stats", "home-up", "home-x", "home", "horse-toy", "horse", "horseshoe", "hospital-circle", "hospital", "hotel-service", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "hours-12", "hours-24", "html", "http-connect-off", "http-connect", "http-delete-off", "http-delete", "http-get-off", "http-get", "http-head-off", "http-head", "http-options-off", "http-options", "http-patch-off", "http-patch", "http-post-off", "http-post", "http-put-off", "http-put", "http-que-off", "http-que", "http-trace-off", "http-trace", "ice-cream-2", "ice-cream-off", "ice-cream", "ice-skating", "iceberg", "icons-off", "icons", "id-badge-2", "id-badge-off", "id-badge", "id-off", "id", "ikosaedr", "image-generation", "image-in-picture", "inbox-off", "inbox", "indent-decrease", "indent-increase", "infinity-off", "infinity", "info-circle", "info-hexagon", "info-octagon", "info-small", "info-square-rounded", "info-square", "info-triangle", "inner-shadow-bottom-left", "inner-shadow-bottom-right", "inner-shadow-bottom", "inner-shadow-left", "inner-shadow-right", "inner-shadow-top-left", "inner-shadow-top-right", "inner-shadow-top", "input-ai", "input-check", "input-search", "input-spark", "input-x", "invoice", "ironing-1", "ironing-2", "ironing-3", "ironing-off", "ironing-steam-off", "ironing-steam", "ironing", "irregular-polyhedron-off", "irregular-polyhedron-plus", "irregular-polyhedron", "italic", "jacket", "jetpack", "jetski", "jewish-star", "join-bevel", "join-round", "join-straight", "joker", "jpg", "json", "jump-rope", "karate", "kayak", "kerning", "key-off", "key", "keyboard-hide", "keyboard-off", "keyboard-show", "keyboard", "keyframe-align-center", "keyframe-align-horizontal", "keyframe-align-vertical", "keyframe", "keyframes", "label-important", "label-off", "label", "ladder-off", "ladder", "ladle", "lambda", "lamp-2", "lamp-off", "lamp", "lane", "language-hiragana", "language-katakana", "language-off", "language", "lasso-off", "lasso-polygon", "lasso", "laurel-wreath-1", "laurel-wreath-2", "laurel-wreath-3", "laurel-wreath", "layers-difference", "layers-intersect-2", "layers-intersect", "layers-linked", "layers-off", "layers-selected-bottom", "layers-selected", "layers-subtract", "layers-union", "layout-2", "layout-align-bottom", "layout-align-center", "layout-align-left", "layout-align-middle", "layout-align-right", "layout-align-top", "layout-board-split", "layout-board", "layout-bottombar-collapse", "layout-bottombar-expand", "layout-bottombar-inactive", "layout-bottombar", "layout-cards", "layout-collage", "layout-columns", "layout-dashboard", "layout-distribute-horizontal", "layout-distribute-vertical", "layout-grid-add", "layout-grid-remove", "layout-grid", "layout-kanban", "layout-list", "layout-navbar-collapse", "layout-navbar-expand", "layout-navbar-inactive", "layout-navbar", "layout-off", "layout-rows", "layout-sidebar-inactive", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout-sidebar-right-inactive", "layout-sidebar-right", "layout-sidebar", "layout", "leaf-2", "leaf-off", "leaf", "lego-off", "lego", "lemon-2", "lemon", "letter-a-small", "letter-a", "letter-b-small", "letter-b", "letter-c-small", "letter-c", "letter-case-lower", "letter-case-toggle", "letter-case-upper", "letter-case", "letter-d-small", "letter-d", "letter-e-small", "letter-e", "letter-f-small", "letter-f", "letter-g-small", "letter-g", "letter-h-small", "letter-h", "letter-i-small", "letter-i", "letter-j-small", "letter-j", "letter-k-small", "letter-k", "letter-l-small", "letter-l", "letter-m-small", "letter-m", "letter-n-small", "letter-n", "letter-o-small", "letter-o", "letter-p-small", "letter-p", "letter-q-small", "letter-q", "letter-r-small", "letter-r", "letter-s-small", "letter-s", "letter-spacing", "letter-t-small", "letter-t", "letter-u-small", "letter-u", "letter-v-small", "letter-v", "letter-w-small", "letter-w", "letter-x-small", "letter-x", "letter-y-small", "letter-y", "letter-z-small", "letter-z", "library-minus", "library-photo", "library-plus", "library", "license-off", "license", "lifebuoy-off", "lifebuoy", "lighter", "line-dashed", "line-dotted", "line-height", "line-scan", "line", "link-minus", "link-off", "link-plus", "link", "list-check", "list-details", "list-letters", "list-numbers", "list-search", "list-tree", "list", "live-photo-off", "live-photo", "live-view", "load-balancer", "loader-2", "loader-3", "loader-quarter", "loader", "location-bolt", "location-broken", "location-cancel", "location-check", "location-code", "location-cog", "location-discount", "location-dollar", "location-down", "location-exclamation", "location-heart", "location-minus", "location-off", "location-pause", "location-pin", "location-plus", "location-question", "location-search", "location-share", "location-star", "location-up", "location-x", "location", "lock-access-off", "lock-access", "lock-bitcoin", "lock-bolt", "lock-cancel", "lock-check", "lock-code", "lock-cog", "lock-dollar", "lock-down", "lock-exclamation", "lock-heart", "lock-minus", "lock-off", "lock-open-2", "lock-open-off", "lock-open", "lock-password", "lock-pause", "lock-pin", "lock-plus", "lock-question", "lock-search", "lock-share", "lock-square-rounded", "lock-square", "lock-star", "lock-up", "lock-x", "lock", "logic-and", "logic-buffer", "logic-nand", "logic-nor", "logic-not", "logic-or", "logic-xnor", "logic-xor", "login-2", "login", "logout-2", "logout", "logs", "lollipop-off", "lollipop", "luggage-off", "luggage", "lungs-off", "lungs", "macro-off", "macro", "magnet-off", "magnet", "magnetic", "mail-ai", "mail-bitcoin", "mail-bolt", "mail-cancel", "mail-check", "mail-code", "mail-cog", "mail-dollar", "mail-down", "mail-exclamation", "mail-fast", "mail-forward", "mail-heart", "mail-minus", "mail-off", "mail-opened", "mail-pause", "mail-pin", "mail-plus", "mail-question", "mail-search", "mail-share", "mail-spark", "mail-star", "mail-up", "mail-x", "mail", "mailbox-off", "mailbox", "man", "manual-gearbox", "map-2", "map-bolt", "map-cancel", "map-check", "map-code", "map-cog", "map-discount", "map-dollar", "map-down", "map-east", "map-exclamation", "map-heart", "map-lock", "map-minus", "map-north", "map-off", "map-pause", "map-pin-2", "map-pin-bolt", "map-pin-cancel", "map-pin-check", "map-pin-code", "map-pin-cog", "map-pin-dollar", "map-pin-down", "map-pin-exclamation", "map-pin-heart", "map-pin-minus", "map-pin-off", "map-pin-pause", "map-pin-pin", "map-pin-plus", "map-pin-question", "map-pin-search", "map-pin-share", "map-pin-star", "map-pin-up", "map-pin-x", "map-pin", "map-pins", "map-plus", "map-question", "map-route", "map-search", "map-share", "map-shield", "map-south", "map-star", "map-up", "map-west", "map-x", "map", "markdown-off", "markdown", "marquee-2", "marquee-off", "marquee", "mars", "mask-off", "mask", "masks-theater-off", "masks-theater", "massage", "matchstick", "math-1-divide-2", "math-1-divide-3", "math-avg", "math-cos", "math-ctg", "math-equal-greater", "math-equal-lower", "math-function-off", "math-function-y", "math-function", "math-greater", "math-integral-x", "math-integral", "math-integrals", "math-lower", "math-max-min", "math-max", "math-min", "math-not", "math-off", "math-pi-divide-2", "math-pi", "math-sec", "math-sin", "math-symbols", "math-tg", "math-x-divide-2", "math-x-divide-y-2", "math-x-divide-y", "math-x-floor-divide-y", "math-x-minus-x", "math-x-minus-y", "math-x-plus-x", "math-x-plus-y", "math-xy", "math-y-minus-y", "math-y-plus-y", "math", "matrix", "maximize-off", "maximize", "meat-off", "meat", "medal-2", "medal", "medical-cross-circle", "medical-cross-off", "medical-cross", "medicine-syrup", "meeple", "melon", "menorah", "menu-2", "menu-3", "menu-4", "menu-deep", "menu-order", "menu", "mesh", "message-2-bolt", "message-2-cancel", "message-2-check", "message-2-code", "message-2-cog", "message-2-dollar", "message-2-down", "message-2-exclamation", "message-2-heart", "message-2-minus", "message-2-off", "message-2-pause", "message-2-pin", "message-2-plus", "message-2-question", "message-2-search", "message-2-share", "message-2-star", "message-2-up", "message-2-x", "message-2", "message-bolt", "message-cancel", "message-chatbot", "message-check", "message-circle-bolt", "message-circle-cancel", "message-circle-check", "message-circle-code", "message-circle-cog", "message-circle-dollar", "message-circle-down", "message-circle-exclamation", "message-circle-heart", "message-circle-minus", "message-circle-off", "message-circle-pause", "message-circle-pin", "message-circle-plus", "message-circle-question", "message-circle-search", "message-circle-share", "message-circle-star", "message-circle-up", "message-circle-user", "message-circle-x", "message-circle", "message-code", "message-cog", "message-dollar", "message-dots", "message-down", "message-exclamation", "message-forward", "message-heart", "message-language", "message-minus", "message-off", "message-pause", "message-pin", "message-plus", "message-question", "message-reply", "message-report", "message-search", "message-share", "message-star", "message-up", "message-user", "message-x", "message", "messages-off", "messages", "meteor-off", "meteor", "meter-cube", "meter-square", "metronome", "michelin-bib-gourmand", "michelin-star-green", "michelin-star", "mickey", "microfrontends", "microphone-2-off", "microphone-2", "microphone-off", "microphone", "microscope-off", "microscope", "microwave-off", "microwave", "middleware", "military-award", "military-rank", "milk-off", "milk", "milkshake", "minimize", "minus-vertical", "minus", "mist-off", "mist", "mobiledata-off", "mobiledata", "moneybag-edit", "moneybag-heart", "moneybag-minus", "moneybag-move-back", "moneybag-move", "moneybag-plus", "moneybag", "monkeybar", "mood-angry", "mood-annoyed-2", "mood-annoyed", "mood-bitcoin", "mood-boy", "mood-check", "mood-cog", "mood-confuzed", "mood-crazy-happy", "mood-cry", "mood-dollar", "mood-edit", "mood-empty", "mood-happy", "mood-heart", "mood-kid", "mood-look-down", "mood-look-left", "mood-look-right", "mood-look-up", "mood-minus", "mood-nerd", "mood-nervous", "mood-neutral", "mood-off", "mood-pin", "mood-plus", "mood-puzzled", "mood-sad-2", "mood-sad-dizzy", "mood-sad-squint", "mood-sad", "mood-search", "mood-share", "mood-sick", "mood-silence", "mood-sing", "mood-smile-beam", "mood-smile-dizzy", "mood-smile", "mood-spark", "mood-surprised", "mood-tongue-wink-2", "mood-tongue-wink", "mood-tongue", "mood-unamused", "mood-up", "mood-wink-2", "mood-wink", "mood-wrrr", "mood-x", "mood-xd", "moon-2", "moon-off", "moon-stars", "moon", "moped", "motorbike", "mountain-off", "mountain", "mouse-2", "mouse-off", "mouse", "moustache", "movie-off", "movie", "mug-off", "mug", "multiplier-0-5x", "multiplier-1-5x", "multiplier-1x", "multiplier-2x", "mushroom-off", "mushroom", "music-bolt", "music-cancel", "music-check", "music-code", "music-cog", "music-discount", "music-dollar", "music-down", "music-exclamation", "music-heart", "music-minus", "music-off", "music-pause", "music-pin", "music-plus", "music-question", "music-search", "music-share", "music-star", "music-up", "music-x", "music", "navigation-bolt", "navigation-cancel", "navigation-check", "navigation-code", "navigation-cog", "navigation-discount", "navigation-dollar", "navigation-down", "navigation-east", "navigation-exclamation", "navigation-heart", "navigation-minus", "navigation-north", "navigation-off", "navigation-pause", "navigation-pin", "navigation-plus", "navigation-question", "navigation-search", "navigation-share", "navigation-south", "navigation-star", "navigation-top", "navigation-up", "navigation-west", "navigation-x", "navigation", "needle-thread", "needle", "network-off", "network", "new-section", "news-off", "news", "nfc-off", "nfc", "no-copyright", "no-creative-commons", "no-derivatives", "north-star", "note-off", "note", "notebook-off", "notebook", "notes-off", "notes", "notification-off", "notification", "number-0-small", "number-0", "number-1-small", "number-1", "number-10-small", "number-10", "number-100-small", "number-11-small", "number-11", "number-12-small", "number-123", "number-13-small", "number-14-small", "number-15-small", "number-16-small", "number-17-small", "number-18-small", "number-19-small", "number-2-small", "number-2", "number-20-small", "number-21-small", "number-22-small", "number-23-small", "number-24-small", "number-25-small", "number-26-small", "number-27-small", "number-28-small", "number-29-small", "number-3-small", "number-3", "number-30-small", "number-31-small", "number-32-small", "number-33-small", "number-34-small", "number-35-small", "number-36-small", "number-37-small", "number-38-small", "number-39-small", "number-4-small", "number-4", "number-40-small", "number-41-small", "number-42-small", "number-43-small", "number-44-small", "number-45-small", "number-46-small", "number-47-small", "number-48-small", "number-49-small", "number-5-small", "number-5", "number-50-small", "number-51-small", "number-52-small", "number-53-small", "number-54-small", "number-55-small", "number-56-small", "number-57-small", "number-58-small", "number-59-small", "number-6-small", "number-6", "number-60-small", "number-61-small", "number-62-small", "number-63-small", "number-64-small", "number-65-small", "number-66-small", "number-67-small", "number-68-small", "number-69-small", "number-7-small", "number-7", "number-70-small", "number-71-small", "number-72-small", "number-73-small", "number-74-small", "number-75-small", "number-76-small", "number-77-small", "number-78-small", "number-79-small", "number-8-small", "number-8", "number-80-small", "number-81-small", "number-82-small", "number-83-small", "number-84-small", "number-85-small", "number-86-small", "number-87-small", "number-88-small", "number-89-small", "number-9-small", "number-9", "number-90-small", "number-91-small", "number-92-small", "number-93-small", "number-94-small", "number-95-small", "number-96-small", "number-97-small", "number-98-small", "number-99-small", "number", "numbers", "nurse", "nut", "object-scan", "octagon-minus-2", "octagon-minus", "octagon-off", "octagon-plus-2", "octagon-plus", "octagon", "octahedron-off", "octahedron-plus", "octahedron", "old", "olympic-torch", "olympics-off", "olympics", "om", "omega", "option", "outbound", "outlet", "oval-vertical", "oval", "overline", "package-export", "package-import", "package-off", "package", "packages", "pacman", "page-break", "paint-off", "paint", "palette-off", "palette", "panorama-horizontal-off", "panorama-horizontal", "panorama-vertical-off", "panorama-vertical", "paper-bag-off", "paper-bag", "paperclip", "parachute-off", "parachute", "parentheses-off", "parentheses", "parking-circle", "parking-meter", "parking-off", "parking", "password-fingerprint", "password-mobile-phone", "password-user", "password", "paw-off", "paw", "paywall", "pdf", "peace", "pencil-bolt", "pencil-cancel", "pencil-check", "pencil-code", "pencil-cog", "pencil-discount", "pencil-dollar", "pencil-down", "pencil-exclamation", "pencil-heart", "pencil-minus", "pencil-off", "pencil-pause", "pencil-pin", "pencil-plus", "pencil-question", "pencil-search", "pencil-share", "pencil-star", "pencil-up", "pencil-x", "pencil", "pennant-2", "pennant-off", "pennant", "pentagon-minus", "pentagon-number-0", "pentagon-number-1", "pentagon-number-2", "pentagon-number-3", "pentagon-number-4", "pentagon-number-5", "pentagon-number-6", "pentagon-number-7", "pentagon-number-8", "pentagon-number-9", "pentagon-off", "pentagon-plus", "pentagon-x", "pentagon", "pentagram", "pepper-off", "pepper", "percentage-0", "percentage-10", "percentage-100", "percentage-20", "percentage-25", "percentage-30", "percentage-33", "percentage-40", "percentage-50", "percentage-60", "percentage-66", "percentage-70", "percentage-75", "percentage-80", "percentage-90", "percentage", "perfume", "perspective-off", "perspective", "phone-call", "phone-calling", "phone-check", "phone-done", "phone-end", "phone-incoming", "phone-off", "phone-outgoing", "phone-pause", "phone-plus", "phone-ringing", "phone-spark", "phone-x", "phone", "photo-ai", "photo-bitcoin", "photo-bolt", "photo-cancel", "photo-check", "photo-circle-minus", "photo-circle-plus", "photo-circle", "photo-code", "photo-cog", "photo-dollar", "photo-down", "photo-edit", "photo-exclamation", "photo-heart", "photo-hexagon", "photo-minus", "photo-off", "photo-pause", "photo-pentagon", "photo-pin", "photo-plus", "photo-question", "photo-scan", "photo-search", "photo-sensor-2", "photo-sensor-3", "photo-sensor", "photo-share", "photo-shield", "photo-spark", "photo-square-rounded", "photo-star", "photo-up", "photo-video", "photo-x", "photo", "physotherapist", "piano", "pick", "picnic-table", "picture-in-picture-off", "picture-in-picture-on", "picture-in-picture-top", "picture-in-picture", "pig-money", "pig-off", "pig", "pilcrow-left", "pilcrow-right", "pilcrow", "pill-off", "pill", "pillow", "pills", "pin-end", "pin-invoke", "pin", "ping-pong", "pinned-off", "pinned", "pipeline", "pizza-off", "pizza", "placeholder", "plane-arrival", "plane-departure", "plane-inflight", "plane-off", "plane-tilt", "plane", "planet-off", "planet", "plant-2-off", "plant-2", "plant-off", "plant", "play-basketball", "play-card-1", "play-card-10", "play-card-2", "play-card-3", "play-card-4", "play-card-5", "play-card-6", "play-card-7", "play-card-8", "play-card-9", "play-card-a", "play-card-j", "play-card-k", "play-card-off", "play-card-q", "play-card-star", "play-card", "play-football", "play-handball", "play-volleyball", "player-eject", "player-pause", "player-play", "player-record", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "playlist-add", "playlist-off", "playlist-x", "playlist", "playstation-circle", "playstation-square", "playstation-triangle", "playstation-x", "plug-connected-x", "plug-connected", "plug-off", "plug-x", "plug", "plus-equal", "plus-minus", "plus", "png", "podium-off", "podium", "point-off", "point", "pointer-bolt", "pointer-cancel", "pointer-check", "pointer-code", "pointer-cog", "pointer-dollar", "pointer-down", "pointer-exclamation", "pointer-heart", "pointer-minus", "pointer-off", "pointer-pause", "pointer-pin", "pointer-plus", "pointer-question", "pointer-search", "pointer-share", "pointer-star", "pointer-up", "pointer-x", "pointer", "pokeball-off", "pokeball", "poker-chip", "polaroid", "polygon-off", "polygon", "poo", "pool-off", "pool", "power", "pray", "premium-rights", "prescription", "presentation-analytics", "presentation-off", "presentation", "printer-off", "printer", "prism-light", "prism-off", "prism-plus", "prism", "prison", "progress-alert", "progress-bolt", "progress-check", "progress-down", "progress-help", "progress-x", "progress", "prompt", "prong", "propeller-off", "propeller", "protocol", "pumpkin-scary", "puzzle-2", "puzzle-off", "puzzle", "pyramid-off", "pyramid-plus", "pyramid", "qrcode-off", "qrcode", "question-mark", "queue-pop-in", "queue-pop-out", "quote-off", "quote-open", "quote", "quotes", "radar-2", "radar-off", "radar", "radio-off", "radio", "radioactive-off", "radioactive", "radius-bottom-left", "radius-bottom-right", "radius-top-left", "radius-top-right", "rainbow-off", "rainbow", "rating-12-plus", "rating-14-plus", "rating-16-plus", "rating-18-plus", "rating-21-plus", "razor-electric", "razor", "receipt-2", "receipt-bitcoin", "receipt-dollar", "receipt-euro", "receipt-off", "receipt-pound", "receipt-refund", "receipt-rupee", "receipt-tax", "receipt-yen", "receipt-yuan", "receipt", "recharging", "record-mail-off", "record-mail", "rectangle-rounded-bottom", "rectangle-rounded-top", "rectangle-vertical", "rectangle", "rectangular-prism-off", "rectangular-prism-plus", "rectangular-prism", "recycle-off", "recycle", "refresh-alert", "refresh-dot", "refresh-off", "refresh", "regex-off", "regex", "registered", "relation-many-to-many", "relation-one-to-many", "relation-one-to-one", "reload", "reorder", "repeat-off", "repeat-once", "repeat", "replace-off", "replace-user", "replace", "report-analytics", "report-medical", "report-money", "report-off", "report-search", "report", "reserved-line", "resize", "restore", "rewind-backward-10", "rewind-backward-15", "rewind-backward-20", "rewind-backward-30", "rewind-backward-40", "rewind-backward-5", "rewind-backward-50", "rewind-backward-60", "rewind-forward-10", "rewind-forward-15", "rewind-forward-20", "rewind-forward-30", "rewind-forward-40", "rewind-forward-5", "rewind-forward-50", "rewind-forward-60", "ribbon-health", "rings", "ripple-down", "ripple-off", "ripple-up", "ripple", "road-off", "road-sign", "road", "robot-face", "robot-off", "robot", "rocket-off", "rocket", "roller-skating", "rollercoaster-off", "rollercoaster", "rosette-asterisk", "rosette-discount-check-off", "rosette-discount-check", "rosette-discount-off", "rosette-discount", "rosette-number-0", "rosette-number-1", "rosette-number-2", "rosette-number-3", "rosette-number-4", "rosette-number-5", "rosette-number-6", "rosette-number-7", "rosette-number-8", "rosette-number-9", "rosette", "rotate-2", "rotate-360", "rotate-3d", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate-rectangle", "rotate", "route-2", "route-alt-left", "route-alt-right", "route-off", "route-scan", "route-square-2", "route-square", "route-x-2", "route-x", "route", "router-off", "router", "row-insert-bottom", "row-insert-top", "row-remove", "rss", "rubber-stamp-off", "rubber-stamp", "ruler-2-off", "ruler-2", "ruler-3", "ruler-measure-2", "ruler-measure", "ruler-off", "ruler", "run", "rv-truck", "s-turn-down", "s-turn-left", "s-turn-right", "s-turn-up", "sailboat-2", "sailboat-off", "sailboat", "salad", "salt", "sandbox", "satellite-off", "satellite", "sausage", "scale-off", "scale-outline-off", "scale-outline", "scale", "scan-eye", "scan-letter-a", "scan-letter-t", "scan-position", "scan-traces", "scan", "schema-off", "schema", "school-bell", "school-off", "school", "scissors-off", "scissors", "scooter-electric", "scooter", "scoreboard", "screen-share-off", "screen-share", "screenshot", "scribble-off", "scribble", "script-minus", "script-plus", "script-x", "script", "scuba-diving-tank", "scuba-diving", "scuba-mask-off", "scuba-mask", "sdk", "search-off", "search", "section-sign", "section", "seedling-off", "seedling", "segway", "select-all", "select", "selector", "send-2", "send-off", "send", "seo", "separator-horizontal", "separator-vertical", "separator", "server-2", "server-bolt", "server-cog", "server-off", "server-spark", "server", "serverless", "servicemark", "settings-2", "settings-ai", "settings-automation", "settings-bolt", "settings-cancel", "settings-check", "settings-code", "settings-cog", "settings-dollar", "settings-down", "settings-exclamation", "settings-heart", "settings-minus", "settings-off", "settings-pause", "settings-pin", "settings-plus", "settings-question", "settings-search", "settings-share", "settings-spark", "settings-star", "settings-up", "settings-x", "settings", "shadow-off", "shadow", "shape-2", "shape-3", "shape-off", "shape", "share-2", "share-3", "share-off", "share", "shareplay", "shield-bolt", "shield-cancel", "shield-check", "shield-checkered", "shield-chevron", "shield-code", "shield-cog", "shield-dollar", "shield-down", "shield-exclamation", "shield-half", "shield-heart", "shield-lock", "shield-minus", "shield-off", "shield-pause", "shield-pin", "shield-plus", "shield-question", "shield-search", "shield-share", "shield-star", "shield-up", "shield-x", "shield", "ship-off", "ship", "shirt-off", "shirt-sport", "shirt", "shoe-off", "shoe", "shopping-bag-check", "shopping-bag-discount", "shopping-bag-edit", "shopping-bag-exclamation", "shopping-bag-heart", "shopping-bag-minus", "shopping-bag-plus", "shopping-bag-search", "shopping-bag-x", "shopping-bag", "shopping-cart-bolt", "shopping-cart-cancel", "shopping-cart-check", "shopping-cart-code", "shopping-cart-cog", "shopping-cart-copy", "shopping-cart-discount", "shopping-cart-dollar", "shopping-cart-down", "shopping-cart-exclamation", "shopping-cart-heart", "shopping-cart-minus", "shopping-cart-off", "shopping-cart-pause", "shopping-cart-pin", "shopping-cart-plus", "shopping-cart-question", "shopping-cart-search", "shopping-cart-share", "shopping-cart-star", "shopping-cart-up", "shopping-cart-x", "shopping-cart", "shovel-pitchforks", "shovel", "shredder", "sign-left", "sign-right", "signal-2g", "signal-3g", "signal-4g-plus", "signal-4g", "signal-5g", "signal-6g", "signal-e", "signal-g", "signal-h-plus", "signal-h", "signal-lte", "signature-off", "signature", "sitemap-off", "sitemap", "skateboard-off", "skateboard", "skateboarding", "skew-x", "skew-y", "ski-jumping", "skull", "slash", "slashes", "sleigh", "slice", "slideshow", "smart-home-off", "smart-home", "smoking-no", "smoking", "snowboarding", "snowflake-off", "snowflake", "snowman", "soccer-field", "social-off", "social", "sock", "sofa-off", "sofa", "solar-electricity", "solar-panel-2", "solar-panel", "sort-0-9", "sort-9-0", "sort-a-z", "sort-ascending-2", "sort-ascending-letters", "sort-ascending-numbers", "sort-ascending-shapes", "sort-ascending-small-big", "sort-ascending", "sort-descending-2", "sort-descending-letters", "sort-descending-numbers", "sort-descending-shapes", "sort-descending-small-big", "sort-descending", "sort-z-a", "sos", "soup-off", "soup", "source-code", "space-off", "space", "spaces", "spacing-horizontal", "spacing-vertical", "spade", "sparkles-2", "sparkles", "speakerphone", "speedboat", "sphere-off", "sphere-plus", "sphere", "spider", "spiral-off", "spiral", "sport-billard", "spray", "spy-off", "spy", "sql", "square-arrow-down", "square-arrow-left", "square-arrow-right", "square-arrow-up", "square-asterisk", "square-check", "square-chevron-down", "square-chevron-left", "square-chevron-right", "square-chevron-up", "square-chevrons-down", "square-chevrons-left", "square-chevrons-right", "square-chevrons-up", "square-dashed", "square-dot", "square-f0", "square-f1", "square-f2", "square-f3", "square-f4", "square-f5", "square-f6", "square-f7", "square-f8", "square-f9", "square-forbid-2", "square-forbid", "square-half", "square-key", "square-letter-a", "square-letter-b", "square-letter-c", "square-letter-d", "square-letter-e", "square-letter-f", "square-letter-g", "square-letter-h", "square-letter-i", "square-letter-j", "square-letter-k", "square-letter-l", "square-letter-m", "square-letter-n", "square-letter-o", "square-letter-p", "square-letter-q", "square-letter-r", "square-letter-s", "square-letter-t", "square-letter-u", "square-letter-v", "square-letter-w", "square-letter-x", "square-letter-y", "square-letter-z", "square-minus-2", "square-minus", "square-number-0", "square-number-1", "square-number-2", "square-number-3", "square-number-4", "square-number-5", "square-number-6", "square-number-7", "square-number-8", "square-number-9", "square-off", "square-percentage", "square-plus-2", "square-plus", "square-root-2", "square-root", "square-rotated-asterisk", "square-rotated-forbid-2", "square-rotated-forbid", "square-rotated-off", "square-rotated", "square-rounded-arrow-down", "square-rounded-arrow-left", "square-rounded-arrow-right", "square-rounded-arrow-up", "square-rounded-check", "square-rounded-chevron-down", "square-rounded-chevron-left", "square-rounded-chevron-right", "square-rounded-chevron-up", "square-rounded-chevrons-down", "square-rounded-chevrons-left", "square-rounded-chevrons-right", "square-rounded-chevrons-up", "square-rounded-letter-a", "square-rounded-letter-b", "square-rounded-letter-c", "square-rounded-letter-d", "square-rounded-letter-e", "square-rounded-letter-f", "square-rounded-letter-g", "square-rounded-letter-h", "square-rounded-letter-i", "square-rounded-letter-j", "square-rounded-letter-k", "square-rounded-letter-l", "square-rounded-letter-m", "square-rounded-letter-n", "square-rounded-letter-o", "square-rounded-letter-p", "square-rounded-letter-q", "square-rounded-letter-r", "square-rounded-letter-s", "square-rounded-letter-t", "square-rounded-letter-u", "square-rounded-letter-v", "square-rounded-letter-w", "square-rounded-letter-x", "square-rounded-letter-y", "square-rounded-letter-z", "square-rounded-minus-2", "square-rounded-minus", "square-rounded-number-0", "square-rounded-number-1", "square-rounded-number-2", "square-rounded-number-3", "square-rounded-number-4", "square-rounded-number-5", "square-rounded-number-6", "square-rounded-number-7", "square-rounded-number-8", "square-rounded-number-9", "square-rounded-percentage", "square-rounded-plus-2", "square-rounded-plus", "square-rounded-x", "square-rounded", "square-toggle-horizontal", "square-toggle", "square-x", "square", "squares-diagonal", "squares-selected", "squares", "stack-2", "stack-3", "stack-back", "stack-backward", "stack-forward", "stack-front", "stack-middle", "stack-pop", "stack-push", "stack", "stairs-down", "stairs-up", "stairs", "star-half", "star-off", "star", "stars-off", "stars", "status-change", "steam", "steering-wheel-off", "steering-wheel", "step-into", "step-out", "stereo-glasses", "stethoscope-off", "stethoscope", "sticker-2", "sticker", "stopwatch", "storm-off", "storm", "stretching-2", "stretching", "strikethrough", "stroke-curved", "stroke-dynamic", "stroke-straight", "submarine", "subscript", "subtask", "subtitles-ai", "subtitles-edit", "subtitles-off", "subtitles", "sum-off", "sum", "sun-electricity", "sun-high", "sun-low", "sun-moon", "sun-off", "sun-wind", "sun", "sunglasses", "sunrise", "sunset-2", "sunset", "superscript", "svg", "swimming", "swipe-down", "swipe-left", "swipe-right", "swipe-up", "swipe", "switch-2", "switch-3", "switch-horizontal", "switch-vertical", "switch", "sword-off", "sword", "swords", "table-alias", "table-column", "table-dashed", "table-down", "table-export", "table-heart", "table-import", "table-minus", "table-off", "table-options", "table-plus", "table-row", "table-share", "table-shortcut", "table-spark", "table", "tag-minus", "tag-off", "tag-plus", "tag-starred", "tag", "tags-off", "tags", "tallymark-1", "tallymark-2", "tallymark-3", "tallymark-4", "tallymarks", "tank", "target-arrow", "target-off", "target", "tax-euro", "tax-pound", "tax", "teapot", "telescope-off", "telescope", "temperature-celsius", "temperature-fahrenheit", "temperature-minus", "temperature-off", "temperature-plus", "temperature-snow", "temperature-sun", "temperature", "template-off", "template", "tent-off", "tent", "terminal-2", "terminal", "test-pipe-2", "test-pipe-off", "test-pipe", "tex", "text-caption", "text-color", "text-decrease", "text-direction-ltr", "text-direction-rtl", "text-grammar", "text-increase", "text-orientation", "text-plus", "text-recognition", "text-resize", "text-scan-2", "text-size", "text-spellcheck", "text-wrap-column", "text-wrap-disabled", "text-wrap", "texture", "theater", "thermometer", "thumb-down-off", "thumb-down", "thumb-up-off", "thumb-up", "tic-tac", "ticket-off", "ticket", "tie", "tilde", "tilt-shift-off", "tilt-shift", "time-duration-0", "time-duration-10", "time-duration-15", "time-duration-30", "time-duration-45", "time-duration-5", "time-duration-60", "time-duration-90", "time-duration-off", "timeline-event-exclamation", "timeline-event-minus", "timeline-event-plus", "timeline-event-text", "timeline-event-x", "timeline-event", "timeline", "timezone", "tip-jar-euro", "tip-jar-pound", "tip-jar", "tir", "toggle-left", "toggle-right", "toilet-paper-off", "toilet-paper", "toml", "tool", "tools-kitchen-2-off", "tools-kitchen-2", "tools-kitchen-3", "tools-kitchen-off", "tools-kitchen", "tools-off", "tools", "tooltip", "topology-bus", "topology-complex", "topology-full-hierarchy", "topology-full", "topology-ring-2", "topology-ring-3", "topology-ring", "topology-star-2", "topology-star-3", "topology-star-ring-2", "topology-star-ring-3", "topology-star-ring", "topology-star", "torii", "tornado", "tournament", "tower-off", "tower", "track", "tractor", "trademark", "traffic-cone-off", "traffic-cone", "traffic-lights-off", "traffic-lights", "train", "transaction-bitcoin", "transaction-dollar", "transaction-euro", "transaction-pound", "transaction-rupee", "transaction-yen", "transaction-yuan", "transfer-in", "transfer-out", "transfer-vertical", "transfer", "transform-point-bottom-left", "transform-point-bottom-right", "transform-point-top-left", "transform-point-top-right", "transform-point", "transform", "transition-bottom", "transition-left", "transition-right", "transition-top", "trash-off", "trash-x", "trash", "treadmill", "tree", "trees", "trekking", "trending-down-2", "trending-down-3", "trending-down", "trending-up-2", "trending-up-3", "trending-up-down", "trending-up", "triangle-inverted", "triangle-minus-2", "triangle-minus", "triangle-off", "triangle-plus-2", "triangle-plus", "triangle-square-circle", "triangle", "triangles", "trident", "trolley", "trophy-off", "trophy", "trowel", "truck-delivery", "truck-loading", "truck-off", "truck-return", "truck", "txt", "typeface", "typography-off", "typography", "u-turn-left", "u-turn-right", "ufo-off", "ufo", "uhd", "umbrella-2", "umbrella-closed-2", "umbrella-closed", "umbrella-off", "umbrella", "underline", "universe", "unlink", "upload", "urgent", "usb", "user-bitcoin", "user-bolt", "user-cancel", "user-check", "user-circle", "user-code", "user-cog", "user-dollar", "user-down", "user-edit", "user-exclamation", "user-heart", "user-hexagon", "user-key", "user-minus", "user-off", "user-pause", "user-pentagon", "user-pin", "user-plus", "user-question", "user-scan", "user-screen", "user-search", "user-share", "user-shield", "user-square-rounded", "user-square", "user-star", "user-up", "user-x", "user", "users-group", "users-minus", "users-plus", "users", "uv-index", "ux-circle", "vaccine-bottle-off", "vaccine-bottle", "vaccine-off", "vaccine", "vacuum-cleaner", "variable-minus", "variable-off", "variable-plus", "variable", "vector-bezier-2", "vector-bezier-arc", "vector-bezier-circle", "vector-bezier", "vector-off", "vector-spline", "vector-triangle-off", "vector-triangle", "vector", "venus", "versions-off", "versions", "video-minus", "video-off", "video-plus", "video", "view-360-arrow", "view-360-number", "view-360-off", "view-360", "viewfinder-off", "viewfinder", "viewport-narrow", "viewport-short", "viewport-tall", "viewport-wide", "vinyl", "vip-2", "vip-off", "vip", "virus-off", "virus-search", "virus", "vocabulary-off", "vocabulary", "volcano", "volume-2", "volume-3", "volume-4", "volume-off", "volume", "vs", "walk", "wall-off", "wall", "wallet-off", "wallet", "wallpaper-off", "wallpaper", "wand-off", "wand", "wash-dry-1", "wash-dry-2", "wash-dry-3", "wash-dry-a", "wash-dry-dip", "wash-dry-f", "wash-dry-flat", "wash-dry-hang", "wash-dry-off", "wash-dry-p", "wash-dry-shade", "wash-dry-w", "wash-dry", "wash-dryclean-off", "wash-dryclean", "wash-eco", "wash-gentle", "wash-hand", "wash-machine", "wash-off", "wash-press", "wash-temperature-1", "wash-temperature-2", "wash-temperature-3", "wash-temperature-4", "wash-temperature-5", "wash-temperature-6", "wash-tumble-dry", "wash-tumble-off", "wash", "waterpolo", "wave-saw-tool", "wave-sine", "wave-square", "waves-electricity", "webhook-off", "webhook", "weight", "wheat-off", "wheat", "wheel", "wheelchair-off", "wheelchair", "whirl", "whisk", "wifi-0", "wifi-1", "wifi-2", "wifi-off", "wifi", "wind-electricity", "wind-off", "wind", "windmill-off", "windmill", "window-maximize", "window-minimize", "window-off", "window", "windsock", "wiper-wash", "wiper", "woman", "wood", "world-bolt", "world-cancel", "world-check", "world-code", "world-cog", "world-dollar", "world-down", "world-download", "world-exclamation", "world-heart", "world-latitude", "world-longitude", "world-map", "world-minus", "world-off", "world-pause", "world-pin", "world-plus", "world-question", "world-search", "world-share", "world-star", "world-up", "world-upload", "world-www", "world-x", "world", "wrecking-ball", "writing-off", "writing-sign-off", "writing-sign", "writing", "x-mark", "x-power-y", "x", "xbox-a", "xbox-b", "xbox-x", "xbox-y", "xd", "xxx", "yin-yang", "yoga", "zeppelin-off", "zeppelin", "zero-config", "zip", "zodiac-aquarius", "zodiac-aries", "zodiac-cancer", "zodiac-capricorn", "zodiac-gemini", "zodiac-leo", "zodiac-libra", "zodiac-pisces", "zodiac-sagittarius", "zodiac-scorpio", "zodiac-taurus", "zodiac-virgo", "zoom-cancel", "zoom-check", "zoom-code", "zoom-exclamation", "zoom-in-area", "zoom-in", "zoom-money", "zoom-out-area", "zoom-out", "zoom-pan", "zoom-question", "zoom-replace", "zoom-reset", "zoom-scan", "zoom", "zzz-off", "zzz", "accessible-filled", "ad-circle-filled", "ad-filled", "adjustments-horizontal-filled", "adjustments-filled", "aerial-lift-filled", "affiliate-filled", "air-balloon-filled", "alarm-minus-filled", "alarm-plus-filled", "alarm-snooze-filled", "alarm-filled", "alert-circle-filled", "alert-hexagon-filled", "alert-octagon-filled", "alert-square-rounded-filled", "alert-square-filled", "alert-triangle-filled", "alien-filled", "align-box-bottom-center-filled", "align-box-bottom-left-filled", "align-box-bottom-right-filled", "align-box-center-middle-filled", "align-box-left-bottom-filled", "align-box-left-middle-filled", "align-box-left-top-filled", "align-box-right-bottom-filled", "align-box-right-middle-filled", "align-box-right-top-filled", "align-box-top-center-filled", "align-box-top-left-filled", "align-box-top-right-filled", "analyze-filled", "app-window-filled", "apple-filled", "apps-filled", "archive-filled", "arrow-autofit-content-filled", "arrow-autofit-down-filled", "arrow-autofit-height-filled", "arrow-autofit-left-filled", "arrow-autofit-right-filled", "arrow-autofit-up-filled", "arrow-autofit-width-filled", "arrow-badge-down-filled", "arrow-badge-left-filled", "arrow-badge-right-filled", "arrow-badge-up-filled", "arrow-big-down-line-filled", "arrow-big-down-lines-filled", "arrow-big-down-filled", "arrow-big-left-line-filled", "arrow-big-left-lines-filled", "arrow-big-left-filled", "arrow-big-right-line-filled", "arrow-big-right-lines-filled", "arrow-big-right-filled", "arrow-big-up-line-filled", "arrow-big-up-lines-filled", "arrow-big-up-filled", "arrow-down-circle-filled", "arrow-down-rhombus-filled", "arrow-down-square-filled", "arrow-guide-filled", "arrow-left-circle-filled", "arrow-left-rhombus-filled", "arrow-left-square-filled", "arrow-move-down-filled", "arrow-move-left-filled", "arrow-move-right-filled", "arrow-move-up-filled", "arrow-right-circle-filled", "arrow-right-rhombus-filled", "arrow-right-square-filled", "arrow-up-circle-filled", "arrow-up-rhombus-filled", "arrow-up-square-filled", "artboard-filled", "article-filled", "aspect-ratio-filled", "assembly-filled", "asset-filled", "atom-2-filled", "automatic-gearbox-filled", "award-filled", "baby-carriage-filled", "backspace-filled", "badge-3d-filled", "badge-4k-filled", "badge-8k-filled", "badge-ad-filled", "badge-ar-filled", "badge-cc-filled", "badge-hd-filled", "badge-sd-filled", "badge-tm-filled", "badge-vo-filled", "badge-vr-filled", "badge-wc-filled", "badge-filled", "badges-filled", "ball-bowling-filled", "balloon-filled", "ballpen-filled", "bandage-filled", "barbell-filled", "barrier-block-filled", "basket-filled", "bath-filled", "battery-1-filled", "battery-2-filled", "battery-3-filled", "battery-4-filled", "battery-automotive-filled", "battery-vertical-1-filled", "battery-vertical-2-filled", "battery-vertical-3-filled", "battery-vertical-4-filled", "battery-vertical-filled", "battery-filled", "bed-flat-filled", "bed-filled", "beer-filled", "bell-minus-filled", "bell-plus-filled", "bell-ringing-2-filled", "bell-ringing-filled", "bell-x-filled", "bell-z-filled", "bell-filled", "bike-filled", "binary-tree-2-filled", "binary-tree-filled", "binoculars-filled", "biohazard-filled", "blade-filled", "blender-filled", "blob-filled", "bolt-filled", "bomb-filled", "bone-filled", "bong-filled", "book-filled", "bookmark-filled", "bookmarks-filled", "boom-filled", "bottle-filled", "bounce-left-filled", "bounce-right-filled", "bow-filled", "bowl-chopsticks-filled", "bowl-spoon-filled", "bowl-filled", "box-align-bottom-left-filled", "box-align-bottom-right-filled", "box-align-bottom-filled", "box-align-left-filled", "box-align-right-filled", "box-align-top-left-filled", "box-align-top-right-filled", "box-align-top-filled", "box-multiple-filled", "brand-angular-filled", "brand-apple-filled", "brand-bitbucket-filled", "brand-discord-filled", "brand-dribbble-filled", "brand-facebook-filled", "brand-github-filled", "brand-google-filled", "brand-instagram-filled", "brand-kick-filled", "brand-linkedin-filled", "brand-messenger-filled", "brand-open-source-filled", "brand-opera-filled", "brand-patreon-filled", "brand-paypal-filled", "brand-pinterest-filled", "brand-sketch-filled", "brand-snapchat-filled", "brand-spotify-filled", "brand-steam-filled", "brand-stripe-filled", "brand-tabler-filled", "brand-tiktok-filled", "brand-tinder-filled", "brand-tumblr-filled", "brand-twitter-filled", "brand-vercel-filled", "brand-vimeo-filled", "brand-weibo-filled", "brand-whatsapp-filled", "brand-windows-filled", "brand-x-filled", "brand-youtube-filled", "bread-filled", "briefcase-2-filled", "briefcase-filled", "brightness-auto-filled", "brightness-down-filled", "brightness-up-filled", "brightness-filled", "bubble-text-filled", "bubble-filled", "bug-filled", "building-bridge-2-filled", "building-broadcast-tower-filled", "bulb-filled", "bus-filled", "butterfly-filled", "cactus-filled", "calculator-filled", "calendar-event-filled", "calendar-month-filled", "calendar-week-filled", "calendar-filled", "camera-filled", "campfire-filled", "candle-filled", "cannabis-filled", "capsule-horizontal-filled", "capsule-filled", "capture-filled", "car-4wd-filled", "car-crane-filled", "car-fan-filled", "car-suv-filled", "car-filled", "carambola-filled", "caravan-filled", "cardboards-filled", "cards-filled", "caret-down-filled", "caret-left-right-filled", "caret-left-filled", "caret-right-filled", "caret-up-down-filled", "caret-up-filled", "carousel-horizontal-filled", "carousel-vertical-filled", "cash-banknote-filled", "category-filled", "charging-pile-filled", "chart-area-line-filled", "chart-area-filled", "chart-bubble-filled", "chart-candle-filled", "chart-donut-filled", "chart-dots-2-filled", "chart-dots-3-filled", "chart-dots-filled", "chart-funnel-filled", "chart-grid-dots-filled", "chart-pie-2-filled", "chart-pie-3-filled", "chart-pie-4-filled", "chart-pie-filled", "check-filled", "chef-hat-filled", "cherry-filled", "chess-bishop-filled", "chess-king-filled", "chess-knight-filled", "chess-queen-filled", "chess-rook-filled", "chess-filled", "chevron-down-filled", "chevron-right-filled", "christmas-tree-filled", "circle-arrow-down-left-filled", "circle-arrow-down-right-filled", "circle-arrow-down-filled", "circle-arrow-left-filled", "circle-arrow-right-filled", "circle-arrow-up-left-filled", "circle-arrow-up-right-filled", "circle-arrow-up-filled", "circle-caret-down-filled", "circle-caret-left-filled", "circle-caret-right-filled", "circle-caret-up-filled", "circle-check-filled", "circle-chevron-down-filled", "circle-chevron-left-filled", "circle-chevron-right-filled", "circle-chevron-up-filled", "circle-chevrons-down-filled", "circle-chevrons-left-filled", "circle-chevrons-right-filled", "circle-chevrons-up-filled", "circle-dot-filled", "circle-key-filled", "circle-letter-a-filled", "circle-letter-b-filled", "circle-letter-c-filled", "circle-letter-d-filled", "circle-letter-e-filled", "circle-letter-f-filled", "circle-letter-g-filled", "circle-letter-h-filled", "circle-letter-i-filled", "circle-letter-j-filled", "circle-letter-k-filled", "circle-letter-l-filled", "circle-letter-m-filled", "circle-letter-n-filled", "circle-letter-o-filled", "circle-letter-p-filled", "circle-letter-q-filled", "circle-letter-r-filled", "circle-letter-s-filled", "circle-letter-t-filled", "circle-letter-u-filled", "circle-letter-v-filled", "circle-letter-w-filled", "circle-letter-x-filled", "circle-letter-y-filled", "circle-letter-z-filled", "circle-number-0-filled", "circle-number-1-filled", "circle-number-2-filled", "circle-number-3-filled", "circle-number-4-filled", "circle-number-5-filled", "circle-number-6-filled", "circle-number-7-filled", "circle-number-8-filled", "circle-number-9-filled", "circle-percentage-filled", "circle-plus-filled", "circle-rectangle-filled", "circle-x-filled", "circle-filled", "circles-filled", "click-filled", "clipboard-check-filled", "clipboard-data-filled", "clipboard-list-filled", "clipboard-plus-filled", "clipboard-smile-filled", "clipboard-text-filled", "clipboard-typography-filled", "clipboard-x-filled", "clipboard-filled", "clock-hour-1-filled", "clock-hour-10-filled", "clock-hour-11-filled", "clock-hour-12-filled", "clock-hour-2-filled", "clock-hour-3-filled", "clock-hour-4-filled", "clock-hour-5-filled", "clock-hour-6-filled", "clock-hour-7-filled", "clock-hour-8-filled", "clock-hour-9-filled", "clock-filled", "cloud-computing-filled", "cloud-data-connection-filled", "cloud-filled", "clover-filled", "clubs-filled", "code-circle-2-filled", "code-circle-filled", "coin-bitcoin-filled", "coin-euro-filled", "coin-monero-filled", "coin-pound-filled", "coin-rupee-filled", "coin-taka-filled", "coin-yen-filled", "coin-yuan-filled", "coin-filled", "columns-1-filled", "columns-2-filled", "columns-3-filled", "compass-filled", "cone-2-filled", "cone-filled", "confetti-filled", "container-filled", "contrast-2-filled", "contrast-filled", "cookie-man-filled", "cookie-filled", "copy-check-filled", "copy-minus-filled", "copy-plus-filled", "copy-x-filled", "copy-filled", "copyleft-filled", "copyright-filled", "credit-card-filled", "crop-1-1-filled", "crop-16-9-filled", "crop-3-2-filled", "crop-5-4-filled", "crop-7-5-filled", "crop-landscape-filled", "crop-portrait-filled", "cross-filled", "crown-filled", "current-location-filled", "dashboard-filled", "database-filled", "device-cctv-filled", "device-desktop-filled", "device-floppy-filled", "device-gamepad-2-filled", "device-gamepad-3-filled", "device-gamepad-filled", "device-heart-monitor-filled", "device-imac-filled", "device-ipad-filled", "device-mobile-filled", "device-remote-filled", "device-speaker-filled", "device-tablet-filled", "device-tv-old-filled", "device-tv-filled", "device-unknown-filled", "device-usb-filled", "device-vision-pro-filled", "device-watch-filled", "dialpad-filled", "diamond-filled", "diamonds-filled", "dice-1-filled", "dice-2-filled", "dice-3-filled", "dice-4-filled", "dice-5-filled", "dice-6-filled", "dice-filled", "direction-arrows-filled", "direction-sign-filled", "directions-filled", "disc-filled", "discount-filled", "dots-vertical-filled", "dots-filled", "download-filled", "drop-circle-filled", "droplet-half-2-filled", "droplet-half-filled", "droplet-filled", "droplets-filled", "dual-screen-filled", "dumpling-filled", "ease-in-control-point-filled", "ease-in-out-control-points-filled", "ease-out-control-point-filled", "edit-filled", "egg-cracked-filled", "egg-fried-filled", "egg-filled", "elevator-filled", "engine-filled", "escalator-down-filled", "escalator-up-filled", "escalator-filled", "exchange-filled", "exclamation-circle-filled", "explicit-filled", "exposure-filled", "external-link-filled", "eye-table-filled", "eye-filled", "eyeglass-2-filled", "eyeglass-filled", "face-mask-filled", "favicon-filled", "feather-filled", "fence-filled", "ferry-filled", "fidget-spinner-filled", "file-analytics-filled", "file-check-filled", "file-code-2-filled", "file-code-filled", "file-cv-filled", "file-delta-filled", "file-description-filled", "file-diff-filled", "file-digit-filled", "file-dollar-filled", "file-dots-filled", "file-download-filled", "file-euro-filled", "file-function-filled", "file-horizontal-filled", "file-info-filled", "file-invoice-filled", "file-lambda-filled", "file-minus-filled", "file-music-filled", "file-neutral-filled", "file-pencil-filled", "file-percent-filled", "file-phone-filled", "file-power-filled", "file-rss-filled", "file-sad-filled", "file-scissors-filled", "file-settings-filled", "file-signal-filled", "file-smile-filled", "file-star-filled", "file-text-filled", "file-time-filled", "file-typography-filled", "file-unknown-filled", "file-upload-filled", "file-vector-filled", "file-x-filled", "file-filled", "files-filled", "filter-filled", "filters-filled", "fish-bone-filled", "flag-2-filled", "flag-3-filled", "flag-filled", "flame-filled", "flare-filled", "flask-2-filled", "flask-filled", "flower-filled", "folder-open-filled", "folder-filled", "folders-filled", "forbid-2-filled", "forbid-filled", "fountain-filled", "function-filled", "garden-cart-filled", "gas-station-filled", "gauge-filled", "ghost-2-filled", "ghost-3-filled", "ghost-filled", "gift-card-filled", "gift-filled", "glass-full-filled", "glass-filled", "globe-filled", "golf-filled", "gps-filled", "graph-filled", "grid-pattern-filled", "guitar-pick-filled", "hanger-2-filled", "headphones-filled", "headset-filled", "heart-broken-filled", "heart-filled", "helicopter-landing-filled", "helicopter-filled", "help-circle-filled", "help-hexagon-filled", "help-octagon-filled", "help-square-rounded-filled", "help-square-filled", "help-triangle-filled", "help-filled", "hexagon-letter-a-filled", "hexagon-letter-b-filled", "hexagon-letter-c-filled", "hexagon-letter-d-filled", "hexagon-letter-e-filled", "hexagon-letter-f-filled", "hexagon-letter-g-filled", "hexagon-letter-h-filled", "hexagon-letter-i-filled", "hexagon-letter-j-filled", "hexagon-letter-k-filled", "hexagon-letter-l-filled", "hexagon-letter-m-filled", "hexagon-letter-n-filled", "hexagon-letter-o-filled", "hexagon-letter-p-filled", "hexagon-letter-q-filled", "hexagon-letter-r-filled", "hexagon-letter-s-filled", "hexagon-letter-t-filled", "hexagon-letter-u-filled", "hexagon-letter-v-filled", "hexagon-letter-w-filled", "hexagon-letter-x-filled", "hexagon-letter-y-filled", "hexagon-letter-z-filled", "hexagon-minus-filled", "hexagon-number-0-filled", "hexagon-number-1-filled", "hexagon-number-2-filled", "hexagon-number-3-filled", "hexagon-number-4-filled", "hexagon-number-5-filled", "hexagon-number-6-filled", "hexagon-number-7-filled", "hexagon-number-8-filled", "hexagon-number-9-filled", "hexagon-plus-filled", "hexagon-filled", "home-2-filled", "home-filled", "hospital-circle-filled", "hourglass-filled", "icons-filled", "id-filled", "info-circle-filled", "info-hexagon-filled", "info-octagon-filled", "info-square-rounded-filled", "info-square-filled", "info-triangle-filled", "inner-shadow-bottom-left-filled", "inner-shadow-bottom-right-filled", "inner-shadow-bottom-filled", "inner-shadow-left-filled", "inner-shadow-right-filled", "inner-shadow-top-left-filled", "inner-shadow-top-right-filled", "inner-shadow-top-filled", "ironing-1-filled", "ironing-2-filled", "ironing-3-filled", "ironing-steam-filled", "ironing-filled", "jetpack-filled", "jewish-star-filled", "key-filled", "keyboard-filled", "keyframe-align-center-filled", "keyframe-align-horizontal-filled", "keyframe-align-vertical-filled", "keyframe-filled", "keyframes-filled", "label-important-filled", "label-filled", "lasso-polygon-filled", "laurel-wreath-1-filled", "laurel-wreath-2-filled", "laurel-wreath-3-filled", "laurel-wreath-filled", "layout-2-filled", "layout-align-bottom-filled", "layout-align-center-filled", "layout-align-left-filled", "layout-align-middle-filled", "layout-align-right-filled", "layout-align-top-filled", "layout-board-split-filled", "layout-board-filled", "layout-bottombar-collapse-filled", "layout-bottombar-expand-filled", "layout-bottombar-filled", "layout-cards-filled", "layout-dashboard-filled", "layout-distribute-horizontal-filled", "layout-distribute-vertical-filled", "layout-grid-filled", "layout-kanban-filled", "layout-list-filled", "layout-navbar-collapse-filled", "layout-navbar-expand-filled", "layout-navbar-filled", "layout-sidebar-left-collapse-filled", "layout-sidebar-left-expand-filled", "layout-sidebar-right-collapse-filled", "layout-sidebar-right-expand-filled", "layout-sidebar-right-filled", "layout-sidebar-filled", "layout-filled", "leaf-filled", "lego-filled", "lemon-2-filled", "library-plus-filled", "library-filled", "lifebuoy-filled", "link-filled", "list-check-filled", "list-details-filled", "list-filled", "live-photo-filled", "live-view-filled", "location-filled", "lock-square-rounded-filled", "lock-filled", "lungs-filled", "macro-filled", "magnet-filled", "mail-opened-filled", "mail-filled", "man-filled", "manual-gearbox-filled", "map-pin-filled", "medical-cross-filled", "meeple-filled", "melon-filled", "menu-2-filled", "message-2-filled", "message-chatbot-filled", "message-circle-filled", "message-report-filled", "message-filled", "messages-filled", "meteor-filled", "michelin-star-filled", "mickey-filled", "microphone-filled", "microscope-filled", "microwave-filled", "military-rank-filled", "milk-filled", "mood-angry-filled", "mood-confuzed-filled", "mood-crazy-happy-filled", "mood-empty-filled", "mood-happy-filled", "mood-kid-filled", "mood-neutral-filled", "mood-sad-filled", "mood-smile-filled", "mood-wrrr-filled", "moon-filled", "motorbike-filled", "mountain-filled", "mouse-filled", "mug-filled", "mushroom-filled", "navigation-filled", "nurse-filled", "octagon-minus-filled", "octagon-plus-filled", "octagon-filled", "oval-vertical-filled", "oval-filled", "pacman-filled", "paint-filled", "palette-filled", "panorama-horizontal-filled", "panorama-vertical-filled", "parking-circle-filled", "paw-filled", "pencil-filled", "pennant-2-filled", "pennant-filled", "pentagon-filled", "phone-call-filled", "phone-calling-filled", "phone-check-filled", "phone-x-filled", "phone-filled", "photo-filled", "picture-in-picture-top-filled", "picture-in-picture-filled", "pig-filled", "pill-filled", "pin-filled", "pinned-filled", "pizza-filled", "plane-arrival-filled", "plane-departure-filled", "plane-tilt-filled", "plane-filled", "play-card-1-filled", "play-card-10-filled", "play-card-2-filled", "play-card-3-filled", "play-card-4-filled", "play-card-5-filled", "play-card-6-filled", "play-card-7-filled", "play-card-8-filled", "play-card-9-filled", "play-card-a-filled", "play-card-j-filled", "play-card-k-filled", "play-card-q-filled", "play-card-star-filled", "play-card-filled", "player-eject-filled", "player-pause-filled", "player-play-filled", "player-record-filled", "player-skip-back-filled", "player-skip-forward-filled", "player-stop-filled", "player-track-next-filled", "player-track-prev-filled", "playlist-filled", "plus-filled", "point-filled", "pointer-filled", "polaroid-filled", "poo-filled", "presentation-analytics-filled", "presentation-filled", "puzzle-filled", "quote-filled", "radar-filled", "radioactive-filled", "receipt-dollar-filled", "receipt-euro-filled", "receipt-pound-filled", "receipt-rupee-filled", "receipt-yen-filled", "receipt-yuan-filled", "receipt-filled", "rectangle-vertical-filled", "rectangle-filled", "registered-filled", "relation-many-to-many-filled", "relation-one-to-many-filled", "relation-one-to-one-filled", "replace-filled", "report-analytics-filled", "report-money-filled", "rollercoaster-filled", "rosette-discount-check-filled", "rosette-discount-filled", "rosette-filled", "salad-filled", "satellite-filled", "scale-filled", "school-filled", "scuba-diving-tank-filled", "search-filled", "section-filled", "seedling-filled", "send-filled", "settings-filled", "shield-check-filled", "shield-checkered-filled", "shield-half-filled", "shield-lock-filled", "shield-filled", "shirt-filled", "shopping-cart-filled", "sign-left-filled", "sign-right-filled", "sitemap-filled", "sort-ascending-2-filled", "sort-ascending-shapes-filled", "sort-descending-2-filled", "sort-descending-shapes-filled", "soup-filled", "spade-filled", "sparkles-2-filled", "sparkles-filled", "speedboat-filled", "spider-filled", "square-arrow-down-filled", "square-arrow-left-filled", "square-arrow-right-filled", "square-arrow-up-filled", "square-asterisk-filled", "square-check-filled", "square-chevron-down-filled", "square-chevron-left-filled", "square-chevron-right-filled", "square-chevron-up-filled", "square-chevrons-down-filled", "square-chevrons-left-filled", "square-chevrons-right-filled", "square-chevrons-up-filled", "square-dot-filled", "square-f0-filled", "square-f1-filled", "square-f2-filled", "square-f3-filled", "square-f4-filled", "square-f5-filled", "square-f6-filled", "square-f7-filled", "square-f8-filled", "square-f9-filled", "square-letter-a-filled", "square-letter-b-filled", "square-letter-c-filled", "square-letter-d-filled", "square-letter-e-filled", "square-letter-f-filled", "square-letter-g-filled", "square-letter-h-filled", "square-letter-i-filled", "square-letter-j-filled", "square-letter-k-filled", "square-letter-l-filled", "square-letter-m-filled", "square-letter-n-filled", "square-letter-o-filled", "square-letter-p-filled", "square-letter-q-filled", "square-letter-r-filled", "square-letter-s-filled", "square-letter-t-filled", "square-letter-u-filled", "square-letter-v-filled", "square-letter-w-filled", "square-letter-x-filled", "square-letter-y-filled", "square-letter-z-filled", "square-minus-filled", "square-number-0-filled", "square-number-1-filled", "square-number-2-filled", "square-number-3-filled", "square-number-4-filled", "square-number-5-filled", "square-number-6-filled", "square-number-7-filled", "square-number-8-filled", "square-number-9-filled", "square-rotated-filled", "square-rounded-arrow-down-filled", "square-rounded-arrow-left-filled", "square-rounded-arrow-right-filled", "square-rounded-arrow-up-filled", "square-rounded-check-filled", "square-rounded-chevron-down-filled", "square-rounded-chevron-left-filled", "square-rounded-chevron-right-filled", "square-rounded-chevron-up-filled", "square-rounded-chevrons-down-filled", "square-rounded-chevrons-left-filled", "square-rounded-chevrons-right-filled", "square-rounded-chevrons-up-filled", "square-rounded-letter-a-filled", "square-rounded-letter-b-filled", "square-rounded-letter-c-filled", "square-rounded-letter-d-filled", "square-rounded-letter-e-filled", "square-rounded-letter-f-filled", "square-rounded-letter-g-filled", "square-rounded-letter-h-filled", "square-rounded-letter-i-filled", "square-rounded-letter-j-filled", "square-rounded-letter-k-filled", "square-rounded-letter-l-filled", "square-rounded-letter-m-filled", "square-rounded-letter-n-filled", "square-rounded-letter-o-filled", "square-rounded-letter-p-filled", "square-rounded-letter-q-filled", "square-rounded-letter-r-filled", "square-rounded-letter-s-filled", "square-rounded-letter-t-filled", "square-rounded-letter-u-filled", "square-rounded-letter-v-filled", "square-rounded-letter-w-filled", "square-rounded-letter-x-filled", "square-rounded-letter-y-filled", "square-rounded-letter-z-filled", "square-rounded-minus-filled", "square-rounded-number-0-filled", "square-rounded-number-1-filled", "square-rounded-number-2-filled", "square-rounded-number-3-filled", "square-rounded-number-4-filled", "square-rounded-number-5-filled", "square-rounded-number-6-filled", "square-rounded-number-7-filled", "square-rounded-number-8-filled", "square-rounded-number-9-filled", "square-rounded-plus-filled", "square-rounded-x-filled", "square-rounded-filled", "square-x-filled", "square-filled", "squares-filled", "stack-2-filled", "stack-3-filled", "stack-filled", "star-half-filled", "star-filled", "stars-filled", "steering-wheel-filled", "sun-high-filled", "sun-low-filled", "sun-filled", "sunglasses-filled", "sunrise-filled", "sunset-2-filled", "sunset-filled", "swipe-down-filled", "swipe-left-filled", "swipe-right-filled", "swipe-up-filled", "table-filled", "tag-filled", "tags-filled", "temperature-minus-filled", "temperature-plus-filled", "template-filled", "test-pipe-2-filled", "thumb-down-filled", "thumb-up-filled", "ticket-filled", "tilt-shift-filled", "timeline-event-filled", "toggle-left-filled", "toggle-right-filled", "tools-kitchen-2-filled", "train-filled", "transform-filled", "transition-bottom-filled", "transition-left-filled", "transition-right-filled", "transition-top-filled", "trash-x-filled", "trash-filled", "triangle-inverted-filled", "triangle-square-circle-filled", "triangle-filled", "trolley-filled", "trophy-filled", "truck-filled", "ufo-filled", "umbrella-filled", "user-filled", "versions-filled", "video-minus-filled", "video-plus-filled", "video-filled", "windmill-filled", "windsock-filled", "woman-filled", "world-filled", "writing-sign-filled", "writing-filled", "x-filled", "xbox-a-filled", "xbox-b-filled", "xbox-x-filled", "xbox-y-filled", "yin-yang-filled", "zeppelin-filled", "zoom-cancel-filled", "zoom-check-filled", "zoom-code-filled", "zoom-exclamation-filled", "zoom-in-area-filled", "zoom-in-filled", "zoom-money-filled", "zoom-out-area-filled", "zoom-out-filled", "zoom-pan-filled", "zoom-question-filled", "zoom-scan-filled", "zoom-filled"];
|
|
62428
|
+
var iconsList = ["a-b-2", "a-b-off", "a-b", "abacus-off", "abacus", "abc", "access-point-off", "access-point", "accessible-off", "accessible", "activity-heartbeat", "activity", "ad-2", "ad-circle-off", "ad-circle", "ad-off", "ad", "address-book-off", "address-book", "adjustments-alt", "adjustments-bolt", "adjustments-cancel", "adjustments-check", "adjustments-code", "adjustments-cog", "adjustments-dollar", "adjustments-down", "adjustments-exclamation", "adjustments-heart", "adjustments-horizontal", "adjustments-minus", "adjustments-off", "adjustments-pause", "adjustments-pin", "adjustments-plus", "adjustments-question", "adjustments-search", "adjustments-share", "adjustments-spark", "adjustments-star", "adjustments-up", "adjustments-x", "adjustments", "aerial-lift", "affiliate", "ai-agent", "ai-agents", "ai-gateway", "ai", "air-balloon", "air-conditioning-disabled", "air-conditioning", "air-traffic-control", "alarm-average", "alarm-minus", "alarm-off", "alarm-plus", "alarm-smoke", "alarm-snooze", "alarm", "album-off", "album", "alert-circle-off", "alert-circle", "alert-hexagon-off", "alert-hexagon", "alert-octagon", "alert-small-off", "alert-small", "alert-square-rounded-off", "alert-square-rounded", "alert-square", "alert-triangle-off", "alert-triangle", "alien", "align-box-bottom-center", "align-box-bottom-left", "align-box-bottom-right", "align-box-center-bottom", "align-box-center-middle", "align-box-center-stretch", "align-box-center-top", "align-box-left-bottom", "align-box-left-middle", "align-box-left-stretch", "align-box-left-top", "align-box-right-bottom", "align-box-right-middle", "align-box-right-stretch", "align-box-right-top", "align-box-top-center", "align-box-top-left", "align-box-top-right", "align-center", "align-justified", "align-left-2", "align-left", "align-right-2", "align-right", "alpha", "alphabet-arabic", "alphabet-bangla", "alphabet-cyrillic", "alphabet-greek", "alphabet-hebrew", "alphabet-korean", "alphabet-latin", "alphabet-polish", "alphabet-runes", "alphabet-thai", "alt", "ambulance", "ampersand", "analyze-off", "analyze", "anchor-off", "anchor", "angle", "ankh", "antenna-bars-1", "antenna-bars-2", "antenna-bars-3", "antenna-bars-4", "antenna-bars-5", "antenna-bars-off", "antenna-off", "antenna", "aperture-off", "aperture", "api-app-off", "api-app", "api-book", "api-off", "api", "app-window", "apple", "apps-off", "apps", "archery-arrow", "archive-off", "archive", "armchair-2-off", "armchair-2", "armchair-off", "armchair", "arrow-autofit-content", "arrow-autofit-down", "arrow-autofit-height", "arrow-autofit-left", "arrow-autofit-right", "arrow-autofit-up", "arrow-autofit-width", "arrow-back-up-double", "arrow-back-up", "arrow-back", "arrow-badge-down", "arrow-badge-left", "arrow-badge-right", "arrow-badge-up", "arrow-bar-both", "arrow-bar-down", "arrow-bar-left", "arrow-bar-right", "arrow-bar-to-down-dashed", "arrow-bar-to-down", "arrow-bar-to-left-dashed", "arrow-bar-to-left", "arrow-bar-to-right-dashed", "arrow-bar-to-right", "arrow-bar-to-up-dashed", "arrow-bar-to-up", "arrow-bar-up", "arrow-bear-left-2", "arrow-bear-left", "arrow-bear-right-2", "arrow-bear-right", "arrow-big-down-line", "arrow-big-down-lines", "arrow-big-down", "arrow-big-left-line", "arrow-big-left-lines", "arrow-big-left", "arrow-big-right-line", "arrow-big-right-lines", "arrow-big-right", "arrow-big-up-line", "arrow-big-up-lines", "arrow-big-up", "arrow-bounce", "arrow-capsule", "arrow-curve-left", "arrow-curve-right", "arrow-down-bar", "arrow-down-circle", "arrow-down-dashed", "arrow-down-from-arc", "arrow-down-left-circle", "arrow-down-left", "arrow-down-rhombus", "arrow-down-right-circle", "arrow-down-right", "arrow-down-square", "arrow-down-tail", "arrow-down-to-arc", "arrow-down", "arrow-elbow-left", "arrow-elbow-right", "arrow-fork", "arrow-forward-up-double", "arrow-forward-up", "arrow-forward", "arrow-guide", "arrow-iteration", "arrow-left-bar", "arrow-left-circle", "arrow-left-dashed", "arrow-left-from-arc", "arrow-left-rhombus", "arrow-left-right", "arrow-left-square", "arrow-left-tail", "arrow-left-to-arc", "arrow-left", "arrow-loop-left-2", "arrow-loop-left", "arrow-loop-right-2", "arrow-loop-right", "arrow-merge-alt-left", "arrow-merge-alt-right", "arrow-merge-both", "arrow-merge-left", "arrow-merge-right", "arrow-merge", "arrow-move-down", "arrow-move-left", "arrow-move-right", "arrow-move-up", "arrow-narrow-down-dashed", "arrow-narrow-down", "arrow-narrow-left-dashed", "arrow-narrow-left", "arrow-narrow-right-dashed", "arrow-narrow-right", "arrow-narrow-up-dashed", "arrow-narrow-up", "arrow-ramp-left-2", "arrow-ramp-left-3", "arrow-ramp-left", "arrow-ramp-right-2", "arrow-ramp-right-3", "arrow-ramp-right", "arrow-right-bar", "arrow-right-circle", "arrow-right-dashed", "arrow-right-from-arc", "arrow-right-rhombus", "arrow-right-square", "arrow-right-tail", "arrow-right-to-arc", "arrow-right", "arrow-rotary-first-left", "arrow-rotary-first-right", "arrow-rotary-last-left", "arrow-rotary-last-right", "arrow-rotary-left", "arrow-rotary-right", "arrow-rotary-straight", "arrow-roundabout-left", "arrow-roundabout-right", "arrow-sharp-turn-left", "arrow-sharp-turn-right", "arrow-up-bar", "arrow-up-circle", "arrow-up-dashed", "arrow-up-from-arc", "arrow-up-left-circle", "arrow-up-left", "arrow-up-rhombus", "arrow-up-right-circle", "arrow-up-right", "arrow-up-square", "arrow-up-tail", "arrow-up-to-arc", "arrow-up", "arrow-wave-left-down", "arrow-wave-left-up", "arrow-wave-right-down", "arrow-wave-right-up", "arrow-zig-zag", "arrows-cross", "arrows-diagonal-2", "arrows-diagonal-minimize-2", "arrows-diagonal-minimize", "arrows-diagonal", "arrows-diff", "arrows-double-ne-sw", "arrows-double-nw-se", "arrows-double-se-nw", "arrows-double-sw-ne", "arrows-down-up", "arrows-down", "arrows-exchange-2", "arrows-exchange", "arrows-horizontal", "arrows-join-2", "arrows-join", "arrows-left-down", "arrows-left-right", "arrows-left", "arrows-maximize", "arrows-minimize", "arrows-move-horizontal", "arrows-move-vertical", "arrows-move", "arrows-random", "arrows-right-down", "arrows-right-left", "arrows-right", "arrows-shuffle-2", "arrows-shuffle", "arrows-sort", "arrows-split-2", "arrows-split", "arrows-transfer-down", "arrows-transfer-up-down", "arrows-transfer-up", "arrows-up-down", "arrows-up-left", "arrows-up-right", "arrows-up", "arrows-vertical", "artboard-off", "artboard", "article-off", "article", "aspect-ratio-off", "aspect-ratio", "assembly-off", "assembly", "asset", "asterisk-simple", "asterisk", "at-off", "at", "atom-2", "atom-off", "atom", "augmented-reality-2", "augmented-reality-off", "augmented-reality", "auth-2fa", "automatic-gearbox", "automation", "avocado", "award-off", "award", "axe", "axis-x", "axis-y", "baby-bottle", "baby-carriage", "background", "backhoe", "backpack-off", "backpack", "backslash", "backspace", "badge-2k", "badge-3d", "badge-3k", "badge-4k", "badge-5k", "badge-8k", "badge-ad-off", "badge-ad", "badge-ar", "badge-cc", "badge-hd", "badge-off", "badge-sd", "badge-tm", "badge-vo", "badge-vr", "badge-wc", "badge", "badges-off", "badges", "baguette", "ball-american-football-off", "ball-american-football", "ball-baseball", "ball-basketball", "ball-bowling", "ball-football-off", "ball-football", "ball-tennis", "ball-volleyball", "balloon-off", "balloon", "ballpen-off", "ballpen", "ban", "bandage-off", "bandage", "barbell-off", "barbell", "barcode-off", "barcode", "barrel-off", "barrel", "barrier-block-off", "barrier-block", "baseline-density-large", "baseline-density-medium", "baseline-density-small", "baseline", "basket-bolt", "basket-cancel", "basket-check", "basket-code", "basket-cog", "basket-discount", "basket-dollar", "basket-down", "basket-exclamation", "basket-heart", "basket-minus", "basket-off", "basket-pause", "basket-pin", "basket-plus", "basket-question", "basket-search", "basket-share", "basket-star", "basket-up", "basket-x", "basket", "bat", "bath-off", "bath", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging-2", "battery-charging", "battery-eco", "battery-exclamation", "battery-off", "battery-spark", "battery-vertical-1", "battery-vertical-2", "battery-vertical-3", "battery-vertical-4", "battery-vertical-charging-2", "battery-vertical-charging", "battery-vertical-eco", "battery-vertical-exclamation", "battery-vertical-off", "battery-vertical", "battery", "beach-off", "beach", "bed-flat", "bed-off", "bed", "beer-off", "beer", "bell-bolt", "bell-cancel", "bell-check", "bell-code", "bell-cog", "bell-dollar", "bell-down", "bell-exclamation", "bell-heart", "bell-minus", "bell-off", "bell-pause", "bell-pin", "bell-plus", "bell-question", "bell-ringing-2", "bell-ringing", "bell-school", "bell-search", "bell-share", "bell-star", "bell-up", "bell-x", "bell-z", "bell", "beta", "bible", "bike-off", "bike", "binary-off", "binary-tree-2", "binary-tree", "binary", "binoculars", "biohazard-off", "biohazard", "blade", "bleach-chlorine", "bleach-no-chlorine", "bleach-off", "bleach", "blend-mode", "blender", "blind", "blob", "blockquote", "blocks", "bluetooth-connected", "bluetooth-off", "bluetooth-x", "bluetooth", "blur-off", "blur", "bmp", "body-scan", "bold-off", "bold", "bolt-off", "bolt", "bomb", "bone-off", "bone", "bong-off", "bong", "book-2", "book-download", "book-off", "book-upload", "book", "bookmark-ai", "bookmark-edit", "bookmark-minus", "bookmark-off", "bookmark-plus", "bookmark-question", "bookmark", "bookmarks-off", "bookmarks", "books-off", "books", "boom", "border-all", "border-bottom-plus", "border-bottom", "border-corner-ios", "border-corner-pill", "border-corner-rounded", "border-corner-square", "border-corners", "border-horizontal", "border-inner", "border-left-plus", "border-left", "border-none", "border-outer", "border-radius", "border-right-plus", "border-right", "border-sides", "border-style-2", "border-style", "border-top-plus", "border-top", "border-vertical", "bot-id", "bottle-off", "bottle", "bounce-left", "bounce-right", "bow", "bowl-chopsticks", "bowl-spoon", "bowl", "bowling", "box-align-bottom-left", "box-align-bottom-right", "box-align-bottom", "box-align-left", "box-align-right", "box-align-top-left", "box-align-top-right", "box-align-top", "box-margin", "box-model-2-off", "box-model-2", "box-model-off", "box-model", "box-multiple-0", "box-multiple-1", "box-multiple-2", "box-multiple-3", "box-multiple-4", "box-multiple-5", "box-multiple-6", "box-multiple-7", "box-multiple-8", "box-multiple-9", "box-multiple", "box-off", "box-padding", "box", "braces-off", "braces", "brackets-angle-off", "brackets-angle", "brackets-contain-end", "brackets-contain-start", "brackets-contain", "brackets-off", "brackets", "braille", "brain", "brand-4chan", "brand-abstract", "brand-adobe-after-effect", "brand-adobe-illustrator", "brand-adobe-indesign", "brand-adobe-photoshop", "brand-adobe-premiere", "brand-adobe-xd", "brand-adobe", "brand-adonis-js", "brand-airbnb", "brand-airtable", "brand-algolia", "brand-alipay", "brand-alpine-js", "brand-amazon", "brand-amd", "brand-amie", "brand-amigo", "brand-among-us", "brand-android", "brand-angular", "brand-ansible", "brand-ao3", "brand-appgallery", "brand-apple-arcade", "brand-apple-news", "brand-apple-podcast", "brand-apple", "brand-appstore", "brand-arc", "brand-asana", "brand-astro", "brand-auth0", "brand-aws", "brand-azure", "brand-backbone", "brand-badoo", "brand-baidu", "brand-bandcamp", "brand-bandlab", "brand-beats", "brand-bebo", "brand-behance", "brand-bilibili", "brand-binance", "brand-bing", "brand-bitbucket", "brand-blackberry", "brand-blender", "brand-blogger", "brand-bluesky", "brand-booking", "brand-bootstrap", "brand-bulma", "brand-bumble", "brand-bunpo", "brand-c-sharp", "brand-cake", "brand-cakephp", "brand-campaignmonitor", "brand-carbon", "brand-cashapp", "brand-chrome", "brand-cinema-4d", "brand-citymapper", "brand-cloudflare", "brand-codecov", "brand-codepen", "brand-codesandbox", "brand-cohost", "brand-coinbase", "brand-comedy-central", "brand-coreos", "brand-couchdb", "brand-couchsurfing", "brand-cpp", "brand-craft", "brand-crunchbase", "brand-css3", "brand-ctemplar", "brand-cucumber", "brand-cupra", "brand-cypress", "brand-d3", "brand-databricks", "brand-days-counter", "brand-dcos", "brand-debian", "brand-deezer", "brand-deliveroo", "brand-deno", "brand-denodo", "brand-deviantart", "brand-digg", "brand-dingtalk", "brand-discord", "brand-disney", "brand-disqus", "brand-django", "brand-docker", "brand-doctrine", "brand-dolby-digital", "brand-douban", "brand-dribbble", "brand-dropbox", "brand-drops", "brand-drupal", "brand-edge", "brand-elastic", "brand-electronic-arts", "brand-ember", "brand-envato", "brand-etsy", "brand-evernote", "brand-facebook", "brand-feedly", "brand-figma", "brand-filezilla", "brand-finder", "brand-firebase", "brand-firefox", "brand-fiverr", "brand-flickr", "brand-flightradar24", "brand-flipboard", "brand-flutter", "brand-fortnite", "brand-foursquare", "brand-framer-motion", "brand-framer", "brand-funimation", "brand-gatsby", "brand-git", "brand-github-copilot", "brand-github", "brand-gitlab", "brand-gmail", "brand-golang", "brand-google-analytics", "brand-google-big-query", "brand-google-drive", "brand-google-fit", "brand-google-home", "brand-google-maps", "brand-google-one", "brand-google-photos", "brand-google-play", "brand-google-podcasts", "brand-google", "brand-grammarly", "brand-graphql", "brand-gravatar", "brand-grindr", "brand-guardian", "brand-gumroad", "brand-hackerrank", "brand-hbo", "brand-headlessui", "brand-hexo", "brand-hipchat", "brand-html5", "brand-inertia", "brand-infakt", "brand-instagram", "brand-intercom", "brand-itch", "brand-javascript", "brand-jira", "brand-juejin", "brand-kako-talk", "brand-kbin", "brand-kick", "brand-kickstarter", "brand-kotlin", "brand-laravel", "brand-lastfm", "brand-leetcode", "brand-letterboxd", "brand-line", "brand-linkedin", "brand-linktree", "brand-linqpad", "brand-livewire", "brand-loom", "brand-mailgun", "brand-mantine", "brand-mastercard", "brand-mastodon", "brand-matrix", "brand-mcdonalds", "brand-medium", "brand-meetup", "brand-mercedes", "brand-messenger", "brand-meta", "brand-metabrainz", "brand-minecraft", "brand-miniprogram", "brand-mixpanel", "brand-monday", "brand-mongodb", "brand-my-oppo", "brand-mysql", "brand-national-geographic", "brand-nem", "brand-netbeans", "brand-netease-music", "brand-netflix", "brand-nexo", "brand-nextcloud", "brand-nextjs", "brand-nodejs", "brand-nord-vpn", "brand-notion", "brand-npm", "brand-nuxt", "brand-nytimes", "brand-oauth", "brand-office", "brand-ok-ru", "brand-onedrive", "brand-onlyfans", "brand-open-source", "brand-openai", "brand-openvpn", "brand-opera", "brand-pagekit", "brand-parsinta", "brand-patreon", "brand-paypal", "brand-paypay", "brand-peanut", "brand-pepsi", "brand-php", "brand-picsart", "brand-pinterest", "brand-planetscale", "brand-pnpm", "brand-pocket", "brand-polymer", "brand-powershell", "brand-printables", "brand-prisma", "brand-producthunt", "brand-pushbullet", "brand-pushover", "brand-python", "brand-qq", "brand-radix-ui", "brand-react-native", "brand-react", "brand-reason", "brand-reddit", "brand-redhat", "brand-redux", "brand-revolut", "brand-rumble", "brand-rust", "brand-safari", "brand-samsungpass", "brand-sass", "brand-sentry", "brand-sharik", "brand-shazam", "brand-shopee", "brand-sketch", "brand-skype", "brand-slack", "brand-snapchat", "brand-snapseed", "brand-snowflake", "brand-socket-io", "brand-solidjs", "brand-soundcloud", "brand-spacehey", "brand-speedtest", "brand-spotify", "brand-stackoverflow", "brand-stackshare", "brand-steam", "brand-stellar", "brand-stocktwits", "brand-storj", "brand-storybook", "brand-storytel", "brand-strava", "brand-stripe", "brand-sublime-text", "brand-sugarizer", "brand-supabase", "brand-superhuman", "brand-supernova", "brand-surfshark", "brand-svelte", "brand-swift", "brand-symfony", "brand-tabler", "brand-tabnine", "brand-tailwind", "brand-taobao", "brand-teams", "brand-ted", "brand-telegram", "brand-terraform", "brand-tesla", "brand-tether", "brand-thingiverse", "brand-threads", "brand-threejs", "brand-tidal", "brand-tiktok", "brand-tinder", "brand-topbuzz", "brand-torchain", "brand-toyota", "brand-trello", "brand-tripadvisor", "brand-tumblr", "brand-twilio", "brand-twitch", "brand-twitter", "brand-typescript", "brand-uber", "brand-ubuntu", "brand-unity", "brand-unsplash", "brand-upwork", "brand-valorant", "brand-vechain", "brand-vercel", "brand-vimeo", "brand-vinted", "brand-visa", "brand-visual-studio", "brand-vite", "brand-vivaldi", "brand-vk", "brand-vlc", "brand-volkswagen", "brand-vsco", "brand-vscode", "brand-vue", "brand-walmart", "brand-waze", "brand-webflow", "brand-wechat", "brand-weibo", "brand-whatsapp", "brand-wikipedia", "brand-windows", "brand-windy", "brand-wish", "brand-wix", "brand-wordpress", "brand-x", "brand-xamarin", "brand-xbox", "brand-xdeep", "brand-xing", "brand-yahoo", "brand-yandex", "brand-yarn", "brand-yatse", "brand-ycombinator", "brand-youtube-kids", "brand-youtube", "brand-zalando", "brand-zapier", "brand-zeit", "brand-zhihu", "brand-zoom", "brand-zulip", "brand-zwift", "bread-off", "bread", "briefcase-2", "briefcase-off", "briefcase", "brightness-2", "brightness-auto", "brightness-down", "brightness-half", "brightness-off", "brightness-up", "brightness", "broadcast-off", "broadcast", "browser-check", "browser-maximize", "browser-minus", "browser-off", "browser-plus", "browser-share", "browser-x", "browser", "brush-off", "brush", "bubble-minus", "bubble-plus", "bubble-tea-2", "bubble-tea", "bubble-text", "bubble-x", "bubble", "bucket-droplet", "bucket-off", "bucket", "bug-off", "bug", "building-airport", "building-arch", "building-bank", "building-bridge-2", "building-bridge", "building-broadcast-tower", "building-burj-al-arab", "building-carousel", "building-castle", "building-church", "building-circus", "building-cog", "building-community", "building-cottage", "building-estate", "building-factory-2", "building-factory", "building-fortress", "building-hospital", "building-lighthouse", "building-minus", "building-monument", "building-mosque", "building-off", "building-pavilion", "building-plus", "building-skyscraper", "building-stadium", "building-store", "building-tunnel", "building-warehouse", "building-wind-turbine", "building", "buildings", "bulb-off", "bulb", "bulldozer", "burger", "bus-off", "bus-stop", "bus", "businessplan", "butterfly", "cactus-off", "cactus", "cake-off", "cake-roll", "cake", "calculator-off", "calculator", "calendar-bolt", "calendar-cancel", "calendar-check", "calendar-clock", "calendar-code", "calendar-cog", "calendar-dollar", "calendar-dot", "calendar-down", "calendar-due", "calendar-event", "calendar-exclamation", "calendar-heart", "calendar-minus", "calendar-month", "calendar-off", "calendar-pause", "calendar-pin", "calendar-plus", "calendar-question", "calendar-repeat", "calendar-sad", "calendar-search", "calendar-share", "calendar-smile", "calendar-star", "calendar-stats", "calendar-time", "calendar-up", "calendar-user", "calendar-week", "calendar-x", "calendar", "camera-ai", "camera-bitcoin", "camera-bolt", "camera-cancel", "camera-check", "camera-code", "camera-cog", "camera-dollar", "camera-down", "camera-exclamation", "camera-heart", "camera-minus", "camera-moon", "camera-off", "camera-pause", "camera-pin", "camera-plus", "camera-question", "camera-rotate", "camera-search", "camera-selfie", "camera-share", "camera-spark", "camera-star", "camera-up", "camera-x", "camera", "camper", "campfire", "canary", "cancel", "candle", "candy-off", "candy", "cane", "cannabis", "cap-projecting", "cap-rounded", "cap-straight", "capsule-horizontal", "capsule", "capture-off", "capture", "car-4wd", "car-crane", "car-crash", "car-fan-1", "car-fan-2", "car-fan-3", "car-fan-auto", "car-fan", "car-garage", "car-off-road", "car-off", "car-suspension", "car-suv", "car-turbine", "car", "carambola", "caravan", "cardboards-off", "cardboards", "cards", "caret-down", "caret-left-right", "caret-left", "caret-right", "caret-up-down", "caret-up", "carousel-horizontal", "carousel-vertical", "carrot-off", "carrot", "cash-banknote-edit", "cash-banknote-heart", "cash-banknote-minus", "cash-banknote-move-back", "cash-banknote-move", "cash-banknote-off", "cash-banknote-plus", "cash-banknote", "cash-edit", "cash-heart", "cash-minus", "cash-move-back", "cash-move", "cash-off", "cash-plus", "cash-register", "cash", "cast-off", "cast", "cat", "category-2", "category-minus", "category-plus", "category", "ce-off", "ce", "cell-signal-1", "cell-signal-2", "cell-signal-3", "cell-signal-4", "cell-signal-5", "cell-signal-off", "cell", "certificate-2-off", "certificate-2", "certificate-off", "certificate", "chair-director", "chalkboard-off", "chalkboard-teacher", "chalkboard", "charging-pile", "chart-arcs-3", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar-off", "chart-bar-popular", "chart-bar", "chart-bubble", "chart-candle", "chart-circles", "chart-cohort", "chart-column", "chart-covariate", "chart-donut-2", "chart-donut-3", "chart-donut-4", "chart-donut", "chart-dots-2", "chart-dots-3", "chart-dots", "chart-funnel", "chart-grid-dots", "chart-histogram", "chart-infographic", "chart-line", "chart-pie-2", "chart-pie-3", "chart-pie-4", "chart-pie-off", "chart-pie", "chart-ppf", "chart-radar", "chart-sankey", "chart-scatter-3d", "chart-scatter", "chart-treemap", "check", "checkbox", "checklist", "checks", "checkup-list", "cheese", "chef-hat-off", "chef-hat", "cherry", "chess-bishop", "chess-king", "chess-knight", "chess-queen", "chess-rook", "chess", "chevron-compact-down", "chevron-compact-left", "chevron-compact-right", "chevron-compact-up", "chevron-down-left", "chevron-down-right", "chevron-down", "chevron-left-pipe", "chevron-left", "chevron-right-pipe", "chevron-right", "chevron-up-left", "chevron-up-right", "chevron-up", "chevrons-down-left", "chevrons-down-right", "chevrons-down", "chevrons-left", "chevrons-right", "chevrons-up-left", "chevrons-up-right", "chevrons-up", "chisel", "christmas-ball", "christmas-tree-off", "christmas-tree", "circle-arrow-down-left", "circle-arrow-down-right", "circle-arrow-down", "circle-arrow-left", "circle-arrow-right", "circle-arrow-up-left", "circle-arrow-up-right", "circle-arrow-up", "circle-asterisk", "circle-caret-down", "circle-caret-left", "circle-caret-right", "circle-caret-up", "circle-check", "circle-chevron-down", "circle-chevron-left", "circle-chevron-right", "circle-chevron-up", "circle-chevrons-down", "circle-chevrons-left", "circle-chevrons-right", "circle-chevrons-up", "circle-dashed-check", "circle-dashed-letter-a", "circle-dashed-letter-b", "circle-dashed-letter-c", "circle-dashed-letter-d", "circle-dashed-letter-e", "circle-dashed-letter-f", "circle-dashed-letter-g", "circle-dashed-letter-h", "circle-dashed-letter-i", "circle-dashed-letter-j", "circle-dashed-letter-k", "circle-dashed-letter-l", "circle-dashed-letter-m", "circle-dashed-letter-n", "circle-dashed-letter-o", "circle-dashed-letter-p", "circle-dashed-letter-q", "circle-dashed-letter-r", "circle-dashed-letter-s", "circle-dashed-letter-t", "circle-dashed-letter-u", "circle-dashed-letter-v", "circle-dashed-letter-w", "circle-dashed-letter-x", "circle-dashed-letter-y", "circle-dashed-letter-z", "circle-dashed-minus", "circle-dashed-number-0", "circle-dashed-number-1", "circle-dashed-number-2", "circle-dashed-number-3", "circle-dashed-number-4", "circle-dashed-number-5", "circle-dashed-number-6", "circle-dashed-number-7", "circle-dashed-number-8", "circle-dashed-number-9", "circle-dashed-percentage", "circle-dashed-plus", "circle-dashed-x", "circle-dashed", "circle-dot", "circle-dotted-letter-a", "circle-dotted-letter-b", "circle-dotted-letter-c", "circle-dotted-letter-d", "circle-dotted-letter-e", "circle-dotted-letter-f", "circle-dotted-letter-g", "circle-dotted-letter-h", "circle-dotted-letter-i", "circle-dotted-letter-j", "circle-dotted-letter-k", "circle-dotted-letter-l", "circle-dotted-letter-m", "circle-dotted-letter-n", "circle-dotted-letter-o", "circle-dotted-letter-p", "circle-dotted-letter-q", "circle-dotted-letter-r", "circle-dotted-letter-s", "circle-dotted-letter-t", "circle-dotted-letter-u", "circle-dotted-letter-v", "circle-dotted-letter-w", "circle-dotted-letter-x", "circle-dotted-letter-y", "circle-dotted-letter-z", "circle-dotted", "circle-half-2", "circle-half-vertical", "circle-half", "circle-key", "circle-letter-a", "circle-letter-b", "circle-letter-c", "circle-letter-d", "circle-letter-e", "circle-letter-f", "circle-letter-g", "circle-letter-h", "circle-letter-i", "circle-letter-j", "circle-letter-k", "circle-letter-l", "circle-letter-m", "circle-letter-n", "circle-letter-o", "circle-letter-p", "circle-letter-q", "circle-letter-r", "circle-letter-s", "circle-letter-t", "circle-letter-u", "circle-letter-v", "circle-letter-w", "circle-letter-x", "circle-letter-y", "circle-letter-z", "circle-minus-2", "circle-minus", "circle-number-0", "circle-number-1", "circle-number-2", "circle-number-3", "circle-number-4", "circle-number-5", "circle-number-6", "circle-number-7", "circle-number-8", "circle-number-9", "circle-off", "circle-open-arrow-down", "circle-open-arrow-left", "circle-open-arrow-right", "circle-open-arrow-up", "circle-percentage", "circle-plus-2", "circle-plus-minus", "circle-plus", "circle-rectangle-off", "circle-rectangle", "circle-square", "circle-triangle", "circle-x", "circle", "circles-relation", "circles", "circuit-ammeter", "circuit-battery", "circuit-bulb", "circuit-capacitor-polarized", "circuit-capacitor", "circuit-cell-plus", "circuit-cell", "circuit-changeover", "circuit-diode-zener", "circuit-diode", "circuit-ground-digital", "circuit-ground", "circuit-inductor", "circuit-motor", "circuit-pushbutton", "circuit-resistor", "circuit-switch-closed", "circuit-switch-open", "circuit-voltmeter", "clear-all", "clear-formatting", "clef-staff", "clef", "click", "cliff-jumping", "clipboard-check", "clipboard-copy", "clipboard-data", "clipboard-heart", "clipboard-list", "clipboard-off", "clipboard-plus", "clipboard-search", "clipboard-smile", "clipboard-text", "clipboard-typography", "clipboard-x", "clipboard", "clock-12", "clock-2", "clock-24", "clock-bitcoin", "clock-bolt", "clock-cancel", "clock-check", "clock-code", "clock-cog", "clock-dollar", "clock-down", "clock-edit", "clock-exclamation", "clock-heart", "clock-hour-1", "clock-hour-10", "clock-hour-11", "clock-hour-12", "clock-hour-2", "clock-hour-3", "clock-hour-4", "clock-hour-5", "clock-hour-6", "clock-hour-7", "clock-hour-8", "clock-hour-9", "clock-minus", "clock-off", "clock-pause", "clock-pin", "clock-play", "clock-plus", "clock-question", "clock-record", "clock-search", "clock-share", "clock-shield", "clock-star", "clock-stop", "clock-up", "clock-x", "clock", "clothes-rack-off", "clothes-rack", "cloud-bitcoin", "cloud-bolt", "cloud-cancel", "cloud-check", "cloud-code", "cloud-cog", "cloud-computing", "cloud-data-connection", "cloud-dollar", "cloud-down", "cloud-download", "cloud-exclamation", "cloud-fog", "cloud-heart", "cloud-lock-open", "cloud-lock", "cloud-minus", "cloud-network", "cloud-off", "cloud-pause", "cloud-pin", "cloud-plus", "cloud-question", "cloud-rain", "cloud-search", "cloud-share", "cloud-snow", "cloud-star", "cloud-storm", "cloud-up", "cloud-upload", "cloud-x", "cloud", "clover-2", "clover", "clubs", "code-asterisk", "code-circle-2", "code-circle", "code-dots", "code-minus", "code-off", "code-plus", "code-variable-minus", "code-variable-plus", "code-variable", "code", "codeblock", "coffee-off", "coffee", "coffin", "coin-bitcoin", "coin-euro", "coin-monero", "coin-off", "coin-pound", "coin-rupee", "coin-taka", "coin-yen", "coin-yuan", "coin", "coins", "color-filter", "color-picker-off", "color-picker", "color-swatch-off", "color-swatch", "column-insert-left", "column-insert-right", "column-remove", "columns-1", "columns-2", "columns-3", "columns-off", "columns", "comet", "command-off", "command", "compass-off", "compass", "components-off", "components", "cone-2", "cone-off", "cone-plus", "cone", "confetti-off", "confetti", "confucius", "congruent-to", "connection", "container-off", "container", "contract", "contrast-2-off", "contrast-2", "contrast-off", "contrast", "cooker", "cookie-man", "cookie-off", "cookie", "copy-check", "copy-minus", "copy-off", "copy-plus", "copy-x", "copy", "copyleft-off", "copyleft", "copyright-off", "copyright", "corner-down-left-double", "corner-down-left", "corner-down-right-double", "corner-down-right", "corner-left-down-double", "corner-left-down", "corner-left-up-double", "corner-left-up", "corner-right-down-double", "corner-right-down", "corner-right-up-double", "corner-right-up", "corner-up-left-double", "corner-up-left", "corner-up-right-double", "corner-up-right", "cpu-2", "cpu-off", "cpu", "crane-off", "crane", "creative-commons-by", "creative-commons-nc", "creative-commons-nd", "creative-commons-off", "creative-commons-sa", "creative-commons-zero", "creative-commons", "credit-card-hand", "credit-card-off", "credit-card-pay", "credit-card-refund", "credit-card", "credits", "cricket", "crop-1-1", "crop-16-9", "crop-3-2", "crop-5-4", "crop-7-5", "crop-landscape", "crop-portrait", "crop", "cross-off", "cross", "crosshair", "crown-off", "crown", "crutches-off", "crutches", "crystal-ball", "csv", "cube-3d-sphere-off", "cube-3d-sphere", "cube-off", "cube-plus", "cube-send", "cube-spark", "cube-unfolded", "cube", "cup-off", "cup", "curling", "curly-loop", "currency-afghani", "currency-bahraini", "currency-baht", "currency-bitcoin", "currency-cent", "currency-dinar", "currency-dirham", "currency-dogecoin", "currency-dollar-australian", "currency-dollar-brunei", "currency-dollar-canadian", "currency-dollar-guyanese", "currency-dollar-off", "currency-dollar-singapore", "currency-dollar-zimbabwean", "currency-dollar", "currency-dong", "currency-dram", "currency-ethereum", "currency-euro-off", "currency-euro", "currency-florin", "currency-forint", "currency-frank", "currency-guarani", "currency-hryvnia", "currency-husd", "currency-iranian-rial", "currency-kip", "currency-krone-czech", "currency-krone-danish", "currency-krone-swedish", "currency-lari", "currency-leu", "currency-lira", "currency-litecoin", "currency-lyd", "currency-manat", "currency-monero", "currency-naira", "currency-nano", "currency-off", "currency-paanga", "currency-peso", "currency-pound-off", "currency-pound", "currency-quetzal", "currency-real", "currency-renminbi", "currency-ripple", "currency-riyal", "currency-rubel", "currency-rufiyaa", "currency-rupee-nepalese", "currency-rupee", "currency-shekel", "currency-solana", "currency-som", "currency-taka", "currency-tenge", "currency-tether", "currency-tugrik", "currency-won", "currency-xrp", "currency-yen-off", "currency-yen", "currency-yuan", "currency-zcash", "currency-zloty", "currency", "current-location-off", "current-location", "cursor-off", "cursor-text", "cut", "cylinder-off", "cylinder-plus", "cylinder", "dashboard-off", "dashboard", "database-cog", "database-dollar", "database-edit", "database-exclamation", "database-export", "database-heart", "database-import", "database-leak", "database-minus", "database-off", "database-plus", "database-search", "database-share", "database-smile", "database-star", "database-x", "database", "deaf", "decimal", "deer", "delta", "dental-broken", "dental-off", "dental", "deselect", "desk", "details-off", "details", "device-3d-camera", "device-3d-lens", "device-airpods-case", "device-airpods", "device-airtag", "device-analytics", "device-audio-tape", "device-camera-phone", "device-cctv-off", "device-cctv", "device-computer-camera-2", "device-computer-camera-off", "device-computer-camera", "device-desktop-analytics", "device-desktop-bolt", "device-desktop-cancel", "device-desktop-check", "device-desktop-code", "device-desktop-cog", "device-desktop-dollar", "device-desktop-down", "device-desktop-exclamation", "device-desktop-heart", "device-desktop-minus", "device-desktop-off", "device-desktop-pause", "device-desktop-pin", "device-desktop-plus", "device-desktop-question", "device-desktop-search", "device-desktop-share", "device-desktop-star", "device-desktop-up", "device-desktop-x", "device-desktop", "device-floppy", "device-gamepad-2", "device-gamepad-3", "device-gamepad", "device-heart-monitor", "device-imac-bolt", "device-imac-cancel", "device-imac-check", "device-imac-code", "device-imac-cog", "device-imac-dollar", "device-imac-down", "device-imac-exclamation", "device-imac-heart", "device-imac-minus", "device-imac-off", "device-imac-pause", "device-imac-pin", "device-imac-plus", "device-imac-question", "device-imac-search", "device-imac-share", "device-imac-star", "device-imac-up", "device-imac-x", "device-imac", "device-ipad-bolt", "device-ipad-cancel", "device-ipad-check", "device-ipad-code", "device-ipad-cog", "device-ipad-dollar", "device-ipad-down", "device-ipad-exclamation", "device-ipad-heart", "device-ipad-horizontal-bolt", "device-ipad-horizontal-cancel", "device-ipad-horizontal-check", "device-ipad-horizontal-code", "device-ipad-horizontal-cog", "device-ipad-horizontal-dollar", "device-ipad-horizontal-down", "device-ipad-horizontal-exclamation", "device-ipad-horizontal-heart", "device-ipad-horizontal-minus", "device-ipad-horizontal-off", "device-ipad-horizontal-pause", "device-ipad-horizontal-pin", "device-ipad-horizontal-plus", "device-ipad-horizontal-question", "device-ipad-horizontal-search", "device-ipad-horizontal-share", "device-ipad-horizontal-star", "device-ipad-horizontal-up", "device-ipad-horizontal-x", "device-ipad-horizontal", "device-ipad-minus", "device-ipad-off", "device-ipad-pause", "device-ipad-pin", "device-ipad-plus", "device-ipad-question", "device-ipad-search", "device-ipad-share", "device-ipad-star", "device-ipad-up", "device-ipad-x", "device-ipad", "device-landline-phone", "device-laptop-off", "device-laptop", "device-mobile-bolt", "device-mobile-cancel", "device-mobile-charging", "device-mobile-check", "device-mobile-code", "device-mobile-cog", "device-mobile-dollar", "device-mobile-down", "device-mobile-exclamation", "device-mobile-heart", "device-mobile-message", "device-mobile-minus", "device-mobile-off", "device-mobile-pause", "device-mobile-pin", "device-mobile-plus", "device-mobile-question", "device-mobile-rotated", "device-mobile-search", "device-mobile-share", "device-mobile-star", "device-mobile-up", "device-mobile-vibration", "device-mobile-x", "device-mobile", "device-nintendo-off", "device-nintendo", "device-projector", "device-remote", "device-screen", "device-sd-card", "device-sim-1", "device-sim-2", "device-sim-3", "device-sim", "device-speaker-off", "device-speaker", "device-tablet-bolt", "device-tablet-cancel", "device-tablet-check", "device-tablet-code", "device-tablet-cog", "device-tablet-dollar", "device-tablet-down", "device-tablet-exclamation", "device-tablet-heart", "device-tablet-minus", "device-tablet-off", "device-tablet-pause", "device-tablet-pin", "device-tablet-plus", "device-tablet-question", "device-tablet-search", "device-tablet-share", "device-tablet-star", "device-tablet-up", "device-tablet-x", "device-tablet", "device-tv-off", "device-tv-old", "device-tv", "device-unknown", "device-usb", "device-vision-pro", "device-watch-bolt", "device-watch-cancel", "device-watch-check", "device-watch-code", "device-watch-cog", "device-watch-dollar", "device-watch-down", "device-watch-exclamation", "device-watch-heart", "device-watch-minus", "device-watch-off", "device-watch-pause", "device-watch-pin", "device-watch-plus", "device-watch-question", "device-watch-search", "device-watch-share", "device-watch-star", "device-watch-stats-2", "device-watch-stats", "device-watch-up", "device-watch-x", "device-watch", "devices-2", "devices-bolt", "devices-cancel", "devices-check", "devices-code", "devices-cog", "devices-dollar", "devices-down", "devices-exclamation", "devices-heart", "devices-minus", "devices-off", "devices-pause", "devices-pc-off", "devices-pc", "devices-pin", "devices-plus", "devices-question", "devices-search", "devices-share", "devices-star", "devices-up", "devices-x", "devices", "diabolo-off", "diabolo-plus", "diabolo", "dialpad-off", "dialpad", "diamond-off", "diamond", "diamonds", "diaper", "dice-1", "dice-2", "dice-3", "dice-4", "dice-5", "dice-6", "dice", "dimensions", "direction-arrows", "direction-horizontal", "direction-sign-off", "direction-sign", "direction", "directions-off", "directions", "disabled-2", "disabled-off", "disabled", "disc-golf", "disc-off", "disc", "discount-off", "discount", "divide", "dna-2-off", "dna-2", "dna-off", "dna", "dog-bowl", "dog", "door-enter", "door-exit", "door-hanger", "door-off", "door", "dots-circle-horizontal", "dots-diagonal-2", "dots-diagonal", "dots-vertical", "dots", "download-off", "download", "drag-drop-2", "drag-drop", "drone-off", "drone", "drop-circle", "droplet-bolt", "droplet-cancel", "droplet-check", "droplet-code", "droplet-cog", "droplet-dollar", "droplet-down", "droplet-exclamation", "droplet-half-2", "droplet-half", "droplet-heart", "droplet-minus", "droplet-off", "droplet-pause", "droplet-pin", "droplet-plus", "droplet-question", "droplet-search", "droplet-share", "droplet-star", "droplet-up", "droplet-x", "droplet", "droplets", "dual-screen", "dumpling", "e-passport", "ear-off", "ear-scan", "ear", "earphone-bluetooth", "ease-in-control-point", "ease-in-out-control-points", "ease-in-out", "ease-in", "ease-out-control-point", "ease-out", "edit-circle-off", "edit-circle", "edit-off", "edit", "egg-cracked", "egg-fried", "egg-off", "egg", "eggs", "elevator-off", "elevator", "emergency-bed", "empathize-off", "empathize", "emphasis", "engine-off", "engine", "equal-double", "equal-not", "equal", "eraser-off", "eraser", "error-404-off", "error-404", "escalator-down", "escalator-up", "escalator", "exchange-off", "exchange", "exclamation-circle", "exclamation-mark-off", "exclamation-mark", "explicit-off", "explicit", "exposure-0", "exposure-minus-1", "exposure-minus-2", "exposure-off", "exposure-plus-1", "exposure-plus-2", "exposure", "external-link-off", "external-link", "eye-bitcoin", "eye-bolt", "eye-cancel", "eye-check", "eye-closed", "eye-code", "eye-cog", "eye-discount", "eye-dollar", "eye-dotted", "eye-down", "eye-edit", "eye-exclamation", "eye-heart", "eye-minus", "eye-off", "eye-pause", "eye-pin", "eye-plus", "eye-question", "eye-search", "eye-share", "eye-spark", "eye-star", "eye-table", "eye-up", "eye-x", "eye", "eyeglass-2", "eyeglass-off", "eyeglass", "face-id-error", "face-id", "face-mask-off", "face-mask", "fall", "favicon", "feather-off", "feather", "fence-off", "fence", "ferry", "fidget-spinner", "file-3d", "file-ai", "file-alert", "file-analytics", "file-arrow-left", "file-arrow-right", "file-barcode", "file-bitcoin", "file-broken", "file-certificate", "file-chart", "file-check", "file-code-2", "file-code", "file-cv", "file-database", "file-delta", "file-description", "file-diff", "file-digit", "file-dislike", "file-dollar", "file-dots", "file-download", "file-euro", "file-excel", "file-export", "file-function", "file-horizontal", "file-import", "file-infinity", "file-info", "file-invoice", "file-isr", "file-lambda", "file-like", "file-minus", "file-music", "file-neutral", "file-off", "file-orientation", "file-pencil", "file-percent", "file-phone", "file-plus", "file-power", "file-report", "file-rss", "file-sad", "file-scissors", "file-search", "file-settings", "file-shredder", "file-signal", "file-smile", "file-spark", "file-spreadsheet", "file-stack", "file-star", "file-symlink", "file-text-ai", "file-text-shield", "file-text-spark", "file-text", "file-time", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-docx", "file-type-html", "file-type-jpg", "file-type-js", "file-type-jsx", "file-type-pdf", "file-type-php", "file-type-png", "file-type-ppt", "file-type-rs", "file-type-sql", "file-type-svg", "file-type-ts", "file-type-tsx", "file-type-txt", "file-type-vue", "file-type-xls", "file-type-xml", "file-type-zip", "file-typography", "file-unknown", "file-upload", "file-vector", "file-word", "file-x", "file-zip", "file", "files-off", "files", "filter-2-bolt", "filter-2-cancel", "filter-2-check", "filter-2-code", "filter-2-cog", "filter-2-discount", "filter-2-dollar", "filter-2-down", "filter-2-edit", "filter-2-exclamation", "filter-2-minus", "filter-2-pause", "filter-2-pin", "filter-2-plus", "filter-2-question", "filter-2-search", "filter-2-share", "filter-2-spark", "filter-2-up", "filter-2-x", "filter-2", "filter-bolt", "filter-cancel", "filter-check", "filter-code", "filter-cog", "filter-discount", "filter-dollar", "filter-down", "filter-edit", "filter-exclamation", "filter-heart", "filter-minus", "filter-off", "filter-pause", "filter-pin", "filter-plus", "filter-question", "filter-search", "filter-share", "filter-spark", "filter-star", "filter-up", "filter-x", "filter", "filters", "fingerprint-off", "fingerprint-scan", "fingerprint", "fire-extinguisher", "fire-hydrant-off", "fire-hydrant", "firetruck", "firewall-check", "firewall-flame", "first-aid-kit-off", "first-aid-kit", "fish-bone", "fish-christianity", "fish-hook-off", "fish-hook", "fish-off", "fish", "flag-2-off", "flag-2", "flag-3", "flag-bitcoin", "flag-bolt", "flag-cancel", "flag-check", "flag-code", "flag-cog", "flag-discount", "flag-dollar", "flag-down", "flag-exclamation", "flag-heart", "flag-minus", "flag-off", "flag-pause", "flag-pin", "flag-plus", "flag-question", "flag-search", "flag-share", "flag-spark", "flag-star", "flag-up", "flag-x", "flag", "flame-off", "flame", "flare", "flask-2-off", "flask-2", "flask-off", "flask", "flip-flops", "flip-horizontal", "flip-vertical", "float-center", "float-left", "float-none", "float-right", "flower-off", "flower", "focus-2", "focus-auto", "focus-centered", "focus", "fold-down", "fold-up", "fold", "folder-bolt", "folder-cancel", "folder-check", "folder-code", "folder-cog", "folder-dollar", "folder-down", "folder-exclamation", "folder-heart", "folder-minus", "folder-off", "folder-open", "folder-pause", "folder-pin", "folder-plus", "folder-question", "folder-root", "folder-search", "folder-share", "folder-star", "folder-symlink", "folder-up", "folder-x", "folder", "folders-off", "folders", "forbid-2", "forbid", "forklift", "forms", "fountain-off", "fountain", "frame-off", "frame", "free-rights", "freeze-column", "freeze-row-column", "freeze-row", "fridge-off", "fridge", "friends-off", "friends", "frustum-off", "frustum-plus", "frustum", "function-off", "function", "galaxy", "garden-cart-off", "garden-cart", "gas-station-off", "gas-station", "gauge-off", "gauge", "gavel", "gender-agender", "gender-androgyne", "gender-bigender", "gender-demiboy", "gender-demigirl", "gender-epicene", "gender-female", "gender-femme", "gender-genderfluid", "gender-genderless", "gender-genderqueer", "gender-hermaphrodite", "gender-intergender", "gender-male", "gender-neutrois", "gender-third", "gender-transgender", "gender-trasvesti", "geometry", "ghost-2", "ghost-3", "ghost-off", "ghost", "gif", "gift-card", "gift-off", "gift", "git-branch-deleted", "git-branch", "git-cherry-pick", "git-commit", "git-compare", "git-fork", "git-merge", "git-pull-request-closed", "git-pull-request-draft", "git-pull-request", "gizmo", "glass-champagne", "glass-cocktail", "glass-full", "glass-gin", "glass-off", "glass", "globe-off", "globe", "go-game", "golf-off", "golf", "gps", "gradienter", "grain", "grape", "graph-off", "graph", "grave-2", "grave", "grid-3x3", "grid-4x4", "grid-dots", "grid-goldenratio", "grid-pattern", "grid-scan", "grill-fork", "grill-off", "grill-spatula", "grill", "grip-horizontal", "grip-vertical", "growth", "guitar-pick", "gymnastics", "h-1", "h-2", "h-3", "h-4", "h-5", "h-6", "hammer-drill", "hammer-off", "hammer", "hand-click-off", "hand-click", "hand-finger-down", "hand-finger-left", "hand-finger-off", "hand-finger-right", "hand-finger", "hand-grab", "hand-little-finger", "hand-love-you", "hand-middle-finger", "hand-move", "hand-off", "hand-ring-finger", "hand-sanitizer", "hand-stop", "hand-three-fingers", "hand-two-fingers", "hanger-2", "hanger-off", "hanger", "hash", "haze-moon", "haze", "hdr", "heading-off", "heading", "headphones-off", "headphones", "headset-off", "headset", "health-recognition", "heart-bitcoin", "heart-bolt", "heart-broken", "heart-cancel", "heart-check", "heart-code", "heart-cog", "heart-discount", "heart-dollar", "heart-down", "heart-exclamation", "heart-handshake", "heart-minus", "heart-off", "heart-pause", "heart-pin", "heart-plus", "heart-question", "heart-rate-monitor", "heart-search", "heart-share", "heart-spark", "heart-star", "heart-up", "heart-x", "heart", "heartbeat", "hearts-off", "hearts", "helicopter-landing", "helicopter", "helmet-off", "helmet", "help-circle", "help-hexagon", "help-octagon", "help-off", "help-small", "help-square-rounded", "help-square", "help-triangle", "help", "hemisphere-off", "hemisphere-plus", "hemisphere", "hexagon-3d", "hexagon-asterisk", "hexagon-letter-a", "hexagon-letter-b", "hexagon-letter-c", "hexagon-letter-d", "hexagon-letter-e", "hexagon-letter-f", "hexagon-letter-g", "hexagon-letter-h", "hexagon-letter-i", "hexagon-letter-j", "hexagon-letter-k", "hexagon-letter-l", "hexagon-letter-m", "hexagon-letter-n", "hexagon-letter-o", "hexagon-letter-p", "hexagon-letter-q", "hexagon-letter-r", "hexagon-letter-s", "hexagon-letter-t", "hexagon-letter-u", "hexagon-letter-v", "hexagon-letter-w", "hexagon-letter-x", "hexagon-letter-y", "hexagon-letter-z", "hexagon-minus-2", "hexagon-minus", "hexagon-number-0", "hexagon-number-1", "hexagon-number-2", "hexagon-number-3", "hexagon-number-4", "hexagon-number-5", "hexagon-number-6", "hexagon-number-7", "hexagon-number-8", "hexagon-number-9", "hexagon-off", "hexagon-plus-2", "hexagon-plus", "hexagon", "hexagonal-prism-off", "hexagonal-prism-plus", "hexagonal-prism", "hexagonal-pyramid-off", "hexagonal-pyramid-plus", "hexagonal-pyramid", "hexagons-off", "hexagons", "hierarchy-2", "hierarchy-3", "hierarchy-off", "hierarchy", "highlight-off", "highlight", "history-off", "history-toggle", "history", "home-2", "home-bitcoin", "home-bolt", "home-cancel", "home-check", "home-cog", "home-dollar", "home-dot", "home-down", "home-eco", "home-edit", "home-exclamation", "home-hand", "home-heart", "home-infinity", "home-link", "home-lock", "home-minus", "home-move", "home-off", "home-plus", "home-question", "home-ribbon", "home-search", "home-share", "home-shield", "home-signal", "home-spark", "home-star", "home-stats", "home-up", "home-x", "home", "horse-toy", "horse", "horseshoe", "hospital-circle", "hospital", "hotel-service", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "hours-12", "hours-24", "html", "http-connect-off", "http-connect", "http-delete-off", "http-delete", "http-get-off", "http-get", "http-head-off", "http-head", "http-options-off", "http-options", "http-patch-off", "http-patch", "http-post-off", "http-post", "http-put-off", "http-put", "http-que-off", "http-que", "http-trace-off", "http-trace", "ice-cream-2", "ice-cream-off", "ice-cream", "ice-skating", "iceberg", "icons-off", "icons", "id-badge-2", "id-badge-off", "id-badge", "id-off", "id", "ikosaedr", "image-generation", "image-in-picture", "inbox-off", "inbox", "indent-decrease", "indent-increase", "infinity-2", "infinity-off", "infinity", "info-circle", "info-hexagon", "info-octagon", "info-small", "info-square-rounded", "info-square", "info-triangle", "inner-shadow-bottom-left", "inner-shadow-bottom-right", "inner-shadow-bottom", "inner-shadow-left", "inner-shadow-right", "inner-shadow-top-left", "inner-shadow-top-right", "inner-shadow-top", "input-ai", "input-check", "input-search", "input-spark", "input-x", "invoice", "ironing-1", "ironing-2", "ironing-3", "ironing-off", "ironing-steam-off", "ironing-steam", "ironing", "irregular-polyhedron-off", "irregular-polyhedron-plus", "irregular-polyhedron", "italic", "jacket", "jetpack", "jetski", "jewish-star", "join-bevel", "join-round", "join-straight", "joker", "jpg", "json", "jump-rope", "karate", "kayak", "kerning", "key-off", "key", "keyboard-hide", "keyboard-off", "keyboard-show", "keyboard", "keyframe-align-center", "keyframe-align-horizontal", "keyframe-align-vertical", "keyframe", "keyframes", "label-important", "label-off", "label", "ladder-off", "ladder", "ladle", "lambda", "lamp-2", "lamp-off", "lamp", "lane", "language-hiragana", "language-katakana", "language-off", "language", "lasso-off", "lasso-polygon", "lasso", "laurel-wreath-1", "laurel-wreath-2", "laurel-wreath-3", "laurel-wreath", "lawn-mower", "layers-difference", "layers-intersect-2", "layers-intersect", "layers-linked", "layers-off", "layers-selected-bottom", "layers-selected", "layers-subtract", "layers-union", "layout-2", "layout-align-bottom", "layout-align-center", "layout-align-left", "layout-align-middle", "layout-align-right", "layout-align-top", "layout-board-split", "layout-board", "layout-bottombar-collapse", "layout-bottombar-expand", "layout-bottombar-inactive", "layout-bottombar", "layout-cards", "layout-collage", "layout-columns", "layout-dashboard", "layout-distribute-horizontal", "layout-distribute-vertical", "layout-grid-add", "layout-grid-remove", "layout-grid", "layout-kanban", "layout-list", "layout-navbar-collapse", "layout-navbar-expand", "layout-navbar-inactive", "layout-navbar", "layout-off", "layout-rows", "layout-sidebar-inactive", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout-sidebar-right-inactive", "layout-sidebar-right", "layout-sidebar", "layout", "leaf-2", "leaf-off", "leaf", "lego-off", "lego", "lemon-2", "lemon", "letter-a-small", "letter-a", "letter-b-small", "letter-b", "letter-c-small", "letter-c", "letter-case-lower", "letter-case-toggle", "letter-case-upper", "letter-case", "letter-d-small", "letter-d", "letter-e-small", "letter-e", "letter-f-small", "letter-f", "letter-g-small", "letter-g", "letter-h-small", "letter-h", "letter-i-small", "letter-i", "letter-j-small", "letter-j", "letter-k-small", "letter-k", "letter-l-small", "letter-l", "letter-m-small", "letter-m", "letter-n-small", "letter-n", "letter-o-small", "letter-o", "letter-p-small", "letter-p", "letter-q-small", "letter-q", "letter-r-small", "letter-r", "letter-s-small", "letter-s", "letter-spacing", "letter-t-small", "letter-t", "letter-u-small", "letter-u", "letter-v-small", "letter-v", "letter-w-small", "letter-w", "letter-x-small", "letter-x", "letter-y-small", "letter-y", "letter-z-small", "letter-z", "library-minus", "library-photo", "library-plus", "library", "license-off", "license", "lifebuoy-off", "lifebuoy", "lighter", "line-dashed", "line-dotted", "line-height", "line-scan", "line", "link-minus", "link-off", "link-plus", "link", "list-check", "list-details", "list-letters", "list-numbers", "list-search", "list-tree", "list", "live-photo-off", "live-photo", "live-view", "load-balancer", "loader-2", "loader-3", "loader-4", "loader-quarter", "loader", "location-bolt", "location-broken", "location-cancel", "location-check", "location-code", "location-cog", "location-discount", "location-dollar", "location-down", "location-exclamation", "location-heart", "location-minus", "location-off", "location-pause", "location-pin", "location-plus", "location-question", "location-search", "location-share", "location-star", "location-up", "location-x", "location", "lock-access-off", "lock-access", "lock-bitcoin", "lock-bolt", "lock-cancel", "lock-check", "lock-code", "lock-cog", "lock-dollar", "lock-down", "lock-exclamation", "lock-heart", "lock-minus", "lock-off", "lock-open-2", "lock-open-off", "lock-open", "lock-password", "lock-pause", "lock-pin", "lock-plus", "lock-question", "lock-search", "lock-share", "lock-square-rounded", "lock-square", "lock-star", "lock-up", "lock-x", "lock", "logic-and", "logic-buffer", "logic-nand", "logic-nor", "logic-not", "logic-or", "logic-xnor", "logic-xor", "login-2", "login", "logout-2", "logout", "logs", "lollipop-off", "lollipop", "luggage-off", "luggage", "lungs-off", "lungs", "macro-off", "macro", "magnet-off", "magnet", "magnetic", "mail-ai", "mail-bitcoin", "mail-bolt", "mail-cancel", "mail-check", "mail-code", "mail-cog", "mail-dollar", "mail-down", "mail-exclamation", "mail-fast", "mail-forward", "mail-heart", "mail-minus", "mail-off", "mail-opened", "mail-pause", "mail-pin", "mail-plus", "mail-question", "mail-search", "mail-share", "mail-spark", "mail-star", "mail-up", "mail-x", "mail", "mailbox-off", "mailbox", "man", "manual-gearbox", "map-2", "map-bolt", "map-cancel", "map-check", "map-code", "map-cog", "map-discount", "map-dollar", "map-down", "map-east", "map-exclamation", "map-heart", "map-lock", "map-minus", "map-north", "map-off", "map-pause", "map-pin-2", "map-pin-bolt", "map-pin-cancel", "map-pin-check", "map-pin-code", "map-pin-cog", "map-pin-dollar", "map-pin-down", "map-pin-exclamation", "map-pin-heart", "map-pin-minus", "map-pin-off", "map-pin-pause", "map-pin-pin", "map-pin-plus", "map-pin-question", "map-pin-search", "map-pin-share", "map-pin-star", "map-pin-up", "map-pin-x", "map-pin", "map-pins", "map-plus", "map-question", "map-route", "map-search", "map-share", "map-shield", "map-south", "map-star", "map-up", "map-west", "map-x", "map", "markdown-off", "markdown", "marquee-2", "marquee-off", "marquee", "mars", "mask-off", "mask", "masks-theater-off", "masks-theater", "massage", "matchstick", "math-1-divide-2", "math-1-divide-3", "math-avg", "math-cos", "math-ctg", "math-equal-greater", "math-equal-lower", "math-function-off", "math-function-y", "math-function", "math-greater", "math-integral-x", "math-integral", "math-integrals", "math-lower", "math-max-min", "math-max", "math-min", "math-not", "math-off", "math-pi-divide-2", "math-pi", "math-sec", "math-sin", "math-symbols", "math-tg", "math-x-divide-2", "math-x-divide-y-2", "math-x-divide-y", "math-x-floor-divide-y", "math-x-minus-x", "math-x-minus-y", "math-x-plus-x", "math-x-plus-y", "math-xy", "math-y-minus-y", "math-y-plus-y", "math", "matrix", "maximize-off", "maximize", "meat-off", "meat", "medal-2", "medal", "medical-cross-circle", "medical-cross-off", "medical-cross", "medicine-syrup", "meeple", "melon", "menorah", "menu-2", "menu-3", "menu-4", "menu-deep", "menu-order", "menu", "mesh", "message-2-bolt", "message-2-cancel", "message-2-check", "message-2-code", "message-2-cog", "message-2-dollar", "message-2-down", "message-2-exclamation", "message-2-heart", "message-2-minus", "message-2-off", "message-2-pause", "message-2-pin", "message-2-plus", "message-2-question", "message-2-search", "message-2-share", "message-2-star", "message-2-up", "message-2-x", "message-2", "message-bolt", "message-cancel", "message-chatbot", "message-check", "message-circle-bolt", "message-circle-cancel", "message-circle-check", "message-circle-code", "message-circle-cog", "message-circle-dollar", "message-circle-down", "message-circle-exclamation", "message-circle-heart", "message-circle-minus", "message-circle-off", "message-circle-pause", "message-circle-pin", "message-circle-plus", "message-circle-question", "message-circle-search", "message-circle-share", "message-circle-star", "message-circle-up", "message-circle-user", "message-circle-x", "message-circle", "message-code", "message-cog", "message-dollar", "message-dots", "message-down", "message-exclamation", "message-forward", "message-heart", "message-language", "message-minus", "message-off", "message-pause", "message-pin", "message-plus", "message-question", "message-reply", "message-report", "message-search", "message-share", "message-star", "message-up", "message-user", "message-x", "message", "messages-off", "messages", "meteor-off", "meteor", "meter-cube", "meter-square", "metronome", "michelin-bib-gourmand", "michelin-star-green", "michelin-star", "mickey", "microfrontends", "microphone-2-off", "microphone-2", "microphone-off", "microphone", "microscope-off", "microscope", "microwave-off", "microwave", "middleware", "military-award", "military-rank", "milk-off", "milk", "milkshake", "minimize", "minus-vertical", "minus", "mist-off", "mist", "mobiledata-off", "mobiledata", "moneybag-edit", "moneybag-heart", "moneybag-minus", "moneybag-move-back", "moneybag-move", "moneybag-plus", "moneybag", "monkeybar", "mood-angry", "mood-annoyed-2", "mood-annoyed", "mood-bitcoin", "mood-boy", "mood-check", "mood-cog", "mood-confuzed", "mood-crazy-happy", "mood-cry", "mood-dollar", "mood-edit", "mood-empty", "mood-happy", "mood-heart", "mood-kid", "mood-look-down", "mood-look-left", "mood-look-right", "mood-look-up", "mood-minus", "mood-nerd", "mood-nervous", "mood-neutral", "mood-off", "mood-pin", "mood-plus", "mood-puzzled", "mood-sad-2", "mood-sad-dizzy", "mood-sad-squint", "mood-sad", "mood-search", "mood-share", "mood-sick", "mood-silence", "mood-sing", "mood-smile-beam", "mood-smile-dizzy", "mood-smile", "mood-spark", "mood-surprised", "mood-tongue-wink-2", "mood-tongue-wink", "mood-tongue", "mood-unamused", "mood-up", "mood-wink-2", "mood-wink", "mood-wrrr", "mood-x", "mood-xd", "moon-2", "moon-off", "moon-stars", "moon", "moped", "mosque", "motorbike", "mountain-off", "mountain", "mouse-2", "mouse-off", "mouse", "moustache", "movie-off", "movie", "mug-off", "mug", "multiplier-0-5x", "multiplier-1-5x", "multiplier-1x", "multiplier-2x", "mushroom-off", "mushroom", "music-bolt", "music-cancel", "music-check", "music-code", "music-cog", "music-discount", "music-dollar", "music-down", "music-exclamation", "music-heart", "music-minus", "music-off", "music-pause", "music-pin", "music-plus", "music-question", "music-search", "music-share", "music-star", "music-up", "music-x", "music", "navigation-bolt", "navigation-cancel", "navigation-check", "navigation-code", "navigation-cog", "navigation-discount", "navigation-dollar", "navigation-down", "navigation-east", "navigation-exclamation", "navigation-heart", "navigation-minus", "navigation-north", "navigation-off", "navigation-pause", "navigation-pin", "navigation-plus", "navigation-question", "navigation-search", "navigation-share", "navigation-south", "navigation-star", "navigation-top", "navigation-up", "navigation-west", "navigation-x", "navigation", "needle-thread", "needle", "network-off", "network", "new-section", "news-off", "news", "nfc-off", "nfc", "no-copyright", "no-creative-commons", "no-derivatives", "north-star", "note-off", "note", "notebook-off", "notebook", "notes-off", "notes", "notification-off", "notification", "number-0-small", "number-0", "number-1-small", "number-1", "number-10-small", "number-10", "number-100-small", "number-11-small", "number-11", "number-12-small", "number-123", "number-13-small", "number-14-small", "number-15-small", "number-16-small", "number-17-small", "number-18-small", "number-19-small", "number-2-small", "number-2", "number-20-small", "number-21-small", "number-22-small", "number-23-small", "number-24-small", "number-25-small", "number-26-small", "number-27-small", "number-28-small", "number-29-small", "number-3-small", "number-3", "number-30-small", "number-31-small", "number-32-small", "number-33-small", "number-34-small", "number-35-small", "number-36-small", "number-37-small", "number-38-small", "number-39-small", "number-4-small", "number-4", "number-40-small", "number-41-small", "number-42-small", "number-43-small", "number-44-small", "number-45-small", "number-46-small", "number-47-small", "number-48-small", "number-49-small", "number-5-small", "number-5", "number-50-small", "number-51-small", "number-52-small", "number-53-small", "number-54-small", "number-55-small", "number-56-small", "number-57-small", "number-58-small", "number-59-small", "number-6-small", "number-6", "number-60-small", "number-61-small", "number-62-small", "number-63-small", "number-64-small", "number-65-small", "number-66-small", "number-67-small", "number-68-small", "number-69-small", "number-7-small", "number-7", "number-70-small", "number-71-small", "number-72-small", "number-73-small", "number-74-small", "number-75-small", "number-76-small", "number-77-small", "number-78-small", "number-79-small", "number-8-small", "number-8", "number-80-small", "number-81-small", "number-82-small", "number-83-small", "number-84-small", "number-85-small", "number-86-small", "number-87-small", "number-88-small", "number-89-small", "number-9-small", "number-9", "number-90-small", "number-91-small", "number-92-small", "number-93-small", "number-94-small", "number-95-small", "number-96-small", "number-97-small", "number-98-small", "number-99-small", "number", "numbers", "nurse", "nut", "object-scan", "octagon-minus-2", "octagon-minus", "octagon-off", "octagon-plus-2", "octagon-plus", "octagon", "octahedron-off", "octahedron-plus", "octahedron", "old", "olympic-torch", "olympics-off", "olympics", "om", "omega", "option", "outbound", "outlet", "oval-vertical", "oval", "overline", "package-export", "package-import", "package-off", "package", "packages", "pacman", "page-break", "paint-off", "paint", "palette-off", "palette", "panorama-horizontal-off", "panorama-horizontal", "panorama-vertical-off", "panorama-vertical", "paper-bag-off", "paper-bag", "paperclip", "parachute-off", "parachute", "parentheses-off", "parentheses", "parking-circle", "parking-meter", "parking-off", "parking", "password-fingerprint", "password-mobile-phone", "password-user", "password", "paw-off", "paw", "paywall", "pdf", "peace", "pencil-bolt", "pencil-cancel", "pencil-check", "pencil-code", "pencil-cog", "pencil-discount", "pencil-dollar", "pencil-down", "pencil-exclamation", "pencil-heart", "pencil-minus", "pencil-off", "pencil-pause", "pencil-pin", "pencil-plus", "pencil-question", "pencil-search", "pencil-share", "pencil-star", "pencil-up", "pencil-x", "pencil", "pendulum", "pennant-2", "pennant-off", "pennant", "pentagon-minus", "pentagon-number-0", "pentagon-number-1", "pentagon-number-2", "pentagon-number-3", "pentagon-number-4", "pentagon-number-5", "pentagon-number-6", "pentagon-number-7", "pentagon-number-8", "pentagon-number-9", "pentagon-off", "pentagon-plus", "pentagon-x", "pentagon", "pentagram", "pepper-off", "pepper", "percentage-0", "percentage-10", "percentage-100", "percentage-20", "percentage-25", "percentage-30", "percentage-33", "percentage-40", "percentage-50", "percentage-60", "percentage-66", "percentage-70", "percentage-75", "percentage-80", "percentage-90", "percentage", "perfume", "perspective-off", "perspective", "phone-call", "phone-calling", "phone-check", "phone-done", "phone-end", "phone-incoming", "phone-off", "phone-outgoing", "phone-pause", "phone-plus", "phone-ringing", "phone-spark", "phone-x", "phone", "photo-ai", "photo-bitcoin", "photo-bolt", "photo-cancel", "photo-check", "photo-circle-minus", "photo-circle-plus", "photo-circle", "photo-code", "photo-cog", "photo-dollar", "photo-down", "photo-edit", "photo-exclamation", "photo-heart", "photo-hexagon", "photo-minus", "photo-off", "photo-pause", "photo-pentagon", "photo-pin", "photo-plus", "photo-question", "photo-scan", "photo-search", "photo-sensor-2", "photo-sensor-3", "photo-sensor", "photo-share", "photo-shield", "photo-spark", "photo-square-rounded", "photo-star", "photo-up", "photo-video", "photo-x", "photo", "physotherapist", "piano", "pick", "picnic-table", "picture-in-picture-off", "picture-in-picture-on", "picture-in-picture-top", "picture-in-picture", "pig-money", "pig-off", "pig", "pilcrow-left", "pilcrow-right", "pilcrow", "pill-off", "pill", "pillow", "pills", "pin-end", "pin-invoke", "pin", "ping-pong", "pinned-off", "pinned", "pipeline", "pizza-off", "pizza", "placeholder", "plane-arrival", "plane-departure", "plane-inflight", "plane-off", "plane-tilt", "plane", "planet-off", "planet", "plant-2-off", "plant-2", "plant-off", "plant", "play-basketball", "play-card-1", "play-card-10", "play-card-2", "play-card-3", "play-card-4", "play-card-5", "play-card-6", "play-card-7", "play-card-8", "play-card-9", "play-card-a", "play-card-j", "play-card-k", "play-card-off", "play-card-q", "play-card-star", "play-card", "play-football", "play-handball", "play-volleyball", "player-eject", "player-pause", "player-play", "player-record", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "playlist-add", "playlist-off", "playlist-x", "playlist", "playstation-circle", "playstation-square", "playstation-triangle", "playstation-x", "plug-connected-x", "plug-connected", "plug-off", "plug-x", "plug", "plunger", "plus-equal", "plus-minus", "plus", "png", "podium-off", "podium", "point-off", "point", "pointer-bolt", "pointer-cancel", "pointer-check", "pointer-code", "pointer-cog", "pointer-dollar", "pointer-down", "pointer-exclamation", "pointer-heart", "pointer-minus", "pointer-off", "pointer-pause", "pointer-pin", "pointer-plus", "pointer-question", "pointer-search", "pointer-share", "pointer-star", "pointer-up", "pointer-x", "pointer", "pokeball-off", "pokeball", "poker-chip", "polaroid", "polygon-off", "polygon", "poo", "pool-off", "pool", "power", "pray", "premium-rights", "prescription", "presentation-analytics", "presentation-off", "presentation", "printer-off", "printer", "prism-light", "prism-off", "prism-plus", "prism", "prison", "progress-alert", "progress-bolt", "progress-check", "progress-down", "progress-help", "progress-x", "progress", "prompt", "prong", "propeller-off", "propeller", "protocol", "pumpkin-scary", "puzzle-2", "puzzle-off", "puzzle", "pyramid-off", "pyramid-plus", "pyramid", "qrcode-off", "qrcode", "question-mark", "queue-pop-in", "queue-pop-out", "quote-off", "quote-open", "quote", "quotes", "radar-2", "radar-off", "radar", "radio-off", "radio", "radioactive-off", "radioactive", "radius-bottom-left", "radius-bottom-right", "radius-top-left", "radius-top-right", "rainbow-off", "rainbow", "rating-12-plus", "rating-14-plus", "rating-16-plus", "rating-18-plus", "rating-21-plus", "razor-electric", "razor", "receipt-2", "receipt-bitcoin", "receipt-dollar", "receipt-euro", "receipt-off", "receipt-pound", "receipt-refund", "receipt-rupee", "receipt-tax", "receipt-yen", "receipt-yuan", "receipt", "recharging", "record-mail-off", "record-mail", "rectangle-rounded-bottom", "rectangle-rounded-top", "rectangle-vertical", "rectangle", "rectangular-prism-off", "rectangular-prism-plus", "rectangular-prism", "recycle-off", "recycle", "refresh-alert", "refresh-dot", "refresh-off", "refresh", "regex-off", "regex", "registered", "relation-many-to-many", "relation-one-to-many", "relation-one-to-one", "reload", "reorder", "repeat-off", "repeat-once", "repeat", "replace-off", "replace-user", "replace", "report-analytics", "report-medical", "report-money", "report-off", "report-search", "report", "reserved-line", "resize", "restore", "rewind-backward-10", "rewind-backward-15", "rewind-backward-20", "rewind-backward-30", "rewind-backward-40", "rewind-backward-5", "rewind-backward-50", "rewind-backward-60", "rewind-forward-10", "rewind-forward-15", "rewind-forward-20", "rewind-forward-30", "rewind-forward-40", "rewind-forward-5", "rewind-forward-50", "rewind-forward-60", "ribbon-health", "rings", "ripple-down", "ripple-off", "ripple-up", "ripple", "road-off", "road-sign", "road", "robot-face", "robot-off", "robot", "rocket-off", "rocket", "roller-skating", "rollercoaster-off", "rollercoaster", "rosette-asterisk", "rosette-discount-check-off", "rosette-discount-check", "rosette-discount-off", "rosette-discount", "rosette-number-0", "rosette-number-1", "rosette-number-2", "rosette-number-3", "rosette-number-4", "rosette-number-5", "rosette-number-6", "rosette-number-7", "rosette-number-8", "rosette-number-9", "rosette", "rotate-2", "rotate-360", "rotate-3d", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate-rectangle", "rotate", "route-2", "route-alt-left", "route-alt-right", "route-off", "route-scan", "route-square-2", "route-square", "route-x-2", "route-x", "route", "router-off", "router", "row-insert-bottom", "row-insert-top", "row-remove", "rss", "rubber-stamp-off", "rubber-stamp", "ruler-2-off", "ruler-2", "ruler-3", "ruler-measure-2", "ruler-measure", "ruler-off", "ruler", "run", "rv-truck", "s-turn-down", "s-turn-left", "s-turn-right", "s-turn-up", "sailboat-2", "sailboat-off", "sailboat", "salad", "salt", "sandbox", "satellite-off", "satellite", "sausage", "scale-off", "scale-outline-off", "scale-outline", "scale", "scan-eye", "scan-letter-a", "scan-letter-t", "scan-position", "scan-traces", "scan", "schema-off", "schema", "school-bell", "school-off", "school", "scissors-off", "scissors", "scooter-electric", "scooter", "scoreboard", "screen-share-off", "screen-share", "screenshot", "scribble-off", "scribble", "script-minus", "script-plus", "script-x", "script", "scuba-diving-tank", "scuba-diving", "scuba-mask-off", "scuba-mask", "sdk", "search-off", "search", "section-sign", "section", "seedling-off", "seedling", "segway", "select-all", "select", "selector", "send-2", "send-off", "send", "seo", "separator-horizontal", "separator-vertical", "separator", "server-2", "server-bolt", "server-cog", "server-off", "server-spark", "server", "serverless", "servicemark", "settings-2", "settings-ai", "settings-automation", "settings-bolt", "settings-cancel", "settings-check", "settings-code", "settings-cog", "settings-dollar", "settings-down", "settings-exclamation", "settings-heart", "settings-minus", "settings-off", "settings-pause", "settings-pin", "settings-plus", "settings-question", "settings-search", "settings-share", "settings-spark", "settings-star", "settings-up", "settings-x", "settings", "shadow-off", "shadow", "shape-2", "shape-3", "shape-off", "shape", "share-2", "share-3", "share-off", "share", "shareplay", "shield-bolt", "shield-cancel", "shield-check", "shield-checkered", "shield-chevron", "shield-code", "shield-cog", "shield-dollar", "shield-down", "shield-exclamation", "shield-half", "shield-heart", "shield-lock", "shield-minus", "shield-off", "shield-pause", "shield-pin", "shield-plus", "shield-question", "shield-search", "shield-share", "shield-star", "shield-up", "shield-x", "shield", "ship-off", "ship", "shirt-off", "shirt-sport", "shirt", "shoe-off", "shoe", "shopping-bag-check", "shopping-bag-discount", "shopping-bag-edit", "shopping-bag-exclamation", "shopping-bag-heart", "shopping-bag-minus", "shopping-bag-plus", "shopping-bag-search", "shopping-bag-x", "shopping-bag", "shopping-cart-bolt", "shopping-cart-cancel", "shopping-cart-check", "shopping-cart-code", "shopping-cart-cog", "shopping-cart-copy", "shopping-cart-discount", "shopping-cart-dollar", "shopping-cart-down", "shopping-cart-exclamation", "shopping-cart-heart", "shopping-cart-minus", "shopping-cart-off", "shopping-cart-pause", "shopping-cart-pin", "shopping-cart-plus", "shopping-cart-question", "shopping-cart-search", "shopping-cart-share", "shopping-cart-star", "shopping-cart-up", "shopping-cart-x", "shopping-cart", "shovel-pitchforks", "shovel", "shredder", "sign-left", "sign-right", "signal-2g", "signal-3g", "signal-4g-plus", "signal-4g", "signal-5g", "signal-6g", "signal-e", "signal-g", "signal-h-plus", "signal-h", "signal-lte", "signature-off", "signature", "sitemap-off", "sitemap", "skateboard-off", "skateboard", "skateboarding", "skew-x", "skew-y", "ski-jumping", "skull", "slash", "slashes", "sleigh", "slice", "slideshow", "smart-home-off", "smart-home", "smoking-no", "smoking", "snowboarding", "snowflake-off", "snowflake", "snowman", "soccer-field", "social-off", "social", "sock", "sofa-off", "sofa", "solar-electricity", "solar-panel-2", "solar-panel", "sort-0-9", "sort-9-0", "sort-a-z", "sort-ascending-2", "sort-ascending-letters", "sort-ascending-numbers", "sort-ascending-shapes", "sort-ascending-small-big", "sort-ascending", "sort-descending-2", "sort-descending-letters", "sort-descending-numbers", "sort-descending-shapes", "sort-descending-small-big", "sort-descending", "sort-z-a", "sos", "soup-off", "soup", "source-code", "space-off", "space", "spaces", "spacing-horizontal", "spacing-vertical", "spade", "sparkles-2", "sparkles", "speakerphone", "speedboat", "sphere-off", "sphere-plus", "sphere", "spider", "spiral-off", "spiral", "sport-billard", "spray", "spy-off", "spy", "sql", "square-arrow-down", "square-arrow-left", "square-arrow-right", "square-arrow-up", "square-asterisk", "square-check", "square-chevron-down", "square-chevron-left", "square-chevron-right", "square-chevron-up", "square-chevrons-down", "square-chevrons-left", "square-chevrons-right", "square-chevrons-up", "square-dashed", "square-dot", "square-f0", "square-f1", "square-f2", "square-f3", "square-f4", "square-f5", "square-f6", "square-f7", "square-f8", "square-f9", "square-forbid-2", "square-forbid", "square-half", "square-key", "square-letter-a", "square-letter-b", "square-letter-c", "square-letter-d", "square-letter-e", "square-letter-f", "square-letter-g", "square-letter-h", "square-letter-i", "square-letter-j", "square-letter-k", "square-letter-l", "square-letter-m", "square-letter-n", "square-letter-o", "square-letter-p", "square-letter-q", "square-letter-r", "square-letter-s", "square-letter-t", "square-letter-u", "square-letter-v", "square-letter-w", "square-letter-x", "square-letter-y", "square-letter-z", "square-minus-2", "square-minus", "square-number-0", "square-number-1", "square-number-2", "square-number-3", "square-number-4", "square-number-5", "square-number-6", "square-number-7", "square-number-8", "square-number-9", "square-off", "square-percentage", "square-plus-2", "square-plus", "square-root-2", "square-root", "square-rotated-asterisk", "square-rotated-forbid-2", "square-rotated-forbid", "square-rotated-off", "square-rotated", "square-rounded-arrow-down", "square-rounded-arrow-left", "square-rounded-arrow-right", "square-rounded-arrow-up", "square-rounded-check", "square-rounded-chevron-down", "square-rounded-chevron-left", "square-rounded-chevron-right", "square-rounded-chevron-up", "square-rounded-chevrons-down", "square-rounded-chevrons-left", "square-rounded-chevrons-right", "square-rounded-chevrons-up", "square-rounded-letter-a", "square-rounded-letter-b", "square-rounded-letter-c", "square-rounded-letter-d", "square-rounded-letter-e", "square-rounded-letter-f", "square-rounded-letter-g", "square-rounded-letter-h", "square-rounded-letter-i", "square-rounded-letter-j", "square-rounded-letter-k", "square-rounded-letter-l", "square-rounded-letter-m", "square-rounded-letter-n", "square-rounded-letter-o", "square-rounded-letter-p", "square-rounded-letter-q", "square-rounded-letter-r", "square-rounded-letter-s", "square-rounded-letter-t", "square-rounded-letter-u", "square-rounded-letter-v", "square-rounded-letter-w", "square-rounded-letter-x", "square-rounded-letter-y", "square-rounded-letter-z", "square-rounded-minus-2", "square-rounded-minus", "square-rounded-number-0", "square-rounded-number-1", "square-rounded-number-2", "square-rounded-number-3", "square-rounded-number-4", "square-rounded-number-5", "square-rounded-number-6", "square-rounded-number-7", "square-rounded-number-8", "square-rounded-number-9", "square-rounded-percentage", "square-rounded-plus-2", "square-rounded-plus", "square-rounded-x", "square-rounded", "square-toggle-horizontal", "square-toggle", "square-x", "square", "squares-diagonal", "squares-selected", "squares", "stack-2", "stack-3", "stack-back", "stack-backward", "stack-forward", "stack-front", "stack-middle", "stack-pop", "stack-push", "stack", "stairs-down", "stairs-up", "stairs", "star-half", "star-off", "star", "stars-off", "stars", "status-change", "steam", "steering-wheel-off", "steering-wheel", "step-into", "step-out", "stereo-glasses", "stethoscope-off", "stethoscope", "sticker-2", "sticker", "stopwatch", "storm-off", "storm", "stretching-2", "stretching", "strikethrough", "stroke-curved", "stroke-dynamic", "stroke-straight", "submarine", "subscript", "subtask", "subtitles-ai", "subtitles-edit", "subtitles-off", "subtitles", "sum-off", "sum", "sun-electricity", "sun-high", "sun-low", "sun-moon", "sun-off", "sun-wind", "sun", "sunglasses", "sunrise", "sunset-2", "sunset", "superscript", "svg", "swimming", "swipe-down", "swipe-left", "swipe-right", "swipe-up", "swipe", "switch-2", "switch-3", "switch-horizontal", "switch-vertical", "switch", "sword-off", "sword", "swords", "table-alias", "table-column", "table-dashed", "table-down", "table-export", "table-heart", "table-import", "table-minus", "table-off", "table-options", "table-plus", "table-row", "table-share", "table-shortcut", "table-spark", "table", "tag-minus", "tag-off", "tag-plus", "tag-starred", "tag", "tags-off", "tags", "tallymark-1", "tallymark-2", "tallymark-3", "tallymark-4", "tallymarks", "tank", "target-arrow", "target-off", "target", "tax-euro", "tax-pound", "tax", "teapot", "telescope-off", "telescope", "temperature-celsius", "temperature-fahrenheit", "temperature-minus", "temperature-off", "temperature-plus", "temperature-snow", "temperature-sun", "temperature", "template-off", "template", "tent-off", "tent", "terminal-2", "terminal", "test-pipe-2", "test-pipe-off", "test-pipe", "tex", "text-caption", "text-color", "text-decrease", "text-direction-ltr", "text-direction-rtl", "text-grammar", "text-increase", "text-orientation", "text-plus", "text-recognition", "text-resize", "text-scan-2", "text-size", "text-spellcheck", "text-wrap-column", "text-wrap-disabled", "text-wrap", "texture", "theater", "thermometer", "thumb-down-off", "thumb-down", "thumb-up-off", "thumb-up", "tic-tac", "ticket-off", "ticket", "tie", "tilde", "tilt-shift-off", "tilt-shift", "time-duration-0", "time-duration-10", "time-duration-15", "time-duration-30", "time-duration-45", "time-duration-5", "time-duration-60", "time-duration-90", "time-duration-off", "timeline-event-exclamation", "timeline-event-minus", "timeline-event-plus", "timeline-event-text", "timeline-event-x", "timeline-event", "timeline", "timezone", "tip-jar-euro", "tip-jar-pound", "tip-jar", "tir", "toggle-left", "toggle-right", "toilet-paper-off", "toilet-paper", "toml", "tool", "tools-kitchen-2-off", "tools-kitchen-2", "tools-kitchen-3", "tools-kitchen-off", "tools-kitchen", "tools-off", "tools", "tooltip", "topology-bus", "topology-complex", "topology-full-hierarchy", "topology-full", "topology-ring-2", "topology-ring-3", "topology-ring", "topology-star-2", "topology-star-3", "topology-star-ring-2", "topology-star-ring-3", "topology-star-ring", "topology-star", "torii", "tornado", "tournament", "tower-off", "tower", "track", "tractor", "trademark", "traffic-cone-off", "traffic-cone", "traffic-lights-off", "traffic-lights", "train", "transaction-bitcoin", "transaction-dollar", "transaction-euro", "transaction-pound", "transaction-rupee", "transaction-yen", "transaction-yuan", "transfer-in", "transfer-out", "transfer-vertical", "transfer", "transform-point-bottom-left", "transform-point-bottom-right", "transform-point-top-left", "transform-point-top-right", "transform-point", "transform", "transition-bottom", "transition-left", "transition-right", "transition-top", "trash-off", "trash-x", "trash", "treadmill", "tree", "trees", "trekking", "trending-down-2", "trending-down-3", "trending-down", "trending-up-2", "trending-up-3", "trending-up-down", "trending-up", "triangle-inverted", "triangle-minus-2", "triangle-minus", "triangle-off", "triangle-plus-2", "triangle-plus", "triangle-square-circle", "triangle", "triangles", "trident", "trolley", "trophy-off", "trophy", "trowel", "truck-delivery", "truck-loading", "truck-off", "truck-return", "truck", "txt", "typeface", "typography-off", "typography", "u-turn-left", "u-turn-right", "ufo-off", "ufo", "uhd", "umbrella-2", "umbrella-closed-2", "umbrella-closed", "umbrella-off", "umbrella", "underline", "universe", "unlink", "upload", "urgent", "usb", "user-bitcoin", "user-bolt", "user-cancel", "user-check", "user-circle", "user-code", "user-cog", "user-dollar", "user-down", "user-edit", "user-exclamation", "user-heart", "user-hexagon", "user-key", "user-minus", "user-off", "user-pause", "user-pentagon", "user-pin", "user-plus", "user-question", "user-scan", "user-screen", "user-search", "user-share", "user-shield", "user-square-rounded", "user-square", "user-star", "user-up", "user-x", "user", "users-group", "users-minus", "users-plus", "users", "uv-index", "ux-circle", "vaccine-bottle-off", "vaccine-bottle", "vaccine-off", "vaccine", "vacuum-cleaner", "variable-minus", "variable-off", "variable-plus", "variable", "vector-bezier-2", "vector-bezier-arc", "vector-bezier-circle", "vector-bezier", "vector-off", "vector-spline", "vector-triangle-off", "vector-triangle", "vector", "venus", "versions-off", "versions", "video-minus", "video-off", "video-plus", "video", "view-360-arrow", "view-360-number", "view-360-off", "view-360", "viewfinder-off", "viewfinder", "viewport-narrow", "viewport-short", "viewport-tall", "viewport-wide", "vinyl", "vip-2", "vip-off", "vip", "virus-off", "virus-search", "virus", "vocabulary-off", "vocabulary", "volcano", "volume-2", "volume-3", "volume-4", "volume-off", "volume", "vs", "walk", "wall-off", "wall", "wallet-off", "wallet", "wallpaper-off", "wallpaper", "wand-off", "wand", "wash-dry-1", "wash-dry-2", "wash-dry-3", "wash-dry-a", "wash-dry-dip", "wash-dry-f", "wash-dry-flat", "wash-dry-hang", "wash-dry-off", "wash-dry-p", "wash-dry-shade", "wash-dry-w", "wash-dry", "wash-dryclean-off", "wash-dryclean", "wash-eco", "wash-gentle", "wash-hand", "wash-machine", "wash-off", "wash-press", "wash-temperature-1", "wash-temperature-2", "wash-temperature-3", "wash-temperature-4", "wash-temperature-5", "wash-temperature-6", "wash-tumble-dry", "wash-tumble-off", "wash", "waterpolo", "wave-saw-tool", "wave-sine", "wave-square", "waves-electricity", "webhook-off", "webhook", "weight", "wheat-off", "wheat", "wheel", "wheelchair-off", "wheelchair", "whirl", "whisk", "wifi-0", "wifi-1", "wifi-2", "wifi-off", "wifi", "wind-electricity", "wind-off", "wind", "windmill-off", "windmill", "window-maximize", "window-minimize", "window-off", "window", "windsock", "wiper-wash", "wiper", "woman", "wood", "world-bolt", "world-cancel", "world-check", "world-code", "world-cog", "world-dollar", "world-down", "world-download", "world-exclamation", "world-heart", "world-latitude", "world-longitude", "world-map", "world-minus", "world-off", "world-pause", "world-pin", "world-plus", "world-question", "world-search", "world-share", "world-star", "world-up", "world-upload", "world-www", "world-x", "world", "wrecking-ball", "writing-off", "writing-sign-off", "writing-sign", "writing", "x-mark", "x-power-y", "x", "xbox-a", "xbox-b", "xbox-x", "xbox-y", "xd", "xxx", "yin-yang", "yoga", "zeppelin-off", "zeppelin", "zero-config", "zip", "zodiac-aquarius", "zodiac-aries", "zodiac-cancer", "zodiac-capricorn", "zodiac-gemini", "zodiac-leo", "zodiac-libra", "zodiac-pisces", "zodiac-sagittarius", "zodiac-scorpio", "zodiac-taurus", "zodiac-virgo", "zoom-cancel", "zoom-check", "zoom-code", "zoom-exclamation", "zoom-in-area", "zoom-in", "zoom-money", "zoom-out-area", "zoom-out", "zoom-pan", "zoom-question", "zoom-replace", "zoom-reset", "zoom-scan", "zoom", "zzz-off", "zzz", "accessible-filled", "ad-circle-filled", "ad-filled", "adjustments-horizontal-filled", "adjustments-filled", "aerial-lift-filled", "affiliate-filled", "air-balloon-filled", "alarm-minus-filled", "alarm-plus-filled", "alarm-snooze-filled", "alarm-filled", "alert-circle-filled", "alert-hexagon-filled", "alert-octagon-filled", "alert-square-rounded-filled", "alert-square-filled", "alert-triangle-filled", "alien-filled", "align-box-bottom-center-filled", "align-box-bottom-left-filled", "align-box-bottom-right-filled", "align-box-center-middle-filled", "align-box-left-bottom-filled", "align-box-left-middle-filled", "align-box-left-top-filled", "align-box-right-bottom-filled", "align-box-right-middle-filled", "align-box-right-top-filled", "align-box-top-center-filled", "align-box-top-left-filled", "align-box-top-right-filled", "analyze-filled", "app-window-filled", "apple-filled", "apps-filled", "archive-filled", "arrow-autofit-content-filled", "arrow-autofit-down-filled", "arrow-autofit-height-filled", "arrow-autofit-left-filled", "arrow-autofit-right-filled", "arrow-autofit-up-filled", "arrow-autofit-width-filled", "arrow-badge-down-filled", "arrow-badge-left-filled", "arrow-badge-right-filled", "arrow-badge-up-filled", "arrow-big-down-line-filled", "arrow-big-down-lines-filled", "arrow-big-down-filled", "arrow-big-left-line-filled", "arrow-big-left-lines-filled", "arrow-big-left-filled", "arrow-big-right-line-filled", "arrow-big-right-lines-filled", "arrow-big-right-filled", "arrow-big-up-line-filled", "arrow-big-up-lines-filled", "arrow-big-up-filled", "arrow-down-circle-filled", "arrow-down-rhombus-filled", "arrow-down-square-filled", "arrow-guide-filled", "arrow-left-circle-filled", "arrow-left-rhombus-filled", "arrow-left-square-filled", "arrow-move-down-filled", "arrow-move-left-filled", "arrow-move-right-filled", "arrow-move-up-filled", "arrow-right-circle-filled", "arrow-right-rhombus-filled", "arrow-right-square-filled", "arrow-up-circle-filled", "arrow-up-rhombus-filled", "arrow-up-square-filled", "artboard-filled", "article-filled", "aspect-ratio-filled", "assembly-filled", "asset-filled", "atom-2-filled", "automatic-gearbox-filled", "award-filled", "baby-carriage-filled", "backspace-filled", "badge-3d-filled", "badge-4k-filled", "badge-8k-filled", "badge-ad-filled", "badge-ar-filled", "badge-cc-filled", "badge-hd-filled", "badge-sd-filled", "badge-tm-filled", "badge-vo-filled", "badge-vr-filled", "badge-wc-filled", "badge-filled", "badges-filled", "ball-bowling-filled", "balloon-filled", "ballpen-filled", "bandage-filled", "barbell-filled", "barrier-block-filled", "basket-filled", "bath-filled", "battery-1-filled", "battery-2-filled", "battery-3-filled", "battery-4-filled", "battery-automotive-filled", "battery-vertical-1-filled", "battery-vertical-2-filled", "battery-vertical-3-filled", "battery-vertical-4-filled", "battery-vertical-filled", "battery-filled", "bed-flat-filled", "bed-filled", "beer-filled", "bell-minus-filled", "bell-plus-filled", "bell-ringing-2-filled", "bell-ringing-filled", "bell-x-filled", "bell-z-filled", "bell-filled", "bike-filled", "binary-tree-2-filled", "binary-tree-filled", "binoculars-filled", "biohazard-filled", "blade-filled", "blender-filled", "blob-filled", "bolt-filled", "bomb-filled", "bone-filled", "bong-filled", "book-filled", "bookmark-filled", "bookmarks-filled", "boom-filled", "bottle-filled", "bounce-left-filled", "bounce-right-filled", "bow-filled", "bowl-chopsticks-filled", "bowl-spoon-filled", "bowl-filled", "box-align-bottom-left-filled", "box-align-bottom-right-filled", "box-align-bottom-filled", "box-align-left-filled", "box-align-right-filled", "box-align-top-left-filled", "box-align-top-right-filled", "box-align-top-filled", "box-multiple-filled", "brand-angular-filled", "brand-apple-filled", "brand-bitbucket-filled", "brand-discord-filled", "brand-dribbble-filled", "brand-facebook-filled", "brand-github-filled", "brand-google-filled", "brand-instagram-filled", "brand-kick-filled", "brand-linkedin-filled", "brand-messenger-filled", "brand-open-source-filled", "brand-opera-filled", "brand-patreon-filled", "brand-paypal-filled", "brand-pinterest-filled", "brand-sketch-filled", "brand-snapchat-filled", "brand-spotify-filled", "brand-steam-filled", "brand-stripe-filled", "brand-tabler-filled", "brand-tiktok-filled", "brand-tinder-filled", "brand-tumblr-filled", "brand-twitter-filled", "brand-vercel-filled", "brand-vimeo-filled", "brand-weibo-filled", "brand-whatsapp-filled", "brand-windows-filled", "brand-x-filled", "brand-youtube-filled", "bread-filled", "briefcase-2-filled", "briefcase-filled", "brightness-auto-filled", "brightness-down-filled", "brightness-up-filled", "brightness-filled", "bubble-text-filled", "bubble-filled", "bug-filled", "building-bridge-2-filled", "building-broadcast-tower-filled", "bulb-filled", "bus-filled", "butterfly-filled", "cactus-filled", "calculator-filled", "calendar-event-filled", "calendar-month-filled", "calendar-week-filled", "calendar-filled", "camera-filled", "campfire-filled", "candle-filled", "cannabis-filled", "capsule-horizontal-filled", "capsule-filled", "capture-filled", "car-4wd-filled", "car-crane-filled", "car-fan-filled", "car-suv-filled", "car-filled", "carambola-filled", "caravan-filled", "cardboards-filled", "cards-filled", "caret-down-filled", "caret-left-right-filled", "caret-left-filled", "caret-right-filled", "caret-up-down-filled", "caret-up-filled", "carousel-horizontal-filled", "carousel-vertical-filled", "cash-banknote-filled", "category-filled", "charging-pile-filled", "chart-area-line-filled", "chart-area-filled", "chart-bubble-filled", "chart-candle-filled", "chart-donut-filled", "chart-dots-2-filled", "chart-dots-3-filled", "chart-dots-filled", "chart-funnel-filled", "chart-grid-dots-filled", "chart-pie-2-filled", "chart-pie-3-filled", "chart-pie-4-filled", "chart-pie-filled", "check-filled", "chef-hat-filled", "cherry-filled", "chess-bishop-filled", "chess-king-filled", "chess-knight-filled", "chess-queen-filled", "chess-rook-filled", "chess-filled", "chevron-down-filled", "chevron-right-filled", "christmas-tree-filled", "circle-arrow-down-left-filled", "circle-arrow-down-right-filled", "circle-arrow-down-filled", "circle-arrow-left-filled", "circle-arrow-right-filled", "circle-arrow-up-left-filled", "circle-arrow-up-right-filled", "circle-arrow-up-filled", "circle-caret-down-filled", "circle-caret-left-filled", "circle-caret-right-filled", "circle-caret-up-filled", "circle-check-filled", "circle-chevron-down-filled", "circle-chevron-left-filled", "circle-chevron-right-filled", "circle-chevron-up-filled", "circle-chevrons-down-filled", "circle-chevrons-left-filled", "circle-chevrons-right-filled", "circle-chevrons-up-filled", "circle-dot-filled", "circle-key-filled", "circle-letter-a-filled", "circle-letter-b-filled", "circle-letter-c-filled", "circle-letter-d-filled", "circle-letter-e-filled", "circle-letter-f-filled", "circle-letter-g-filled", "circle-letter-h-filled", "circle-letter-i-filled", "circle-letter-j-filled", "circle-letter-k-filled", "circle-letter-l-filled", "circle-letter-m-filled", "circle-letter-n-filled", "circle-letter-o-filled", "circle-letter-p-filled", "circle-letter-q-filled", "circle-letter-r-filled", "circle-letter-s-filled", "circle-letter-t-filled", "circle-letter-u-filled", "circle-letter-v-filled", "circle-letter-w-filled", "circle-letter-x-filled", "circle-letter-y-filled", "circle-letter-z-filled", "circle-number-0-filled", "circle-number-1-filled", "circle-number-2-filled", "circle-number-3-filled", "circle-number-4-filled", "circle-number-5-filled", "circle-number-6-filled", "circle-number-7-filled", "circle-number-8-filled", "circle-number-9-filled", "circle-percentage-filled", "circle-plus-filled", "circle-rectangle-filled", "circle-x-filled", "circle-filled", "circles-filled", "click-filled", "clipboard-check-filled", "clipboard-data-filled", "clipboard-list-filled", "clipboard-plus-filled", "clipboard-smile-filled", "clipboard-text-filled", "clipboard-typography-filled", "clipboard-x-filled", "clipboard-filled", "clock-hour-1-filled", "clock-hour-10-filled", "clock-hour-11-filled", "clock-hour-12-filled", "clock-hour-2-filled", "clock-hour-3-filled", "clock-hour-4-filled", "clock-hour-5-filled", "clock-hour-6-filled", "clock-hour-7-filled", "clock-hour-8-filled", "clock-hour-9-filled", "clock-filled", "cloud-computing-filled", "cloud-data-connection-filled", "cloud-filled", "clover-filled", "clubs-filled", "code-circle-2-filled", "code-circle-filled", "coin-bitcoin-filled", "coin-euro-filled", "coin-monero-filled", "coin-pound-filled", "coin-rupee-filled", "coin-taka-filled", "coin-yen-filled", "coin-yuan-filled", "coin-filled", "columns-1-filled", "columns-2-filled", "columns-3-filled", "compass-filled", "cone-2-filled", "cone-filled", "confetti-filled", "container-filled", "contrast-2-filled", "contrast-filled", "cookie-man-filled", "cookie-filled", "copy-check-filled", "copy-minus-filled", "copy-plus-filled", "copy-x-filled", "copy-filled", "copyleft-filled", "copyright-filled", "credit-card-filled", "crop-1-1-filled", "crop-16-9-filled", "crop-3-2-filled", "crop-5-4-filled", "crop-7-5-filled", "crop-landscape-filled", "crop-portrait-filled", "cross-filled", "crown-filled", "current-location-filled", "dashboard-filled", "database-filled", "device-cctv-filled", "device-desktop-filled", "device-floppy-filled", "device-gamepad-2-filled", "device-gamepad-3-filled", "device-gamepad-filled", "device-heart-monitor-filled", "device-imac-filled", "device-ipad-filled", "device-mobile-filled", "device-remote-filled", "device-speaker-filled", "device-tablet-filled", "device-tv-old-filled", "device-tv-filled", "device-unknown-filled", "device-usb-filled", "device-vision-pro-filled", "device-watch-filled", "dialpad-filled", "diamond-filled", "diamonds-filled", "dice-1-filled", "dice-2-filled", "dice-3-filled", "dice-4-filled", "dice-5-filled", "dice-6-filled", "dice-filled", "direction-arrows-filled", "direction-sign-filled", "directions-filled", "disc-filled", "discount-filled", "dots-vertical-filled", "dots-filled", "download-filled", "drop-circle-filled", "droplet-half-2-filled", "droplet-half-filled", "droplet-filled", "droplets-filled", "dual-screen-filled", "dumpling-filled", "ease-in-control-point-filled", "ease-in-out-control-points-filled", "ease-out-control-point-filled", "edit-filled", "egg-cracked-filled", "egg-fried-filled", "egg-filled", "elevator-filled", "engine-filled", "escalator-down-filled", "escalator-up-filled", "escalator-filled", "exchange-filled", "exclamation-circle-filled", "explicit-filled", "exposure-filled", "external-link-filled", "eye-table-filled", "eye-filled", "eyeglass-2-filled", "eyeglass-filled", "face-mask-filled", "favicon-filled", "feather-filled", "fence-filled", "ferry-filled", "fidget-spinner-filled", "file-analytics-filled", "file-check-filled", "file-code-2-filled", "file-code-filled", "file-cv-filled", "file-delta-filled", "file-description-filled", "file-diff-filled", "file-digit-filled", "file-dollar-filled", "file-dots-filled", "file-download-filled", "file-euro-filled", "file-function-filled", "file-horizontal-filled", "file-info-filled", "file-invoice-filled", "file-lambda-filled", "file-minus-filled", "file-music-filled", "file-neutral-filled", "file-pencil-filled", "file-percent-filled", "file-phone-filled", "file-power-filled", "file-rss-filled", "file-sad-filled", "file-scissors-filled", "file-settings-filled", "file-signal-filled", "file-smile-filled", "file-star-filled", "file-text-filled", "file-time-filled", "file-typography-filled", "file-unknown-filled", "file-upload-filled", "file-vector-filled", "file-x-filled", "file-filled", "files-filled", "filter-filled", "filters-filled", "fish-bone-filled", "flag-2-filled", "flag-3-filled", "flag-filled", "flame-filled", "flare-filled", "flask-2-filled", "flask-filled", "flower-filled", "folder-open-filled", "folder-filled", "folders-filled", "forbid-2-filled", "forbid-filled", "fountain-filled", "function-filled", "garden-cart-filled", "gas-station-filled", "gauge-filled", "ghost-2-filled", "ghost-3-filled", "ghost-filled", "gift-card-filled", "gift-filled", "glass-full-filled", "glass-filled", "globe-filled", "golf-filled", "gps-filled", "graph-filled", "grid-pattern-filled", "guitar-pick-filled", "hanger-2-filled", "headphones-filled", "headset-filled", "heart-broken-filled", "heart-filled", "helicopter-landing-filled", "helicopter-filled", "help-circle-filled", "help-hexagon-filled", "help-octagon-filled", "help-square-rounded-filled", "help-square-filled", "help-triangle-filled", "help-filled", "hexagon-letter-a-filled", "hexagon-letter-b-filled", "hexagon-letter-c-filled", "hexagon-letter-d-filled", "hexagon-letter-e-filled", "hexagon-letter-f-filled", "hexagon-letter-g-filled", "hexagon-letter-h-filled", "hexagon-letter-i-filled", "hexagon-letter-j-filled", "hexagon-letter-k-filled", "hexagon-letter-l-filled", "hexagon-letter-m-filled", "hexagon-letter-n-filled", "hexagon-letter-o-filled", "hexagon-letter-p-filled", "hexagon-letter-q-filled", "hexagon-letter-r-filled", "hexagon-letter-s-filled", "hexagon-letter-t-filled", "hexagon-letter-u-filled", "hexagon-letter-v-filled", "hexagon-letter-w-filled", "hexagon-letter-x-filled", "hexagon-letter-y-filled", "hexagon-letter-z-filled", "hexagon-minus-filled", "hexagon-number-0-filled", "hexagon-number-1-filled", "hexagon-number-2-filled", "hexagon-number-3-filled", "hexagon-number-4-filled", "hexagon-number-5-filled", "hexagon-number-6-filled", "hexagon-number-7-filled", "hexagon-number-8-filled", "hexagon-number-9-filled", "hexagon-plus-filled", "hexagon-filled", "home-2-filled", "home-filled", "hospital-circle-filled", "hourglass-filled", "icons-filled", "id-filled", "info-circle-filled", "info-hexagon-filled", "info-octagon-filled", "info-square-rounded-filled", "info-square-filled", "info-triangle-filled", "inner-shadow-bottom-left-filled", "inner-shadow-bottom-right-filled", "inner-shadow-bottom-filled", "inner-shadow-left-filled", "inner-shadow-right-filled", "inner-shadow-top-left-filled", "inner-shadow-top-right-filled", "inner-shadow-top-filled", "ironing-1-filled", "ironing-2-filled", "ironing-3-filled", "ironing-steam-filled", "ironing-filled", "jetpack-filled", "jewish-star-filled", "key-filled", "keyboard-filled", "keyframe-align-center-filled", "keyframe-align-horizontal-filled", "keyframe-align-vertical-filled", "keyframe-filled", "keyframes-filled", "label-important-filled", "label-filled", "lasso-polygon-filled", "laurel-wreath-1-filled", "laurel-wreath-2-filled", "laurel-wreath-3-filled", "laurel-wreath-filled", "layout-2-filled", "layout-align-bottom-filled", "layout-align-center-filled", "layout-align-left-filled", "layout-align-middle-filled", "layout-align-right-filled", "layout-align-top-filled", "layout-board-split-filled", "layout-board-filled", "layout-bottombar-collapse-filled", "layout-bottombar-expand-filled", "layout-bottombar-filled", "layout-cards-filled", "layout-dashboard-filled", "layout-distribute-horizontal-filled", "layout-distribute-vertical-filled", "layout-grid-filled", "layout-kanban-filled", "layout-list-filled", "layout-navbar-collapse-filled", "layout-navbar-expand-filled", "layout-navbar-filled", "layout-sidebar-left-collapse-filled", "layout-sidebar-left-expand-filled", "layout-sidebar-right-collapse-filled", "layout-sidebar-right-expand-filled", "layout-sidebar-right-filled", "layout-sidebar-filled", "layout-filled", "leaf-filled", "lego-filled", "lemon-2-filled", "library-plus-filled", "library-filled", "lifebuoy-filled", "link-filled", "list-check-filled", "list-details-filled", "list-filled", "live-photo-filled", "live-view-filled", "location-filled", "lock-square-rounded-filled", "lock-filled", "lungs-filled", "macro-filled", "magnet-filled", "mail-opened-filled", "mail-filled", "man-filled", "manual-gearbox-filled", "map-pin-filled", "medical-cross-filled", "meeple-filled", "melon-filled", "menu-2-filled", "message-2-filled", "message-chatbot-filled", "message-circle-filled", "message-report-filled", "message-filled", "messages-filled", "meteor-filled", "michelin-star-filled", "mickey-filled", "microphone-filled", "microscope-filled", "microwave-filled", "military-rank-filled", "milk-filled", "mood-angry-filled", "mood-confuzed-filled", "mood-crazy-happy-filled", "mood-empty-filled", "mood-happy-filled", "mood-kid-filled", "mood-neutral-filled", "mood-sad-filled", "mood-smile-filled", "mood-wrrr-filled", "moon-filled", "motorbike-filled", "mountain-filled", "mouse-filled", "mug-filled", "mushroom-filled", "navigation-filled", "nurse-filled", "octagon-minus-filled", "octagon-plus-filled", "octagon-filled", "oval-vertical-filled", "oval-filled", "pacman-filled", "paint-filled", "palette-filled", "panorama-horizontal-filled", "panorama-vertical-filled", "parking-circle-filled", "paw-filled", "pencil-filled", "pennant-2-filled", "pennant-filled", "pentagon-filled", "phone-call-filled", "phone-calling-filled", "phone-check-filled", "phone-x-filled", "phone-filled", "photo-filled", "picture-in-picture-top-filled", "picture-in-picture-filled", "pig-filled", "pill-filled", "pin-filled", "pinned-filled", "pizza-filled", "plane-arrival-filled", "plane-departure-filled", "plane-tilt-filled", "plane-filled", "play-card-1-filled", "play-card-10-filled", "play-card-2-filled", "play-card-3-filled", "play-card-4-filled", "play-card-5-filled", "play-card-6-filled", "play-card-7-filled", "play-card-8-filled", "play-card-9-filled", "play-card-a-filled", "play-card-j-filled", "play-card-k-filled", "play-card-q-filled", "play-card-star-filled", "play-card-filled", "player-eject-filled", "player-pause-filled", "player-play-filled", "player-record-filled", "player-skip-back-filled", "player-skip-forward-filled", "player-stop-filled", "player-track-next-filled", "player-track-prev-filled", "playlist-filled", "plus-filled", "point-filled", "pointer-filled", "polaroid-filled", "poo-filled", "presentation-analytics-filled", "presentation-filled", "puzzle-filled", "quote-filled", "radar-filled", "radioactive-filled", "receipt-dollar-filled", "receipt-euro-filled", "receipt-pound-filled", "receipt-rupee-filled", "receipt-yen-filled", "receipt-yuan-filled", "receipt-filled", "rectangle-vertical-filled", "rectangle-filled", "registered-filled", "relation-many-to-many-filled", "relation-one-to-many-filled", "relation-one-to-one-filled", "replace-filled", "report-analytics-filled", "report-money-filled", "rollercoaster-filled", "rosette-discount-check-filled", "rosette-discount-filled", "rosette-filled", "salad-filled", "satellite-filled", "scale-filled", "school-filled", "scuba-diving-tank-filled", "search-filled", "section-filled", "seedling-filled", "send-filled", "settings-filled", "shield-check-filled", "shield-checkered-filled", "shield-half-filled", "shield-lock-filled", "shield-filled", "shirt-filled", "shopping-cart-filled", "sign-left-filled", "sign-right-filled", "sitemap-filled", "sort-ascending-2-filled", "sort-ascending-shapes-filled", "sort-descending-2-filled", "sort-descending-shapes-filled", "soup-filled", "spade-filled", "sparkles-2-filled", "sparkles-filled", "speedboat-filled", "spider-filled", "square-arrow-down-filled", "square-arrow-left-filled", "square-arrow-right-filled", "square-arrow-up-filled", "square-asterisk-filled", "square-check-filled", "square-chevron-down-filled", "square-chevron-left-filled", "square-chevron-right-filled", "square-chevron-up-filled", "square-chevrons-down-filled", "square-chevrons-left-filled", "square-chevrons-right-filled", "square-chevrons-up-filled", "square-dot-filled", "square-f0-filled", "square-f1-filled", "square-f2-filled", "square-f3-filled", "square-f4-filled", "square-f5-filled", "square-f6-filled", "square-f7-filled", "square-f8-filled", "square-f9-filled", "square-letter-a-filled", "square-letter-b-filled", "square-letter-c-filled", "square-letter-d-filled", "square-letter-e-filled", "square-letter-f-filled", "square-letter-g-filled", "square-letter-h-filled", "square-letter-i-filled", "square-letter-j-filled", "square-letter-k-filled", "square-letter-l-filled", "square-letter-m-filled", "square-letter-n-filled", "square-letter-o-filled", "square-letter-p-filled", "square-letter-q-filled", "square-letter-r-filled", "square-letter-s-filled", "square-letter-t-filled", "square-letter-u-filled", "square-letter-v-filled", "square-letter-w-filled", "square-letter-x-filled", "square-letter-y-filled", "square-letter-z-filled", "square-minus-filled", "square-number-0-filled", "square-number-1-filled", "square-number-2-filled", "square-number-3-filled", "square-number-4-filled", "square-number-5-filled", "square-number-6-filled", "square-number-7-filled", "square-number-8-filled", "square-number-9-filled", "square-rotated-filled", "square-rounded-arrow-down-filled", "square-rounded-arrow-left-filled", "square-rounded-arrow-right-filled", "square-rounded-arrow-up-filled", "square-rounded-check-filled", "square-rounded-chevron-down-filled", "square-rounded-chevron-left-filled", "square-rounded-chevron-right-filled", "square-rounded-chevron-up-filled", "square-rounded-chevrons-down-filled", "square-rounded-chevrons-left-filled", "square-rounded-chevrons-right-filled", "square-rounded-chevrons-up-filled", "square-rounded-letter-a-filled", "square-rounded-letter-b-filled", "square-rounded-letter-c-filled", "square-rounded-letter-d-filled", "square-rounded-letter-e-filled", "square-rounded-letter-f-filled", "square-rounded-letter-g-filled", "square-rounded-letter-h-filled", "square-rounded-letter-i-filled", "square-rounded-letter-j-filled", "square-rounded-letter-k-filled", "square-rounded-letter-l-filled", "square-rounded-letter-m-filled", "square-rounded-letter-n-filled", "square-rounded-letter-o-filled", "square-rounded-letter-p-filled", "square-rounded-letter-q-filled", "square-rounded-letter-r-filled", "square-rounded-letter-s-filled", "square-rounded-letter-t-filled", "square-rounded-letter-u-filled", "square-rounded-letter-v-filled", "square-rounded-letter-w-filled", "square-rounded-letter-x-filled", "square-rounded-letter-y-filled", "square-rounded-letter-z-filled", "square-rounded-minus-filled", "square-rounded-number-0-filled", "square-rounded-number-1-filled", "square-rounded-number-2-filled", "square-rounded-number-3-filled", "square-rounded-number-4-filled", "square-rounded-number-5-filled", "square-rounded-number-6-filled", "square-rounded-number-7-filled", "square-rounded-number-8-filled", "square-rounded-number-9-filled", "square-rounded-plus-filled", "square-rounded-x-filled", "square-rounded-filled", "square-x-filled", "square-filled", "squares-filled", "stack-2-filled", "stack-3-filled", "stack-filled", "star-half-filled", "star-filled", "stars-filled", "steering-wheel-filled", "sun-high-filled", "sun-low-filled", "sun-filled", "sunglasses-filled", "sunrise-filled", "sunset-2-filled", "sunset-filled", "swipe-down-filled", "swipe-left-filled", "swipe-right-filled", "swipe-up-filled", "table-filled", "tag-filled", "tags-filled", "temperature-minus-filled", "temperature-plus-filled", "template-filled", "test-pipe-2-filled", "thumb-down-filled", "thumb-up-filled", "ticket-filled", "tilt-shift-filled", "timeline-event-filled", "toggle-left-filled", "toggle-right-filled", "tools-kitchen-2-filled", "train-filled", "transform-filled", "transition-bottom-filled", "transition-left-filled", "transition-right-filled", "transition-top-filled", "trash-x-filled", "trash-filled", "triangle-inverted-filled", "triangle-square-circle-filled", "triangle-filled", "trolley-filled", "trophy-filled", "truck-filled", "ufo-filled", "umbrella-filled", "user-filled", "versions-filled", "video-minus-filled", "video-plus-filled", "video-filled", "windmill-filled", "windsock-filled", "woman-filled", "world-filled", "writing-sign-filled", "writing-filled", "x-filled", "xbox-a-filled", "xbox-b-filled", "xbox-x-filled", "xbox-y-filled", "yin-yang-filled", "zeppelin-filled", "zoom-cancel-filled", "zoom-check-filled", "zoom-code-filled", "zoom-exclamation-filled", "zoom-in-area-filled", "zoom-in-filled", "zoom-money-filled", "zoom-out-area-filled", "zoom-out-filled", "zoom-pan-filled", "zoom-question-filled", "zoom-scan-filled", "zoom-filled"];
|
|
62265
62429
|
|
|
62266
62430
|
var iconsList$1 = /*#__PURE__*/Object.freeze({
|
|
62267
62431
|
__proto__: null,
|
|
62268
62432
|
default: iconsList
|
|
62269
62433
|
});
|
|
62270
62434
|
|
|
62271
|
-
export { IconNumber123 as Icon123, IconHours12 as Icon12Hours, IconHours24 as Icon24Hours, IconAuth2fa as Icon2fa, IconView360Arrow as Icon360, IconView360Number as Icon360View, IconCube3dSphere as Icon3dCubeSphere, IconCube3dSphereOff as Icon3dCubeSphereOff, IconRotate3d as Icon3dRotate, IconAB, IconAB2, IconABOff, IconAbacus, IconAbacusOff, IconAbc, IconAccessPoint, IconAccessPointOff, IconAccessible, IconAccessibleFilled, IconAccessibleOff, IconActivity, IconActivityHeartbeat, IconAd, IconAd2, IconAdCircle, IconAdCircleFilled, IconAdCircleOff, IconAdFilled, IconAdOff, IconAddressBook, IconAddressBookOff, IconAdjustments, IconAdjustmentsAlt, IconAdjustmentsBolt, IconAdjustmentsCancel, IconAdjustmentsCheck, IconAdjustmentsCode, IconAdjustmentsCog, IconAdjustmentsDollar, IconAdjustmentsDown, IconAdjustmentsExclamation, IconAdjustmentsFilled, IconAdjustmentsHeart, IconAdjustmentsHorizontal, IconAdjustmentsHorizontalFilled, IconAdjustmentsMinus, IconAdjustmentsOff, IconAdjustmentsPause, IconAdjustmentsPin, IconAdjustmentsPlus, IconAdjustmentsQuestion, IconAdjustmentsSearch, IconAdjustmentsShare, IconAdjustmentsSpark, IconAdjustmentsStar, IconAdjustmentsUp, IconAdjustmentsX, IconAerialLift, IconAerialLiftFilled, IconAffiliate, IconAffiliateFilled, IconAi, IconAiAgent, IconAiAgents, IconAiGateway, IconAirBalloon, IconAirBalloonFilled, IconAirConditioning, IconAirConditioningDisabled, IconAirTrafficControl, IconAlarm, IconAlarmAverage, IconAlarmFilled, IconAlarmMinus, IconAlarmMinusFilled, IconAlarmOff, IconAlarmPlus, IconAlarmPlusFilled, IconAlarmSmoke, IconAlarmSnooze, IconAlarmSnoozeFilled, IconAlbum, IconAlbumOff, IconAlertCircle, IconAlertCircleFilled, IconAlertCircleOff, IconAlertHexagon, IconAlertHexagonFilled, IconAlertHexagonOff, IconAlertOctagon, IconAlertOctagonFilled, IconAlertSmall, IconAlertSmallOff, IconAlertSquare, IconAlertSquareFilled, IconAlertSquareRounded, IconAlertSquareRoundedFilled, IconAlertSquareRoundedOff, IconAlertTriangle, IconAlertTriangleFilled, IconAlertTriangleOff, IconAlien, IconAlienFilled, IconAlignBoxBottomCenter, IconAlignBoxBottomCenterFilled, IconAlignBoxBottomLeft, IconAlignBoxBottomLeftFilled, IconAlignBoxBottomRight, IconAlignBoxBottomRightFilled, IconAlignBoxCenterBottom, IconAlignBoxCenterMiddle, IconAlignBoxCenterMiddleFilled, IconAlignBoxCenterStretch, IconAlignBoxCenterTop, IconAlignBoxLeftBottom, IconAlignBoxLeftBottomFilled, IconAlignBoxLeftMiddle, IconAlignBoxLeftMiddleFilled, IconAlignBoxLeftStretch, IconAlignBoxLeftTop, IconAlignBoxLeftTopFilled, IconAlignBoxRightBottom, IconAlignBoxRightBottomFilled, IconAlignBoxRightMiddle, IconAlignBoxRightMiddleFilled, IconAlignBoxRightStretch, IconAlignBoxRightTop, IconAlignBoxRightTopFilled, IconAlignBoxTopCenter, IconAlignBoxTopCenterFilled, IconAlignBoxTopLeft, IconAlignBoxTopLeftFilled, IconAlignBoxTopRight, IconAlignBoxTopRightFilled, IconAlignCenter, IconAlignJustified, IconAlignLeft, IconAlignLeft2, IconAlignRight, IconAlignRight2, IconAlpha, IconAlphabetArabic, IconAlphabetBangla, IconAlphabetCyrillic, IconAlphabetGreek, IconAlphabetHebrew, IconAlphabetKorean, IconAlphabetLatin, IconAlphabetPolish, IconAlphabetRunes, IconAlphabetThai, IconAlt, IconAmbulance, IconAmpersand, IconAnalyze, IconAnalyzeFilled, IconAnalyzeOff, IconAnchor, IconAnchorOff, IconAngle, IconAnkh, IconAntenna, IconAntennaBars1, IconAntennaBars2, IconAntennaBars3, IconAntennaBars4, IconAntennaBars5, IconAntennaBarsOff, IconAntennaOff, IconAperture, IconApertureOff, IconApi, IconApiApp, IconApiAppOff, IconApiBook, IconApiOff, IconAppWindow, IconAppWindowFilled, IconApple, IconAppleFilled, IconApps, IconAppsFilled, IconAppsOff, IconArcheryArrow, IconArchive, IconArchiveFilled, IconArchiveOff, IconArmchair, IconArmchair2, IconArmchair2Off, IconArmchairOff, IconArrowAutofitContent, IconArrowAutofitContentFilled, IconArrowAutofitDown, IconArrowAutofitDownFilled, IconArrowAutofitHeight, IconArrowAutofitHeightFilled, IconArrowAutofitLeft, IconArrowAutofitLeftFilled, IconArrowAutofitRight, IconArrowAutofitRightFilled, IconArrowAutofitUp, IconArrowAutofitUpFilled, IconArrowAutofitWidth, IconArrowAutofitWidthFilled, IconArrowBack, IconArrowBackUp, IconArrowBackUpDouble, IconArrowBadgeDown, IconArrowBadgeDownFilled, IconArrowBadgeLeft, IconArrowBadgeLeftFilled, IconArrowBadgeRight, IconArrowBadgeRightFilled, IconArrowBadgeUp, IconArrowBadgeUpFilled, IconArrowBarBoth, IconArrowBarDown, IconArrowBarLeft, IconArrowBarRight, IconArrowBarToDown, IconArrowBarToDownDashed, IconArrowBarToLeft, IconArrowBarToLeftDashed, IconArrowBarToRight, IconArrowBarToRightDashed, IconArrowBarToUp, IconArrowBarToUpDashed, IconArrowBarUp, IconArrowBearLeft, IconArrowBearLeft2, IconArrowBearRight, IconArrowBearRight2, IconArrowBigDown, IconArrowBigDownFilled, IconArrowBigDownLine, IconArrowBigDownLineFilled, IconArrowBigDownLines, IconArrowBigDownLinesFilled, IconArrowBigLeft, IconArrowBigLeftFilled, IconArrowBigLeftLine, IconArrowBigLeftLineFilled, IconArrowBigLeftLines, IconArrowBigLeftLinesFilled, IconArrowBigRight, IconArrowBigRightFilled, IconArrowBigRightLine, IconArrowBigRightLineFilled, IconArrowBigRightLines, IconArrowBigRightLinesFilled, IconArrowBigUp, IconArrowBigUpFilled, IconArrowBigUpLine, IconArrowBigUpLineFilled, IconArrowBigUpLines, IconArrowBigUpLinesFilled, IconArrowBounce, IconArrowCapsule, IconArrowCurveLeft, IconArrowCurveRight, IconArrowDown, IconArrowDownBar, IconArrowDownCircle, IconArrowDownCircleFilled, IconArrowDownDashed, IconArrowDownFromArc, IconArrowDownLeft, IconArrowDownLeftCircle, IconArrowDownRhombus, IconArrowDownRhombusFilled, IconArrowDownRight, IconArrowDownRightCircle, IconArrowDownSquare, IconArrowDownSquareFilled, IconArrowDownTail, IconArrowDownToArc, IconArrowElbowLeft, IconArrowElbowRight, IconArrowFork, IconArrowForward, IconArrowForwardUp, IconArrowForwardUpDouble, IconArrowGuide, IconArrowGuideFilled, IconArrowIteration, IconArrowLeft, IconArrowLeftBar, IconArrowLeftCircle, IconArrowLeftCircleFilled, IconArrowLeftDashed, IconArrowLeftFromArc, IconArrowLeftRhombus, IconArrowLeftRhombusFilled, IconArrowLeftRight, IconArrowLeftSquare, IconArrowLeftSquareFilled, IconArrowLeftTail, IconArrowLeftToArc, IconArrowLoopLeft, IconArrowLoopLeft2, IconArrowLoopRight, IconArrowLoopRight2, IconArrowMerge, IconArrowMergeAltLeft, IconArrowMergeAltRight, IconArrowMergeBoth, IconArrowMergeLeft, IconArrowMergeRight, IconArrowMoveDown, IconArrowMoveDownFilled, IconArrowMoveLeft, IconArrowMoveLeftFilled, IconArrowMoveRight, IconArrowMoveRightFilled, IconArrowMoveUp, IconArrowMoveUpFilled, IconArrowNarrowDown, IconArrowNarrowDownDashed, IconArrowNarrowLeft, IconArrowNarrowLeftDashed, IconArrowNarrowRight, IconArrowNarrowRightDashed, IconArrowNarrowUp, IconArrowNarrowUpDashed, IconArrowRampLeft, IconArrowRampLeft2, IconArrowRampLeft3, IconArrowRampRight, IconArrowRampRight2, IconArrowRampRight3, IconArrowRight, IconArrowRightBar, IconArrowRightCircle, IconArrowRightCircleFilled, IconArrowRightDashed, IconArrowRightFromArc, IconArrowRightRhombus, IconArrowRightRhombusFilled, IconArrowRightSquare, IconArrowRightSquareFilled, IconArrowRightTail, IconArrowRightToArc, IconArrowRotaryFirstLeft, IconArrowRotaryFirstRight, IconArrowRotaryLastLeft, IconArrowRotaryLastRight, IconArrowRotaryLeft, IconArrowRotaryRight, IconArrowRotaryStraight, IconArrowRoundaboutLeft, IconArrowRoundaboutRight, IconArrowSharpTurnLeft, IconArrowSharpTurnRight, IconArrowUp, IconArrowUpBar, IconArrowUpCircle, IconArrowUpCircleFilled, IconArrowUpDashed, IconArrowUpFromArc, IconArrowUpLeft, IconArrowUpLeftCircle, IconArrowUpRhombus, IconArrowUpRhombusFilled, IconArrowUpRight, IconArrowUpRightCircle, IconArrowUpSquare, IconArrowUpSquareFilled, IconArrowUpTail, IconArrowUpToArc, IconArrowWaveLeftDown, IconArrowWaveLeftUp, IconArrowWaveRightDown, IconArrowWaveRightUp, IconArrowZigZag, IconArrowsCross, IconArrowsDiagonal, IconArrowsDiagonal2, IconArrowsDiagonalMinimize, IconArrowsDiagonalMinimize2, IconArrowsDiff, IconArrowsDoubleNeSw, IconArrowsDoubleNwSe, IconArrowsDoubleSeNw, IconArrowsDoubleSwNe, IconArrowsDown, IconArrowsDownUp, IconArrowsExchange, IconArrowsExchange2, IconArrowsHorizontal, IconArrowsJoin, IconArrowsJoin2, IconArrowsLeft, IconArrowsLeftDown, IconArrowsLeftRight, IconArrowsMaximize, IconArrowsMinimize, IconArrowsMove, IconArrowsMoveHorizontal, IconArrowsMoveVertical, IconArrowsRandom, IconArrowsRight, IconArrowsRightDown, IconArrowsRightLeft, IconArrowsShuffle, IconArrowsShuffle2, IconArrowsSort, IconArrowsSplit, IconArrowsSplit2, IconArrowsTransferDown, IconArrowsTransferUp, IconArrowsTransferUpDown, IconArrowsUp, IconArrowsUpDown, IconArrowsUpLeft, IconArrowsUpRight, IconArrowsVertical, IconArtboard, IconArtboardFilled, IconArtboardOff, IconArticle, IconArticleFilled, IconArticleOff, IconAspectRatio, IconAspectRatioFilled, IconAspectRatioOff, IconAssembly, IconAssemblyFilled, IconAssemblyOff, IconAsset, IconAssetFilled, IconAsterisk, IconAsteriskSimple, IconAt, IconAtOff, IconAtom, IconAtom2, IconAtom2Filled, IconAtomOff, IconAugmentedReality, IconAugmentedReality2, IconAugmentedRealityOff, IconAuth2fa, IconAutomaticGearbox, IconAutomaticGearboxFilled, IconAutomation, IconAvocado, IconAward, IconAwardFilled, IconAwardOff, IconAxe, IconAxisX, IconAxisY, IconBabyBottle, IconBabyCarriage, IconBabyCarriageFilled, IconBackground, IconBackhoe, IconBackpack, IconBackpackOff, IconBackslash, IconBackspace, IconBackspaceFilled, IconBadge, IconBadge2k, IconBadge3d, IconBadge3dFilled, IconBadge3k, IconBadge4k, IconBadge4kFilled, IconBadge5k, IconBadge8k, IconBadge8kFilled, IconBadgeAd, IconBadgeAdFilled, IconBadgeAdOff, IconBadgeAr, IconBadgeArFilled, IconBadgeCc, IconBadgeCcFilled, IconBadgeFilled, IconBadgeHd, IconBadgeHdFilled, IconBadgeOff, IconBadgeSd, IconBadgeSdFilled, IconBadgeTm, IconBadgeTmFilled, IconBadgeVo, IconBadgeVoFilled, IconBadgeVr, IconBadgeVrFilled, IconBadgeWc, IconBadgeWcFilled, IconBadges, IconBadgesFilled, IconBadgesOff, IconBaguette, IconBallAmericanFootball, IconBallAmericanFootballOff, IconBallBaseball, IconBallBasketball, IconBallBowling, IconBallBowlingFilled, IconBallFootball, IconBallFootballOff, IconBallTennis, IconBallVolleyball, IconBalloon, IconBalloonFilled, IconBalloonOff, IconBallpen, IconBallpenFilled, IconBallpenOff, IconBan, IconBandage, IconBandageFilled, IconBandageOff, IconBarbell, IconBarbellFilled, IconBarbellOff, IconBarcode, IconBarcodeOff, IconBarrel, IconBarrelOff, IconBarrierBlock, IconBarrierBlockFilled, IconBarrierBlockOff, IconBaseline, IconBaselineDensityLarge, IconBaselineDensityMedium, IconBaselineDensitySmall, IconBasket, IconBasketBolt, IconBasketCancel, IconBasketCheck, IconBasketCode, IconBasketCog, IconBasketDiscount, IconBasketDollar, IconBasketDown, IconBasketExclamation, IconBasketFilled, IconBasketHeart, IconBasketMinus, IconBasketOff, IconBasketPause, IconBasketPin, IconBasketPlus, IconBasketQuestion, IconBasketSearch, IconBasketShare, IconBasketStar, IconBasketUp, IconBasketX, IconBat, IconBath, IconBathFilled, IconBathOff, IconBattery, IconBattery1, IconBattery1Filled, IconBattery2, IconBattery2Filled, IconBattery3, IconBattery3Filled, IconBattery4, IconBattery4Filled, IconBatteryAutomotive, IconBatteryAutomotiveFilled, IconBatteryCharging, IconBatteryCharging2, IconBatteryEco, IconBatteryExclamation, IconBatteryFilled, IconBatteryOff, IconBatterySpark, IconBatteryVertical, IconBatteryVertical1, IconBatteryVertical1Filled, IconBatteryVertical2, IconBatteryVertical2Filled, IconBatteryVertical3, IconBatteryVertical3Filled, IconBatteryVertical4, IconBatteryVertical4Filled, IconBatteryVerticalCharging, IconBatteryVerticalCharging2, IconBatteryVerticalEco, IconBatteryVerticalExclamation, IconBatteryVerticalFilled, IconBatteryVerticalOff, IconBeach, IconBeachOff, IconBed, IconBedFilled, IconBedFlat, IconBedFlatFilled, IconBedOff, IconBeer, IconBeerFilled, IconBeerOff, IconBell, IconBellBolt, IconBellCancel, IconBellCheck, IconBellCode, IconBellCog, IconBellDollar, IconBellDown, IconBellExclamation, IconBellFilled, IconBellHeart, IconBellMinus, IconBellMinusFilled, IconBellOff, IconBellPause, IconBellPin, IconBellPlus, IconBellPlusFilled, IconBellQuestion, IconBellRinging, IconBellRinging2, IconBellRinging2Filled, IconBellRingingFilled, IconBellSchool, IconBellSearch, IconBellShare, IconBellStar, IconBellUp, IconBellX, IconBellXFilled, IconBellZ, IconBellZFilled, IconBeta, IconBible, IconBike, IconBikeFilled, IconBikeOff, IconBinary, IconBinaryOff, IconBinaryTree, IconBinaryTree2, IconBinaryTree2Filled, IconBinaryTreeFilled, IconBinoculars, IconBinocularsFilled, IconBiohazard, IconBiohazardFilled, IconBiohazardOff, IconBlade, IconBladeFilled, IconBleach, IconBleachChlorine, IconBleachNoChlorine, IconBleachOff, IconBlendMode, IconBlender, IconBlenderFilled, IconBlind, IconBlob, IconBlobFilled, IconBlockquote, IconBlocks, IconBluetooth, IconBluetoothConnected, IconBluetoothOff, IconBluetoothX, IconBlur, IconBlurOff, IconBmp, IconBodyScan, IconBold, IconBoldOff, IconBolt, IconBoltFilled, IconBoltOff, IconBomb, IconBombFilled, IconBone, IconBoneFilled, IconBoneOff, IconBong, IconBongFilled, IconBongOff, IconBook, IconBook2, IconBookDownload, IconBookFilled, IconBookOff, IconBookUpload, IconBookmark, IconBookmarkAi, IconBookmarkEdit, IconBookmarkFilled, IconBookmarkMinus, IconBookmarkOff, IconBookmarkPlus, IconBookmarkQuestion, IconBookmarks, IconBookmarksFilled, IconBookmarksOff, IconBooks, IconBooksOff, IconBoom, IconBoomFilled, IconBorderAll, IconBorderBottom, IconBorderBottomPlus, IconBorderCornerIos, IconBorderCornerPill, IconBorderCornerRounded, IconBorderCornerSquare, IconBorderCorners, IconBorderHorizontal, IconBorderInner, IconBorderLeft, IconBorderLeftPlus, IconBorderNone, IconBorderOuter, IconBorderRadius, IconBorderRight, IconBorderRightPlus, IconBorderSides, IconBorderStyle, IconBorderStyle2, IconBorderTop, IconBorderTopPlus, IconBorderVertical, IconBotId, IconBottle, IconBottleFilled, IconBottleOff, IconBounceLeft, IconBounceLeftFilled, IconBounceRight, IconBounceRightFilled, IconBow, IconBowFilled, IconBowl, IconBowlChopsticks, IconBowlChopsticksFilled, IconBowlFilled, IconBowlSpoon, IconBowlSpoonFilled, IconBowling, IconBox, IconBoxAlignBottom, IconBoxAlignBottomFilled, IconBoxAlignBottomLeft, IconBoxAlignBottomLeftFilled, IconBoxAlignBottomRight, IconBoxAlignBottomRightFilled, IconBoxAlignLeft, IconBoxAlignLeftFilled, IconBoxAlignRight, IconBoxAlignRightFilled, IconBoxAlignTop, IconBoxAlignTopFilled, IconBoxAlignTopLeft, IconBoxAlignTopLeftFilled, IconBoxAlignTopRight, IconBoxAlignTopRightFilled, IconBoxMargin, IconBoxModel, IconBoxModel2, IconBoxModel2Off, IconBoxModelOff, IconBoxMultiple, IconBoxMultiple0, IconBoxMultiple1, IconBoxMultiple2, IconBoxMultiple3, IconBoxMultiple4, IconBoxMultiple5, IconBoxMultiple6, IconBoxMultiple7, IconBoxMultiple8, IconBoxMultiple9, IconBoxMultipleFilled, IconBoxOff, IconBoxPadding, IconPackage as IconBoxSeam, IconBraces, IconBracesOff, IconBrackets, IconBracketsAngle, IconBracketsAngleOff, IconBracketsContain, IconBracketsContainEnd, IconBracketsContainStart, IconBracketsOff, IconBraille, IconBrain, IconBrand4chan, IconBrandAbstract, IconBrandAdobe, IconBrandAdobeAfterEffect, IconBrandAdobeIllustrator, IconBrandAdobeIndesign, IconBrandAdobePhotoshop, IconBrandAdobePremiere as IconBrandAdobePremier, IconBrandAdobePremiere, IconBrandAdobeXd, IconBrandAdonisJs, IconBrandAirbnb, IconBrandAirtable, IconBrandAlgolia, IconBrandAlipay, IconBrandAlpineJs, IconBrandAmazon, IconBrandAmd, IconBrandAmie, IconBrandAmigo, IconBrandAmongUs, IconBrandAndroid, IconBrandAngular, IconBrandAngularFilled, IconBrandAnsible, IconBrandAo3, IconBrandAppgallery, IconBrandApple, IconBrandAppleArcade, IconBrandAppleFilled, IconBrandAppleNews, IconBrandApplePodcast, IconBrandAppstore, IconBrandArc, IconBrandAsana, IconBrandAstro, IconBrandAuth0, IconBrandAws, IconBrandAzure, IconBrandBackbone, IconBrandBadoo, IconBrandBaidu, IconBrandBandcamp, IconBrandBandlab, IconBrandBeats, IconBrandBebo, IconBrandBehance, IconBrandBilibili, IconBrandBinance, IconBrandBing, IconBrandBitbucket, IconBrandBitbucketFilled, IconBrandBlackberry, IconBrandBlender, IconBrandBlogger, IconBrandBluesky, IconBrandBooking, IconBrandBootstrap, IconBrandBulma, IconBrandBumble, IconBrandBunpo, IconBrandCSharp, IconBrandCake, IconBrandCakephp, IconBrandCampaignmonitor, IconBrandCarbon, IconBrandCashapp, IconBrandChrome, IconBrandCinema4d, IconBrandCitymapper, IconBrandCloudflare, IconBrandCodecov, IconBrandCodepen, IconBrandCodesandbox, IconBrandCohost, IconBrandCoinbase, IconBrandComedyCentral, IconBrandCoreos, IconBrandCouchdb, IconBrandCouchsurfing, IconBrandCpp, IconBrandCraft, IconBrandCrunchbase, IconBrandCss3, IconBrandCtemplar, IconBrandCucumber, IconBrandCupra, IconBrandCypress, IconBrandD3, IconBrandDatabricks, IconBrandDaysCounter, IconBrandDcos, IconBrandDebian, IconBrandDeezer, IconBrandDeliveroo, IconBrandDeno, IconBrandDenodo, IconBrandDeviantart, IconBrandDigg, IconBrandDingtalk, IconBrandDiscord, IconBrandDiscordFilled, IconBrandDisney, IconBrandDisqus, IconBrandDjango, IconBrandDocker, IconBrandDoctrine, IconBrandDolbyDigital, IconBrandDouban, IconBrandDribbble, IconBrandDribbbleFilled, IconBrandDropbox, IconBrandDrops, IconBrandDrupal, IconBrandEdge, IconBrandElastic, IconBrandElectronicArts, IconBrandEmber, IconBrandEnvato, IconBrandEtsy, IconBrandEvernote, IconBrandFacebook, IconBrandFacebookFilled, IconBrandFeedly, IconBrandFigma, IconBrandFilezilla, IconBrandFinder, IconBrandFirebase, IconBrandFirefox, IconBrandFiverr, IconBrandFlickr, IconBrandFlightradar24, IconBrandFlipboard, IconBrandFlutter, IconBrandFortnite, IconBrandFoursquare, IconBrandFramer, IconBrandFramerMotion, IconBrandFunimation, IconBrandGatsby, IconBrandGit, IconBrandGithub, IconBrandGithubCopilot, IconBrandGithubFilled, IconBrandGitlab, IconBrandGmail, IconBrandGolang, IconBrandGoogle, IconBrandGoogleAnalytics, IconBrandGoogleBigQuery, IconBrandGoogleDrive, IconBrandGoogleFilled, IconBrandGoogleFit, IconBrandGoogleHome, IconBrandGoogleMaps, IconBrandGoogleOne, IconBrandGooglePhotos, IconBrandGooglePlay, IconBrandGooglePodcasts, IconBrandGrammarly, IconBrandGraphql, IconBrandGravatar, IconBrandGrindr, IconBrandGuardian, IconBrandGumroad, IconBrandHackerrank, IconBrandHbo, IconBrandHeadlessui, IconBrandHexo, IconBrandHipchat, IconBrandHtml5, IconBrandInertia, IconBrandInfakt, IconBrandInstagram, IconBrandInstagramFilled, IconBrandIntercom, IconBrandItch, IconBrandJavascript, IconBrandJira, IconBrandJuejin, IconBrandKakoTalk, IconBrandKbin, IconBrandKick, IconBrandKickFilled, IconBrandKickstarter, IconBrandKotlin, IconBrandLaravel, IconBrandLastfm, IconBrandLeetcode, IconBrandLetterboxd, IconBrandLine, IconBrandLinkedin, IconBrandLinkedinFilled, IconBrandLinktree, IconBrandLinqpad, IconBrandLivewire, IconBrandLoom, IconBrandMailgun, IconBrandMantine, IconBrandMastercard, IconBrandMastodon, IconBrandMatrix, IconBrandMcdonalds, IconBrandMedium, IconBrandMeetup, IconBrandMercedes, IconBrandMessenger, IconBrandMessengerFilled, IconBrandMeta, IconBrandMetabrainz, IconBrandMinecraft, IconBrandMiniprogram, IconBrandMixpanel, IconBrandMonday, IconBrandMongodb, IconBrandMyOppo, IconBrandMysql, IconBrandNationalGeographic, IconBrandNem, IconBrandNetbeans, IconBrandNeteaseMusic, IconBrandNetflix, IconBrandNexo, IconBrandNextcloud, IconBrandNextjs, IconBrandNodejs, IconBrandNordVpn, IconBrandNotion, IconBrandNpm, IconBrandNuxt, IconBrandNytimes, IconBrandOauth, IconBrandOffice, IconBrandOkRu, IconBrandOnedrive, IconBrandOnlyfans, IconBrandOpenSource, IconBrandOpenSourceFilled, IconBrandOpenai, IconBrandOpenvpn, IconBrandOpera, IconBrandOperaFilled, IconBrandPagekit, IconBrandParsinta, IconBrandPatreon, IconBrandPatreonFilled, IconBrandPaypal, IconBrandPaypalFilled, IconBrandPaypay, IconBrandPeanut, IconBrandPepsi, IconBrandPhp, IconBrandPicsart, IconBrandPinterest, IconBrandPinterestFilled, IconBrandPlanetscale, IconBrandPnpm, IconBrandPocket, IconBrandPolymer, IconBrandPowershell, IconBrandPrintables, IconBrandPrisma, IconBrandProducthunt, IconBrandPushbullet, IconBrandPushover, IconBrandPython, IconBrandQq, IconBrandRadixUi, IconBrandReact, IconBrandReactNative, IconBrandReason, IconBrandReddit, IconBrandRedhat, IconBrandRedux, IconBrandRevolut, IconBrandRumble, IconBrandRust, IconBrandSafari, IconBrandSamsungpass, IconBrandSass, IconBrandSentry, IconBrandSharik, IconBrandShazam, IconBrandShopee, IconBrandSketch, IconBrandSketchFilled, IconBrandSkype, IconBrandSlack, IconBrandSnapchat, IconBrandSnapchatFilled, IconBrandSnapseed, IconBrandSnowflake, IconBrandSocketIo, IconBrandSolidjs, IconBrandSoundcloud, IconBrandSpacehey, IconBrandSpeedtest, IconBrandSpotify, IconBrandSpotifyFilled, IconBrandStackoverflow, IconBrandStackshare, IconBrandSteam, IconBrandSteamFilled, IconBrandStocktwits, IconBrandStorj, IconBrandStorybook, IconBrandStorytel, IconBrandStrava, IconBrandStripe, IconBrandStripeFilled, IconBrandSublimeText, IconBrandSugarizer, IconBrandSupabase, IconBrandSuperhuman, IconBrandSupernova, IconBrandSurfshark, IconBrandSvelte, IconBrandSwift, IconBrandSymfony, IconBrandTabler, IconBrandTablerFilled, IconBrandTabnine, IconBrandTailwind, IconBrandTaobao, IconBrandTeams, IconBrandTed, IconBrandTelegram, IconBrandTerraform, IconBrandTesla, IconBrandTether, IconBrandThingiverse, IconBrandThreads, IconBrandThreejs, IconBrandTidal, IconBrandTiktok, IconBrandTiktokFilled, IconBrandTinder, IconBrandTinderFilled, IconBrandTopbuzz, IconBrandTorchain, IconBrandToyota, IconBrandTrello, IconBrandTripadvisor, IconBrandTumblr, IconBrandTumblrFilled, IconBrandTwilio, IconBrandTwitch, IconBrandTwitter, IconBrandTwitterFilled, IconBrandTypescript, IconBrandUber, IconBrandUbuntu, IconBrandUnity, IconBrandUnsplash, IconBrandUpwork, IconBrandValorant, IconBrandVercel, IconBrandVercelFilled, IconBrandVimeo, IconBrandVimeoFilled, IconBrandVinted, IconBrandVisa, IconBrandVisualStudio, IconBrandVite, IconBrandVivaldi, IconBrandVk, IconBrandVlc, IconBrandVolkswagen, IconBrandVsco, IconBrandVscode, IconBrandVue, IconBrandWalmart, IconBrandWaze, IconBrandWebflow, IconBrandWechat, IconBrandWeibo, IconBrandWeiboFilled, IconBrandWhatsapp, IconBrandWhatsappFilled, IconBrandWikipedia, IconBrandWindows, IconBrandWindowsFilled, IconBrandWindy, IconBrandWish, IconBrandWix, IconBrandWordpress, IconBrandX, IconBrandXFilled, IconBrandXamarin, IconBrandXbox, IconBrandXdeep, IconBrandXing, IconBrandYahoo, IconBrandYandex, IconBrandYarn, IconBrandYatse, IconBrandYcombinator, IconBrandYoutube, IconBrandYoutubeFilled, IconBrandYoutubeKids, IconBrandZalando, IconBrandZapier, IconBrandZeit, IconBrandZhihu, IconBrandZoom, IconBrandZulip, IconBrandZwift, IconBread, IconBreadFilled, IconBreadOff, IconBriefcase, IconBriefcase2, IconBriefcase2Filled, IconBriefcaseFilled, IconBriefcaseOff, IconBrightness, IconBrightness2, IconBrightnessAuto, IconBrightnessAutoFilled, IconBrightnessDown, IconBrightnessDownFilled, IconBrightnessFilled, IconBrightnessHalf, IconBrightnessOff, IconBrightnessUp, IconBrightnessUpFilled, IconBroadcast, IconBroadcastOff, IconBrowser, IconBrowserCheck, IconBrowserMaximize, IconBrowserMinus, IconBrowserOff, IconBrowserPlus, IconBrowserShare, IconBrowserX, IconBrush, IconBrushOff, IconBubble, IconBubbleFilled, IconBubbleMinus, IconBubblePlus, IconBubbleTea, IconBubbleTea2, IconBubbleText, IconBubbleTextFilled, IconBubbleX, IconBucket, IconBucketDroplet, IconBucketOff, IconBug, IconBugFilled, IconBugOff, IconBuilding, IconBuildingAirport, IconBuildingArch, IconBuildingBank, IconBuildingBridge, IconBuildingBridge2, IconBuildingBridge2Filled, IconBuildingBroadcastTower, IconBuildingBroadcastTowerFilled, IconBuildingBurjAlArab, IconBuildingCarousel, IconBuildingCastle, IconBuildingChurch, IconBuildingCircus, IconBuildingCog, IconBuildingCommunity, IconBuildingCottage, IconBuildingEstate, IconBuildingFactory, IconBuildingFactory2, IconBuildingFortress, IconBuildingHospital, IconBuildingLighthouse, IconBuildingMinus, IconBuildingMonument, IconBuildingMosque, IconBuildingOff, IconBuildingPavilion, IconBuildingPlus, IconBuildingSkyscraper, IconBuildingStadium, IconBuildingStore, IconBuildingTunnel, IconBuildingWarehouse, IconBuildingWindTurbine, IconBuildings, IconBulb, IconBulbFilled, IconBulbOff, IconBulldozer, IconBurger, IconBus, IconBusFilled, IconBusOff, IconBusStop, IconBusinessplan, IconButterfly, IconButterflyFilled, IconCactus, IconCactusFilled, IconCactusOff, IconCake, IconCakeOff, IconCakeRoll, IconCalculator, IconCalculatorFilled, IconCalculatorOff, IconCalendar, IconCalendarBolt, IconCalendarCancel, IconCalendarCheck, IconCalendarClock, IconCalendarCode, IconCalendarCog, IconCalendarDollar, IconCalendarDot, IconCalendarDown, IconCalendarDue, IconCalendarEvent, IconCalendarEventFilled, IconCalendarExclamation, IconCalendarFilled, IconCalendarHeart, IconCalendarMinus, IconCalendarMonth, IconCalendarMonthFilled, IconCalendarOff, IconCalendarPause, IconCalendarPin, IconCalendarPlus, IconCalendarQuestion, IconCalendarRepeat, IconCalendarSad, IconCalendarSearch, IconCalendarShare, IconCalendarSmile, IconCalendarStar, IconCalendarStats, IconCalendarTime, IconCalendarUp, IconCalendarUser, IconCalendarWeek, IconCalendarWeekFilled, IconCalendarX, IconCamera, IconCameraAi, IconCameraBitcoin, IconCameraBolt, IconCameraCancel, IconCameraCheck, IconCameraCode, IconCameraCog, IconCameraDollar, IconCameraDown, IconCameraExclamation, IconCameraFilled, IconCameraHeart, IconCameraMinus, IconCameraMoon, IconCameraOff, IconCameraPause, IconCameraPin, IconCameraPlus, IconCameraQuestion, IconCameraRotate, IconCameraSearch, IconCameraSelfie, IconCameraShare, IconCameraSpark, IconCameraStar, IconCameraUp, IconCameraX, IconCamper, IconCampfire, IconCampfireFilled, IconCanary, IconCancel, IconCandle, IconCandleFilled, IconCandy, IconCandyOff, IconCane, IconCannabis, IconCannabisFilled, IconCapProjecting, IconCapRounded, IconCapStraight, IconCapsule, IconCapsuleFilled, IconCapsuleHorizontal, IconCapsuleHorizontalFilled, IconCapture, IconCaptureFilled, IconCaptureOff, IconCar, IconCar4wd, IconCar4wdFilled, IconCarCrane, IconCarCraneFilled, IconCarCrash, IconCarFan, IconCarFan1, IconCarFan2, IconCarFan3, IconCarFanAuto, IconCarFanFilled, IconCarFilled, IconCarGarage, IconCarOff, IconCarOffRoad, IconCarSuspension, IconCarSuv, IconCarSuvFilled, IconCarTurbine, IconCarambola, IconCarambolaFilled, IconCaravan, IconCaravanFilled, IconCardboards, IconCardboardsFilled, IconCardboardsOff, IconCards, IconCardsFilled, IconCaretDown, IconCaretDownFilled, IconCaretLeft, IconCaretLeftFilled, IconCaretLeftRight, IconCaretLeftRightFilled, IconCaretRight, IconCaretRightFilled, IconCaretUp, IconCaretUpDown, IconCaretUpDownFilled, IconCaretUpFilled, IconCarouselHorizontal, IconCarouselHorizontalFilled, IconCarouselVertical, IconCarouselVerticalFilled, IconCarrot, IconCarrotOff, IconCash, IconCashBanknote, IconCashBanknoteEdit, IconCashBanknoteFilled, IconCashBanknoteHeart, IconCashBanknoteMinus, IconCashBanknoteMove, IconCashBanknoteMoveBack, IconCashBanknoteOff, IconCashBanknotePlus, IconCashEdit, IconCashHeart, IconCashMinus, IconCashMove, IconCashMoveBack, IconCashOff, IconCashPlus, IconCashRegister, IconCast, IconCastOff, IconCat, IconCategory, IconCategory2, IconCategoryFilled, IconCategoryMinus, IconCategoryPlus, IconCe, IconCeOff, IconCell, IconCellSignal1, IconCellSignal2, IconCellSignal3, IconCellSignal4, IconCellSignal5, IconCellSignalOff, IconCertificate, IconCertificate2, IconCertificate2Off, IconCertificateOff, IconChairDirector, IconChalkboard, IconChalkboardOff, IconChalkboardTeacher, IconChargingPile, IconChargingPileFilled, IconChartArcs, IconChartArcs3, IconChartArea, IconChartAreaFilled, IconChartAreaLine, IconChartAreaLineFilled, IconChartArrows, IconChartArrowsVertical, IconChartBar, IconChartBarOff, IconChartBarPopular, IconChartBubble, IconChartBubbleFilled, IconChartCandle, IconChartCandleFilled, IconChartCircles, IconChartCohort, IconChartColumn, IconChartCovariate, IconChartDonut, IconChartDonut2, IconChartDonut3, IconChartDonut4, IconChartDonutFilled, IconChartDots, IconChartDots2, IconChartDots2Filled, IconChartDots3, IconChartDots3Filled, IconChartDotsFilled, IconChartFunnel, IconChartFunnelFilled, IconChartGridDots, IconChartGridDotsFilled, IconChartHistogram, IconChartInfographic, IconChartLine, IconChartPie, IconChartPie2, IconChartPie2Filled, IconChartPie3, IconChartPie3Filled, IconChartPie4, IconChartPie4Filled, IconChartPieFilled, IconChartPieOff, IconChartPpf, IconChartRadar, IconChartSankey, IconChartScatter, IconChartScatter3d, IconChartTreemap, IconCheck, IconCheckFilled, IconCheckbox, IconChecklist, IconChecks, IconCheckupList, IconCheese, IconChefHat, IconChefHatFilled, IconChefHatOff, IconCherry, IconCherryFilled, IconChess, IconChessBishop, IconChessBishopFilled, IconChessFilled, IconChessKing, IconChessKingFilled, IconChessKnight, IconChessKnightFilled, IconChessQueen, IconChessQueenFilled, IconChessRook, IconChessRookFilled, IconChevronCompactDown, IconChevronCompactLeft, IconChevronCompactRight, IconChevronCompactUp, IconChevronDown, IconChevronDownFilled, IconChevronDownLeft, IconChevronDownRight, IconChevronLeft, IconChevronLeftPipe, IconChevronRight, IconChevronRightFilled, IconChevronRightPipe, IconChevronUp, IconChevronUpLeft, IconChevronUpRight, IconChevronsDown, IconChevronsDownLeft, IconChevronsDownRight, IconChevronsLeft, IconChevronsRight, IconChevronsUp, IconChevronsUpLeft, IconChevronsUpRight, IconChisel, IconChristmasBall, IconChristmasTree, IconChristmasTreeFilled, IconChristmasTreeOff, IconCircle, IconCircleNumber0 as IconCircle0, IconCircleNumber1 as IconCircle1, IconCircleNumber2 as IconCircle2, IconCircleNumber3 as IconCircle3, IconCircleNumber4 as IconCircle4, IconCircleNumber5 as IconCircle5, IconCircleNumber6 as IconCircle6, IconCircleNumber7 as IconCircle7, IconCircleNumber8 as IconCircle8, IconCircleNumber9 as IconCircle9, IconCircleArrowDown, IconCircleArrowDownFilled, IconCircleArrowDownLeft, IconCircleArrowDownLeftFilled, IconCircleArrowDownRight, IconCircleArrowDownRightFilled, IconCircleArrowLeft, IconCircleArrowLeftFilled, IconCircleArrowRight, IconCircleArrowRightFilled, IconCircleArrowUp, IconCircleArrowUpFilled, IconCircleArrowUpLeft, IconCircleArrowUpLeftFilled, IconCircleArrowUpRight, IconCircleArrowUpRightFilled, IconCircleAsterisk, IconCircleCaretDown, IconCircleCaretDownFilled, IconCircleCaretLeft, IconCircleCaretLeftFilled, IconCircleCaretRight, IconCircleCaretRightFilled, IconCircleCaretUp, IconCircleCaretUpFilled, IconCircleCheck, IconCircleCheckFilled, IconCircleChevronDown, IconCircleChevronDownFilled, IconCircleChevronLeft, IconCircleChevronLeftFilled, IconCircleChevronRight, IconCircleChevronRightFilled, IconCircleChevronUp, IconCircleChevronUpFilled, IconCircleChevronsDown, IconCircleChevronsDownFilled, IconCircleChevronsLeft, IconCircleChevronsLeftFilled, IconCircleChevronsRight, IconCircleChevronsRightFilled, IconCircleChevronsUp, IconCircleChevronsUpFilled, IconCircleDashed, IconCircleDashedCheck, IconCircleDashedLetterA, IconCircleDashedLetterB, IconCircleDashedLetterC, IconCircleDashedLetterD, IconCircleDashedLetterE, IconCircleDashedLetterF, IconCircleDashedLetterG, IconCircleDashedLetterH, IconCircleDashedLetterI, IconCircleDashedLetterJ, IconCircleDashedLetterK, IconCircleDashedLetterL, IconCircleDashedLetterV as IconCircleDashedLetterLetterV, IconCircleDashedLetterM, IconCircleDashedLetterN, IconCircleDashedLetterO, IconCircleDashedLetterP, IconCircleDashedLetterQ, IconCircleDashedLetterR, IconCircleDashedLetterS, IconCircleDashedLetterT, IconCircleDashedLetterU, IconCircleDashedLetterV, IconCircleDashedLetterW, IconCircleDashedLetterX, IconCircleDashedLetterY, IconCircleDashedLetterZ, IconCircleDashedMinus, IconCircleDashedNumber0, IconCircleDashedNumber1, IconCircleDashedNumber2, IconCircleDashedNumber3, IconCircleDashedNumber4, IconCircleDashedNumber5, IconCircleDashedNumber6, IconCircleDashedNumber7, IconCircleDashedNumber8, IconCircleDashedNumber9, IconCircleDashedPercentage, IconCircleDashedPlus, IconCircleDashedX, IconCircleDot, IconCircleDotFilled, IconCircleDotted, IconCircleDottedLetterA, IconCircleDottedLetterB, IconCircleDottedLetterC, IconCircleDottedLetterD, IconCircleDottedLetterE, IconCircleDottedLetterF, IconCircleDottedLetterG, IconCircleDottedLetterH, IconCircleDottedLetterI, IconCircleDottedLetterJ, IconCircleDottedLetterK, IconCircleDottedLetterL, IconCircleDottedLetterM, IconCircleDottedLetterN, IconCircleDottedLetterO, IconCircleDottedLetterP, IconCircleDottedLetterQ, IconCircleDottedLetterR, IconCircleDottedLetterS, IconCircleDottedLetterT, IconCircleDottedLetterU, IconCircleDottedLetterV, IconCircleDottedLetterW, IconCircleDottedLetterX, IconCircleDottedLetterY, IconCircleDottedLetterZ, IconCircleFilled, IconCircleHalf, IconCircleHalf2, IconCircleHalfVertical, IconCircleKey, IconCircleKeyFilled, IconCircleLetterA, IconCircleLetterAFilled, IconCircleLetterB, IconCircleLetterBFilled, IconCircleLetterC, IconCircleLetterCFilled, IconCircleLetterD, IconCircleLetterDFilled, IconCircleLetterE, IconCircleLetterEFilled, IconCircleLetterF, IconCircleLetterFFilled, IconCircleLetterG, IconCircleLetterGFilled, IconCircleLetterH, IconCircleLetterHFilled, IconCircleLetterI, IconCircleLetterIFilled, IconCircleLetterJ, IconCircleLetterJFilled, IconCircleLetterK, IconCircleLetterKFilled, IconCircleLetterL, IconCircleLetterLFilled, IconCircleLetterM, IconCircleLetterMFilled, IconCircleLetterN, IconCircleLetterNFilled, IconCircleLetterO, IconCircleLetterOFilled, IconCircleLetterP, IconCircleLetterPFilled, IconCircleLetterQ, IconCircleLetterQFilled, IconCircleLetterR, IconCircleLetterRFilled, IconCircleLetterS, IconCircleLetterSFilled, IconCircleLetterT, IconCircleLetterTFilled, IconCircleLetterU, IconCircleLetterUFilled, IconCircleLetterV, IconCircleLetterVFilled, IconCircleLetterW, IconCircleLetterWFilled, IconCircleLetterX, IconCircleLetterXFilled, IconCircleLetterY, IconCircleLetterYFilled, IconCircleLetterZ, IconCircleLetterZFilled, IconCircleMinus, IconCircleMinus2, IconCircleNumber0, IconCircleNumber0Filled, IconCircleNumber1, IconCircleNumber1Filled, IconCircleNumber2, IconCircleNumber2Filled, IconCircleNumber3, IconCircleNumber3Filled, IconCircleNumber4, IconCircleNumber4Filled, IconCircleNumber5, IconCircleNumber5Filled, IconCircleNumber6, IconCircleNumber6Filled, IconCircleNumber7, IconCircleNumber7Filled, IconCircleNumber8, IconCircleNumber8Filled, IconCircleNumber9, IconCircleNumber9Filled, IconCircleOff, IconCircleOpenArrowDown, IconCircleOpenArrowLeft, IconCircleOpenArrowRight, IconCircleOpenArrowUp, IconCirclePercentage, IconCirclePercentageFilled, IconCirclePlus, IconCirclePlus2, IconCirclePlusFilled, IconCirclePlusMinus, IconCircleRectangle, IconCircleRectangleFilled, IconCircleRectangleOff, IconCircleSquare, IconCircleTriangle, IconCircleX, IconCircleXFilled, IconCircles, IconCirclesFilled, IconCirclesRelation, IconCircuitAmmeter, IconCircuitBattery, IconCircuitBulb, IconCircuitCapacitor, IconCircuitCapacitorPolarized, IconCircuitCell, IconCircuitCellPlus, IconCircuitChangeover, IconCircuitDiode, IconCircuitDiodeZener, IconCircuitGround, IconCircuitGroundDigital, IconCircuitInductor, IconCircuitMotor, IconCircuitPushbutton, IconCircuitResistor, IconCircuitSwitchClosed, IconCircuitSwitchOpen, IconCircuitVoltmeter, IconClearAll, IconClearFormatting, IconClick, IconClickFilled, IconCliffJumping, IconClipboard, IconClipboardCheck, IconClipboardCheckFilled, IconClipboardCopy, IconClipboardData, IconClipboardDataFilled, IconClipboardFilled, IconClipboardHeart, IconClipboardList, IconClipboardListFilled, IconClipboardOff, IconClipboardPlus, IconClipboardPlusFilled, IconClipboardSearch, IconClipboardSmile, IconClipboardSmileFilled, IconClipboardText, IconClipboardTextFilled, IconClipboardTypography, IconClipboardTypographyFilled, IconClipboardX, IconClipboardXFilled, IconClock, IconClock12, IconClock2, IconClock24, IconClockBitcoin, IconClockBolt, IconClockCancel, IconClockCheck, IconClockCode, IconClockCog, IconClockDollar, IconClockDown, IconClockEdit, IconClockExclamation, IconClockFilled, IconClockHeart, IconClockHour1, IconClockHour10, IconClockHour10Filled, IconClockHour11, IconClockHour11Filled, IconClockHour12, IconClockHour12Filled, IconClockHour1Filled, IconClockHour2, IconClockHour2Filled, IconClockHour3, IconClockHour3Filled, IconClockHour4, IconClockHour4Filled, IconClockHour5, IconClockHour5Filled, IconClockHour6, IconClockHour6Filled, IconClockHour7, IconClockHour7Filled, IconClockHour8, IconClockHour8Filled, IconClockHour9, IconClockHour9Filled, IconClockMinus, IconClockOff, IconClockPause, IconClockPin, IconClockPlay, IconClockPlus, IconClockQuestion, IconClockRecord, IconClockSearch, IconClockShare, IconClockShield, IconClockStar, IconClockStop, IconClockUp, IconClockX, IconClothesRack, IconClothesRackOff, IconCloud, IconCloudBitcoin, IconCloudBolt, IconCloudCancel, IconCloudCheck, IconCloudCode, IconCloudCog, IconCloudComputing, IconCloudComputingFilled, IconCloudDataConnection, IconCloudDataConnectionFilled, IconCloudDollar, IconCloudDown, IconCloudDownload, IconCloudExclamation, IconCloudFilled, IconCloudFog, IconCloudHeart, IconCloudLock, IconCloudLockOpen, IconCloudMinus, IconCloudNetwork, IconCloudOff, IconCloudPause, IconCloudPin, IconCloudPlus, IconCloudQuestion, IconCloudRain, IconCloudSearch, IconCloudShare, IconCloudSnow, IconCloudStar, IconCloudStorm, IconCloudUp, IconCloudUpload, IconCloudX, IconClover, IconClover2, IconCloverFilled, IconClubs, IconClubsFilled, IconCode, IconCodeAsterisk, IconCodeAsterisk as IconCodeAsterix, IconCodeCircle, IconCodeCircle2, IconCodeCircle2Filled, IconCodeCircleFilled, IconCodeDots, IconCodeMinus, IconCodeOff, IconCodePlus, IconCodeVariable, IconCodeVariableMinus, IconCodeVariablePlus, IconCodeblock, IconCoffee, IconCoffeeOff, IconCoffin, IconCoin, IconCoinBitcoin, IconCoinBitcoinFilled, IconCoinEuro, IconCoinEuroFilled, IconCoinFilled, IconCoinMonero, IconCoinMoneroFilled, IconCoinOff, IconCoinPound, IconCoinPoundFilled, IconCoinRupee, IconCoinRupeeFilled, IconCoinTaka, IconCoinTakaFilled, IconCoinYen, IconCoinYenFilled, IconCoinYuan, IconCoinYuanFilled, IconCoins, IconColorFilter, IconColorPicker, IconColorPickerOff, IconColorSwatch, IconColorSwatchOff, IconColumnInsertLeft, IconColumnInsertRight, IconColumnRemove, IconColumns, IconColumns1, IconColumns1Filled, IconColumns2, IconColumns2Filled, IconColumns3, IconColumns3Filled, IconColumnsOff, IconComet, IconCommand, IconCommandOff, IconCompass, IconCompassFilled, IconCompassOff, IconComponents, IconComponentsOff, IconCone, IconCone2, IconCone2Filled, IconConeFilled, IconConeOff, IconConePlus, IconConfetti, IconConfettiFilled, IconConfettiOff, IconConfucius, IconCongruentTo, IconConnection, IconContainer, IconContainerFilled, IconContainerOff, IconContract, IconContrast, IconContrast2, IconContrast2Filled, IconContrast2Off, IconContrastFilled, IconContrastOff, IconCooker, IconCookie, IconCookieFilled, IconCookieMan, IconCookieManFilled, IconCookieOff, IconCopy, IconCopyCheck, IconCopyCheckFilled, IconCopyFilled, IconCopyMinus, IconCopyMinusFilled, IconCopyOff, IconCopyPlus, IconCopyPlusFilled, IconCopyX, IconCopyXFilled, IconCopyleft, IconCopyleftFilled, IconCopyleftOff, IconCopyright, IconCopyrightFilled, IconCopyrightOff, IconCornerDownLeft, IconCornerDownLeftDouble, IconCornerDownRight, IconCornerDownRightDouble, IconCornerLeftDown, IconCornerLeftDownDouble, IconCornerLeftUp, IconCornerLeftUpDouble, IconCornerRightDown, IconCornerRightDownDouble, IconCornerRightUp, IconCornerRightUpDouble, IconCornerUpLeft, IconCornerUpLeftDouble, IconCornerUpRight, IconCornerUpRightDouble, IconCpu, IconCpu2, IconCpuOff, IconCrane, IconCraneOff, IconCreativeCommons, IconCreativeCommonsBy, IconCreativeCommonsNc, IconCreativeCommonsNd, IconCreativeCommonsOff, IconCreativeCommonsSa, IconCreativeCommonsZero, IconCreditCard, IconCreditCardFilled, IconCreditCardHand, IconCreditCardOff, IconCreditCardPay, IconCreditCardRefund, IconCredits, IconCricket, IconCrop, IconCrop11, IconCrop11Filled, IconCrop169, IconCrop169Filled, IconCrop32, IconCrop32Filled, IconCrop54, IconCrop54Filled, IconCrop75, IconCrop75Filled, IconCropLandscape, IconCropLandscapeFilled, IconCropPortrait, IconCropPortraitFilled, IconCross, IconCrossFilled, IconCrossOff, IconCrosshair, IconCrown, IconCrownFilled, IconCrownOff, IconCrutches, IconCrutchesOff, IconCrystalBall, IconCsv, IconCube, IconCube3dSphere, IconCube3dSphereOff, IconCubeOff, IconCubePlus, IconCubeSend, IconCubeSpark, IconCubeUnfolded, IconCup, IconCupOff, IconCurling, IconCurlyLoop, IconCurrency, IconCurrencyAfghani, IconCurrencyBahraini, IconCurrencyBaht, IconCurrencyBitcoin, IconCurrencyCent, IconCurrencyDinar, IconCurrencyDirham, IconCurrencyDogecoin, IconCurrencyDollar, IconCurrencyDollarAustralian, IconCurrencyDollarBrunei, IconCurrencyDollarCanadian, IconCurrencyDollarGuyanese, IconCurrencyDollarOff, IconCurrencyDollarSingapore, IconCurrencyDollarZimbabwean, IconCurrencyDong, IconCurrencyDram, IconCurrencyEthereum, IconCurrencyEuro, IconCurrencyEuroOff, IconCurrencyFlorin, IconCurrencyForint, IconCurrencyFrank, IconCurrencyGuarani, IconCurrencyHryvnia, IconCurrencyIranianRial, IconCurrencyKip, IconCurrencyKroneCzech, IconCurrencyKroneDanish, IconCurrencyKroneSwedish, IconCurrencyLari, IconCurrencyLeu, IconCurrencyLira, IconCurrencyLitecoin, IconCurrencyLyd, IconCurrencyManat, IconCurrencyMonero, IconCurrencyNaira, IconCurrencyNano, IconCurrencyOff, IconCurrencyPaanga, IconCurrencyPeso, IconCurrencyPound, IconCurrencyPoundOff, IconCurrencyQuetzal, IconCurrencyReal, IconCurrencyRenminbi, IconCurrencyRipple, IconCurrencyRiyal, IconCurrencyRubel, IconCurrencyRufiyaa, IconCurrencyRupee, IconCurrencyRupeeNepalese, IconCurrencyShekel, IconCurrencySolana, IconCurrencySom, IconCurrencyTaka, IconCurrencyTenge, IconCurrencyTugrik, IconCurrencyWon, IconCurrencyXrp, IconCurrencyYen, IconCurrencyYenOff, IconCurrencyYuan, IconCurrencyZloty, IconCurrentLocation, IconCurrentLocationFilled, IconCurrentLocationOff, IconCursorOff, IconCursorText, IconCut, IconCylinder, IconCylinderOff, IconCylinderPlus, IconDashboard, IconDashboardFilled, IconDashboardOff, IconDatabase, IconDatabaseCog, IconDatabaseDollar, IconDatabaseEdit, IconDatabaseExclamation, IconDatabaseExport, IconDatabaseFilled, IconDatabaseHeart, IconDatabaseImport, IconDatabaseLeak, IconDatabaseMinus, IconDatabaseOff, IconDatabasePlus, IconDatabaseSearch, IconDatabaseShare, IconDatabaseSmile, IconDatabaseStar, IconDatabaseX, IconDeaf, IconDecimal, IconDeer, IconDelta, IconDental, IconDentalBroken, IconDentalOff, IconDeselect, IconDesk, IconDetails, IconDetailsOff, IconDevice3dCamera, IconDevice3dLens, IconDeviceAirpods, IconDeviceAirpodsCase, IconDeviceAirtag, IconDeviceAnalytics, IconDeviceAudioTape, IconDeviceCameraPhone, IconDeviceCctv, IconDeviceCctvFilled, IconDeviceCctvOff, IconDeviceComputerCamera, IconDeviceComputerCameraOff, IconDeviceDesktop, IconDeviceDesktopAnalytics, IconDeviceDesktopBolt, IconDeviceDesktopCancel, IconDeviceDesktopCheck, IconDeviceDesktopCode, IconDeviceDesktopCog, IconDeviceDesktopDollar, IconDeviceDesktopDown, IconDeviceDesktopExclamation, IconDeviceDesktopFilled, IconDeviceDesktopHeart, IconDeviceDesktopMinus, IconDeviceDesktopOff, IconDeviceDesktopPause, IconDeviceDesktopPin, IconDeviceDesktopPlus, IconDeviceDesktopQuestion, IconDeviceDesktopSearch, IconDeviceDesktopShare, IconDeviceDesktopStar, IconDeviceDesktopUp, IconDeviceDesktopX, IconDeviceFloppy, IconDeviceFloppyFilled, IconDeviceGamepad, IconDeviceGamepad2, IconDeviceGamepad2Filled, IconDeviceGamepad3, IconDeviceGamepad3Filled, IconDeviceGamepadFilled, IconDeviceHeartMonitor, IconDeviceHeartMonitorFilled, IconDeviceImac, IconDeviceImacBolt, IconDeviceImacCancel, IconDeviceImacCheck, IconDeviceImacCode, IconDeviceImacCog, IconDeviceImacDollar, IconDeviceImacDown, IconDeviceImacExclamation, IconDeviceImacFilled, IconDeviceImacHeart, IconDeviceImacMinus, IconDeviceImacOff, IconDeviceImacPause, IconDeviceImacPin, IconDeviceImacPlus, IconDeviceImacQuestion, IconDeviceImacSearch, IconDeviceImacShare, IconDeviceImacStar, IconDeviceImacUp, IconDeviceImacX, IconDeviceIpad, IconDeviceIpadBolt, IconDeviceIpadCancel, IconDeviceIpadCheck, IconDeviceIpadCode, IconDeviceIpadCog, IconDeviceIpadDollar, IconDeviceIpadDown, IconDeviceIpadExclamation, IconDeviceIpadFilled, IconDeviceIpadHeart, IconDeviceIpadHorizontal, IconDeviceIpadHorizontalBolt, IconDeviceIpadHorizontalCancel, IconDeviceIpadHorizontalCheck, IconDeviceIpadHorizontalCode, IconDeviceIpadHorizontalCog, IconDeviceIpadHorizontalDollar, IconDeviceIpadHorizontalDown, IconDeviceIpadHorizontalExclamation, IconDeviceIpadHorizontalHeart, IconDeviceIpadHorizontalMinus, IconDeviceIpadHorizontalOff, IconDeviceIpadHorizontalPause, IconDeviceIpadHorizontalPin, IconDeviceIpadHorizontalPlus, IconDeviceIpadHorizontalQuestion, IconDeviceIpadHorizontalSearch, IconDeviceIpadHorizontalShare, IconDeviceIpadHorizontalStar, IconDeviceIpadHorizontalUp, IconDeviceIpadHorizontalX, IconDeviceIpadMinus, IconDeviceIpadOff, IconDeviceIpadPause, IconDeviceIpadPin, IconDeviceIpadPlus, IconDeviceIpadQuestion, IconDeviceIpadSearch, IconDeviceIpadShare, IconDeviceIpadStar, IconDeviceIpadUp, IconDeviceIpadX, IconDeviceLandlinePhone, IconDeviceLaptop, IconDeviceLaptopOff, IconDeviceMobile, IconDeviceMobileBolt, IconDeviceMobileCancel, IconDeviceMobileCharging, IconDeviceMobileCheck, IconDeviceMobileCode, IconDeviceMobileCog, IconDeviceMobileDollar, IconDeviceMobileDown, IconDeviceMobileExclamation, IconDeviceMobileFilled, IconDeviceMobileHeart, IconDeviceMobileMessage, IconDeviceMobileMinus, IconDeviceMobileOff, IconDeviceMobilePause, IconDeviceMobilePin, IconDeviceMobilePlus, IconDeviceMobileQuestion, IconDeviceMobileRotated, IconDeviceMobileSearch, IconDeviceMobileShare, IconDeviceMobileStar, IconDeviceMobileUp, IconDeviceMobileVibration, IconDeviceMobileX, IconDeviceNintendo, IconDeviceNintendoOff, IconDeviceProjector, IconDeviceRemote, IconDeviceRemoteFilled, IconDeviceScreen, IconDeviceSdCard, IconDeviceSim, IconDeviceSim1, IconDeviceSim2, IconDeviceSim3, IconDeviceSpeaker, IconDeviceSpeakerFilled, IconDeviceSpeakerOff, IconDeviceTablet, IconDeviceTabletBolt, IconDeviceTabletCancel, IconDeviceTabletCheck, IconDeviceTabletCode, IconDeviceTabletCog, IconDeviceTabletDollar, IconDeviceTabletDown, IconDeviceTabletExclamation, IconDeviceTabletFilled, IconDeviceTabletHeart, IconDeviceTabletMinus, IconDeviceTabletOff, IconDeviceTabletPause, IconDeviceTabletPin, IconDeviceTabletPlus, IconDeviceTabletQuestion, IconDeviceTabletSearch, IconDeviceTabletShare, IconDeviceTabletStar, IconDeviceTabletUp, IconDeviceTabletX, IconDeviceTv, IconDeviceTvFilled, IconDeviceTvOff, IconDeviceTvOld, IconDeviceTvOldFilled, IconDeviceUnknown, IconDeviceUnknownFilled, IconDeviceUsb, IconDeviceUsbFilled, IconDeviceVisionPro, IconDeviceVisionProFilled, IconDeviceWatch, IconDeviceWatchBolt, IconDeviceWatchCancel, IconDeviceWatchCheck, IconDeviceWatchCode, IconDeviceWatchCog, IconDeviceWatchDollar, IconDeviceWatchDown, IconDeviceWatchExclamation, IconDeviceWatchFilled, IconDeviceWatchHeart, IconDeviceWatchMinus, IconDeviceWatchOff, IconDeviceWatchPause, IconDeviceWatchPin, IconDeviceWatchPlus, IconDeviceWatchQuestion, IconDeviceWatchSearch, IconDeviceWatchShare, IconDeviceWatchStar, IconDeviceWatchStats, IconDeviceWatchStats2, IconDeviceWatchUp, IconDeviceWatchX, IconDevices, IconDevices2, IconDevicesBolt, IconDevicesCancel, IconDevicesCheck, IconDevicesCode, IconDevicesCog, IconDevicesDollar, IconDevicesDown, IconDevicesExclamation, IconDevicesHeart, IconDevicesMinus, IconDevicesOff, IconDevicesPause, IconDevicesPc, IconDevicesPcOff, IconDevicesPin, IconDevicesPlus, IconDevicesQuestion, IconDevicesSearch, IconDevicesShare, IconDevicesStar, IconDevicesUp, IconDevicesX, IconDiabolo, IconDiaboloOff, IconDiaboloPlus, IconDialpad, IconDialpadFilled, IconDialpadOff, IconDiamond, IconDiamondFilled, IconDiamondOff, IconDiamonds, IconDiamondsFilled, IconDiaper, IconDice, IconDice1, IconDice1Filled, IconDice2, IconDice2Filled, IconDice3, IconDice3Filled, IconDice4, IconDice4Filled, IconDice5, IconDice5Filled, IconDice6, IconDice6Filled, IconDiceFilled, IconDimensions, IconDirection, IconDirectionArrows, IconDirectionArrowsFilled, IconDirectionHorizontal, IconDirectionSign, IconDirectionSignFilled, IconDirectionSignOff, IconDirections, IconDirectionsFilled, IconDirectionsOff, IconDisabled, IconDisabled2, IconDisabledOff, IconDisc, IconDiscFilled, IconDiscGolf, IconDiscOff, IconDiscount, IconRosetteDiscount as IconDiscount2, IconRosetteDiscountOff as IconDiscount2Off, IconRosetteDiscountCheck as IconDiscountCheck, IconRosetteDiscountCheckFilled as IconDiscountCheckFilled, IconDiscountFilled, IconDiscountOff, IconDivide, IconDna, IconDna2, IconDna2Off, IconDnaOff, IconDog, IconDogBowl, IconDoor, IconDoorEnter, IconDoorExit, IconDoorOff, IconDots, IconDotsCircleHorizontal, IconDotsDiagonal, IconDotsDiagonal2, IconDotsFilled, IconDotsVertical, IconDotsVerticalFilled, IconDownload, IconDownloadFilled, IconDownloadOff, IconDragDrop, IconDragDrop2, IconDrone, IconDroneOff, IconDropCircle, IconDropCircleFilled, IconDroplet, IconDropletBolt, IconDropletCancel, IconDropletCheck, IconDropletCode, IconDropletCog, IconDropletDollar, IconDropletDown, IconDropletExclamation, IconDropletFilled, IconDropletHalf, IconDropletHalf2, IconDropletHalf2Filled, IconDropletHalfFilled, IconDropletHeart, IconDropletMinus, IconDropletOff, IconDropletPause, IconDropletPin, IconDropletPlus, IconDropletQuestion, IconDropletSearch, IconDropletShare, IconDropletStar, IconDropletUp, IconDropletX, IconDroplets, IconDropletsFilled, IconDualScreen, IconDualScreenFilled, IconDumpling, IconDumplingFilled, IconEPassport, IconEar, IconEarOff, IconEarScan, IconEaseIn, IconEaseInControlPoint, IconEaseInControlPointFilled, IconEaseInOut, IconEaseInOutControlPoints, IconEaseInOutControlPointsFilled, IconEaseOut, IconEaseOutControlPoint, IconEaseOutControlPointFilled, IconEdit, IconEditCircle, IconEditCircleOff, IconEditFilled, IconEditOff, IconEgg, IconEggCracked, IconEggCrackedFilled, IconEggFilled, IconEggFried, IconEggFriedFilled, IconEggOff, IconEggs, IconElevator, IconElevatorFilled, IconElevatorOff, IconEmergencyBed, IconEmpathize, IconEmpathizeOff, IconEmphasis, IconEngine, IconEngineFilled, IconEngineOff, IconEqual, IconEqualDouble, IconEqualNot, IconEraser, IconEraserOff, IconError404, IconError404Off, IconEscalator, IconEscalatorDown, IconEscalatorDownFilled, IconEscalatorFilled, IconEscalatorUp, IconEscalatorUpFilled, IconExchange, IconExchangeFilled, IconExchangeOff, IconExclamationCircle, IconExclamationCircleFilled, IconExclamationMark, IconExclamationMarkOff, IconExplicit, IconExplicitFilled, IconExplicitOff, IconExposure, IconExposure0, IconExposureFilled, IconExposureMinus1, IconExposureMinus2, IconExposureOff, IconExposurePlus1, IconExposurePlus2, IconExternalLink, IconExternalLinkFilled, IconExternalLinkOff, IconEye, IconEyeBitcoin, IconEyeBolt, IconEyeCancel, IconEyeCheck, IconEyeClosed, IconEyeCode, IconEyeCog, IconEyeDiscount, IconEyeDollar, IconEyeDotted, IconEyeDown, IconEyeEdit, IconEyeExclamation, IconEyeFilled, IconEyeHeart, IconEyeMinus, IconEyeOff, IconEyePause, IconEyePin, IconEyePlus, IconEyeQuestion, IconEyeSearch, IconEyeShare, IconEyeSpark, IconEyeStar, IconEyeTable, IconEyeTableFilled, IconEyeUp, IconEyeX, IconEyeglass, IconEyeglass2, IconEyeglass2Filled, IconEyeglassFilled, IconEyeglassOff, IconFaceId, IconFaceIdError, IconFaceMask, IconFaceMaskFilled, IconFaceMaskOff, IconFall, IconFavicon, IconFaviconFilled, IconFeather, IconFeatherFilled, IconFeatherOff, IconFence, IconFenceFilled, IconFenceOff, IconFerry, IconFerryFilled, IconFidgetSpinner, IconFidgetSpinnerFilled, IconFile, IconFile3d, IconFileAi, IconFileAlert, IconFileAnalytics, IconFileAnalyticsFilled, IconFileArrowLeft, IconFileArrowRight, IconFileBarcode, IconFileBitcoin, IconFileBroken, IconFileCertificate, IconFileChart, IconFileCheck, IconFileCheckFilled, IconFileCode, IconFileCode2, IconFileCode2Filled, IconFileCodeFilled, IconFileCv, IconFileCvFilled, IconFileDatabase, IconFileDelta, IconFileDeltaFilled, IconFileDescription, IconFileDescriptionFilled, IconFileDiff, IconFileDiffFilled, IconFileDigit, IconFileDigitFilled, IconFileDislike, IconFileDollar, IconFileDollarFilled, IconFileDots, IconFileDotsFilled, IconFileDownload, IconFileDownloadFilled, IconFileEuro, IconFileEuroFilled, IconFileExcel, IconFileExport, IconFileFilled, IconFileFunction, IconFileFunctionFilled, IconFileHorizontal, IconFileHorizontalFilled, IconFileImport, IconFileInfinity, IconFileInfo, IconFileInfoFilled, IconFileInvoice, IconFileInvoiceFilled, IconFileIsr, IconFileLambda, IconFileLambdaFilled, IconFileLike, IconFileMinus, IconFileMinusFilled, IconFileMusic, IconFileMusicFilled, IconFileNeutral, IconFileNeutralFilled, IconFileOff, IconFileOrientation, IconFilePencil, IconFilePencilFilled, IconFilePercent, IconFilePercentFilled, IconFilePhone, IconFilePhoneFilled, IconFilePlus, IconFilePower, IconFilePowerFilled, IconFileReport, IconFileRss, IconFileRssFilled, IconFileSad, IconFileSadFilled, IconFileScissors, IconFileScissorsFilled, IconFileSearch, IconFileSettings, IconFileSettingsFilled, IconFileShredder, IconFileSignal, IconFileSignalFilled, IconFileSmile, IconFileSmileFilled, IconFileSpark, IconFileSpreadsheet, IconFileStack, IconFileStar, IconFileStarFilled, IconFileSymlink, IconFileText, IconFileTextAi, IconFileTextFilled, IconFileTextShield, IconFileTextSpark, IconFileTime, IconFileTimeFilled, IconFileTypeBmp, IconFileTypeCss, IconFileTypeCsv, IconFileTypeDoc, IconFileTypeDocx, IconFileTypeHtml, IconFileTypeJpg, IconFileTypeJs, IconFileTypeJsx, IconFileTypePdf, IconFileTypePhp, IconFileTypePng, IconFileTypePpt, IconFileTypeRs, IconFileTypeSql, IconFileTypeSvg, IconFileTypeTs, IconFileTypeTsx, IconFileTypeTxt, IconFileTypeVue, IconFileTypeXls, IconFileTypeXml, IconFileTypeZip, IconFileTypography, IconFileTypographyFilled, IconFileUnknown, IconFileUnknownFilled, IconFileUpload, IconFileUploadFilled, IconFileVector, IconFileVectorFilled, IconFileWord, IconFileX, IconFileXFilled, IconFileZip, IconFiles, IconFilesFilled, IconFilesOff, IconFilter, IconFilter2, IconFilter2Bolt, IconFilter2Cancel, IconFilter2Check, IconFilter2Code, IconFilter2Cog, IconFilter2Discount, IconFilter2Dollar, IconFilter2Down, IconFilter2Edit, IconFilter2Exclamation, IconFilter2Minus, IconFilter2Pause, IconFilter2Pin, IconFilter2Plus, IconFilter2Question, IconFilter2Search, IconFilter2Share, IconFilter2Spark, IconFilter2Up, IconFilter2X, IconFilterBolt, IconFilterCancel, IconFilterCheck, IconFilterCode, IconFilterCog, IconFilterDiscount, IconFilterDollar, IconFilterDown, IconFilterEdit, IconFilterExclamation, IconFilterFilled, IconFilterHeart, IconFilterMinus, IconFilterOff, IconFilterPause, IconFilterPin, IconFilterPlus, IconFilterQuestion, IconFilterSearch, IconFilterShare, IconFilterSpark, IconFilterStar, IconFilterUp, IconFilterX, IconFilters, IconFiltersFilled, IconFingerprint, IconFingerprintOff, IconFingerprintScan, IconFireExtinguisher, IconFireHydrant, IconFireHydrantOff, IconFiretruck, IconFirewallCheck, IconFirewallFlame, IconFirstAidKit, IconFirstAidKitOff, IconFish, IconFishBone, IconFishBoneFilled, IconFishChristianity, IconFishHook, IconFishHookOff, IconFishOff, IconFlag, IconFlag2, IconFlag2Filled, IconFlag2Off, IconFlag3, IconFlag3Filled, IconFlagBitcoin, IconFlagBolt, IconFlagCancel, IconFlagCheck, IconFlagCode, IconFlagCog, IconFlagDiscount, IconFlagDollar, IconFlagDown, IconFlagExclamation, IconFlagFilled, IconFlagHeart, IconFlagMinus, IconFlagOff, IconFlagPause, IconFlagPin, IconFlagPlus, IconFlagQuestion, IconFlagSearch, IconFlagShare, IconFlagSpark, IconFlagStar, IconFlagUp, IconFlagX, IconFlame, IconFlameFilled, IconFlameOff, IconFlare, IconFlareFilled, IconFlask, IconFlask2, IconFlask2Filled, IconFlask2Off, IconFlaskFilled, IconFlaskOff, IconFlipFlops, IconFlipHorizontal, IconFlipVertical, IconFloatCenter, IconFloatLeft, IconFloatNone, IconFloatRight, IconFlower, IconFlowerFilled, IconFlowerOff, IconFocus, IconFocus2, IconFocusAuto, IconFocusCentered, IconFold, IconFoldDown, IconFoldUp, IconFolder, IconFolderBolt, IconFolderCancel, IconFolderCheck, IconFolderCode, IconFolderCog, IconFolderDollar, IconFolderDown, IconFolderExclamation, IconFolderFilled, IconFolderHeart, IconFolderMinus, IconFolderOff, IconFolderOpen, IconFolderOpenFilled, IconFolderPause, IconFolderPin, IconFolderPlus, IconFolderQuestion, IconFolderRoot, IconFolderSearch, IconFolderShare, IconFolderStar, IconFolderSymlink, IconFolderUp, IconFolderX, IconFolders, IconFoldersFilled, IconFoldersOff, IconForbid, IconForbid2, IconForbid2Filled, IconForbidFilled, IconForklift, IconForms, IconFountain, IconFountainFilled, IconFountainOff, IconFrame, IconFrameOff, IconFreeRights, IconFreezeColumn, IconFreezeRow, IconFreezeRowColumn, IconFridge, IconFridgeOff, IconFriends, IconFriendsOff, IconFrustum, IconFrustumOff, IconFrustumPlus, IconFunction, IconFunctionFilled, IconFunctionOff, IconGalaxy, IconGardenCart, IconGardenCartFilled, IconGardenCartOff, IconGasStation, IconGasStationFilled, IconGasStationOff, IconGauge, IconGaugeFilled, IconGaugeOff, IconGavel, IconGenderAgender, IconGenderAndrogyne, IconGenderBigender, IconGenderDemiboy, IconGenderDemigirl, IconGenderEpicene, IconGenderFemale, IconGenderFemme, IconGenderGenderfluid, IconGenderGenderless, IconGenderGenderqueer, IconGenderHermaphrodite, IconGenderIntergender, IconGenderMale, IconGenderNeutrois, IconGenderThird, IconGenderTransgender, IconGenderTrasvesti, IconGeometry, IconGhost, IconGhost2, IconGhost2Filled, IconGhost3, IconGhost3Filled, IconGhostFilled, IconGhostOff, IconGif, IconGift, IconGiftCard, IconGiftCardFilled, IconGiftFilled, IconGiftOff, IconGitBranch, IconGitBranchDeleted, IconGitCherryPick, IconGitCommit, IconGitCompare, IconGitFork, IconGitMerge, IconGitPullRequest, IconGitPullRequestClosed, IconGitPullRequestDraft, IconGizmo, IconGlass, IconGlassChampagne, IconGlassCocktail, IconGlassFilled, IconGlassFull, IconGlassFullFilled, IconGlassGin, IconGlassOff, IconGlobe, IconGlobeFilled, IconGlobeOff, IconGoGame, IconGolf, IconGolfFilled, IconGolfOff, IconGps, IconGpsFilled, IconGradienter, IconGrain, IconGraph, IconGraphFilled, IconGraphOff, IconGrave, IconGrave2, IconGrid3x3, IconGrid4x4, IconGridDots, IconGridGoldenratio, IconGridPattern, IconGridPatternFilled, IconGridScan, IconGrill, IconGrillFork, IconGrillOff, IconGrillSpatula, IconGripHorizontal, IconGripVertical, IconGrowth, IconGuitarPick, IconGuitarPickFilled, IconGymnastics, IconH1, IconH2, IconH3, IconH4, IconH5, IconH6, IconHammer, IconHammerOff, IconHandClick, IconHandClickOff, IconHandFinger, IconHandFingerDown, IconHandFingerLeft, IconHandFingerOff, IconHandFingerRight, IconHandGrab, IconHandLittleFinger, IconHandLoveYou, IconHandMiddleFinger, IconHandMove, IconHandOff, IconHandRingFinger, IconHandLoveYou as IconHandRock, IconHandSanitizer, IconHandStop, IconHandThreeFingers, IconHandTwoFingers, IconHanger, IconHanger2, IconHanger2Filled, IconHangerOff, IconHash, IconHaze, IconHazeMoon, IconHdr, IconHeading, IconHeadingOff, IconHeadphones, IconHeadphonesFilled, IconHeadphonesOff, IconHeadset, IconHeadsetFilled, IconHeadsetOff, IconHealthRecognition, IconHeart, IconHeartBitcoin, IconHeartBolt, IconHeartBroken, IconHeartBrokenFilled, IconHeartCancel, IconHeartCheck, IconHeartCode, IconHeartCog, IconHeartDiscount, IconHeartDollar, IconHeartDown, IconHeartExclamation, IconHeartFilled, IconHeartHandshake, IconHeartMinus, IconHeartOff, IconHeartPause, IconHeartPin, IconHeartPlus, IconHeartQuestion, IconHeartRateMonitor, IconHeartSearch, IconHeartShare, IconHeartSpark, IconHeartStar, IconHeartUp, IconHeartX, IconHeartbeat, IconHearts, IconHeartsOff, IconHelicopter, IconHelicopterFilled, IconHelicopterLanding, IconHelicopterLandingFilled, IconHelmet, IconHelmetOff, IconHelp, IconHelpCircle, IconHelpCircleFilled, IconHelpFilled, IconHelpHexagon, IconHelpHexagonFilled, IconHelpOctagon, IconHelpOctagonFilled, IconHelpOff, IconHelpSmall, IconHelpSquare, IconHelpSquareFilled, IconHelpSquareRounded, IconHelpSquareRoundedFilled, IconHelpTriangle, IconHelpTriangleFilled, IconHemisphere, IconHemisphereOff, IconHemispherePlus, IconHexagon, IconHexagonNumber0 as IconHexagon0, IconHexagonNumber1 as IconHexagon1, IconHexagonNumber2 as IconHexagon2, IconHexagonNumber3 as IconHexagon3, IconHexagon3d, IconHexagonNumber4 as IconHexagon4, IconHexagonNumber5 as IconHexagon5, IconHexagonNumber6 as IconHexagon6, IconHexagonNumber7 as IconHexagon7, IconHexagonNumber8 as IconHexagon8, IconHexagonNumber9 as IconHexagon9, IconHexagonAsterisk, IconHexagonFilled, IconHexagonLetterA, IconHexagonLetterAFilled, IconHexagonLetterB, IconHexagonLetterBFilled, IconHexagonLetterC, IconHexagonLetterCFilled, IconHexagonLetterD, IconHexagonLetterDFilled, IconHexagonLetterE, IconHexagonLetterEFilled, IconHexagonLetterF, IconHexagonLetterFFilled, IconHexagonLetterG, IconHexagonLetterGFilled, IconHexagonLetterH, IconHexagonLetterHFilled, IconHexagonLetterI, IconHexagonLetterIFilled, IconHexagonLetterJ, IconHexagonLetterJFilled, IconHexagonLetterK, IconHexagonLetterKFilled, IconHexagonLetterL, IconHexagonLetterLFilled, IconHexagonLetterM, IconHexagonLetterMFilled, IconHexagonLetterN, IconHexagonLetterNFilled, IconHexagonLetterO, IconHexagonLetterOFilled, IconHexagonLetterP, IconHexagonLetterPFilled, IconHexagonLetterQ, IconHexagonLetterQFilled, IconHexagonLetterR, IconHexagonLetterRFilled, IconHexagonLetterS, IconHexagonLetterSFilled, IconHexagonLetterT, IconHexagonLetterTFilled, IconHexagonLetterU, IconHexagonLetterUFilled, IconHexagonLetterV, IconHexagonLetterVFilled, IconHexagonLetterW, IconHexagonLetterWFilled, IconHexagonLetterX, IconHexagonLetterXFilled, IconHexagonLetterY, IconHexagonLetterYFilled, IconHexagonLetterZ, IconHexagonLetterZFilled, IconHexagonMinus, IconHexagonMinus2, IconHexagonMinusFilled, IconHexagonNumber0, IconHexagonNumber0Filled, IconHexagonNumber1, IconHexagonNumber1Filled, IconHexagonNumber2, IconHexagonNumber2Filled, IconHexagonNumber3, IconHexagonNumber3Filled, IconHexagonNumber4, IconHexagonNumber4Filled, IconHexagonNumber5, IconHexagonNumber5Filled, IconHexagonNumber6, IconHexagonNumber6Filled, IconHexagonNumber7, IconHexagonNumber7Filled, IconHexagonNumber8, IconHexagonNumber8Filled, IconHexagonNumber9, IconHexagonNumber9Filled, IconHexagonOff, IconHexagonPlus, IconHexagonPlus2, IconHexagonPlusFilled, IconHexagonalPrism, IconHexagonalPrismOff, IconHexagonalPrismPlus, IconHexagonalPyramid, IconHexagonalPyramidOff, IconHexagonalPyramidPlus, IconHexagons, IconHexagonsOff, IconHierarchy, IconHierarchy2, IconHierarchy3, IconHierarchyOff, IconHighlight, IconHighlightOff, IconHistory, IconHistoryOff, IconHistoryToggle, IconHome, IconHome2, IconHome2Filled, IconHomeBitcoin, IconHomeBolt, IconHomeCancel, IconHomeCheck, IconHomeCog, IconHomeDollar, IconHomeDot, IconHomeDown, IconHomeEco, IconHomeEdit, IconHomeExclamation, IconHomeFilled, IconHomeHand, IconHomeHeart, IconHomeInfinity, IconHomeLink, IconHomeLock, IconHomeMinus, IconHomeMove, IconHomeOff, IconHomePlus, IconHomeQuestion, IconHomeRibbon, IconHomeSearch, IconHomeShare, IconHomeShield, IconHomeSignal, IconHomeSpark, IconHomeStar, IconHomeStats, IconHomeUp, IconHomeX, IconHorse, IconHorseToy, IconHorseshoe, IconHospital, IconHospitalCircle, IconHospitalCircleFilled, IconHotelService, IconHourglass, IconHourglassEmpty, IconHourglassFilled, IconHourglassHigh, IconHourglassLow, IconHourglassOff, IconHours12, IconHours24, IconHtml, IconHttpConnect, IconHttpConnectOff, IconHttpDelete, IconHttpDeleteOff, IconHttpGet, IconHttpGetOff, IconHttpHead, IconHttpHeadOff, IconHttpOptions, IconHttpOptionsOff, IconHttpPatch, IconHttpPatchOff, IconHttpPost, IconHttpPostOff, IconHttpPut, IconHttpPutOff, IconHttpQue, IconHttpQueOff, IconHttpTrace, IconHttpTraceOff, IconIceCream, IconIceCream2, IconIceCreamOff, IconIceSkating, IconIceberg, IconIcons, IconIconsFilled, IconIconsOff, IconId, IconIdBadge, IconIdBadge2, IconIdBadgeOff, IconIdFilled, IconIdOff, IconIkosaedr, IconImageGeneration, IconImageInPicture, IconInbox, IconInboxOff, IconIndentDecrease, IconIndentIncrease, IconInfinity, IconInfinityOff, IconInfoCircle, IconInfoCircleFilled, IconInfoHexagon, IconInfoHexagonFilled, IconInfoOctagon, IconInfoOctagonFilled, IconInfoSmall, IconInfoSquare, IconInfoSquareFilled, IconInfoSquareRounded, IconInfoSquareRoundedFilled, IconInfoTriangle, IconInfoTriangleFilled, IconInnerShadowBottom, IconInnerShadowBottomFilled, IconInnerShadowBottomLeft, IconInnerShadowBottomLeftFilled, IconInnerShadowBottomRight, IconInnerShadowBottomRightFilled, IconInnerShadowLeft, IconInnerShadowLeftFilled, IconInnerShadowRight, IconInnerShadowRightFilled, IconInnerShadowTop, IconInnerShadowTopFilled, IconInnerShadowTopLeft, IconInnerShadowTopLeftFilled, IconInnerShadowTopRight, IconInnerShadowTopRightFilled, IconInputAi, IconInputCheck, IconInputSearch, IconInputSpark, IconInputX, IconInvoice, IconIroning, IconIroning1, IconIroning1Filled, IconIroning2, IconIroning2Filled, IconIroning3, IconIroning3Filled, IconIroningFilled, IconIroningOff, IconIroningSteam, IconIroningSteamFilled, IconIroningSteamOff, IconIrregularPolyhedron, IconIrregularPolyhedronOff, IconIrregularPolyhedronPlus, IconItalic, IconJacket, IconJetpack, IconJetpackFilled, IconJetski, IconJewishStar, IconJewishStarFilled, IconJoinBevel, IconJoinRound, IconJoinStraight, IconJoker, IconJpg, IconJson, IconJumpRope, IconKarate, IconKayak, IconKerning as IconKering, IconKerning, IconKey, IconKeyFilled, IconKeyOff, IconKeyboard, IconKeyboardFilled, IconKeyboardHide, IconKeyboardOff, IconKeyboardShow, IconKeyframe, IconKeyframeAlignCenter, IconKeyframeAlignCenterFilled, IconKeyframeAlignHorizontal, IconKeyframeAlignHorizontalFilled, IconKeyframeAlignVertical, IconKeyframeAlignVerticalFilled, IconKeyframeFilled, IconKeyframes, IconKeyframesFilled, IconLabel, IconLabelFilled, IconLabelImportant, IconLabelImportantFilled, IconLabelOff, IconLadder, IconLadderOff, IconLadle, IconLambda, IconLamp, IconLamp2, IconLampOff, IconLane, IconLanguage, IconLanguageHiragana, IconLanguageKatakana, IconLanguageOff, IconLasso, IconLassoOff, IconLassoPolygon, IconLassoPolygonFilled, IconLaurelWreath, IconLaurelWreath1, IconLaurelWreath1Filled, IconLaurelWreath2, IconLaurelWreath2Filled, IconLaurelWreath3, IconLaurelWreath3Filled, IconLaurelWreathFilled, IconLayersDifference, IconLayersIntersect, IconLayersIntersect2, IconLayersLinked, IconLayersOff, IconLayersSelected, IconLayersSelectedBottom, IconLayersSubtract, IconLayersUnion, IconLayout, IconLayout2, IconLayout2Filled, IconLayoutAlignBottom, IconLayoutAlignBottomFilled, IconLayoutAlignCenter, IconLayoutAlignCenterFilled, IconLayoutAlignLeft, IconLayoutAlignLeftFilled, IconLayoutAlignMiddle, IconLayoutAlignMiddleFilled, IconLayoutAlignRight, IconLayoutAlignRightFilled, IconLayoutAlignTop, IconLayoutAlignTopFilled, IconLayoutBoard, IconLayoutBoardFilled, IconLayoutBoardSplit, IconLayoutBoardSplitFilled, IconLayoutBottombar, IconLayoutBottombarCollapse, IconLayoutBottombarCollapseFilled, IconLayoutBottombarExpand, IconLayoutBottombarExpandFilled, IconLayoutBottombarFilled, IconLayoutBottombarInactive, IconLayoutCards, IconLayoutCardsFilled, IconLayoutCollage, IconLayoutColumns, IconLayoutDashboard, IconLayoutDashboardFilled, IconLayoutDistributeHorizontal, IconLayoutDistributeHorizontalFilled, IconLayoutDistributeVertical, IconLayoutDistributeVerticalFilled, IconLayoutFilled, IconLayoutGrid, IconLayoutGridAdd, IconLayoutGridFilled, IconLayoutGridRemove, IconLayoutKanban, IconLayoutKanbanFilled, IconLayoutList, IconLayoutListFilled, IconLayoutNavbar, IconLayoutNavbarCollapse, IconLayoutNavbarCollapseFilled, IconLayoutNavbarExpand, IconLayoutNavbarExpandFilled, IconLayoutNavbarFilled, IconLayoutNavbarInactive, IconLayoutOff, IconLayoutRows, IconLayoutSidebar, IconLayoutSidebarFilled, IconLayoutSidebarInactive, IconLayoutSidebarLeftCollapse, IconLayoutSidebarLeftCollapseFilled, IconLayoutSidebarLeftExpand, IconLayoutSidebarLeftExpandFilled, IconLayoutSidebarRight, IconLayoutSidebarRightCollapse, IconLayoutSidebarRightCollapseFilled, IconLayoutSidebarRightExpand, IconLayoutSidebarRightExpandFilled, IconLayoutSidebarRightFilled, IconLayoutSidebarRightInactive, IconLeaf, IconLeaf2, IconLeafFilled, IconLeafOff, IconLego, IconLegoFilled, IconLegoOff, IconLemon, IconLemon2, IconLemon2Filled, IconLetterA, IconLetterASmall, IconLetterB, IconLetterBSmall, IconLetterC, IconLetterCSmall, IconLetterCase, IconLetterCaseLower, IconLetterCaseToggle, IconLetterCaseUpper, IconLetterD, IconLetterDSmall, IconLetterE, IconLetterESmall, IconLetterF, IconLetterFSmall, IconLetterG, IconLetterGSmall, IconLetterH, IconLetterHSmall, IconLetterI, IconLetterISmall, IconLetterJ, IconLetterJSmall, IconLetterK, IconLetterKSmall, IconLetterL, IconLetterLSmall, IconLetterM, IconLetterMSmall, IconLetterN, IconLetterNSmall, IconLetterO, IconLetterOSmall, IconLetterP, IconLetterPSmall, IconLetterQ, IconLetterQSmall, IconLetterR, IconLetterRSmall, IconLetterS, IconLetterSSmall, IconLetterSpacing, IconLetterT, IconLetterTSmall, IconLetterU, IconLetterUSmall, IconLetterV, IconLetterVSmall, IconLetterW, IconLetterWSmall, IconLetterX, IconLetterXSmall, IconLetterY, IconLetterYSmall, IconLetterZ, IconLetterZSmall, IconLibrary, IconLibraryFilled, IconLibraryMinus, IconLibraryPhoto, IconLibraryPlus, IconLibraryPlusFilled, IconLicense, IconLicenseOff, IconLifebuoy, IconLifebuoyFilled, IconLifebuoyOff, IconLighter, IconLine, IconLineDashed, IconLineDotted, IconLineHeight, IconLineScan, IconLink, IconLinkFilled, IconLinkMinus, IconLinkOff, IconLinkPlus, IconList, IconListCheck, IconListCheckFilled, IconListDetails, IconListDetailsFilled, IconListFilled, IconListLetters, IconListNumbers, IconListSearch, IconListTree, IconLivePhoto, IconLivePhotoFilled, IconLivePhotoOff, IconLiveView, IconLiveViewFilled, IconLoadBalancer, IconLoader, IconLoader2, IconLoader3, IconLoaderQuarter, IconLocation, IconLocationBolt, IconLocationBroken, IconLocationCancel, IconLocationCheck, IconLocationCode, IconLocationCog, IconLocationDiscount, IconLocationDollar, IconLocationDown, IconLocationExclamation, IconLocationFilled, IconLocationHeart, IconLocationMinus, IconLocationOff, IconLocationPause, IconLocationPin, IconLocationPlus, IconLocationQuestion, IconLocationSearch, IconLocationShare, IconLocationStar, IconLocationUp, IconLocationX, IconLock, IconLockAccess, IconLockAccessOff, IconLockBitcoin, IconLockBolt, IconLockCancel, IconLockCheck, IconLockCode, IconLockCog, IconLockDollar, IconLockDown, IconLockExclamation, IconLockFilled, IconLockHeart, IconLockMinus, IconLockOff, IconLockOpen, IconLockOpen2, IconLockOpenOff, IconLockPassword, IconLockPause, IconLockPin, IconLockPlus, IconLockQuestion, IconLockSearch, IconLockShare, IconLockSquare, IconLockSquareRounded, IconLockSquareRoundedFilled, IconLockStar, IconLockUp, IconLockX, IconLogicAnd, IconLogicBuffer, IconLogicNand, IconLogicNor, IconLogicNot, IconLogicOr, IconLogicXnor, IconLogicXor, IconLogin, IconLogin2, IconLogout, IconLogout2, IconLogs, IconLollipop, IconLollipopOff, IconLuggage, IconLuggageOff, IconLungs, IconLungsFilled, IconLungsOff, IconMacro, IconMacroFilled, IconMacroOff, IconMagnet, IconMagnetFilled, IconMagnetOff, IconMagnetic, IconMail, IconMailAi, IconMailBitcoin, IconMailBolt, IconMailCancel, IconMailCheck, IconMailCode, IconMailCog, IconMailDollar, IconMailDown, IconMailExclamation, IconMailFast, IconMailFilled, IconMailForward, IconMailHeart, IconMailMinus, IconMailOff, IconMailOpened, IconMailOpenedFilled, IconMailPause, IconMailPin, IconMailPlus, IconMailQuestion, IconMailSearch, IconMailShare, IconMailSpark, IconMailStar, IconMailUp, IconMailX, IconMailbox, IconMailboxOff, IconMan, IconManFilled, IconManualGearbox, IconManualGearboxFilled, IconMap, IconMap2, IconMapBolt, IconMapCancel, IconMapCheck, IconMapCode, IconMapCog, IconMapDiscount, IconMapDollar, IconMapDown, IconMapEast, IconMapExclamation, IconMapHeart, IconMapLock, IconMapMinus, IconMapNorth, IconMapOff, IconMapPause, IconMapPin, IconMapPin2, IconMapPinBolt, IconMapPinCancel, IconMapPinCheck, IconMapPinCode, IconMapPinCog, IconMapPinDollar, IconMapPinDown, IconMapPinExclamation, IconMapPinFilled, IconMapPinHeart, IconMapPinMinus, IconMapPinOff, IconMapPinPause, IconMapPinPin, IconMapPinPlus, IconMapPinQuestion, IconMapPinSearch, IconMapPinShare, IconMapPinStar, IconMapPinUp, IconMapPinX, IconMapPins, IconMapPlus, IconMapQuestion, IconMapRoute, IconMapSearch, IconMapShare, IconMapShield, IconMapSouth, IconMapStar, IconMapUp, IconMapWest, IconMapX, IconMarkdown, IconMarkdownOff, IconMarquee, IconMarquee2, IconMarqueeOff, IconMars, IconMask, IconMaskOff, IconMasksTheater, IconMasksTheaterOff, IconMassage, IconMatchstick, IconMath, IconMath1Divide2, IconMath1Divide3, IconMathAvg, IconMathCos, IconMathCtg, IconMathEqualGreater, IconMathEqualLower, IconMathFunction, IconMathFunctionOff, IconMathFunctionY, IconMathGreater, IconMathIntegral, IconMathIntegralX, IconMathIntegrals, IconMathLower, IconMathMax, IconMathMaxMin, IconMathMin, IconMathNot, IconMathOff, IconMathPi, IconMathPiDivide2, IconMathSec, IconMathSin, IconMathSymbols, IconMathTg, IconMathXDivide2, IconMathXDivideY, IconMathXDivideY2, IconMathXFloorDivideY, IconMathXMinusX, IconMathXMinusY, IconMathXPlusX, IconMathXPlusY, IconMathXy, IconMathYMinusY, IconMathYPlusY, IconMatrix, IconMaximize, IconMaximizeOff, IconMeat, IconMeatOff, IconMedal, IconMedal2, IconMedicalCross, IconMedicalCrossCircle, IconMedicalCrossFilled, IconMedicalCrossOff, IconMedicineSyrup, IconMeeple, IconMeepleFilled, IconMelon, IconMelonFilled, IconMenorah, IconMenu, IconMenu2, IconMenu2Filled, IconMenu3, IconMenu4, IconMenuDeep, IconMenuOrder, IconMesh, IconMessage, IconMessage2, IconMessage2Bolt, IconMessage2Cancel, IconMessage2Check, IconMessage2Code, IconMessage2Cog, IconMessage2Dollar, IconMessage2Down, IconMessage2Exclamation, IconMessage2Filled, IconMessage2Heart, IconMessage2Minus, IconMessage2Off, IconMessage2Pause, IconMessage2Pin, IconMessage2Plus, IconMessage2Question, IconMessage2Search, IconMessage2Share, IconMessage2Star, IconMessage2Up, IconMessage2X, IconMessageBolt, IconMessageCancel, IconMessageChatbot, IconMessageChatbotFilled, IconMessageCheck, IconMessageCircle, IconMessageCircle as IconMessageCircle2, IconMessageCircleFilled as IconMessageCircle2Filled, IconMessageCircleBolt, IconMessageCircleCancel, IconMessageCircleCheck, IconMessageCircleCode, IconMessageCircleCog, IconMessageCircleDollar, IconMessageCircleDown, IconMessageCircleExclamation, IconMessageCircleFilled, IconMessageCircleHeart, IconMessageCircleMinus, IconMessageCircleOff, IconMessageCirclePause, IconMessageCirclePin, IconMessageCirclePlus, IconMessageCircleQuestion, IconMessageCircleSearch, IconMessageCircleShare, IconMessageCircleStar, IconMessageCircleUp, IconMessageCircleUser, IconMessageCircleX, IconMessageCode, IconMessageCog, IconMessageDollar, IconMessageDots, IconMessageDown, IconMessageExclamation, IconMessageFilled, IconMessageForward, IconMessageHeart, IconMessageLanguage, IconMessageMinus, IconMessageOff, IconMessagePause, IconMessagePin, IconMessagePlus, IconMessageQuestion, IconMessageReply, IconMessageReport, IconMessageReportFilled, IconMessageSearch, IconMessageShare, IconMessageStar, IconMessageUp, IconMessageUser, IconMessageX, IconMessages, IconMessagesFilled, IconMessagesOff, IconMeteor, IconMeteorFilled, IconMeteorOff, IconMeterCube, IconMeterSquare, IconMetronome, IconMichelinBibGourmand, IconMichelinStar, IconMichelinStarFilled, IconMichelinStarGreen, IconMickey, IconMickeyFilled, IconMicrofrontends, IconMicrophone, IconMicrophone2, IconMicrophone2Off, IconMicrophoneFilled, IconMicrophoneOff, IconMicroscope, IconMicroscopeFilled, IconMicroscopeOff, IconMicrowave, IconMicrowaveFilled, IconMicrowaveOff, IconMiddleware, IconMilitaryAward, IconMilitaryRank, IconMilitaryRankFilled, IconMilk, IconMilkFilled, IconMilkOff, IconMilkshake, IconMinimize, IconMinus, IconMinusVertical, IconMist, IconMistOff, IconMobiledata, IconMobiledataOff, IconMoneybag, IconMoneybagEdit, IconMoneybagHeart, IconMoneybagMinus, IconMoneybagMove, IconMoneybagMoveBack, IconMoneybagPlus, IconMonkeybar, IconMoodAngry, IconMoodAngryFilled, IconMoodAnnoyed, IconMoodAnnoyed2, IconMoodBitcoin, IconMoodBoy, IconMoodCheck, IconMoodCog, IconMoodConfuzed, IconMoodConfuzedFilled, IconMoodCrazyHappy, IconMoodCrazyHappyFilled, IconMoodCry, IconMoodDollar, IconMoodEdit, IconMoodEmpty, IconMoodEmptyFilled, IconMoodHappy, IconMoodHappyFilled, IconMoodHeart, IconMoodKid, IconMoodKidFilled, IconMoodLookDown, IconMoodLookLeft, IconMoodLookRight, IconMoodLookUp, IconMoodMinus, IconMoodNerd, IconMoodNervous, IconMoodNeutral, IconMoodNeutralFilled, IconMoodOff, IconMoodPin, IconMoodPlus, IconMoodPuzzled, IconMoodSad, IconMoodSad2, IconMoodSadDizzy, IconMoodSadFilled, IconMoodSadSquint, IconMoodSearch, IconMoodShare, IconMoodSick, IconMoodSilence, IconMoodSing, IconMoodSmile, IconMoodSmileBeam, IconMoodSmileDizzy, IconMoodSmileFilled, IconMoodSpark, IconMoodSurprised as IconMoodSuprised, IconMoodSurprised, IconMoodTongue, IconMoodTongueWink, IconMoodTongueWink2, IconMoodUnamused, IconMoodUp, IconMoodWink, IconMoodWink2, IconMoodWrrr, IconMoodWrrrFilled, IconMoodX, IconMoodXd, IconMoon, IconMoon2, IconMoonFilled, IconMoonOff, IconMoonStars, IconMoped, IconMotorbike, IconMotorbikeFilled, IconMountain, IconMountainFilled, IconMountainOff, IconMouse, IconMouse2, IconMouseFilled, IconMouseOff, IconMoustache, IconMovie, IconMovieOff, IconMug, IconMugFilled, IconMugOff, IconMultiplier05x, IconMultiplier15x, IconMultiplier1x, IconMultiplier2x, IconMushroom, IconMushroomFilled, IconMushroomOff, IconMusic, IconMusicBolt, IconMusicCancel, IconMusicCheck, IconMusicCode, IconMusicCog, IconMusicDiscount, IconMusicDollar, IconMusicDown, IconMusicExclamation, IconMusicHeart, IconMusicMinus, IconMusicOff, IconMusicPause, IconMusicPin, IconMusicPlus, IconMusicQuestion, IconMusicSearch, IconMusicShare, IconMusicStar, IconMusicUp, IconMusicX, IconNavigation, IconNavigationBolt, IconNavigationCancel, IconNavigationCheck, IconNavigationCode, IconNavigationCog, IconNavigationDiscount, IconNavigationDollar, IconNavigationDown, IconNavigationEast, IconNavigationExclamation, IconNavigationFilled, IconNavigationHeart, IconNavigationMinus, IconNavigationNorth, IconNavigationOff, IconNavigationPause, IconNavigationPin, IconNavigationPlus, IconNavigationQuestion, IconNavigationSearch, IconNavigationShare, IconNavigationSouth, IconNavigationStar, IconNavigationTop, IconNavigationUp, IconNavigationWest, IconNavigationX, IconNeedle, IconNeedleThread, IconNetwork, IconNetworkOff, IconNewSection, IconNews, IconNewsOff, IconNfc, IconNfcOff, IconNoCopyright, IconNoCreativeCommons, IconNoDerivatives, IconNorthStar, IconNote, IconNoteOff, IconNotebook, IconNotebookOff, IconNotes, IconNotesOff, IconNotification, IconNotificationOff, IconNumber, IconNumber0, IconNumber0Small, IconNumber1, IconNumber10, IconNumber100Small, IconNumber10Small, IconNumber11, IconNumber11Small, IconNumber123, IconNumber12Small, IconNumber13Small, IconNumber14Small, IconNumber15Small, IconNumber16Small, IconNumber17Small, IconNumber18Small, IconNumber19Small, IconNumber1Small, IconNumber2, IconNumber20Small, IconNumber21Small, IconNumber22Small, IconNumber23Small, IconNumber24Small, IconNumber25Small, IconNumber26Small, IconNumber27Small, IconNumber28Small, IconNumber29Small, IconNumber2Small, IconNumber3, IconNumber30Small, IconNumber31Small, IconNumber32Small, IconNumber33Small, IconNumber34Small, IconNumber35Small, IconNumber36Small, IconNumber37Small, IconNumber38Small, IconNumber39Small, IconNumber3Small, IconNumber4, IconNumber40Small, IconNumber41Small, IconNumber42Small, IconNumber43Small, IconNumber44Small, IconNumber45Small, IconNumber46Small, IconNumber47Small, IconNumber48Small, IconNumber49Small, IconNumber4Small, IconNumber5, IconNumber50Small, IconNumber51Small, IconNumber52Small, IconNumber53Small, IconNumber54Small, IconNumber55Small, IconNumber56Small, IconNumber57Small, IconNumber58Small, IconNumber59Small, IconNumber5Small, IconNumber6, IconNumber60Small, IconNumber61Small, IconNumber62Small, IconNumber63Small, IconNumber64Small, IconNumber65Small, IconNumber66Small, IconNumber67Small, IconNumber68Small, IconNumber69Small, IconNumber6Small, IconNumber7, IconNumber70Small, IconNumber71Small, IconNumber72Small, IconNumber73Small, IconNumber74Small, IconNumber75Small, IconNumber76Small, IconNumber77Small, IconNumber78Small, IconNumber79Small, IconNumber7Small, IconNumber8, IconNumber80Small, IconNumber81Small, IconNumber82Small, IconNumber83Small, IconNumber84Small, IconNumber85Small, IconNumber86Small, IconNumber87Small, IconNumber88Small, IconNumber89Small, IconNumber8Small, IconNumber9, IconNumber90Small, IconNumber91Small, IconNumber92Small, IconNumber93Small, IconNumber94Small, IconNumber95Small, IconNumber96Small, IconNumber97Small, IconNumber98Small, IconNumber99Small, IconNumber9Small, IconNumbers, IconNurse, IconNurseFilled, IconNut, IconObjectScan, IconOctagon, IconOctagonFilled, IconOctagonMinus, IconOctagonMinus2, IconOctagonMinusFilled, IconOctagonOff, IconOctagonPlus, IconOctagonPlus2, IconOctagonPlusFilled, IconOctahedron, IconOctahedronOff, IconOctahedronPlus, IconOld, IconOlympicTorch, IconOlympics, IconOlympicsOff, IconOm, IconOmega, IconOption, IconOutbound, IconOutlet, IconOval, IconOvalFilled, IconOvalVertical, IconOvalVerticalFilled, IconOverline, IconPackage, IconPackageExport, IconPackageImport, IconPackageOff, IconPackages, IconPacman, IconPacmanFilled, IconPageBreak, IconPaint, IconPaintFilled, IconPaintOff, IconPalette, IconPaletteFilled, IconPaletteOff, IconPanoramaHorizontal, IconPanoramaHorizontalFilled, IconPanoramaHorizontalOff, IconPanoramaVertical, IconPanoramaVerticalFilled, IconPanoramaVerticalOff, IconPaperBag, IconPaperBagOff, IconPaperclip, IconParachute, IconParachuteOff, IconParentheses, IconParenthesesOff, IconParking, IconParkingCircle, IconParkingCircleFilled, IconParkingMeter, IconParkingOff, IconPassword, IconPasswordFingerprint, IconPasswordMobilePhone, IconPasswordUser, IconPaw, IconPawFilled, IconPawOff, IconPaywall, IconPdf, IconPeace, IconPencil, IconPencilBolt, IconPencilCancel, IconPencilCheck, IconPencilCode, IconPencilCog, IconPencilDiscount, IconPencilDollar, IconPencilDown, IconPencilExclamation, IconPencilFilled, IconPencilHeart, IconPencilMinus, IconPencilOff, IconPencilPause, IconPencilPin, IconPencilPlus, IconPencilQuestion, IconPencilSearch, IconPencilShare, IconPencilStar, IconPencilUp, IconPencilX, IconPennant, IconPennant2, IconPennant2Filled, IconPennantFilled, IconPennantOff, IconPentagon, IconPentagonFilled, IconPentagonMinus, IconPentagonNumber0, IconPentagonNumber1, IconPentagonNumber2, IconPentagonNumber3, IconPentagonNumber4, IconPentagonNumber5, IconPentagonNumber6, IconPentagonNumber7, IconPentagonNumber8, IconPentagonNumber9, IconPentagonOff, IconPentagonPlus, IconPentagonX, IconPentagram, IconPepper, IconPepperOff, IconPercentage, IconPercentage0, IconPercentage10, IconPercentage100, IconPercentage20, IconPercentage25, IconPercentage30, IconPercentage33, IconPercentage40, IconPercentage50, IconPercentage60, IconPercentage66, IconPercentage70, IconPercentage75, IconPercentage80, IconPercentage90, IconPerfume, IconPerspective, IconPerspectiveOff, IconPhone, IconPhoneCall, IconPhoneCallFilled, IconPhoneCalling, IconPhoneCallingFilled, IconPhoneCheck, IconPhoneCheckFilled, IconPhoneDone, IconPhoneEnd, IconPhoneFilled, IconPhoneIncoming, IconPhoneOff, IconPhoneOutgoing, IconPhonePause, IconPhonePlus, IconPhoneRinging, IconPhoneSpark, IconPhoneX, IconPhoneXFilled, IconPhoto, IconPhotoAi, IconPhotoBitcoin, IconPhotoBolt, IconPhotoCancel, IconPhotoCheck, IconPhotoCircle, IconPhotoCircleMinus, IconPhotoCirclePlus, IconPhotoCode, IconPhotoCog, IconPhotoDollar, IconPhotoDown, IconPhotoEdit, IconPhotoExclamation, IconPhotoFilled, IconPhotoHeart, IconPhotoHexagon, IconPhotoMinus, IconPhotoOff, IconPhotoPause, IconPhotoPentagon, IconPhotoPin, IconPhotoPlus, IconPhotoQuestion, IconPhotoScan, IconPhotoSearch, IconPhotoSensor, IconPhotoSensor2, IconPhotoSensor3, IconPhotoShare, IconPhotoShield, IconPhotoSpark, IconPhotoSquareRounded, IconPhotoStar, IconPhotoUp, IconPhotoVideo, IconPhotoX, IconPhysotherapist, IconPiano, IconPick, IconPicnicTable, IconPictureInPicture, IconPictureInPictureFilled, IconPictureInPictureOff, IconPictureInPictureOn, IconPictureInPictureTop, IconPictureInPictureTopFilled, IconPig, IconPigFilled, IconPigMoney, IconPigOff, IconPilcrow, IconPilcrowLeft, IconPilcrowRight, IconPill, IconPillFilled, IconPillOff, IconPillow, IconPills, IconPin, IconPinEnd, IconPinFilled, IconPinInvoke, IconPingPong, IconPinned, IconPinnedFilled, IconPinnedOff, IconPipeline, IconPizza, IconPizzaFilled, IconPizzaOff, IconPlaceholder, IconPlane, IconPlaneArrival, IconPlaneArrivalFilled, IconPlaneDeparture, IconPlaneDepartureFilled, IconPlaneFilled, IconPlaneInflight, IconPlaneOff, IconPlaneTilt, IconPlaneTiltFilled, IconPlanet, IconPlanetOff, IconPlant, IconPlant2, IconPlant2Off, IconPlantOff, IconPlayBasketball, IconPlayCard, IconPlayCard1, IconPlayCard10, IconPlayCard10Filled, IconPlayCard1Filled, IconPlayCard2, IconPlayCard2Filled, IconPlayCard3, IconPlayCard3Filled, IconPlayCard4, IconPlayCard4Filled, IconPlayCard5, IconPlayCard5Filled, IconPlayCard6, IconPlayCard6Filled, IconPlayCard7, IconPlayCard7Filled, IconPlayCard8, IconPlayCard8Filled, IconPlayCard9, IconPlayCard9Filled, IconPlayCardA, IconPlayCardAFilled, IconPlayCardFilled, IconPlayCardJ, IconPlayCardJFilled, IconPlayCardK, IconPlayCardKFilled, IconPlayCardOff, IconPlayCardQ, IconPlayCardQFilled, IconPlayCardStar, IconPlayCardStarFilled, IconPlayFootball, IconPlayHandball, IconPlayVolleyball, IconPlayerEject, IconPlayerEjectFilled, IconPlayerPause, IconPlayerPauseFilled, IconPlayerPlay, IconPlayerPlayFilled, IconPlayerRecord, IconPlayerRecordFilled, IconPlayerSkipBack, IconPlayerSkipBackFilled, IconPlayerSkipForward, IconPlayerSkipForwardFilled, IconPlayerStop, IconPlayerStopFilled, IconPlayerTrackNext, IconPlayerTrackNextFilled, IconPlayerTrackPrev, IconPlayerTrackPrevFilled, IconPlaylist, IconPlaylistAdd, IconPlaylistFilled, IconPlaylistOff, IconPlaylistX, IconPlaystationCircle, IconPlaystationSquare, IconPlaystationTriangle, IconPlaystationX, IconPlug, IconPlugConnected, IconPlugConnectedX, IconPlugOff, IconPlugX, IconPlus, IconPlusEqual, IconPlusFilled, IconPlusMinus, IconPng, IconPodium, IconPodiumOff, IconPoint, IconPointFilled, IconPointOff, IconPointer, IconPointerBolt, IconPointerCancel, IconPointerCheck, IconPointerCode, IconPointerCog, IconPointerDollar, IconPointerDown, IconPointerExclamation, IconPointerFilled, IconPointerHeart, IconPointerMinus, IconPointerOff, IconPointerPause, IconPointerPin, IconPointerPlus, IconPointerQuestion, IconPointerSearch, IconPointerShare, IconPointerStar, IconPointerUp, IconPointerX, IconPokeball, IconPokeballOff, IconPokerChip, IconPolaroid, IconPolaroidFilled, IconPolygon, IconPolygonOff, IconPoo, IconPooFilled, IconPool, IconPoolOff, IconPower, IconPray, IconPremiumRights, IconPrescription, IconPresentation, IconPresentationAnalytics, IconPresentationAnalyticsFilled, IconPresentationFilled, IconPresentationOff, IconPrinter, IconPrinterOff, IconPrism, IconPrismLight, IconPrismOff, IconPrismPlus, IconPrison, IconProgress, IconProgressAlert, IconProgressBolt, IconProgressCheck, IconProgressDown, IconProgressHelp, IconProgressX, IconPrompt, IconProng, IconPropeller, IconPropellerOff, IconProtocol, IconPumpkinScary, IconPuzzle, IconPuzzle2, IconPuzzleFilled, IconPuzzleOff, IconPyramid, IconPyramidOff, IconPyramidPlus, IconQrcode, IconQrcodeOff, IconQuestionMark, IconQueuePopIn, IconQueuePopOut, IconQuote, IconQuoteFilled, IconQuoteOff, IconQuoteOpen, IconQuotes, IconRadar, IconRadar2, IconRadarFilled, IconRadarOff, IconRadio, IconRadioOff, IconRadioactive, IconRadioactiveFilled, IconRadioactiveOff, IconRadiusBottomLeft, IconRadiusBottomRight, IconRadiusTopLeft, IconRadiusTopRight, IconRainbow, IconRainbowOff, IconRating12Plus, IconRating14Plus, IconRating16Plus, IconRating18Plus, IconRating21Plus, IconRazor, IconRazorElectric, IconReceipt, IconReceipt2, IconReceiptBitcoin, IconReceiptDollar, IconReceiptDollarFilled, IconReceiptEuro, IconReceiptEuroFilled, IconReceiptFilled, IconReceiptOff, IconReceiptPound, IconReceiptPoundFilled, IconReceiptRefund, IconReceiptRupee, IconReceiptRupeeFilled, IconReceiptTax, IconReceiptYen, IconReceiptYenFilled, IconReceiptYuan, IconReceiptYuanFilled, IconRecharging, IconRecordMail, IconRecordMailOff, IconRectangle, IconRectangleFilled, IconRectangleRoundedBottom, IconRectangleRoundedTop, IconRectangleVertical, IconRectangleVerticalFilled, IconRectangularPrism, IconRectangularPrismOff, IconRectangularPrismPlus, IconRecycle, IconRecycleOff, IconRefresh, IconRefreshAlert, IconRefreshDot, IconRefreshOff, IconRegex, IconRegexOff, IconRegistered, IconRegisteredFilled, IconRelationManyToMany, IconRelationManyToManyFilled, IconRelationOneToMany, IconRelationOneToManyFilled, IconRelationOneToOne, IconRelationOneToOneFilled, IconReload, IconReorder, IconRepeat, IconRepeatOff, IconRepeatOnce, IconReplace, IconReplaceFilled, IconReplaceOff, IconReplaceUser, IconReport, IconReportAnalytics, IconReportAnalyticsFilled, IconReportMedical, IconReportMoney, IconReportMoneyFilled, IconReportOff, IconReportSearch, IconReservedLine, IconResize, IconRestore, IconRewindBackward10, IconRewindBackward15, IconRewindBackward20, IconRewindBackward30, IconRewindBackward40, IconRewindBackward5, IconRewindBackward50, IconRewindBackward60, IconRewindForward10, IconRewindForward15, IconRewindForward20, IconRewindForward30, IconRewindForward40, IconRewindForward5, IconRewindForward50, IconRewindForward60, IconRibbonHealth, IconRings, IconRipple, IconRippleDown, IconRippleOff, IconRippleUp, IconRoad, IconRoadOff, IconRoadSign, IconRobot, IconRobotFace, IconRobotOff, IconRocket, IconRocketOff, IconRollerSkating, IconRollercoaster, IconRollercoasterFilled, IconRollercoasterOff, IconRosette, IconRosetteAsterisk, IconRosetteDiscount, IconRosetteDiscountCheck, IconRosetteDiscountCheckFilled, IconRosetteDiscountCheckOff, IconRosetteDiscountFilled, IconRosetteDiscountOff, IconRosetteFilled, IconRosetteNumber0, IconRosetteNumber1, IconRosetteNumber2, IconRosetteNumber3, IconRosetteNumber4, IconRosetteNumber5, IconRosetteNumber6, IconRosetteNumber7, IconRosetteNumber8, IconRosetteNumber9, IconRotate, IconRotate2, IconRotate360, IconRotate3d, IconRotateClockwise, IconRotateClockwise2, IconRotateDot, IconRotateRectangle, IconRoute, IconRoute2, IconRouteAltLeft, IconRouteAltRight, IconRouteOff, IconRouteScan, IconRouteSquare, IconRouteSquare2, IconRouteX, IconRouteX2, IconRouter, IconRouterOff, IconRowInsertBottom, IconRowInsertTop, IconRowRemove, IconRss, IconRubberStamp, IconRubberStampOff, IconRuler, IconRuler2, IconRuler2Off, IconRuler3, IconRulerMeasure, IconRulerMeasure2, IconRulerOff, IconRun, IconRvTruck, IconSTurnDown, IconSTurnLeft, IconSTurnRight, IconSTurnUp, IconSailboat, IconSailboat2, IconSailboatOff, IconSalad, IconSaladFilled, IconSalt, IconSandbox, IconSatellite, IconSatelliteFilled, IconSatelliteOff, IconSausage, IconScale, IconScaleFilled, IconScaleOff, IconScaleOutline, IconScaleOutlineOff, IconScan, IconScanEye, IconScanLetterA, IconScanLetterT, IconScanPosition, IconScanTraces, IconSchema, IconSchemaOff, IconSchool, IconSchoolBell, IconSchoolFilled, IconSchoolOff, IconScissors, IconScissorsOff, IconScooter, IconScooterElectric, IconScoreboard, IconScreenShare, IconScreenShareOff, IconScreenshot, IconScribble, IconScribbleOff, IconScript, IconScriptMinus, IconScriptPlus, IconScriptX, IconScubaDiving, IconScubaDivingTank, IconScubaDivingTankFilled, IconScubaMask, IconScubaMaskOff, IconSdk, IconSearch, IconSearchFilled, IconSearchOff, IconSection, IconSectionFilled, IconSectionSign, IconSeedling as IconSeeding, IconSeedlingFilled as IconSeedingFilled, IconSeedlingOff as IconSeedingOff, IconSeedling, IconSeedlingFilled, IconSeedlingOff, IconSegway, IconSelect, IconSelectAll, IconSelector, IconSend, IconSend2, IconSendFilled, IconSendOff, IconSeo, IconSeparator, IconSeparatorHorizontal, IconSeparatorVertical, IconServer, IconServer2, IconServerBolt, IconServerCog, IconServerOff, IconServerSpark, IconServerless, IconServicemark, IconSettings, IconSettings2, IconSettingsAi, IconSettingsAutomation, IconSettingsBolt, IconSettingsCancel, IconSettingsCheck, IconSettingsCode, IconSettingsCog, IconSettingsDollar, IconSettingsDown, IconSettingsExclamation, IconSettingsFilled, IconSettingsHeart, IconSettingsMinus, IconSettingsOff, IconSettingsPause, IconSettingsPin, IconSettingsPlus, IconSettingsQuestion, IconSettingsSearch, IconSettingsShare, IconSettingsSpark, IconSettingsStar, IconSettingsUp, IconSettingsX, IconShadow, IconShadowOff, IconShape, IconShape2, IconShape3, IconShapeOff, IconShare, IconShare2, IconShare3, IconShareOff, IconShareplay, IconSkiJumping as IconShiJumping, IconShield, IconShieldBolt, IconShieldCancel, IconShieldCheck, IconShieldCheckFilled, IconShieldCheckered, IconShieldCheckeredFilled, IconShieldChevron, IconShieldCode, IconShieldCog, IconShieldDollar, IconShieldDown, IconShieldExclamation, IconShieldFilled, IconShieldHalf, IconShieldHalfFilled, IconShieldHeart, IconShieldLock, IconShieldLockFilled, IconShieldMinus, IconShieldOff, IconShieldPause, IconShieldPin, IconShieldPlus, IconShieldQuestion, IconShieldSearch, IconShieldShare, IconShieldStar, IconShieldUp, IconShieldX, IconShip, IconShipOff, IconShirt, IconShirtFilled, IconShirtOff, IconShirtSport, IconShoe, IconShoeOff, IconShoppingBag, IconShoppingBagCheck, IconShoppingBagDiscount, IconShoppingBagEdit, IconShoppingBagExclamation, IconShoppingBagHeart, IconShoppingBagMinus, IconShoppingBagPlus, IconShoppingBagSearch, IconShoppingBagX, IconShoppingCart, IconShoppingCartBolt, IconShoppingCartCancel, IconShoppingCartCheck, IconShoppingCartCode, IconShoppingCartCog, IconShoppingCartCopy, IconShoppingCartDiscount, IconShoppingCartDollar, IconShoppingCartDown, IconShoppingCartExclamation, IconShoppingCartFilled, IconShoppingCartHeart, IconShoppingCartMinus, IconShoppingCartOff, IconShoppingCartPause, IconShoppingCartPin, IconShoppingCartPlus, IconShoppingCartQuestion, IconShoppingCartSearch, IconShoppingCartShare, IconShoppingCartStar, IconShoppingCartUp, IconShoppingCartX, IconShovel, IconShovelPitchforks, IconShredder, IconSignLeft, IconSignLeftFilled, IconSignRight, IconSignRightFilled, IconSignal2g, IconSignal3g, IconSignal4g, IconSignal4gPlus, IconSignal5g, IconSignal6g, IconSignalE, IconSignalG, IconSignalH, IconSignalHPlus, IconSignalLte, IconSignature, IconSignatureOff, IconSitemap, IconSitemapFilled, IconSitemapOff, IconSkateboard, IconSkateboardOff, IconSkateboarding, IconSkewX, IconSkewY, IconSkiJumping, IconSkull, IconSlash, IconSlashes, IconSleigh, IconSlice, IconSlideshow, IconSmartHome, IconSmartHomeOff, IconSmoking, IconSmokingNo, IconSnowboarding, IconSnowflake, IconSnowflakeOff, IconSnowman, IconSoccerField, IconSocial, IconSocialOff, IconSock, IconSofa, IconSofaOff, IconSolarElectricity, IconSolarPanel, IconSolarPanel2, IconSort09, IconSort90, IconSortAZ, IconSortAscending, IconSortAscending2, IconSortAscending2Filled, IconSortAscendingLetters, IconSortAscendingNumbers, IconSortAscendingShapes, IconSortAscendingShapesFilled, IconSortAscendingSmallBig, IconSortDescendingSmallBig as IconSortDeacendingSmallBig, IconSortDescending, IconSortDescending2, IconSortDescending2Filled, IconSortDescendingLetters, IconSortDescendingNumbers, IconSortDescendingShapes, IconSortDescendingShapesFilled, IconSortDescendingSmallBig, IconSortZA, IconSos, IconSoup, IconSoupFilled, IconSoupOff, IconSourceCode, IconSpace, IconSpaceOff, IconSpaces, IconSpacingHorizontal, IconSpacingVertical, IconSpade, IconSpadeFilled, IconSparkles, IconSparkles2, IconSparkles2Filled, IconSparklesFilled, IconSpeakerphone, IconSpeedboat, IconSpeedboatFilled, IconSphere, IconSphereOff, IconSpherePlus, IconSpider, IconSpiderFilled, IconSpiral, IconSpiralOff, IconSportBillard, IconSpray, IconSpy, IconSpyOff, IconSql, IconSquare, IconSquareNumber0 as IconSquare0, IconSquareNumber1 as IconSquare1, IconSquareNumber2 as IconSquare2, IconSquareNumber3 as IconSquare3, IconSquareNumber4 as IconSquare4, IconSquareNumber5 as IconSquare5, IconSquareNumber6 as IconSquare6, IconSquareNumber7 as IconSquare7, IconSquareNumber8 as IconSquare8, IconSquareNumber9 as IconSquare9, IconSquareArrowDown, IconSquareArrowDownFilled, IconSquareArrowLeft, IconSquareArrowLeftFilled, IconSquareArrowRight, IconSquareArrowRightFilled, IconSquareArrowUp, IconSquareArrowUpFilled, IconSquareAsterisk, IconSquareAsteriskFilled, IconSquareCheck, IconSquareCheckFilled, IconSquareChevronDown, IconSquareChevronDownFilled, IconSquareChevronLeft, IconSquareChevronLeftFilled, IconSquareChevronRight, IconSquareChevronRightFilled, IconSquareChevronUp, IconSquareChevronUpFilled, IconSquareChevronsDown, IconSquareChevronsDownFilled, IconSquareChevronsLeft, IconSquareChevronsLeftFilled, IconSquareChevronsRight, IconSquareChevronsRightFilled, IconSquareChevronsUp, IconSquareChevronsUpFilled, IconSquareDashed, IconSquareDot, IconSquareDotFilled, IconSquareF0, IconSquareF0Filled, IconSquareF1, IconSquareF1Filled, IconSquareF2, IconSquareF2Filled, IconSquareF3, IconSquareF3Filled, IconSquareF4, IconSquareF4Filled, IconSquareF5, IconSquareF5Filled, IconSquareF6, IconSquareF6Filled, IconSquareF7, IconSquareF7Filled, IconSquareF8, IconSquareF8Filled, IconSquareF9, IconSquareF9Filled, IconSquareFilled, IconSquareForbid, IconSquareForbid2, IconSquareHalf, IconSquareKey, IconSquareLetterA, IconSquareLetterAFilled, IconSquareLetterB, IconSquareLetterBFilled, IconSquareLetterC, IconSquareLetterCFilled, IconSquareLetterD, IconSquareLetterDFilled, IconSquareLetterE, IconSquareLetterEFilled, IconSquareLetterF, IconSquareLetterFFilled, IconSquareLetterG, IconSquareLetterGFilled, IconSquareLetterH, IconSquareLetterHFilled, IconSquareLetterI, IconSquareLetterIFilled, IconSquareLetterJ, IconSquareLetterJFilled, IconSquareLetterK, IconSquareLetterKFilled, IconSquareLetterL, IconSquareLetterLFilled, IconSquareLetterM, IconSquareLetterMFilled, IconSquareLetterN, IconSquareLetterNFilled, IconSquareLetterO, IconSquareLetterOFilled, IconSquareLetterP, IconSquareLetterPFilled, IconSquareLetterQ, IconSquareLetterQFilled, IconSquareLetterR, IconSquareLetterRFilled, IconSquareLetterS, IconSquareLetterSFilled, IconSquareLetterT, IconSquareLetterTFilled, IconSquareLetterU, IconSquareLetterUFilled, IconSquareLetterV, IconSquareLetterVFilled, IconSquareLetterW, IconSquareLetterWFilled, IconSquareLetterX, IconSquareLetterXFilled, IconSquareLetterY, IconSquareLetterYFilled, IconSquareLetterZ, IconSquareLetterZFilled, IconSquareMinus, IconSquareMinus2, IconSquareMinusFilled, IconSquareNumber0, IconSquareNumber0Filled, IconSquareNumber1, IconSquareNumber1Filled, IconSquareNumber2, IconSquareNumber2Filled, IconSquareNumber3, IconSquareNumber3Filled, IconSquareNumber4, IconSquareNumber4Filled, IconSquareNumber5, IconSquareNumber5Filled, IconSquareNumber6, IconSquareNumber6Filled, IconSquareNumber7, IconSquareNumber7Filled, IconSquareNumber8, IconSquareNumber8Filled, IconSquareNumber9, IconSquareNumber9Filled, IconSquareOff, IconSquarePercentage, IconSquarePlus, IconSquarePlus2, IconSquareRoot, IconSquareRoot2, IconSquareRotated, IconSquareRotatedAsterisk, IconSquareRotatedFilled, IconSquareRotatedForbid, IconSquareRotatedForbid2, IconSquareRotatedOff, IconSquareRounded, IconSquareRoundedArrowDown, IconSquareRoundedArrowDownFilled, IconSquareRoundedArrowLeft, IconSquareRoundedArrowLeftFilled, IconSquareRoundedArrowRight, IconSquareRoundedArrowRightFilled, IconSquareRoundedArrowUp, IconSquareRoundedArrowUpFilled, IconSquareRoundedCheck, IconSquareRoundedCheckFilled, IconSquareRoundedChevronDown, IconSquareRoundedChevronDownFilled, IconSquareRoundedChevronLeft, IconSquareRoundedChevronLeftFilled, IconSquareRoundedChevronRight, IconSquareRoundedChevronRightFilled, IconSquareRoundedChevronUp, IconSquareRoundedChevronUpFilled, IconSquareRoundedChevronsDown, IconSquareRoundedChevronsDownFilled, IconSquareRoundedChevronsLeft, IconSquareRoundedChevronsLeftFilled, IconSquareRoundedChevronsRight, IconSquareRoundedChevronsRightFilled, IconSquareRoundedChevronsUp, IconSquareRoundedChevronsUpFilled, IconSquareRoundedFilled, IconSquareRoundedLetterA, IconSquareRoundedLetterAFilled, IconSquareRoundedLetterB, IconSquareRoundedLetterBFilled, IconSquareRoundedLetterC, IconSquareRoundedLetterCFilled, IconSquareRoundedLetterD, IconSquareRoundedLetterDFilled, IconSquareRoundedLetterE, IconSquareRoundedLetterEFilled, IconSquareRoundedLetterF, IconSquareRoundedLetterFFilled, IconSquareRoundedLetterG, IconSquareRoundedLetterGFilled, IconSquareRoundedLetterH, IconSquareRoundedLetterHFilled, IconSquareRoundedLetterI, IconSquareRoundedLetterIFilled, IconSquareRoundedLetterJ, IconSquareRoundedLetterJFilled, IconSquareRoundedLetterK, IconSquareRoundedLetterKFilled, IconSquareRoundedLetterL, IconSquareRoundedLetterLFilled, IconSquareRoundedLetterM, IconSquareRoundedLetterMFilled, IconSquareRoundedLetterN, IconSquareRoundedLetterNFilled, IconSquareRoundedLetterO, IconSquareRoundedLetterOFilled, IconSquareRoundedLetterP, IconSquareRoundedLetterPFilled, IconSquareRoundedLetterQ, IconSquareRoundedLetterQFilled, IconSquareRoundedLetterR, IconSquareRoundedLetterRFilled, IconSquareRoundedLetterS, IconSquareRoundedLetterSFilled, IconSquareRoundedLetterT, IconSquareRoundedLetterTFilled, IconSquareRoundedLetterU, IconSquareRoundedLetterUFilled, IconSquareRoundedLetterV, IconSquareRoundedLetterVFilled, IconSquareRoundedLetterW, IconSquareRoundedLetterWFilled, IconSquareRoundedLetterX, IconSquareRoundedLetterXFilled, IconSquareRoundedLetterY, IconSquareRoundedLetterYFilled, IconSquareRoundedLetterZ, IconSquareRoundedLetterZFilled, IconSquareRoundedMinus, IconSquareRoundedMinus2, IconSquareRoundedMinusFilled, IconSquareRoundedNumber0, IconSquareRoundedNumber0Filled, IconSquareRoundedNumber1, IconSquareRoundedNumber1Filled, IconSquareRoundedNumber2, IconSquareRoundedNumber2Filled, IconSquareRoundedNumber3, IconSquareRoundedNumber3Filled, IconSquareRoundedNumber4, IconSquareRoundedNumber4Filled, IconSquareRoundedNumber5, IconSquareRoundedNumber5Filled, IconSquareRoundedNumber6, IconSquareRoundedNumber6Filled, IconSquareRoundedNumber7, IconSquareRoundedNumber7Filled, IconSquareRoundedNumber8, IconSquareRoundedNumber8Filled, IconSquareRoundedNumber9, IconSquareRoundedNumber9Filled, IconSquareRoundedPercentage, IconSquareRoundedPlus, IconSquareRoundedPlus2, IconSquareRoundedPlusFilled, IconSquareRoundedX, IconSquareRoundedXFilled, IconSquareToggle, IconSquareToggleHorizontal, IconSquareX, IconSquareXFilled, IconSquares, IconSquaresDiagonal, IconSquaresFilled, IconSquaresSelected, IconStack, IconStack2, IconStack2Filled, IconStack3, IconStack3Filled, IconStackBack, IconStackBackward, IconStackFilled, IconStackForward, IconStackFront, IconStackMiddle, IconStackPop, IconStackPush, IconStairs, IconStairsDown, IconStairsUp, IconStar, IconStarFilled, IconStarHalf, IconStarHalfFilled, IconStarOff, IconStars, IconStarsFilled, IconStarsOff, IconStatusChange, IconSteam, IconSteeringWheel, IconSteeringWheelFilled, IconSteeringWheelOff, IconStepInto, IconStepOut, IconStereoGlasses, IconStethoscope, IconStethoscopeOff, IconSticker, IconSticker2, IconStopwatch, IconStorm, IconStormOff, IconStretching, IconStretching2, IconStrikethrough, IconStrokeCurved, IconStrokeDynamic, IconStrokeStraight, IconSubmarine, IconSubscript, IconSubtask, IconSubtitles, IconSubtitlesAi, IconSubtitlesEdit, IconSubtitlesOff, IconSum, IconSumOff, IconSun, IconSunElectricity, IconSunFilled, IconSunHigh, IconSunHighFilled, IconSunLow, IconSunLowFilled, IconSunMoon, IconSunOff, IconSunWind, IconSunglasses, IconSunglassesFilled, IconSunrise, IconSunriseFilled, IconSunset, IconSunset2, IconSunset2Filled, IconSunsetFilled, IconSuperscript, IconSvg, IconSwimming, IconSwipe, IconSwipeDown, IconSwipeDownFilled, IconSwipeLeft, IconSwipeLeftFilled, IconSwipeRight, IconSwipeRightFilled, IconSwipeUp, IconSwipeUpFilled, IconSwitch, IconSwitch2, IconSwitch3, IconSwitchHorizontal, IconSwitchVertical, IconSword, IconSwordOff, IconSwords, IconTable, IconTableAlias, IconTableColumn, IconTableDashed, IconTableDown, IconTableExport, IconTableFilled, IconTableHeart, IconTableImport, IconTableMinus, IconTableOff, IconTableOptions, IconTablePlus, IconTableRow, IconTableShare, IconTableShortcut, IconTableSpark, IconTag, IconTagFilled, IconTagMinus, IconTagOff, IconTagPlus, IconTagStarred, IconTags, IconTagsFilled, IconTagsOff, IconTallymark1, IconTallymark2, IconTallymark3, IconTallymark4, IconTallymarks, IconTank, IconTarget, IconTargetArrow, IconTargetOff, IconTax, IconTaxEuro, IconTaxPound, IconTeapot, IconTelescope, IconTelescopeOff, IconTemperature, IconTemperatureCelsius, IconTemperatureFahrenheit, IconTemperatureMinus, IconTemperatureMinusFilled, IconTemperatureOff, IconTemperaturePlus, IconTemperaturePlusFilled, IconTemperatureSnow, IconTemperatureSun, IconTemplate, IconTemplateFilled, IconTemplateOff, IconTent, IconTentOff, IconTerminal, IconTerminal2, IconTestPipe, IconTestPipe2, IconTestPipe2Filled, IconTestPipeOff, IconTex, IconTextCaption, IconTextColor, IconTextDecrease, IconTextDirectionLtr, IconTextDirectionRtl, IconTextGrammar, IconTextIncrease, IconTextOrientation, IconTextPlus, IconTextRecognition, IconTextResize, IconTextScan2, IconTextSize, IconTextSpellcheck, IconTextWrap, IconTextWrapColumn, IconTextWrapDisabled, IconTexture, IconTheater, IconThermometer, IconThumbDown, IconThumbDownFilled, IconThumbDownOff, IconThumbUp, IconThumbUpFilled, IconThumbUpOff, IconTicTac, IconTicket, IconTicketFilled, IconTicketOff, IconTie, IconTilde, IconTiltShift, IconTiltShiftFilled, IconTiltShiftOff, IconTimeDuration0, IconTimeDuration10, IconTimeDuration15, IconTimeDuration30, IconTimeDuration45, IconTimeDuration5, IconTimeDuration60, IconTimeDuration90, IconTimeDurationOff, IconTimeline, IconTimelineEvent, IconTimelineEventExclamation, IconTimelineEventFilled, IconTimelineEventMinus, IconTimelineEventPlus, IconTimelineEventText, IconTimelineEventX, IconTimezone, IconTipJar, IconTipJarEuro, IconTipJarPound, IconTir, IconToggleLeft, IconToggleLeftFilled, IconToggleRight, IconToggleRightFilled, IconToiletPaper, IconToiletPaperOff, IconToml, IconTool, IconTools, IconToolsKitchen, IconToolsKitchen2, IconToolsKitchen2Filled, IconToolsKitchen2Off, IconToolsKitchen3, IconToolsKitchenOff, IconToolsOff, IconTooltip, IconTopologyBus, IconTopologyComplex, IconTopologyFull, IconTopologyFullHierarchy, IconTopologyRing, IconTopologyRing2, IconTopologyRing3, IconTopologyStar, IconTopologyStar2, IconTopologyStar3, IconTopologyStarRing, IconTopologyStarRing2, IconTopologyStarRing3, IconTorii, IconTornado, IconTournament, IconTower, IconTowerOff, IconTrack, IconTractor, IconTrademark, IconTrafficCone, IconTrafficConeOff, IconTrafficLights, IconTrafficLightsOff, IconTrain, IconTrainFilled, IconTransactionBitcoin, IconTransactionDollar, IconTransactionEuro, IconTransactionPound, IconTransactionRupee, IconTransactionYen, IconTransactionYuan, IconTransfer, IconTransferIn, IconTransferOut, IconTransferVertical, IconTransform, IconTransformFilled, IconTransformPoint, IconTransformPointBottomLeft, IconTransformPointBottomRight, IconTransformPointTopLeft, IconTransformPointTopRight, IconTransitionBottom, IconTransitionBottomFilled, IconTransitionLeft, IconTransitionLeftFilled, IconTransitionRight, IconTransitionRightFilled, IconTransitionTop, IconTransitionTopFilled, IconTrash, IconTrashFilled, IconTrashOff, IconTrashX, IconTrashXFilled, IconTreadmill, IconTree, IconTrees, IconTrekking, IconTrendingDown, IconTrendingDown2, IconTrendingDown3, IconTrendingUp, IconTrendingUp2, IconTrendingUp3, IconTrendingUpDown, IconTriangle, IconTriangleFilled, IconTriangleInverted, IconTriangleInvertedFilled, IconTriangleMinus, IconTriangleMinus2, IconTriangleOff, IconTrianglePlus, IconTrianglePlus2, IconTriangleSquareCircle, IconTriangleSquareCircleFilled, IconTriangles, IconTrident, IconTrolley, IconTrolleyFilled, IconTrophy, IconTrophyFilled, IconTrophyOff, IconTrowel, IconTruck, IconTruckDelivery, IconTruckFilled, IconTruckLoading, IconTruckOff, IconTruckReturn, IconTxt, IconTypeface, IconTypography, IconTypographyOff, IconUTurnLeft, IconUTurnRight, IconUfo, IconUfoFilled, IconUfoOff, IconUhd, IconUmbrella, IconUmbrella2, IconUmbrellaClosed, IconUmbrellaClosed2, IconUmbrellaFilled, IconUmbrellaOff, IconUnderline, IconUniverse, IconUnlink, IconUpload, IconUrgent, IconUsb, IconUser, IconUserBitcoin, IconUserBolt, IconUserCancel, IconUserCheck, IconUserCircle, IconUserCode, IconUserCog, IconUserDollar, IconUserDown, IconUserEdit, IconUserExclamation, IconUserFilled, IconUserHeart, IconUserHexagon, IconUserKey, IconUserMinus, IconUserOff, IconUserPause, IconUserPentagon, IconUserPin, IconUserPlus, IconUserQuestion, IconUserScan, IconUserScreen, IconUserSearch, IconUserShare, IconUserShield, IconUserSquare, IconUserSquareRounded, IconUserStar, IconUserUp, IconUserX, IconUsers, IconUsersGroup, IconUsersMinus, IconUsersPlus, IconUvIndex, IconUxCircle, IconVaccine, IconVaccineBottle, IconVaccineBottleOff, IconVaccineOff, IconVacuumCleaner, IconVariable, IconVariableMinus, IconVariableOff, IconVariablePlus, IconVector, IconVectorBezier, IconVectorBezier2, IconVectorBezierArc, IconVectorBezierCircle, IconVectorOff, IconVectorSpline, IconVectorTriangle, IconVectorTriangleOff, IconVenus, IconVersions, IconVersionsFilled, IconVersionsOff, IconVideo, IconVideoFilled, IconVideoMinus, IconVideoMinusFilled, IconVideoOff, IconVideoPlus, IconVideoPlusFilled, IconView360, IconView360Arrow, IconView360Number, IconView360Off, IconViewfinder, IconViewfinderOff, IconViewportNarrow, IconViewportShort, IconViewportTall, IconViewportWide, IconVinyl, IconVip, IconVip2, IconVipOff, IconVirus, IconVirusOff, IconVirusSearch, IconVocabulary, IconVocabularyOff, IconVolcano, IconVolume, IconVolume2, IconVolume3, IconVolume4, IconVolumeOff, IconVs, IconWalk, IconWall, IconWallOff, IconWallet, IconWalletOff, IconWallpaper, IconWallpaperOff, IconWand, IconWandOff, IconWash, IconWashDry, IconWashDry1, IconWashDry2, IconWashDry3, IconWashDryA, IconWashDryDip, IconWashDryF, IconWashDryFlat, IconWashDryHang, IconWashDryOff, IconWashDryP, IconWashDryShade, IconWashDryW, IconWashDryclean, IconWashDrycleanOff, IconWashEco, IconWashGentle, IconWashHand, IconWashMachine, IconWashOff, IconWashPress, IconWashTemperature1, IconWashTemperature2, IconWashTemperature3, IconWashTemperature4, IconWashTemperature5, IconWashTemperature6, IconWashTumbleDry, IconWashTumbleOff, IconWaterpolo, IconWaveSawTool, IconWaveSine, IconWaveSquare, IconWavesElectricity, IconWebhook, IconWebhookOff, IconWeight, IconWheat, IconWheatOff, IconWheel, IconWheelchair, IconWheelchairOff, IconWhirl, IconWhisk, IconWifi, IconWifi0, IconWifi1, IconWifi2, IconWifiOff, IconWind, IconWindElectricity, IconWindOff, IconWindmill, IconWindmillFilled, IconWindmillOff, IconWindow, IconWindowMaximize, IconWindowMinimize, IconWindowOff, IconWindsock, IconWindsockFilled, IconWiper, IconWiperWash, IconWoman, IconWomanFilled, IconWood, IconWorld, IconWorldBolt, IconWorldCancel, IconWorldCheck, IconWorldCode, IconWorldCog, IconWorldDollar, IconWorldDown, IconWorldDownload, IconWorldExclamation, IconWorldFilled, IconWorldHeart, IconWorldLatitude, IconWorldLongitude, IconWorldMap, IconWorldMinus, IconWorldOff, IconWorldPause, IconWorldPin, IconWorldPlus, IconWorldQuestion, IconWorldSearch, IconWorldShare, IconWorldStar, IconWorldUp, IconWorldUpload, IconWorldWww, IconWorldX, IconWreckingBall, IconWriting, IconWritingFilled, IconWritingOff, IconWritingSign, IconWritingSignFilled, IconWritingSignOff, IconX, IconXFilled, IconXMark, IconXPowerY, IconXboxA, IconXboxAFilled, IconXboxB, IconXboxBFilled, IconXboxX, IconXboxXFilled, IconXboxY, IconXboxYFilled, IconXd, IconXxx, IconYinYang, IconYinYangFilled, IconYoga, IconZeppelin, IconZeppelinFilled, IconZeppelinOff, IconZeroConfig, IconZip, IconZodiacAquarius, IconZodiacAries, IconZodiacCancer, IconZodiacCapricorn, IconZodiacGemini, IconZodiacLeo, IconZodiacLibra, IconZodiacPisces, IconZodiacSagittarius, IconZodiacScorpio, IconZodiacTaurus, IconZodiacVirgo, IconZoom, IconZoomCancel, IconZoomCancelFilled, IconZoomCheck, IconZoomCheckFilled, IconZoomCode, IconZoomCodeFilled, IconZoomExclamation, IconZoomExclamationFilled, IconZoomFilled, IconZoomIn, IconZoomInArea, IconZoomInAreaFilled, IconZoomInFilled, IconZoomMoney, IconZoomMoneyFilled, IconZoomOut, IconZoomOutArea, IconZoomOutAreaFilled, IconZoomOutFilled, IconZoomPan, IconZoomPanFilled, IconZoomQuestion, IconZoomQuestionFilled, IconZoomReplace, IconZoomReset, IconZoomScan, IconZoomScanFilled, IconZzz, IconZzzOff, createSolidComponent, index as icons, iconsList$1 as iconsList };
|
|
62435
|
+
export { IconNumber123 as Icon123, IconHours12 as Icon12Hours, IconHours24 as Icon24Hours, IconAuth2fa as Icon2fa, IconView360Arrow as Icon360, IconView360Number as Icon360View, IconCube3dSphere as Icon3dCubeSphere, IconCube3dSphereOff as Icon3dCubeSphereOff, IconRotate3d as Icon3dRotate, IconAB, IconAB2, IconABOff, IconAbacus, IconAbacusOff, IconAbc, IconAccessPoint, IconAccessPointOff, IconAccessible, IconAccessibleFilled, IconAccessibleOff, IconActivity, IconActivityHeartbeat, IconAd, IconAd2, IconAdCircle, IconAdCircleFilled, IconAdCircleOff, IconAdFilled, IconAdOff, IconAddressBook, IconAddressBookOff, IconAdjustments, IconAdjustmentsAlt, IconAdjustmentsBolt, IconAdjustmentsCancel, IconAdjustmentsCheck, IconAdjustmentsCode, IconAdjustmentsCog, IconAdjustmentsDollar, IconAdjustmentsDown, IconAdjustmentsExclamation, IconAdjustmentsFilled, IconAdjustmentsHeart, IconAdjustmentsHorizontal, IconAdjustmentsHorizontalFilled, IconAdjustmentsMinus, IconAdjustmentsOff, IconAdjustmentsPause, IconAdjustmentsPin, IconAdjustmentsPlus, IconAdjustmentsQuestion, IconAdjustmentsSearch, IconAdjustmentsShare, IconAdjustmentsSpark, IconAdjustmentsStar, IconAdjustmentsUp, IconAdjustmentsX, IconAerialLift, IconAerialLiftFilled, IconAffiliate, IconAffiliateFilled, IconAi, IconAiAgent, IconAiAgents, IconAiGateway, IconAirBalloon, IconAirBalloonFilled, IconAirConditioning, IconAirConditioningDisabled, IconAirTrafficControl, IconAlarm, IconAlarmAverage, IconAlarmFilled, IconAlarmMinus, IconAlarmMinusFilled, IconAlarmOff, IconAlarmPlus, IconAlarmPlusFilled, IconAlarmSmoke, IconAlarmSnooze, IconAlarmSnoozeFilled, IconAlbum, IconAlbumOff, IconAlertCircle, IconAlertCircleFilled, IconAlertCircleOff, IconAlertHexagon, IconAlertHexagonFilled, IconAlertHexagonOff, IconAlertOctagon, IconAlertOctagonFilled, IconAlertSmall, IconAlertSmallOff, IconAlertSquare, IconAlertSquareFilled, IconAlertSquareRounded, IconAlertSquareRoundedFilled, IconAlertSquareRoundedOff, IconAlertTriangle, IconAlertTriangleFilled, IconAlertTriangleOff, IconAlien, IconAlienFilled, IconAlignBoxBottomCenter, IconAlignBoxBottomCenterFilled, IconAlignBoxBottomLeft, IconAlignBoxBottomLeftFilled, IconAlignBoxBottomRight, IconAlignBoxBottomRightFilled, IconAlignBoxCenterBottom, IconAlignBoxCenterMiddle, IconAlignBoxCenterMiddleFilled, IconAlignBoxCenterStretch, IconAlignBoxCenterTop, IconAlignBoxLeftBottom, IconAlignBoxLeftBottomFilled, IconAlignBoxLeftMiddle, IconAlignBoxLeftMiddleFilled, IconAlignBoxLeftStretch, IconAlignBoxLeftTop, IconAlignBoxLeftTopFilled, IconAlignBoxRightBottom, IconAlignBoxRightBottomFilled, IconAlignBoxRightMiddle, IconAlignBoxRightMiddleFilled, IconAlignBoxRightStretch, IconAlignBoxRightTop, IconAlignBoxRightTopFilled, IconAlignBoxTopCenter, IconAlignBoxTopCenterFilled, IconAlignBoxTopLeft, IconAlignBoxTopLeftFilled, IconAlignBoxTopRight, IconAlignBoxTopRightFilled, IconAlignCenter, IconAlignJustified, IconAlignLeft, IconAlignLeft2, IconAlignRight, IconAlignRight2, IconAlpha, IconAlphabetArabic, IconAlphabetBangla, IconAlphabetCyrillic, IconAlphabetGreek, IconAlphabetHebrew, IconAlphabetKorean, IconAlphabetLatin, IconAlphabetPolish, IconAlphabetRunes, IconAlphabetThai, IconAlt, IconAmbulance, IconAmpersand, IconAnalyze, IconAnalyzeFilled, IconAnalyzeOff, IconAnchor, IconAnchorOff, IconAngle, IconAnkh, IconAntenna, IconAntennaBars1, IconAntennaBars2, IconAntennaBars3, IconAntennaBars4, IconAntennaBars5, IconAntennaBarsOff, IconAntennaOff, IconAperture, IconApertureOff, IconApi, IconApiApp, IconApiAppOff, IconApiBook, IconApiOff, IconAppWindow, IconAppWindowFilled, IconApple, IconAppleFilled, IconApps, IconAppsFilled, IconAppsOff, IconArcheryArrow, IconArchive, IconArchiveFilled, IconArchiveOff, IconArmchair, IconArmchair2, IconArmchair2Off, IconArmchairOff, IconArrowAutofitContent, IconArrowAutofitContentFilled, IconArrowAutofitDown, IconArrowAutofitDownFilled, IconArrowAutofitHeight, IconArrowAutofitHeightFilled, IconArrowAutofitLeft, IconArrowAutofitLeftFilled, IconArrowAutofitRight, IconArrowAutofitRightFilled, IconArrowAutofitUp, IconArrowAutofitUpFilled, IconArrowAutofitWidth, IconArrowAutofitWidthFilled, IconArrowBack, IconArrowBackUp, IconArrowBackUpDouble, IconArrowBadgeDown, IconArrowBadgeDownFilled, IconArrowBadgeLeft, IconArrowBadgeLeftFilled, IconArrowBadgeRight, IconArrowBadgeRightFilled, IconArrowBadgeUp, IconArrowBadgeUpFilled, IconArrowBarBoth, IconArrowBarDown, IconArrowBarLeft, IconArrowBarRight, IconArrowBarToDown, IconArrowBarToDownDashed, IconArrowBarToLeft, IconArrowBarToLeftDashed, IconArrowBarToRight, IconArrowBarToRightDashed, IconArrowBarToUp, IconArrowBarToUpDashed, IconArrowBarUp, IconArrowBearLeft, IconArrowBearLeft2, IconArrowBearRight, IconArrowBearRight2, IconArrowBigDown, IconArrowBigDownFilled, IconArrowBigDownLine, IconArrowBigDownLineFilled, IconArrowBigDownLines, IconArrowBigDownLinesFilled, IconArrowBigLeft, IconArrowBigLeftFilled, IconArrowBigLeftLine, IconArrowBigLeftLineFilled, IconArrowBigLeftLines, IconArrowBigLeftLinesFilled, IconArrowBigRight, IconArrowBigRightFilled, IconArrowBigRightLine, IconArrowBigRightLineFilled, IconArrowBigRightLines, IconArrowBigRightLinesFilled, IconArrowBigUp, IconArrowBigUpFilled, IconArrowBigUpLine, IconArrowBigUpLineFilled, IconArrowBigUpLines, IconArrowBigUpLinesFilled, IconArrowBounce, IconArrowCapsule, IconArrowCurveLeft, IconArrowCurveRight, IconArrowDown, IconArrowDownBar, IconArrowDownCircle, IconArrowDownCircleFilled, IconArrowDownDashed, IconArrowDownFromArc, IconArrowDownLeft, IconArrowDownLeftCircle, IconArrowDownRhombus, IconArrowDownRhombusFilled, IconArrowDownRight, IconArrowDownRightCircle, IconArrowDownSquare, IconArrowDownSquareFilled, IconArrowDownTail, IconArrowDownToArc, IconArrowElbowLeft, IconArrowElbowRight, IconArrowFork, IconArrowForward, IconArrowForwardUp, IconArrowForwardUpDouble, IconArrowGuide, IconArrowGuideFilled, IconArrowIteration, IconArrowLeft, IconArrowLeftBar, IconArrowLeftCircle, IconArrowLeftCircleFilled, IconArrowLeftDashed, IconArrowLeftFromArc, IconArrowLeftRhombus, IconArrowLeftRhombusFilled, IconArrowLeftRight, IconArrowLeftSquare, IconArrowLeftSquareFilled, IconArrowLeftTail, IconArrowLeftToArc, IconArrowLoopLeft, IconArrowLoopLeft2, IconArrowLoopRight, IconArrowLoopRight2, IconArrowMerge, IconArrowMergeAltLeft, IconArrowMergeAltRight, IconArrowMergeBoth, IconArrowMergeLeft, IconArrowMergeRight, IconArrowMoveDown, IconArrowMoveDownFilled, IconArrowMoveLeft, IconArrowMoveLeftFilled, IconArrowMoveRight, IconArrowMoveRightFilled, IconArrowMoveUp, IconArrowMoveUpFilled, IconArrowNarrowDown, IconArrowNarrowDownDashed, IconArrowNarrowLeft, IconArrowNarrowLeftDashed, IconArrowNarrowRight, IconArrowNarrowRightDashed, IconArrowNarrowUp, IconArrowNarrowUpDashed, IconArrowRampLeft, IconArrowRampLeft2, IconArrowRampLeft3, IconArrowRampRight, IconArrowRampRight2, IconArrowRampRight3, IconArrowRight, IconArrowRightBar, IconArrowRightCircle, IconArrowRightCircleFilled, IconArrowRightDashed, IconArrowRightFromArc, IconArrowRightRhombus, IconArrowRightRhombusFilled, IconArrowRightSquare, IconArrowRightSquareFilled, IconArrowRightTail, IconArrowRightToArc, IconArrowRotaryFirstLeft, IconArrowRotaryFirstRight, IconArrowRotaryLastLeft, IconArrowRotaryLastRight, IconArrowRotaryLeft, IconArrowRotaryRight, IconArrowRotaryStraight, IconArrowRoundaboutLeft, IconArrowRoundaboutRight, IconArrowSharpTurnLeft, IconArrowSharpTurnRight, IconArrowUp, IconArrowUpBar, IconArrowUpCircle, IconArrowUpCircleFilled, IconArrowUpDashed, IconArrowUpFromArc, IconArrowUpLeft, IconArrowUpLeftCircle, IconArrowUpRhombus, IconArrowUpRhombusFilled, IconArrowUpRight, IconArrowUpRightCircle, IconArrowUpSquare, IconArrowUpSquareFilled, IconArrowUpTail, IconArrowUpToArc, IconArrowWaveLeftDown, IconArrowWaveLeftUp, IconArrowWaveRightDown, IconArrowWaveRightUp, IconArrowZigZag, IconArrowsCross, IconArrowsDiagonal, IconArrowsDiagonal2, IconArrowsDiagonalMinimize, IconArrowsDiagonalMinimize2, IconArrowsDiff, IconArrowsDoubleNeSw, IconArrowsDoubleNwSe, IconArrowsDoubleSeNw, IconArrowsDoubleSwNe, IconArrowsDown, IconArrowsDownUp, IconArrowsExchange, IconArrowsExchange2, IconArrowsHorizontal, IconArrowsJoin, IconArrowsJoin2, IconArrowsLeft, IconArrowsLeftDown, IconArrowsLeftRight, IconArrowsMaximize, IconArrowsMinimize, IconArrowsMove, IconArrowsMoveHorizontal, IconArrowsMoveVertical, IconArrowsRandom, IconArrowsRight, IconArrowsRightDown, IconArrowsRightLeft, IconArrowsShuffle, IconArrowsShuffle2, IconArrowsSort, IconArrowsSplit, IconArrowsSplit2, IconArrowsTransferDown, IconArrowsTransferUp, IconArrowsTransferUpDown, IconArrowsUp, IconArrowsUpDown, IconArrowsUpLeft, IconArrowsUpRight, IconArrowsVertical, IconArtboard, IconArtboardFilled, IconArtboardOff, IconArticle, IconArticleFilled, IconArticleOff, IconAspectRatio, IconAspectRatioFilled, IconAspectRatioOff, IconAssembly, IconAssemblyFilled, IconAssemblyOff, IconAsset, IconAssetFilled, IconAsterisk, IconAsteriskSimple, IconAt, IconAtOff, IconAtom, IconAtom2, IconAtom2Filled, IconAtomOff, IconAugmentedReality, IconAugmentedReality2, IconAugmentedRealityOff, IconAuth2fa, IconAutomaticGearbox, IconAutomaticGearboxFilled, IconAutomation, IconAvocado, IconAward, IconAwardFilled, IconAwardOff, IconAxe, IconAxisX, IconAxisY, IconBabyBottle, IconBabyCarriage, IconBabyCarriageFilled, IconBackground, IconBackhoe, IconBackpack, IconBackpackOff, IconBackslash, IconBackspace, IconBackspaceFilled, IconBadge, IconBadge2k, IconBadge3d, IconBadge3dFilled, IconBadge3k, IconBadge4k, IconBadge4kFilled, IconBadge5k, IconBadge8k, IconBadge8kFilled, IconBadgeAd, IconBadgeAdFilled, IconBadgeAdOff, IconBadgeAr, IconBadgeArFilled, IconBadgeCc, IconBadgeCcFilled, IconBadgeFilled, IconBadgeHd, IconBadgeHdFilled, IconBadgeOff, IconBadgeSd, IconBadgeSdFilled, IconBadgeTm, IconBadgeTmFilled, IconBadgeVo, IconBadgeVoFilled, IconBadgeVr, IconBadgeVrFilled, IconBadgeWc, IconBadgeWcFilled, IconBadges, IconBadgesFilled, IconBadgesOff, IconBaguette, IconBallAmericanFootball, IconBallAmericanFootballOff, IconBallBaseball, IconBallBasketball, IconBallBowling, IconBallBowlingFilled, IconBallFootball, IconBallFootballOff, IconBallTennis, IconBallVolleyball, IconBalloon, IconBalloonFilled, IconBalloonOff, IconBallpen, IconBallpenFilled, IconBallpenOff, IconBan, IconBandage, IconBandageFilled, IconBandageOff, IconBarbell, IconBarbellFilled, IconBarbellOff, IconBarcode, IconBarcodeOff, IconBarrel, IconBarrelOff, IconBarrierBlock, IconBarrierBlockFilled, IconBarrierBlockOff, IconBaseline, IconBaselineDensityLarge, IconBaselineDensityMedium, IconBaselineDensitySmall, IconBasket, IconBasketBolt, IconBasketCancel, IconBasketCheck, IconBasketCode, IconBasketCog, IconBasketDiscount, IconBasketDollar, IconBasketDown, IconBasketExclamation, IconBasketFilled, IconBasketHeart, IconBasketMinus, IconBasketOff, IconBasketPause, IconBasketPin, IconBasketPlus, IconBasketQuestion, IconBasketSearch, IconBasketShare, IconBasketStar, IconBasketUp, IconBasketX, IconBat, IconBath, IconBathFilled, IconBathOff, IconBattery, IconBattery1, IconBattery1Filled, IconBattery2, IconBattery2Filled, IconBattery3, IconBattery3Filled, IconBattery4, IconBattery4Filled, IconBatteryAutomotive, IconBatteryAutomotiveFilled, IconBatteryCharging, IconBatteryCharging2, IconBatteryEco, IconBatteryExclamation, IconBatteryFilled, IconBatteryOff, IconBatterySpark, IconBatteryVertical, IconBatteryVertical1, IconBatteryVertical1Filled, IconBatteryVertical2, IconBatteryVertical2Filled, IconBatteryVertical3, IconBatteryVertical3Filled, IconBatteryVertical4, IconBatteryVertical4Filled, IconBatteryVerticalCharging, IconBatteryVerticalCharging2, IconBatteryVerticalEco, IconBatteryVerticalExclamation, IconBatteryVerticalFilled, IconBatteryVerticalOff, IconBeach, IconBeachOff, IconBed, IconBedFilled, IconBedFlat, IconBedFlatFilled, IconBedOff, IconBeer, IconBeerFilled, IconBeerOff, IconBell, IconBellBolt, IconBellCancel, IconBellCheck, IconBellCode, IconBellCog, IconBellDollar, IconBellDown, IconBellExclamation, IconBellFilled, IconBellHeart, IconBellMinus, IconBellMinusFilled, IconBellOff, IconBellPause, IconBellPin, IconBellPlus, IconBellPlusFilled, IconBellQuestion, IconBellRinging, IconBellRinging2, IconBellRinging2Filled, IconBellRingingFilled, IconBellSchool, IconBellSearch, IconBellShare, IconBellStar, IconBellUp, IconBellX, IconBellXFilled, IconBellZ, IconBellZFilled, IconBeta, IconBible, IconBike, IconBikeFilled, IconBikeOff, IconBinary, IconBinaryOff, IconBinaryTree, IconBinaryTree2, IconBinaryTree2Filled, IconBinaryTreeFilled, IconBinoculars, IconBinocularsFilled, IconBiohazard, IconBiohazardFilled, IconBiohazardOff, IconBlade, IconBladeFilled, IconBleach, IconBleachChlorine, IconBleachNoChlorine, IconBleachOff, IconBlendMode, IconBlender, IconBlenderFilled, IconBlind, IconBlob, IconBlobFilled, IconBlockquote, IconBlocks, IconBluetooth, IconBluetoothConnected, IconBluetoothOff, IconBluetoothX, IconBlur, IconBlurOff, IconBmp, IconBodyScan, IconBold, IconBoldOff, IconBolt, IconBoltFilled, IconBoltOff, IconBomb, IconBombFilled, IconBone, IconBoneFilled, IconBoneOff, IconBong, IconBongFilled, IconBongOff, IconBook, IconBook2, IconBookDownload, IconBookFilled, IconBookOff, IconBookUpload, IconBookmark, IconBookmarkAi, IconBookmarkEdit, IconBookmarkFilled, IconBookmarkMinus, IconBookmarkOff, IconBookmarkPlus, IconBookmarkQuestion, IconBookmarks, IconBookmarksFilled, IconBookmarksOff, IconBooks, IconBooksOff, IconBoom, IconBoomFilled, IconBorderAll, IconBorderBottom, IconBorderBottomPlus, IconBorderCornerIos, IconBorderCornerPill, IconBorderCornerRounded, IconBorderCornerSquare, IconBorderCorners, IconBorderHorizontal, IconBorderInner, IconBorderLeft, IconBorderLeftPlus, IconBorderNone, IconBorderOuter, IconBorderRadius, IconBorderRight, IconBorderRightPlus, IconBorderSides, IconBorderStyle, IconBorderStyle2, IconBorderTop, IconBorderTopPlus, IconBorderVertical, IconBotId, IconBottle, IconBottleFilled, IconBottleOff, IconBounceLeft, IconBounceLeftFilled, IconBounceRight, IconBounceRightFilled, IconBow, IconBowFilled, IconBowl, IconBowlChopsticks, IconBowlChopsticksFilled, IconBowlFilled, IconBowlSpoon, IconBowlSpoonFilled, IconBowling, IconBox, IconBoxAlignBottom, IconBoxAlignBottomFilled, IconBoxAlignBottomLeft, IconBoxAlignBottomLeftFilled, IconBoxAlignBottomRight, IconBoxAlignBottomRightFilled, IconBoxAlignLeft, IconBoxAlignLeftFilled, IconBoxAlignRight, IconBoxAlignRightFilled, IconBoxAlignTop, IconBoxAlignTopFilled, IconBoxAlignTopLeft, IconBoxAlignTopLeftFilled, IconBoxAlignTopRight, IconBoxAlignTopRightFilled, IconBoxMargin, IconBoxModel, IconBoxModel2, IconBoxModel2Off, IconBoxModelOff, IconBoxMultiple, IconBoxMultiple0, IconBoxMultiple1, IconBoxMultiple2, IconBoxMultiple3, IconBoxMultiple4, IconBoxMultiple5, IconBoxMultiple6, IconBoxMultiple7, IconBoxMultiple8, IconBoxMultiple9, IconBoxMultipleFilled, IconBoxOff, IconBoxPadding, IconPackage as IconBoxSeam, IconBraces, IconBracesOff, IconBrackets, IconBracketsAngle, IconBracketsAngleOff, IconBracketsContain, IconBracketsContainEnd, IconBracketsContainStart, IconBracketsOff, IconBraille, IconBrain, IconBrand4chan, IconBrandAbstract, IconBrandAdobe, IconBrandAdobeAfterEffect, IconBrandAdobeIllustrator, IconBrandAdobeIndesign, IconBrandAdobePhotoshop, IconBrandAdobePremiere as IconBrandAdobePremier, IconBrandAdobePremiere, IconBrandAdobeXd, IconBrandAdonisJs, IconBrandAirbnb, IconBrandAirtable, IconBrandAlgolia, IconBrandAlipay, IconBrandAlpineJs, IconBrandAmazon, IconBrandAmd, IconBrandAmie, IconBrandAmigo, IconBrandAmongUs, IconBrandAndroid, IconBrandAngular, IconBrandAngularFilled, IconBrandAnsible, IconBrandAo3, IconBrandAppgallery, IconBrandApple, IconBrandAppleArcade, IconBrandAppleFilled, IconBrandAppleNews, IconBrandApplePodcast, IconBrandAppstore, IconBrandArc, IconBrandAsana, IconBrandAstro, IconBrandAuth0, IconBrandAws, IconBrandAzure, IconBrandBackbone, IconBrandBadoo, IconBrandBaidu, IconBrandBandcamp, IconBrandBandlab, IconBrandBeats, IconBrandBebo, IconBrandBehance, IconBrandBilibili, IconBrandBinance, IconBrandBing, IconBrandBitbucket, IconBrandBitbucketFilled, IconBrandBlackberry, IconBrandBlender, IconBrandBlogger, IconBrandBluesky, IconBrandBooking, IconBrandBootstrap, IconBrandBulma, IconBrandBumble, IconBrandBunpo, IconBrandCSharp, IconBrandCake, IconBrandCakephp, IconBrandCampaignmonitor, IconBrandCarbon, IconBrandCashapp, IconBrandChrome, IconBrandCinema4d, IconBrandCitymapper, IconBrandCloudflare, IconBrandCodecov, IconBrandCodepen, IconBrandCodesandbox, IconBrandCohost, IconBrandCoinbase, IconBrandComedyCentral, IconBrandCoreos, IconBrandCouchdb, IconBrandCouchsurfing, IconBrandCpp, IconBrandCraft, IconBrandCrunchbase, IconBrandCss3, IconBrandCtemplar, IconBrandCucumber, IconBrandCupra, IconBrandCypress, IconBrandD3, IconBrandDatabricks, IconBrandDaysCounter, IconBrandDcos, IconBrandDebian, IconBrandDeezer, IconBrandDeliveroo, IconBrandDeno, IconBrandDenodo, IconBrandDeviantart, IconBrandDigg, IconBrandDingtalk, IconBrandDiscord, IconBrandDiscordFilled, IconBrandDisney, IconBrandDisqus, IconBrandDjango, IconBrandDocker, IconBrandDoctrine, IconBrandDolbyDigital, IconBrandDouban, IconBrandDribbble, IconBrandDribbbleFilled, IconBrandDropbox, IconBrandDrops, IconBrandDrupal, IconBrandEdge, IconBrandElastic, IconBrandElectronicArts, IconBrandEmber, IconBrandEnvato, IconBrandEtsy, IconBrandEvernote, IconBrandFacebook, IconBrandFacebookFilled, IconBrandFeedly, IconBrandFigma, IconBrandFilezilla, IconBrandFinder, IconBrandFirebase, IconBrandFirefox, IconBrandFiverr, IconBrandFlickr, IconBrandFlightradar24, IconBrandFlipboard, IconBrandFlutter, IconBrandFortnite, IconBrandFoursquare, IconBrandFramer, IconBrandFramerMotion, IconBrandFunimation, IconBrandGatsby, IconBrandGit, IconBrandGithub, IconBrandGithubCopilot, IconBrandGithubFilled, IconBrandGitlab, IconBrandGmail, IconBrandGolang, IconBrandGoogle, IconBrandGoogleAnalytics, IconBrandGoogleBigQuery, IconBrandGoogleDrive, IconBrandGoogleFilled, IconBrandGoogleFit, IconBrandGoogleHome, IconBrandGoogleMaps, IconBrandGoogleOne, IconBrandGooglePhotos, IconBrandGooglePlay, IconBrandGooglePodcasts, IconBrandGrammarly, IconBrandGraphql, IconBrandGravatar, IconBrandGrindr, IconBrandGuardian, IconBrandGumroad, IconBrandHackerrank, IconBrandHbo, IconBrandHeadlessui, IconBrandHexo, IconBrandHipchat, IconBrandHtml5, IconBrandInertia, IconBrandInfakt, IconBrandInstagram, IconBrandInstagramFilled, IconBrandIntercom, IconBrandItch, IconBrandJavascript, IconBrandJira, IconBrandJuejin, IconBrandKakoTalk, IconBrandKbin, IconBrandKick, IconBrandKickFilled, IconBrandKickstarter, IconBrandKotlin, IconBrandLaravel, IconBrandLastfm, IconBrandLeetcode, IconBrandLetterboxd, IconBrandLine, IconBrandLinkedin, IconBrandLinkedinFilled, IconBrandLinktree, IconBrandLinqpad, IconBrandLivewire, IconBrandLoom, IconBrandMailgun, IconBrandMantine, IconBrandMastercard, IconBrandMastodon, IconBrandMatrix, IconBrandMcdonalds, IconBrandMedium, IconBrandMeetup, IconBrandMercedes, IconBrandMessenger, IconBrandMessengerFilled, IconBrandMeta, IconBrandMetabrainz, IconBrandMinecraft, IconBrandMiniprogram, IconBrandMixpanel, IconBrandMonday, IconBrandMongodb, IconBrandMyOppo, IconBrandMysql, IconBrandNationalGeographic, IconBrandNem, IconBrandNetbeans, IconBrandNeteaseMusic, IconBrandNetflix, IconBrandNexo, IconBrandNextcloud, IconBrandNextjs, IconBrandNodejs, IconBrandNordVpn, IconBrandNotion, IconBrandNpm, IconBrandNuxt, IconBrandNytimes, IconBrandOauth, IconBrandOffice, IconBrandOkRu, IconBrandOnedrive, IconBrandOnlyfans, IconBrandOpenSource, IconBrandOpenSourceFilled, IconBrandOpenai, IconBrandOpenvpn, IconBrandOpera, IconBrandOperaFilled, IconBrandPagekit, IconBrandParsinta, IconBrandPatreon, IconBrandPatreonFilled, IconBrandPaypal, IconBrandPaypalFilled, IconBrandPaypay, IconBrandPeanut, IconBrandPepsi, IconBrandPhp, IconBrandPicsart, IconBrandPinterest, IconBrandPinterestFilled, IconBrandPlanetscale, IconBrandPnpm, IconBrandPocket, IconBrandPolymer, IconBrandPowershell, IconBrandPrintables, IconBrandPrisma, IconBrandProducthunt, IconBrandPushbullet, IconBrandPushover, IconBrandPython, IconBrandQq, IconBrandRadixUi, IconBrandReact, IconBrandReactNative, IconBrandReason, IconBrandReddit, IconBrandRedhat, IconBrandRedux, IconBrandRevolut, IconBrandRumble, IconBrandRust, IconBrandSafari, IconBrandSamsungpass, IconBrandSass, IconBrandSentry, IconBrandSharik, IconBrandShazam, IconBrandShopee, IconBrandSketch, IconBrandSketchFilled, IconBrandSkype, IconBrandSlack, IconBrandSnapchat, IconBrandSnapchatFilled, IconBrandSnapseed, IconBrandSnowflake, IconBrandSocketIo, IconBrandSolidjs, IconBrandSoundcloud, IconBrandSpacehey, IconBrandSpeedtest, IconBrandSpotify, IconBrandSpotifyFilled, IconBrandStackoverflow, IconBrandStackshare, IconBrandSteam, IconBrandSteamFilled, IconBrandStellar, IconBrandStocktwits, IconBrandStorj, IconBrandStorybook, IconBrandStorytel, IconBrandStrava, IconBrandStripe, IconBrandStripeFilled, IconBrandSublimeText, IconBrandSugarizer, IconBrandSupabase, IconBrandSuperhuman, IconBrandSupernova, IconBrandSurfshark, IconBrandSvelte, IconBrandSwift, IconBrandSymfony, IconBrandTabler, IconBrandTablerFilled, IconBrandTabnine, IconBrandTailwind, IconBrandTaobao, IconBrandTeams, IconBrandTed, IconBrandTelegram, IconBrandTerraform, IconBrandTesla, IconBrandTether, IconBrandThingiverse, IconBrandThreads, IconBrandThreejs, IconBrandTidal, IconBrandTiktok, IconBrandTiktokFilled, IconBrandTinder, IconBrandTinderFilled, IconBrandTopbuzz, IconBrandTorchain, IconBrandToyota, IconBrandTrello, IconBrandTripadvisor, IconBrandTumblr, IconBrandTumblrFilled, IconBrandTwilio, IconBrandTwitch, IconBrandTwitter, IconBrandTwitterFilled, IconBrandTypescript, IconBrandUber, IconBrandUbuntu, IconBrandUnity, IconBrandUnsplash, IconBrandUpwork, IconBrandValorant, IconBrandVechain, IconBrandVercel, IconBrandVercelFilled, IconBrandVimeo, IconBrandVimeoFilled, IconBrandVinted, IconBrandVisa, IconBrandVisualStudio, IconBrandVite, IconBrandVivaldi, IconBrandVk, IconBrandVlc, IconBrandVolkswagen, IconBrandVsco, IconBrandVscode, IconBrandVue, IconBrandWalmart, IconBrandWaze, IconBrandWebflow, IconBrandWechat, IconBrandWeibo, IconBrandWeiboFilled, IconBrandWhatsapp, IconBrandWhatsappFilled, IconBrandWikipedia, IconBrandWindows, IconBrandWindowsFilled, IconBrandWindy, IconBrandWish, IconBrandWix, IconBrandWordpress, IconBrandX, IconBrandXFilled, IconBrandXamarin, IconBrandXbox, IconBrandXdeep, IconBrandXing, IconBrandYahoo, IconBrandYandex, IconBrandYarn, IconBrandYatse, IconBrandYcombinator, IconBrandYoutube, IconBrandYoutubeFilled, IconBrandYoutubeKids, IconBrandZalando, IconBrandZapier, IconBrandZeit, IconBrandZhihu, IconBrandZoom, IconBrandZulip, IconBrandZwift, IconBread, IconBreadFilled, IconBreadOff, IconBriefcase, IconBriefcase2, IconBriefcase2Filled, IconBriefcaseFilled, IconBriefcaseOff, IconBrightness, IconBrightness2, IconBrightnessAuto, IconBrightnessAutoFilled, IconBrightnessDown, IconBrightnessDownFilled, IconBrightnessFilled, IconBrightnessHalf, IconBrightnessOff, IconBrightnessUp, IconBrightnessUpFilled, IconBroadcast, IconBroadcastOff, IconBrowser, IconBrowserCheck, IconBrowserMaximize, IconBrowserMinus, IconBrowserOff, IconBrowserPlus, IconBrowserShare, IconBrowserX, IconBrush, IconBrushOff, IconBubble, IconBubbleFilled, IconBubbleMinus, IconBubblePlus, IconBubbleTea, IconBubbleTea2, IconBubbleText, IconBubbleTextFilled, IconBubbleX, IconBucket, IconBucketDroplet, IconBucketOff, IconBug, IconBugFilled, IconBugOff, IconBuilding, IconBuildingAirport, IconBuildingArch, IconBuildingBank, IconBuildingBridge, IconBuildingBridge2, IconBuildingBridge2Filled, IconBuildingBroadcastTower, IconBuildingBroadcastTowerFilled, IconBuildingBurjAlArab, IconBuildingCarousel, IconBuildingCastle, IconBuildingChurch, IconBuildingCircus, IconBuildingCog, IconBuildingCommunity, IconBuildingCottage, IconBuildingEstate, IconBuildingFactory, IconBuildingFactory2, IconBuildingFortress, IconBuildingHospital, IconBuildingLighthouse, IconBuildingMinus, IconBuildingMonument, IconBuildingMosque, IconBuildingOff, IconBuildingPavilion, IconBuildingPlus, IconBuildingSkyscraper, IconBuildingStadium, IconBuildingStore, IconBuildingTunnel, IconBuildingWarehouse, IconBuildingWindTurbine, IconBuildings, IconBulb, IconBulbFilled, IconBulbOff, IconBulldozer, IconBurger, IconBus, IconBusFilled, IconBusOff, IconBusStop, IconBusinessplan, IconButterfly, IconButterflyFilled, IconCactus, IconCactusFilled, IconCactusOff, IconCake, IconCakeOff, IconCakeRoll, IconCalculator, IconCalculatorFilled, IconCalculatorOff, IconCalendar, IconCalendarBolt, IconCalendarCancel, IconCalendarCheck, IconCalendarClock, IconCalendarCode, IconCalendarCog, IconCalendarDollar, IconCalendarDot, IconCalendarDown, IconCalendarDue, IconCalendarEvent, IconCalendarEventFilled, IconCalendarExclamation, IconCalendarFilled, IconCalendarHeart, IconCalendarMinus, IconCalendarMonth, IconCalendarMonthFilled, IconCalendarOff, IconCalendarPause, IconCalendarPin, IconCalendarPlus, IconCalendarQuestion, IconCalendarRepeat, IconCalendarSad, IconCalendarSearch, IconCalendarShare, IconCalendarSmile, IconCalendarStar, IconCalendarStats, IconCalendarTime, IconCalendarUp, IconCalendarUser, IconCalendarWeek, IconCalendarWeekFilled, IconCalendarX, IconCamera, IconCameraAi, IconCameraBitcoin, IconCameraBolt, IconCameraCancel, IconCameraCheck, IconCameraCode, IconCameraCog, IconCameraDollar, IconCameraDown, IconCameraExclamation, IconCameraFilled, IconCameraHeart, IconCameraMinus, IconCameraMoon, IconCameraOff, IconCameraPause, IconCameraPin, IconCameraPlus, IconCameraQuestion, IconCameraRotate, IconCameraSearch, IconCameraSelfie, IconCameraShare, IconCameraSpark, IconCameraStar, IconCameraUp, IconCameraX, IconCamper, IconCampfire, IconCampfireFilled, IconCanary, IconCancel, IconCandle, IconCandleFilled, IconCandy, IconCandyOff, IconCane, IconCannabis, IconCannabisFilled, IconCapProjecting, IconCapRounded, IconCapStraight, IconCapsule, IconCapsuleFilled, IconCapsuleHorizontal, IconCapsuleHorizontalFilled, IconCapture, IconCaptureFilled, IconCaptureOff, IconCar, IconCar4wd, IconCar4wdFilled, IconCarCrane, IconCarCraneFilled, IconCarCrash, IconCarFan, IconCarFan1, IconCarFan2, IconCarFan3, IconCarFanAuto, IconCarFanFilled, IconCarFilled, IconCarGarage, IconCarOff, IconCarOffRoad, IconCarSuspension, IconCarSuv, IconCarSuvFilled, IconCarTurbine, IconCarambola, IconCarambolaFilled, IconCaravan, IconCaravanFilled, IconCardboards, IconCardboardsFilled, IconCardboardsOff, IconCards, IconCardsFilled, IconCaretDown, IconCaretDownFilled, IconCaretLeft, IconCaretLeftFilled, IconCaretLeftRight, IconCaretLeftRightFilled, IconCaretRight, IconCaretRightFilled, IconCaretUp, IconCaretUpDown, IconCaretUpDownFilled, IconCaretUpFilled, IconCarouselHorizontal, IconCarouselHorizontalFilled, IconCarouselVertical, IconCarouselVerticalFilled, IconCarrot, IconCarrotOff, IconCash, IconCashBanknote, IconCashBanknoteEdit, IconCashBanknoteFilled, IconCashBanknoteHeart, IconCashBanknoteMinus, IconCashBanknoteMove, IconCashBanknoteMoveBack, IconCashBanknoteOff, IconCashBanknotePlus, IconCashEdit, IconCashHeart, IconCashMinus, IconCashMove, IconCashMoveBack, IconCashOff, IconCashPlus, IconCashRegister, IconCast, IconCastOff, IconCat, IconCategory, IconCategory2, IconCategoryFilled, IconCategoryMinus, IconCategoryPlus, IconCe, IconCeOff, IconCell, IconCellSignal1, IconCellSignal2, IconCellSignal3, IconCellSignal4, IconCellSignal5, IconCellSignalOff, IconCertificate, IconCertificate2, IconCertificate2Off, IconCertificateOff, IconChairDirector, IconChalkboard, IconChalkboardOff, IconChalkboardTeacher, IconChargingPile, IconChargingPileFilled, IconChartArcs, IconChartArcs3, IconChartArea, IconChartAreaFilled, IconChartAreaLine, IconChartAreaLineFilled, IconChartArrows, IconChartArrowsVertical, IconChartBar, IconChartBarOff, IconChartBarPopular, IconChartBubble, IconChartBubbleFilled, IconChartCandle, IconChartCandleFilled, IconChartCircles, IconChartCohort, IconChartColumn, IconChartCovariate, IconChartDonut, IconChartDonut2, IconChartDonut3, IconChartDonut4, IconChartDonutFilled, IconChartDots, IconChartDots2, IconChartDots2Filled, IconChartDots3, IconChartDots3Filled, IconChartDotsFilled, IconChartFunnel, IconChartFunnelFilled, IconChartGridDots, IconChartGridDotsFilled, IconChartHistogram, IconChartInfographic, IconChartLine, IconChartPie, IconChartPie2, IconChartPie2Filled, IconChartPie3, IconChartPie3Filled, IconChartPie4, IconChartPie4Filled, IconChartPieFilled, IconChartPieOff, IconChartPpf, IconChartRadar, IconChartSankey, IconChartScatter, IconChartScatter3d, IconChartTreemap, IconCheck, IconCheckFilled, IconCheckbox, IconChecklist, IconChecks, IconCheckupList, IconCheese, IconChefHat, IconChefHatFilled, IconChefHatOff, IconCherry, IconCherryFilled, IconChess, IconChessBishop, IconChessBishopFilled, IconChessFilled, IconChessKing, IconChessKingFilled, IconChessKnight, IconChessKnightFilled, IconChessQueen, IconChessQueenFilled, IconChessRook, IconChessRookFilled, IconChevronCompactDown, IconChevronCompactLeft, IconChevronCompactRight, IconChevronCompactUp, IconChevronDown, IconChevronDownFilled, IconChevronDownLeft, IconChevronDownRight, IconChevronLeft, IconChevronLeftPipe, IconChevronRight, IconChevronRightFilled, IconChevronRightPipe, IconChevronUp, IconChevronUpLeft, IconChevronUpRight, IconChevronsDown, IconChevronsDownLeft, IconChevronsDownRight, IconChevronsLeft, IconChevronsRight, IconChevronsUp, IconChevronsUpLeft, IconChevronsUpRight, IconChisel, IconChristmasBall, IconChristmasTree, IconChristmasTreeFilled, IconChristmasTreeOff, IconCircle, IconCircleNumber0 as IconCircle0, IconCircleNumber1 as IconCircle1, IconCircleNumber2 as IconCircle2, IconCircleNumber3 as IconCircle3, IconCircleNumber4 as IconCircle4, IconCircleNumber5 as IconCircle5, IconCircleNumber6 as IconCircle6, IconCircleNumber7 as IconCircle7, IconCircleNumber8 as IconCircle8, IconCircleNumber9 as IconCircle9, IconCircleArrowDown, IconCircleArrowDownFilled, IconCircleArrowDownLeft, IconCircleArrowDownLeftFilled, IconCircleArrowDownRight, IconCircleArrowDownRightFilled, IconCircleArrowLeft, IconCircleArrowLeftFilled, IconCircleArrowRight, IconCircleArrowRightFilled, IconCircleArrowUp, IconCircleArrowUpFilled, IconCircleArrowUpLeft, IconCircleArrowUpLeftFilled, IconCircleArrowUpRight, IconCircleArrowUpRightFilled, IconCircleAsterisk, IconCircleCaretDown, IconCircleCaretDownFilled, IconCircleCaretLeft, IconCircleCaretLeftFilled, IconCircleCaretRight, IconCircleCaretRightFilled, IconCircleCaretUp, IconCircleCaretUpFilled, IconCircleCheck, IconCircleCheckFilled, IconCircleChevronDown, IconCircleChevronDownFilled, IconCircleChevronLeft, IconCircleChevronLeftFilled, IconCircleChevronRight, IconCircleChevronRightFilled, IconCircleChevronUp, IconCircleChevronUpFilled, IconCircleChevronsDown, IconCircleChevronsDownFilled, IconCircleChevronsLeft, IconCircleChevronsLeftFilled, IconCircleChevronsRight, IconCircleChevronsRightFilled, IconCircleChevronsUp, IconCircleChevronsUpFilled, IconCircleDashed, IconCircleDashedCheck, IconCircleDashedLetterA, IconCircleDashedLetterB, IconCircleDashedLetterC, IconCircleDashedLetterD, IconCircleDashedLetterE, IconCircleDashedLetterF, IconCircleDashedLetterG, IconCircleDashedLetterH, IconCircleDashedLetterI, IconCircleDashedLetterJ, IconCircleDashedLetterK, IconCircleDashedLetterL, IconCircleDashedLetterV as IconCircleDashedLetterLetterV, IconCircleDashedLetterM, IconCircleDashedLetterN, IconCircleDashedLetterO, IconCircleDashedLetterP, IconCircleDashedLetterQ, IconCircleDashedLetterR, IconCircleDashedLetterS, IconCircleDashedLetterT, IconCircleDashedLetterU, IconCircleDashedLetterV, IconCircleDashedLetterW, IconCircleDashedLetterX, IconCircleDashedLetterY, IconCircleDashedLetterZ, IconCircleDashedMinus, IconCircleDashedNumber0, IconCircleDashedNumber1, IconCircleDashedNumber2, IconCircleDashedNumber3, IconCircleDashedNumber4, IconCircleDashedNumber5, IconCircleDashedNumber6, IconCircleDashedNumber7, IconCircleDashedNumber8, IconCircleDashedNumber9, IconCircleDashedPercentage, IconCircleDashedPlus, IconCircleDashedX, IconCircleDot, IconCircleDotFilled, IconCircleDotted, IconCircleDottedLetterA, IconCircleDottedLetterB, IconCircleDottedLetterC, IconCircleDottedLetterD, IconCircleDottedLetterE, IconCircleDottedLetterF, IconCircleDottedLetterG, IconCircleDottedLetterH, IconCircleDottedLetterI, IconCircleDottedLetterJ, IconCircleDottedLetterK, IconCircleDottedLetterL, IconCircleDottedLetterM, IconCircleDottedLetterN, IconCircleDottedLetterO, IconCircleDottedLetterP, IconCircleDottedLetterQ, IconCircleDottedLetterR, IconCircleDottedLetterS, IconCircleDottedLetterT, IconCircleDottedLetterU, IconCircleDottedLetterV, IconCircleDottedLetterW, IconCircleDottedLetterX, IconCircleDottedLetterY, IconCircleDottedLetterZ, IconCircleFilled, IconCircleHalf, IconCircleHalf2, IconCircleHalfVertical, IconCircleKey, IconCircleKeyFilled, IconCircleLetterA, IconCircleLetterAFilled, IconCircleLetterB, IconCircleLetterBFilled, IconCircleLetterC, IconCircleLetterCFilled, IconCircleLetterD, IconCircleLetterDFilled, IconCircleLetterE, IconCircleLetterEFilled, IconCircleLetterF, IconCircleLetterFFilled, IconCircleLetterG, IconCircleLetterGFilled, IconCircleLetterH, IconCircleLetterHFilled, IconCircleLetterI, IconCircleLetterIFilled, IconCircleLetterJ, IconCircleLetterJFilled, IconCircleLetterK, IconCircleLetterKFilled, IconCircleLetterL, IconCircleLetterLFilled, IconCircleLetterM, IconCircleLetterMFilled, IconCircleLetterN, IconCircleLetterNFilled, IconCircleLetterO, IconCircleLetterOFilled, IconCircleLetterP, IconCircleLetterPFilled, IconCircleLetterQ, IconCircleLetterQFilled, IconCircleLetterR, IconCircleLetterRFilled, IconCircleLetterS, IconCircleLetterSFilled, IconCircleLetterT, IconCircleLetterTFilled, IconCircleLetterU, IconCircleLetterUFilled, IconCircleLetterV, IconCircleLetterVFilled, IconCircleLetterW, IconCircleLetterWFilled, IconCircleLetterX, IconCircleLetterXFilled, IconCircleLetterY, IconCircleLetterYFilled, IconCircleLetterZ, IconCircleLetterZFilled, IconCircleMinus, IconCircleMinus2, IconCircleNumber0, IconCircleNumber0Filled, IconCircleNumber1, IconCircleNumber1Filled, IconCircleNumber2, IconCircleNumber2Filled, IconCircleNumber3, IconCircleNumber3Filled, IconCircleNumber4, IconCircleNumber4Filled, IconCircleNumber5, IconCircleNumber5Filled, IconCircleNumber6, IconCircleNumber6Filled, IconCircleNumber7, IconCircleNumber7Filled, IconCircleNumber8, IconCircleNumber8Filled, IconCircleNumber9, IconCircleNumber9Filled, IconCircleOff, IconCircleOpenArrowDown, IconCircleOpenArrowLeft, IconCircleOpenArrowRight, IconCircleOpenArrowUp, IconCirclePercentage, IconCirclePercentageFilled, IconCirclePlus, IconCirclePlus2, IconCirclePlusFilled, IconCirclePlusMinus, IconCircleRectangle, IconCircleRectangleFilled, IconCircleRectangleOff, IconCircleSquare, IconCircleTriangle, IconCircleX, IconCircleXFilled, IconCircles, IconCirclesFilled, IconCirclesRelation, IconCircuitAmmeter, IconCircuitBattery, IconCircuitBulb, IconCircuitCapacitor, IconCircuitCapacitorPolarized, IconCircuitCell, IconCircuitCellPlus, IconCircuitChangeover, IconCircuitDiode, IconCircuitDiodeZener, IconCircuitGround, IconCircuitGroundDigital, IconCircuitInductor, IconCircuitMotor, IconCircuitPushbutton, IconCircuitResistor, IconCircuitSwitchClosed, IconCircuitSwitchOpen, IconCircuitVoltmeter, IconClearAll, IconClearFormatting, IconClef, IconClefStaff, IconClick, IconClickFilled, IconCliffJumping, IconClipboard, IconClipboardCheck, IconClipboardCheckFilled, IconClipboardCopy, IconClipboardData, IconClipboardDataFilled, IconClipboardFilled, IconClipboardHeart, IconClipboardList, IconClipboardListFilled, IconClipboardOff, IconClipboardPlus, IconClipboardPlusFilled, IconClipboardSearch, IconClipboardSmile, IconClipboardSmileFilled, IconClipboardText, IconClipboardTextFilled, IconClipboardTypography, IconClipboardTypographyFilled, IconClipboardX, IconClipboardXFilled, IconClock, IconClock12, IconClock2, IconClock24, IconClockBitcoin, IconClockBolt, IconClockCancel, IconClockCheck, IconClockCode, IconClockCog, IconClockDollar, IconClockDown, IconClockEdit, IconClockExclamation, IconClockFilled, IconClockHeart, IconClockHour1, IconClockHour10, IconClockHour10Filled, IconClockHour11, IconClockHour11Filled, IconClockHour12, IconClockHour12Filled, IconClockHour1Filled, IconClockHour2, IconClockHour2Filled, IconClockHour3, IconClockHour3Filled, IconClockHour4, IconClockHour4Filled, IconClockHour5, IconClockHour5Filled, IconClockHour6, IconClockHour6Filled, IconClockHour7, IconClockHour7Filled, IconClockHour8, IconClockHour8Filled, IconClockHour9, IconClockHour9Filled, IconClockMinus, IconClockOff, IconClockPause, IconClockPin, IconClockPlay, IconClockPlus, IconClockQuestion, IconClockRecord, IconClockSearch, IconClockShare, IconClockShield, IconClockStar, IconClockStop, IconClockUp, IconClockX, IconClothesRack, IconClothesRackOff, IconCloud, IconCloudBitcoin, IconCloudBolt, IconCloudCancel, IconCloudCheck, IconCloudCode, IconCloudCog, IconCloudComputing, IconCloudComputingFilled, IconCloudDataConnection, IconCloudDataConnectionFilled, IconCloudDollar, IconCloudDown, IconCloudDownload, IconCloudExclamation, IconCloudFilled, IconCloudFog, IconCloudHeart, IconCloudLock, IconCloudLockOpen, IconCloudMinus, IconCloudNetwork, IconCloudOff, IconCloudPause, IconCloudPin, IconCloudPlus, IconCloudQuestion, IconCloudRain, IconCloudSearch, IconCloudShare, IconCloudSnow, IconCloudStar, IconCloudStorm, IconCloudUp, IconCloudUpload, IconCloudX, IconClover, IconClover2, IconCloverFilled, IconClubs, IconClubsFilled, IconCode, IconCodeAsterisk, IconCodeAsterisk as IconCodeAsterix, IconCodeCircle, IconCodeCircle2, IconCodeCircle2Filled, IconCodeCircleFilled, IconCodeDots, IconCodeMinus, IconCodeOff, IconCodePlus, IconCodeVariable, IconCodeVariableMinus, IconCodeVariablePlus, IconCodeblock, IconCoffee, IconCoffeeOff, IconCoffin, IconCoin, IconCoinBitcoin, IconCoinBitcoinFilled, IconCoinEuro, IconCoinEuroFilled, IconCoinFilled, IconCoinMonero, IconCoinMoneroFilled, IconCoinOff, IconCoinPound, IconCoinPoundFilled, IconCoinRupee, IconCoinRupeeFilled, IconCoinTaka, IconCoinTakaFilled, IconCoinYen, IconCoinYenFilled, IconCoinYuan, IconCoinYuanFilled, IconCoins, IconColorFilter, IconColorPicker, IconColorPickerOff, IconColorSwatch, IconColorSwatchOff, IconColumnInsertLeft, IconColumnInsertRight, IconColumnRemove, IconColumns, IconColumns1, IconColumns1Filled, IconColumns2, IconColumns2Filled, IconColumns3, IconColumns3Filled, IconColumnsOff, IconComet, IconCommand, IconCommandOff, IconCompass, IconCompassFilled, IconCompassOff, IconComponents, IconComponentsOff, IconCone, IconCone2, IconCone2Filled, IconConeFilled, IconConeOff, IconConePlus, IconConfetti, IconConfettiFilled, IconConfettiOff, IconConfucius, IconCongruentTo, IconConnection, IconContainer, IconContainerFilled, IconContainerOff, IconContract, IconContrast, IconContrast2, IconContrast2Filled, IconContrast2Off, IconContrastFilled, IconContrastOff, IconCooker, IconCookie, IconCookieFilled, IconCookieMan, IconCookieManFilled, IconCookieOff, IconCopy, IconCopyCheck, IconCopyCheckFilled, IconCopyFilled, IconCopyMinus, IconCopyMinusFilled, IconCopyOff, IconCopyPlus, IconCopyPlusFilled, IconCopyX, IconCopyXFilled, IconCopyleft, IconCopyleftFilled, IconCopyleftOff, IconCopyright, IconCopyrightFilled, IconCopyrightOff, IconCornerDownLeft, IconCornerDownLeftDouble, IconCornerDownRight, IconCornerDownRightDouble, IconCornerLeftDown, IconCornerLeftDownDouble, IconCornerLeftUp, IconCornerLeftUpDouble, IconCornerRightDown, IconCornerRightDownDouble, IconCornerRightUp, IconCornerRightUpDouble, IconCornerUpLeft, IconCornerUpLeftDouble, IconCornerUpRight, IconCornerUpRightDouble, IconCpu, IconCpu2, IconCpuOff, IconCrane, IconCraneOff, IconCreativeCommons, IconCreativeCommonsBy, IconCreativeCommonsNc, IconCreativeCommonsNd, IconCreativeCommonsOff, IconCreativeCommonsSa, IconCreativeCommonsZero, IconCreditCard, IconCreditCardFilled, IconCreditCardHand, IconCreditCardOff, IconCreditCardPay, IconCreditCardRefund, IconCredits, IconCricket, IconCrop, IconCrop11, IconCrop11Filled, IconCrop169, IconCrop169Filled, IconCrop32, IconCrop32Filled, IconCrop54, IconCrop54Filled, IconCrop75, IconCrop75Filled, IconCropLandscape, IconCropLandscapeFilled, IconCropPortrait, IconCropPortraitFilled, IconCross, IconCrossFilled, IconCrossOff, IconCrosshair, IconCrown, IconCrownFilled, IconCrownOff, IconCrutches, IconCrutchesOff, IconCrystalBall, IconCsv, IconCube, IconCube3dSphere, IconCube3dSphereOff, IconCubeOff, IconCubePlus, IconCubeSend, IconCubeSpark, IconCubeUnfolded, IconCup, IconCupOff, IconCurling, IconCurlyLoop, IconCurrency, IconCurrencyAfghani, IconCurrencyBahraini, IconCurrencyBaht, IconCurrencyBitcoin, IconCurrencyCent, IconCurrencyDinar, IconCurrencyDirham, IconCurrencyDogecoin, IconCurrencyDollar, IconCurrencyDollarAustralian, IconCurrencyDollarBrunei, IconCurrencyDollarCanadian, IconCurrencyDollarGuyanese, IconCurrencyDollarOff, IconCurrencyDollarSingapore, IconCurrencyDollarZimbabwean, IconCurrencyDong, IconCurrencyDram, IconCurrencyEthereum, IconCurrencyEuro, IconCurrencyEuroOff, IconCurrencyFlorin, IconCurrencyForint, IconCurrencyFrank, IconCurrencyGuarani, IconCurrencyHryvnia, IconCurrencyHusd, IconCurrencyIranianRial, IconCurrencyKip, IconCurrencyKroneCzech, IconCurrencyKroneDanish, IconCurrencyKroneSwedish, IconCurrencyLari, IconCurrencyLeu, IconCurrencyLira, IconCurrencyLitecoin, IconCurrencyLyd, IconCurrencyManat, IconCurrencyMonero, IconCurrencyNaira, IconCurrencyNano, IconCurrencyOff, IconCurrencyPaanga, IconCurrencyPeso, IconCurrencyPound, IconCurrencyPoundOff, IconCurrencyQuetzal, IconCurrencyReal, IconCurrencyRenminbi, IconCurrencyRipple, IconCurrencyRiyal, IconCurrencyRubel, IconCurrencyRufiyaa, IconCurrencyRupee, IconCurrencyRupeeNepalese, IconCurrencyShekel, IconCurrencySolana, IconCurrencySom, IconCurrencyTaka, IconCurrencyTenge, IconCurrencyTether, IconCurrencyTugrik, IconCurrencyWon, IconCurrencyXrp, IconCurrencyYen, IconCurrencyYenOff, IconCurrencyYuan, IconCurrencyZcash, IconCurrencyZloty, IconCurrentLocation, IconCurrentLocationFilled, IconCurrentLocationOff, IconCursorOff, IconCursorText, IconCut, IconCylinder, IconCylinderOff, IconCylinderPlus, IconDashboard, IconDashboardFilled, IconDashboardOff, IconDatabase, IconDatabaseCog, IconDatabaseDollar, IconDatabaseEdit, IconDatabaseExclamation, IconDatabaseExport, IconDatabaseFilled, IconDatabaseHeart, IconDatabaseImport, IconDatabaseLeak, IconDatabaseMinus, IconDatabaseOff, IconDatabasePlus, IconDatabaseSearch, IconDatabaseShare, IconDatabaseSmile, IconDatabaseStar, IconDatabaseX, IconDeaf, IconDecimal, IconDeer, IconDelta, IconDental, IconDentalBroken, IconDentalOff, IconDeselect, IconDesk, IconDetails, IconDetailsOff, IconDevice3dCamera, IconDevice3dLens, IconDeviceAirpods, IconDeviceAirpodsCase, IconDeviceAirtag, IconDeviceAnalytics, IconDeviceAudioTape, IconDeviceCameraPhone, IconDeviceCctv, IconDeviceCctvFilled, IconDeviceCctvOff, IconDeviceComputerCamera, IconDeviceComputerCamera2, IconDeviceComputerCameraOff, IconDeviceDesktop, IconDeviceDesktopAnalytics, IconDeviceDesktopBolt, IconDeviceDesktopCancel, IconDeviceDesktopCheck, IconDeviceDesktopCode, IconDeviceDesktopCog, IconDeviceDesktopDollar, IconDeviceDesktopDown, IconDeviceDesktopExclamation, IconDeviceDesktopFilled, IconDeviceDesktopHeart, IconDeviceDesktopMinus, IconDeviceDesktopOff, IconDeviceDesktopPause, IconDeviceDesktopPin, IconDeviceDesktopPlus, IconDeviceDesktopQuestion, IconDeviceDesktopSearch, IconDeviceDesktopShare, IconDeviceDesktopStar, IconDeviceDesktopUp, IconDeviceDesktopX, IconDeviceFloppy, IconDeviceFloppyFilled, IconDeviceGamepad, IconDeviceGamepad2, IconDeviceGamepad2Filled, IconDeviceGamepad3, IconDeviceGamepad3Filled, IconDeviceGamepadFilled, IconDeviceHeartMonitor, IconDeviceHeartMonitorFilled, IconDeviceImac, IconDeviceImacBolt, IconDeviceImacCancel, IconDeviceImacCheck, IconDeviceImacCode, IconDeviceImacCog, IconDeviceImacDollar, IconDeviceImacDown, IconDeviceImacExclamation, IconDeviceImacFilled, IconDeviceImacHeart, IconDeviceImacMinus, IconDeviceImacOff, IconDeviceImacPause, IconDeviceImacPin, IconDeviceImacPlus, IconDeviceImacQuestion, IconDeviceImacSearch, IconDeviceImacShare, IconDeviceImacStar, IconDeviceImacUp, IconDeviceImacX, IconDeviceIpad, IconDeviceIpadBolt, IconDeviceIpadCancel, IconDeviceIpadCheck, IconDeviceIpadCode, IconDeviceIpadCog, IconDeviceIpadDollar, IconDeviceIpadDown, IconDeviceIpadExclamation, IconDeviceIpadFilled, IconDeviceIpadHeart, IconDeviceIpadHorizontal, IconDeviceIpadHorizontalBolt, IconDeviceIpadHorizontalCancel, IconDeviceIpadHorizontalCheck, IconDeviceIpadHorizontalCode, IconDeviceIpadHorizontalCog, IconDeviceIpadHorizontalDollar, IconDeviceIpadHorizontalDown, IconDeviceIpadHorizontalExclamation, IconDeviceIpadHorizontalHeart, IconDeviceIpadHorizontalMinus, IconDeviceIpadHorizontalOff, IconDeviceIpadHorizontalPause, IconDeviceIpadHorizontalPin, IconDeviceIpadHorizontalPlus, IconDeviceIpadHorizontalQuestion, IconDeviceIpadHorizontalSearch, IconDeviceIpadHorizontalShare, IconDeviceIpadHorizontalStar, IconDeviceIpadHorizontalUp, IconDeviceIpadHorizontalX, IconDeviceIpadMinus, IconDeviceIpadOff, IconDeviceIpadPause, IconDeviceIpadPin, IconDeviceIpadPlus, IconDeviceIpadQuestion, IconDeviceIpadSearch, IconDeviceIpadShare, IconDeviceIpadStar, IconDeviceIpadUp, IconDeviceIpadX, IconDeviceLandlinePhone, IconDeviceLaptop, IconDeviceLaptopOff, IconDeviceMobile, IconDeviceMobileBolt, IconDeviceMobileCancel, IconDeviceMobileCharging, IconDeviceMobileCheck, IconDeviceMobileCode, IconDeviceMobileCog, IconDeviceMobileDollar, IconDeviceMobileDown, IconDeviceMobileExclamation, IconDeviceMobileFilled, IconDeviceMobileHeart, IconDeviceMobileMessage, IconDeviceMobileMinus, IconDeviceMobileOff, IconDeviceMobilePause, IconDeviceMobilePin, IconDeviceMobilePlus, IconDeviceMobileQuestion, IconDeviceMobileRotated, IconDeviceMobileSearch, IconDeviceMobileShare, IconDeviceMobileStar, IconDeviceMobileUp, IconDeviceMobileVibration, IconDeviceMobileX, IconDeviceNintendo, IconDeviceNintendoOff, IconDeviceProjector, IconDeviceRemote, IconDeviceRemoteFilled, IconDeviceScreen, IconDeviceSdCard, IconDeviceSim, IconDeviceSim1, IconDeviceSim2, IconDeviceSim3, IconDeviceSpeaker, IconDeviceSpeakerFilled, IconDeviceSpeakerOff, IconDeviceTablet, IconDeviceTabletBolt, IconDeviceTabletCancel, IconDeviceTabletCheck, IconDeviceTabletCode, IconDeviceTabletCog, IconDeviceTabletDollar, IconDeviceTabletDown, IconDeviceTabletExclamation, IconDeviceTabletFilled, IconDeviceTabletHeart, IconDeviceTabletMinus, IconDeviceTabletOff, IconDeviceTabletPause, IconDeviceTabletPin, IconDeviceTabletPlus, IconDeviceTabletQuestion, IconDeviceTabletSearch, IconDeviceTabletShare, IconDeviceTabletStar, IconDeviceTabletUp, IconDeviceTabletX, IconDeviceTv, IconDeviceTvFilled, IconDeviceTvOff, IconDeviceTvOld, IconDeviceTvOldFilled, IconDeviceUnknown, IconDeviceUnknownFilled, IconDeviceUsb, IconDeviceUsbFilled, IconDeviceVisionPro, IconDeviceVisionProFilled, IconDeviceWatch, IconDeviceWatchBolt, IconDeviceWatchCancel, IconDeviceWatchCheck, IconDeviceWatchCode, IconDeviceWatchCog, IconDeviceWatchDollar, IconDeviceWatchDown, IconDeviceWatchExclamation, IconDeviceWatchFilled, IconDeviceWatchHeart, IconDeviceWatchMinus, IconDeviceWatchOff, IconDeviceWatchPause, IconDeviceWatchPin, IconDeviceWatchPlus, IconDeviceWatchQuestion, IconDeviceWatchSearch, IconDeviceWatchShare, IconDeviceWatchStar, IconDeviceWatchStats, IconDeviceWatchStats2, IconDeviceWatchUp, IconDeviceWatchX, IconDevices, IconDevices2, IconDevicesBolt, IconDevicesCancel, IconDevicesCheck, IconDevicesCode, IconDevicesCog, IconDevicesDollar, IconDevicesDown, IconDevicesExclamation, IconDevicesHeart, IconDevicesMinus, IconDevicesOff, IconDevicesPause, IconDevicesPc, IconDevicesPcOff, IconDevicesPin, IconDevicesPlus, IconDevicesQuestion, IconDevicesSearch, IconDevicesShare, IconDevicesStar, IconDevicesUp, IconDevicesX, IconDiabolo, IconDiaboloOff, IconDiaboloPlus, IconDialpad, IconDialpadFilled, IconDialpadOff, IconDiamond, IconDiamondFilled, IconDiamondOff, IconDiamonds, IconDiamondsFilled, IconDiaper, IconDice, IconDice1, IconDice1Filled, IconDice2, IconDice2Filled, IconDice3, IconDice3Filled, IconDice4, IconDice4Filled, IconDice5, IconDice5Filled, IconDice6, IconDice6Filled, IconDiceFilled, IconDimensions, IconDirection, IconDirectionArrows, IconDirectionArrowsFilled, IconDirectionHorizontal, IconDirectionSign, IconDirectionSignFilled, IconDirectionSignOff, IconDirections, IconDirectionsFilled, IconDirectionsOff, IconDisabled, IconDisabled2, IconDisabledOff, IconDisc, IconDiscFilled, IconDiscGolf, IconDiscOff, IconDiscount, IconRosetteDiscount as IconDiscount2, IconRosetteDiscountOff as IconDiscount2Off, IconRosetteDiscountCheck as IconDiscountCheck, IconRosetteDiscountCheckFilled as IconDiscountCheckFilled, IconDiscountFilled, IconDiscountOff, IconDivide, IconDna, IconDna2, IconDna2Off, IconDnaOff, IconDog, IconDogBowl, IconDoor, IconDoorEnter, IconDoorExit, IconDoorHanger, IconDoorOff, IconDots, IconDotsCircleHorizontal, IconDotsDiagonal, IconDotsDiagonal2, IconDotsFilled, IconDotsVertical, IconDotsVerticalFilled, IconDownload, IconDownloadFilled, IconDownloadOff, IconDragDrop, IconDragDrop2, IconDrone, IconDroneOff, IconDropCircle, IconDropCircleFilled, IconDroplet, IconDropletBolt, IconDropletCancel, IconDropletCheck, IconDropletCode, IconDropletCog, IconDropletDollar, IconDropletDown, IconDropletExclamation, IconDropletFilled, IconDropletHalf, IconDropletHalf2, IconDropletHalf2Filled, IconDropletHalfFilled, IconDropletHeart, IconDropletMinus, IconDropletOff, IconDropletPause, IconDropletPin, IconDropletPlus, IconDropletQuestion, IconDropletSearch, IconDropletShare, IconDropletStar, IconDropletUp, IconDropletX, IconDroplets, IconDropletsFilled, IconDualScreen, IconDualScreenFilled, IconDumpling, IconDumplingFilled, IconEPassport, IconEar, IconEarOff, IconEarScan, IconEarphoneBluetooth, IconEaseIn, IconEaseInControlPoint, IconEaseInControlPointFilled, IconEaseInOut, IconEaseInOutControlPoints, IconEaseInOutControlPointsFilled, IconEaseOut, IconEaseOutControlPoint, IconEaseOutControlPointFilled, IconEdit, IconEditCircle, IconEditCircleOff, IconEditFilled, IconEditOff, IconEgg, IconEggCracked, IconEggCrackedFilled, IconEggFilled, IconEggFried, IconEggFriedFilled, IconEggOff, IconEggs, IconElevator, IconElevatorFilled, IconElevatorOff, IconEmergencyBed, IconEmpathize, IconEmpathizeOff, IconEmphasis, IconEngine, IconEngineFilled, IconEngineOff, IconEqual, IconEqualDouble, IconEqualNot, IconEraser, IconEraserOff, IconError404, IconError404Off, IconEscalator, IconEscalatorDown, IconEscalatorDownFilled, IconEscalatorFilled, IconEscalatorUp, IconEscalatorUpFilled, IconExchange, IconExchangeFilled, IconExchangeOff, IconExclamationCircle, IconExclamationCircleFilled, IconExclamationMark, IconExclamationMarkOff, IconExplicit, IconExplicitFilled, IconExplicitOff, IconExposure, IconExposure0, IconExposureFilled, IconExposureMinus1, IconExposureMinus2, IconExposureOff, IconExposurePlus1, IconExposurePlus2, IconExternalLink, IconExternalLinkFilled, IconExternalLinkOff, IconEye, IconEyeBitcoin, IconEyeBolt, IconEyeCancel, IconEyeCheck, IconEyeClosed, IconEyeCode, IconEyeCog, IconEyeDiscount, IconEyeDollar, IconEyeDotted, IconEyeDown, IconEyeEdit, IconEyeExclamation, IconEyeFilled, IconEyeHeart, IconEyeMinus, IconEyeOff, IconEyePause, IconEyePin, IconEyePlus, IconEyeQuestion, IconEyeSearch, IconEyeShare, IconEyeSpark, IconEyeStar, IconEyeTable, IconEyeTableFilled, IconEyeUp, IconEyeX, IconEyeglass, IconEyeglass2, IconEyeglass2Filled, IconEyeglassFilled, IconEyeglassOff, IconFaceId, IconFaceIdError, IconFaceMask, IconFaceMaskFilled, IconFaceMaskOff, IconFall, IconFavicon, IconFaviconFilled, IconFeather, IconFeatherFilled, IconFeatherOff, IconFence, IconFenceFilled, IconFenceOff, IconFerry, IconFerryFilled, IconFidgetSpinner, IconFidgetSpinnerFilled, IconFile, IconFile3d, IconFileAi, IconFileAlert, IconFileAnalytics, IconFileAnalyticsFilled, IconFileArrowLeft, IconFileArrowRight, IconFileBarcode, IconFileBitcoin, IconFileBroken, IconFileCertificate, IconFileChart, IconFileCheck, IconFileCheckFilled, IconFileCode, IconFileCode2, IconFileCode2Filled, IconFileCodeFilled, IconFileCv, IconFileCvFilled, IconFileDatabase, IconFileDelta, IconFileDeltaFilled, IconFileDescription, IconFileDescriptionFilled, IconFileDiff, IconFileDiffFilled, IconFileDigit, IconFileDigitFilled, IconFileDislike, IconFileDollar, IconFileDollarFilled, IconFileDots, IconFileDotsFilled, IconFileDownload, IconFileDownloadFilled, IconFileEuro, IconFileEuroFilled, IconFileExcel, IconFileExport, IconFileFilled, IconFileFunction, IconFileFunctionFilled, IconFileHorizontal, IconFileHorizontalFilled, IconFileImport, IconFileInfinity, IconFileInfo, IconFileInfoFilled, IconFileInvoice, IconFileInvoiceFilled, IconFileIsr, IconFileLambda, IconFileLambdaFilled, IconFileLike, IconFileMinus, IconFileMinusFilled, IconFileMusic, IconFileMusicFilled, IconFileNeutral, IconFileNeutralFilled, IconFileOff, IconFileOrientation, IconFilePencil, IconFilePencilFilled, IconFilePercent, IconFilePercentFilled, IconFilePhone, IconFilePhoneFilled, IconFilePlus, IconFilePower, IconFilePowerFilled, IconFileReport, IconFileRss, IconFileRssFilled, IconFileSad, IconFileSadFilled, IconFileScissors, IconFileScissorsFilled, IconFileSearch, IconFileSettings, IconFileSettingsFilled, IconFileShredder, IconFileSignal, IconFileSignalFilled, IconFileSmile, IconFileSmileFilled, IconFileSpark, IconFileSpreadsheet, IconFileStack, IconFileStar, IconFileStarFilled, IconFileSymlink, IconFileText, IconFileTextAi, IconFileTextFilled, IconFileTextShield, IconFileTextSpark, IconFileTime, IconFileTimeFilled, IconFileTypeBmp, IconFileTypeCss, IconFileTypeCsv, IconFileTypeDoc, IconFileTypeDocx, IconFileTypeHtml, IconFileTypeJpg, IconFileTypeJs, IconFileTypeJsx, IconFileTypePdf, IconFileTypePhp, IconFileTypePng, IconFileTypePpt, IconFileTypeRs, IconFileTypeSql, IconFileTypeSvg, IconFileTypeTs, IconFileTypeTsx, IconFileTypeTxt, IconFileTypeVue, IconFileTypeXls, IconFileTypeXml, IconFileTypeZip, IconFileTypography, IconFileTypographyFilled, IconFileUnknown, IconFileUnknownFilled, IconFileUpload, IconFileUploadFilled, IconFileVector, IconFileVectorFilled, IconFileWord, IconFileX, IconFileXFilled, IconFileZip, IconFiles, IconFilesFilled, IconFilesOff, IconFilter, IconFilter2, IconFilter2Bolt, IconFilter2Cancel, IconFilter2Check, IconFilter2Code, IconFilter2Cog, IconFilter2Discount, IconFilter2Dollar, IconFilter2Down, IconFilter2Edit, IconFilter2Exclamation, IconFilter2Minus, IconFilter2Pause, IconFilter2Pin, IconFilter2Plus, IconFilter2Question, IconFilter2Search, IconFilter2Share, IconFilter2Spark, IconFilter2Up, IconFilter2X, IconFilterBolt, IconFilterCancel, IconFilterCheck, IconFilterCode, IconFilterCog, IconFilterDiscount, IconFilterDollar, IconFilterDown, IconFilterEdit, IconFilterExclamation, IconFilterFilled, IconFilterHeart, IconFilterMinus, IconFilterOff, IconFilterPause, IconFilterPin, IconFilterPlus, IconFilterQuestion, IconFilterSearch, IconFilterShare, IconFilterSpark, IconFilterStar, IconFilterUp, IconFilterX, IconFilters, IconFiltersFilled, IconFingerprint, IconFingerprintOff, IconFingerprintScan, IconFireExtinguisher, IconFireHydrant, IconFireHydrantOff, IconFiretruck, IconFirewallCheck, IconFirewallFlame, IconFirstAidKit, IconFirstAidKitOff, IconFish, IconFishBone, IconFishBoneFilled, IconFishChristianity, IconFishHook, IconFishHookOff, IconFishOff, IconFlag, IconFlag2, IconFlag2Filled, IconFlag2Off, IconFlag3, IconFlag3Filled, IconFlagBitcoin, IconFlagBolt, IconFlagCancel, IconFlagCheck, IconFlagCode, IconFlagCog, IconFlagDiscount, IconFlagDollar, IconFlagDown, IconFlagExclamation, IconFlagFilled, IconFlagHeart, IconFlagMinus, IconFlagOff, IconFlagPause, IconFlagPin, IconFlagPlus, IconFlagQuestion, IconFlagSearch, IconFlagShare, IconFlagSpark, IconFlagStar, IconFlagUp, IconFlagX, IconFlame, IconFlameFilled, IconFlameOff, IconFlare, IconFlareFilled, IconFlask, IconFlask2, IconFlask2Filled, IconFlask2Off, IconFlaskFilled, IconFlaskOff, IconFlipFlops, IconFlipHorizontal, IconFlipVertical, IconFloatCenter, IconFloatLeft, IconFloatNone, IconFloatRight, IconFlower, IconFlowerFilled, IconFlowerOff, IconFocus, IconFocus2, IconFocusAuto, IconFocusCentered, IconFold, IconFoldDown, IconFoldUp, IconFolder, IconFolderBolt, IconFolderCancel, IconFolderCheck, IconFolderCode, IconFolderCog, IconFolderDollar, IconFolderDown, IconFolderExclamation, IconFolderFilled, IconFolderHeart, IconFolderMinus, IconFolderOff, IconFolderOpen, IconFolderOpenFilled, IconFolderPause, IconFolderPin, IconFolderPlus, IconFolderQuestion, IconFolderRoot, IconFolderSearch, IconFolderShare, IconFolderStar, IconFolderSymlink, IconFolderUp, IconFolderX, IconFolders, IconFoldersFilled, IconFoldersOff, IconForbid, IconForbid2, IconForbid2Filled, IconForbidFilled, IconForklift, IconForms, IconFountain, IconFountainFilled, IconFountainOff, IconFrame, IconFrameOff, IconFreeRights, IconFreezeColumn, IconFreezeRow, IconFreezeRowColumn, IconFridge, IconFridgeOff, IconFriends, IconFriendsOff, IconFrustum, IconFrustumOff, IconFrustumPlus, IconFunction, IconFunctionFilled, IconFunctionOff, IconGalaxy, IconGardenCart, IconGardenCartFilled, IconGardenCartOff, IconGasStation, IconGasStationFilled, IconGasStationOff, IconGauge, IconGaugeFilled, IconGaugeOff, IconGavel, IconGenderAgender, IconGenderAndrogyne, IconGenderBigender, IconGenderDemiboy, IconGenderDemigirl, IconGenderEpicene, IconGenderFemale, IconGenderFemme, IconGenderGenderfluid, IconGenderGenderless, IconGenderGenderqueer, IconGenderHermaphrodite, IconGenderIntergender, IconGenderMale, IconGenderNeutrois, IconGenderThird, IconGenderTransgender, IconGenderTrasvesti, IconGeometry, IconGhost, IconGhost2, IconGhost2Filled, IconGhost3, IconGhost3Filled, IconGhostFilled, IconGhostOff, IconGif, IconGift, IconGiftCard, IconGiftCardFilled, IconGiftFilled, IconGiftOff, IconGitBranch, IconGitBranchDeleted, IconGitCherryPick, IconGitCommit, IconGitCompare, IconGitFork, IconGitMerge, IconGitPullRequest, IconGitPullRequestClosed, IconGitPullRequestDraft, IconGizmo, IconGlass, IconGlassChampagne, IconGlassCocktail, IconGlassFilled, IconGlassFull, IconGlassFullFilled, IconGlassGin, IconGlassOff, IconGlobe, IconGlobeFilled, IconGlobeOff, IconGoGame, IconGolf, IconGolfFilled, IconGolfOff, IconGps, IconGpsFilled, IconGradienter, IconGrain, IconGrape, IconGraph, IconGraphFilled, IconGraphOff, IconGrave, IconGrave2, IconGrid3x3, IconGrid4x4, IconGridDots, IconGridGoldenratio, IconGridPattern, IconGridPatternFilled, IconGridScan, IconGrill, IconGrillFork, IconGrillOff, IconGrillSpatula, IconGripHorizontal, IconGripVertical, IconGrowth, IconGuitarPick, IconGuitarPickFilled, IconGymnastics, IconH1, IconH2, IconH3, IconH4, IconH5, IconH6, IconHammer, IconHammerDrill, IconHammerOff, IconHandClick, IconHandClickOff, IconHandFinger, IconHandFingerDown, IconHandFingerLeft, IconHandFingerOff, IconHandFingerRight, IconHandGrab, IconHandLittleFinger, IconHandLoveYou, IconHandMiddleFinger, IconHandMove, IconHandOff, IconHandRingFinger, IconHandLoveYou as IconHandRock, IconHandSanitizer, IconHandStop, IconHandThreeFingers, IconHandTwoFingers, IconHanger, IconHanger2, IconHanger2Filled, IconHangerOff, IconHash, IconHaze, IconHazeMoon, IconHdr, IconHeading, IconHeadingOff, IconHeadphones, IconHeadphonesFilled, IconHeadphonesOff, IconHeadset, IconHeadsetFilled, IconHeadsetOff, IconHealthRecognition, IconHeart, IconHeartBitcoin, IconHeartBolt, IconHeartBroken, IconHeartBrokenFilled, IconHeartCancel, IconHeartCheck, IconHeartCode, IconHeartCog, IconHeartDiscount, IconHeartDollar, IconHeartDown, IconHeartExclamation, IconHeartFilled, IconHeartHandshake, IconHeartMinus, IconHeartOff, IconHeartPause, IconHeartPin, IconHeartPlus, IconHeartQuestion, IconHeartRateMonitor, IconHeartSearch, IconHeartShare, IconHeartSpark, IconHeartStar, IconHeartUp, IconHeartX, IconHeartbeat, IconHearts, IconHeartsOff, IconHelicopter, IconHelicopterFilled, IconHelicopterLanding, IconHelicopterLandingFilled, IconHelmet, IconHelmetOff, IconHelp, IconHelpCircle, IconHelpCircleFilled, IconHelpFilled, IconHelpHexagon, IconHelpHexagonFilled, IconHelpOctagon, IconHelpOctagonFilled, IconHelpOff, IconHelpSmall, IconHelpSquare, IconHelpSquareFilled, IconHelpSquareRounded, IconHelpSquareRoundedFilled, IconHelpTriangle, IconHelpTriangleFilled, IconHemisphere, IconHemisphereOff, IconHemispherePlus, IconHexagon, IconHexagonNumber0 as IconHexagon0, IconHexagonNumber1 as IconHexagon1, IconHexagonNumber2 as IconHexagon2, IconHexagonNumber3 as IconHexagon3, IconHexagon3d, IconHexagonNumber4 as IconHexagon4, IconHexagonNumber5 as IconHexagon5, IconHexagonNumber6 as IconHexagon6, IconHexagonNumber7 as IconHexagon7, IconHexagonNumber8 as IconHexagon8, IconHexagonNumber9 as IconHexagon9, IconHexagonAsterisk, IconHexagonFilled, IconHexagonLetterA, IconHexagonLetterAFilled, IconHexagonLetterB, IconHexagonLetterBFilled, IconHexagonLetterC, IconHexagonLetterCFilled, IconHexagonLetterD, IconHexagonLetterDFilled, IconHexagonLetterE, IconHexagonLetterEFilled, IconHexagonLetterF, IconHexagonLetterFFilled, IconHexagonLetterG, IconHexagonLetterGFilled, IconHexagonLetterH, IconHexagonLetterHFilled, IconHexagonLetterI, IconHexagonLetterIFilled, IconHexagonLetterJ, IconHexagonLetterJFilled, IconHexagonLetterK, IconHexagonLetterKFilled, IconHexagonLetterL, IconHexagonLetterLFilled, IconHexagonLetterM, IconHexagonLetterMFilled, IconHexagonLetterN, IconHexagonLetterNFilled, IconHexagonLetterO, IconHexagonLetterOFilled, IconHexagonLetterP, IconHexagonLetterPFilled, IconHexagonLetterQ, IconHexagonLetterQFilled, IconHexagonLetterR, IconHexagonLetterRFilled, IconHexagonLetterS, IconHexagonLetterSFilled, IconHexagonLetterT, IconHexagonLetterTFilled, IconHexagonLetterU, IconHexagonLetterUFilled, IconHexagonLetterV, IconHexagonLetterVFilled, IconHexagonLetterW, IconHexagonLetterWFilled, IconHexagonLetterX, IconHexagonLetterXFilled, IconHexagonLetterY, IconHexagonLetterYFilled, IconHexagonLetterZ, IconHexagonLetterZFilled, IconHexagonMinus, IconHexagonMinus2, IconHexagonMinusFilled, IconHexagonNumber0, IconHexagonNumber0Filled, IconHexagonNumber1, IconHexagonNumber1Filled, IconHexagonNumber2, IconHexagonNumber2Filled, IconHexagonNumber3, IconHexagonNumber3Filled, IconHexagonNumber4, IconHexagonNumber4Filled, IconHexagonNumber5, IconHexagonNumber5Filled, IconHexagonNumber6, IconHexagonNumber6Filled, IconHexagonNumber7, IconHexagonNumber7Filled, IconHexagonNumber8, IconHexagonNumber8Filled, IconHexagonNumber9, IconHexagonNumber9Filled, IconHexagonOff, IconHexagonPlus, IconHexagonPlus2, IconHexagonPlusFilled, IconHexagonalPrism, IconHexagonalPrismOff, IconHexagonalPrismPlus, IconHexagonalPyramid, IconHexagonalPyramidOff, IconHexagonalPyramidPlus, IconHexagons, IconHexagonsOff, IconHierarchy, IconHierarchy2, IconHierarchy3, IconHierarchyOff, IconHighlight, IconHighlightOff, IconHistory, IconHistoryOff, IconHistoryToggle, IconHome, IconHome2, IconHome2Filled, IconHomeBitcoin, IconHomeBolt, IconHomeCancel, IconHomeCheck, IconHomeCog, IconHomeDollar, IconHomeDot, IconHomeDown, IconHomeEco, IconHomeEdit, IconHomeExclamation, IconHomeFilled, IconHomeHand, IconHomeHeart, IconHomeInfinity, IconHomeLink, IconHomeLock, IconHomeMinus, IconHomeMove, IconHomeOff, IconHomePlus, IconHomeQuestion, IconHomeRibbon, IconHomeSearch, IconHomeShare, IconHomeShield, IconHomeSignal, IconHomeSpark, IconHomeStar, IconHomeStats, IconHomeUp, IconHomeX, IconHorse, IconHorseToy, IconHorseshoe, IconHospital, IconHospitalCircle, IconHospitalCircleFilled, IconHotelService, IconHourglass, IconHourglassEmpty, IconHourglassFilled, IconHourglassHigh, IconHourglassLow, IconHourglassOff, IconHours12, IconHours24, IconHtml, IconHttpConnect, IconHttpConnectOff, IconHttpDelete, IconHttpDeleteOff, IconHttpGet, IconHttpGetOff, IconHttpHead, IconHttpHeadOff, IconHttpOptions, IconHttpOptionsOff, IconHttpPatch, IconHttpPatchOff, IconHttpPost, IconHttpPostOff, IconHttpPut, IconHttpPutOff, IconHttpQue, IconHttpQueOff, IconHttpTrace, IconHttpTraceOff, IconIceCream, IconIceCream2, IconIceCreamOff, IconIceSkating, IconIceberg, IconIcons, IconIconsFilled, IconIconsOff, IconId, IconIdBadge, IconIdBadge2, IconIdBadgeOff, IconIdFilled, IconIdOff, IconIkosaedr, IconImageGeneration, IconImageInPicture, IconInbox, IconInboxOff, IconIndentDecrease, IconIndentIncrease, IconInfinity, IconInfinity2, IconInfinityOff, IconInfoCircle, IconInfoCircleFilled, IconInfoHexagon, IconInfoHexagonFilled, IconInfoOctagon, IconInfoOctagonFilled, IconInfoSmall, IconInfoSquare, IconInfoSquareFilled, IconInfoSquareRounded, IconInfoSquareRoundedFilled, IconInfoTriangle, IconInfoTriangleFilled, IconInnerShadowBottom, IconInnerShadowBottomFilled, IconInnerShadowBottomLeft, IconInnerShadowBottomLeftFilled, IconInnerShadowBottomRight, IconInnerShadowBottomRightFilled, IconInnerShadowLeft, IconInnerShadowLeftFilled, IconInnerShadowRight, IconInnerShadowRightFilled, IconInnerShadowTop, IconInnerShadowTopFilled, IconInnerShadowTopLeft, IconInnerShadowTopLeftFilled, IconInnerShadowTopRight, IconInnerShadowTopRightFilled, IconInputAi, IconInputCheck, IconInputSearch, IconInputSpark, IconInputX, IconInvoice, IconIroning, IconIroning1, IconIroning1Filled, IconIroning2, IconIroning2Filled, IconIroning3, IconIroning3Filled, IconIroningFilled, IconIroningOff, IconIroningSteam, IconIroningSteamFilled, IconIroningSteamOff, IconIrregularPolyhedron, IconIrregularPolyhedronOff, IconIrregularPolyhedronPlus, IconItalic, IconJacket, IconJetpack, IconJetpackFilled, IconJetski, IconJewishStar, IconJewishStarFilled, IconJoinBevel, IconJoinRound, IconJoinStraight, IconJoker, IconJpg, IconJson, IconJumpRope, IconKarate, IconKayak, IconKerning as IconKering, IconKerning, IconKey, IconKeyFilled, IconKeyOff, IconKeyboard, IconKeyboardFilled, IconKeyboardHide, IconKeyboardOff, IconKeyboardShow, IconKeyframe, IconKeyframeAlignCenter, IconKeyframeAlignCenterFilled, IconKeyframeAlignHorizontal, IconKeyframeAlignHorizontalFilled, IconKeyframeAlignVertical, IconKeyframeAlignVerticalFilled, IconKeyframeFilled, IconKeyframes, IconKeyframesFilled, IconLabel, IconLabelFilled, IconLabelImportant, IconLabelImportantFilled, IconLabelOff, IconLadder, IconLadderOff, IconLadle, IconLambda, IconLamp, IconLamp2, IconLampOff, IconLane, IconLanguage, IconLanguageHiragana, IconLanguageKatakana, IconLanguageOff, IconLasso, IconLassoOff, IconLassoPolygon, IconLassoPolygonFilled, IconLaurelWreath, IconLaurelWreath1, IconLaurelWreath1Filled, IconLaurelWreath2, IconLaurelWreath2Filled, IconLaurelWreath3, IconLaurelWreath3Filled, IconLaurelWreathFilled, IconLawnMower, IconLayersDifference, IconLayersIntersect, IconLayersIntersect2, IconLayersLinked, IconLayersOff, IconLayersSelected, IconLayersSelectedBottom, IconLayersSubtract, IconLayersUnion, IconLayout, IconLayout2, IconLayout2Filled, IconLayoutAlignBottom, IconLayoutAlignBottomFilled, IconLayoutAlignCenter, IconLayoutAlignCenterFilled, IconLayoutAlignLeft, IconLayoutAlignLeftFilled, IconLayoutAlignMiddle, IconLayoutAlignMiddleFilled, IconLayoutAlignRight, IconLayoutAlignRightFilled, IconLayoutAlignTop, IconLayoutAlignTopFilled, IconLayoutBoard, IconLayoutBoardFilled, IconLayoutBoardSplit, IconLayoutBoardSplitFilled, IconLayoutBottombar, IconLayoutBottombarCollapse, IconLayoutBottombarCollapseFilled, IconLayoutBottombarExpand, IconLayoutBottombarExpandFilled, IconLayoutBottombarFilled, IconLayoutBottombarInactive, IconLayoutCards, IconLayoutCardsFilled, IconLayoutCollage, IconLayoutColumns, IconLayoutDashboard, IconLayoutDashboardFilled, IconLayoutDistributeHorizontal, IconLayoutDistributeHorizontalFilled, IconLayoutDistributeVertical, IconLayoutDistributeVerticalFilled, IconLayoutFilled, IconLayoutGrid, IconLayoutGridAdd, IconLayoutGridFilled, IconLayoutGridRemove, IconLayoutKanban, IconLayoutKanbanFilled, IconLayoutList, IconLayoutListFilled, IconLayoutNavbar, IconLayoutNavbarCollapse, IconLayoutNavbarCollapseFilled, IconLayoutNavbarExpand, IconLayoutNavbarExpandFilled, IconLayoutNavbarFilled, IconLayoutNavbarInactive, IconLayoutOff, IconLayoutRows, IconLayoutSidebar, IconLayoutSidebarFilled, IconLayoutSidebarInactive, IconLayoutSidebarLeftCollapse, IconLayoutSidebarLeftCollapseFilled, IconLayoutSidebarLeftExpand, IconLayoutSidebarLeftExpandFilled, IconLayoutSidebarRight, IconLayoutSidebarRightCollapse, IconLayoutSidebarRightCollapseFilled, IconLayoutSidebarRightExpand, IconLayoutSidebarRightExpandFilled, IconLayoutSidebarRightFilled, IconLayoutSidebarRightInactive, IconLeaf, IconLeaf2, IconLeafFilled, IconLeafOff, IconLego, IconLegoFilled, IconLegoOff, IconLemon, IconLemon2, IconLemon2Filled, IconLetterA, IconLetterASmall, IconLetterB, IconLetterBSmall, IconLetterC, IconLetterCSmall, IconLetterCase, IconLetterCaseLower, IconLetterCaseToggle, IconLetterCaseUpper, IconLetterD, IconLetterDSmall, IconLetterE, IconLetterESmall, IconLetterF, IconLetterFSmall, IconLetterG, IconLetterGSmall, IconLetterH, IconLetterHSmall, IconLetterI, IconLetterISmall, IconLetterJ, IconLetterJSmall, IconLetterK, IconLetterKSmall, IconLetterL, IconLetterLSmall, IconLetterM, IconLetterMSmall, IconLetterN, IconLetterNSmall, IconLetterO, IconLetterOSmall, IconLetterP, IconLetterPSmall, IconLetterQ, IconLetterQSmall, IconLetterR, IconLetterRSmall, IconLetterS, IconLetterSSmall, IconLetterSpacing, IconLetterT, IconLetterTSmall, IconLetterU, IconLetterUSmall, IconLetterV, IconLetterVSmall, IconLetterW, IconLetterWSmall, IconLetterX, IconLetterXSmall, IconLetterY, IconLetterYSmall, IconLetterZ, IconLetterZSmall, IconLibrary, IconLibraryFilled, IconLibraryMinus, IconLibraryPhoto, IconLibraryPlus, IconLibraryPlusFilled, IconLicense, IconLicenseOff, IconLifebuoy, IconLifebuoyFilled, IconLifebuoyOff, IconLighter, IconLine, IconLineDashed, IconLineDotted, IconLineHeight, IconLineScan, IconLink, IconLinkFilled, IconLinkMinus, IconLinkOff, IconLinkPlus, IconList, IconListCheck, IconListCheckFilled, IconListDetails, IconListDetailsFilled, IconListFilled, IconListLetters, IconListNumbers, IconListSearch, IconListTree, IconLivePhoto, IconLivePhotoFilled, IconLivePhotoOff, IconLiveView, IconLiveViewFilled, IconLoadBalancer, IconLoader, IconLoader2, IconLoader3, IconLoader4, IconLoaderQuarter, IconLocation, IconLocationBolt, IconLocationBroken, IconLocationCancel, IconLocationCheck, IconLocationCode, IconLocationCog, IconLocationDiscount, IconLocationDollar, IconLocationDown, IconLocationExclamation, IconLocationFilled, IconLocationHeart, IconLocationMinus, IconLocationOff, IconLocationPause, IconLocationPin, IconLocationPlus, IconLocationQuestion, IconLocationSearch, IconLocationShare, IconLocationStar, IconLocationUp, IconLocationX, IconLock, IconLockAccess, IconLockAccessOff, IconLockBitcoin, IconLockBolt, IconLockCancel, IconLockCheck, IconLockCode, IconLockCog, IconLockDollar, IconLockDown, IconLockExclamation, IconLockFilled, IconLockHeart, IconLockMinus, IconLockOff, IconLockOpen, IconLockOpen2, IconLockOpenOff, IconLockPassword, IconLockPause, IconLockPin, IconLockPlus, IconLockQuestion, IconLockSearch, IconLockShare, IconLockSquare, IconLockSquareRounded, IconLockSquareRoundedFilled, IconLockStar, IconLockUp, IconLockX, IconLogicAnd, IconLogicBuffer, IconLogicNand, IconLogicNor, IconLogicNot, IconLogicOr, IconLogicXnor, IconLogicXor, IconLogin, IconLogin2, IconLogout, IconLogout2, IconLogs, IconLollipop, IconLollipopOff, IconLuggage, IconLuggageOff, IconLungs, IconLungsFilled, IconLungsOff, IconMacro, IconMacroFilled, IconMacroOff, IconMagnet, IconMagnetFilled, IconMagnetOff, IconMagnetic, IconMail, IconMailAi, IconMailBitcoin, IconMailBolt, IconMailCancel, IconMailCheck, IconMailCode, IconMailCog, IconMailDollar, IconMailDown, IconMailExclamation, IconMailFast, IconMailFilled, IconMailForward, IconMailHeart, IconMailMinus, IconMailOff, IconMailOpened, IconMailOpenedFilled, IconMailPause, IconMailPin, IconMailPlus, IconMailQuestion, IconMailSearch, IconMailShare, IconMailSpark, IconMailStar, IconMailUp, IconMailX, IconMailbox, IconMailboxOff, IconMan, IconManFilled, IconManualGearbox, IconManualGearboxFilled, IconMap, IconMap2, IconMapBolt, IconMapCancel, IconMapCheck, IconMapCode, IconMapCog, IconMapDiscount, IconMapDollar, IconMapDown, IconMapEast, IconMapExclamation, IconMapHeart, IconMapLock, IconMapMinus, IconMapNorth, IconMapOff, IconMapPause, IconMapPin, IconMapPin2, IconMapPinBolt, IconMapPinCancel, IconMapPinCheck, IconMapPinCode, IconMapPinCog, IconMapPinDollar, IconMapPinDown, IconMapPinExclamation, IconMapPinFilled, IconMapPinHeart, IconMapPinMinus, IconMapPinOff, IconMapPinPause, IconMapPinPin, IconMapPinPlus, IconMapPinQuestion, IconMapPinSearch, IconMapPinShare, IconMapPinStar, IconMapPinUp, IconMapPinX, IconMapPins, IconMapPlus, IconMapQuestion, IconMapRoute, IconMapSearch, IconMapShare, IconMapShield, IconMapSouth, IconMapStar, IconMapUp, IconMapWest, IconMapX, IconMarkdown, IconMarkdownOff, IconMarquee, IconMarquee2, IconMarqueeOff, IconMars, IconMask, IconMaskOff, IconMasksTheater, IconMasksTheaterOff, IconMassage, IconMatchstick, IconMath, IconMath1Divide2, IconMath1Divide3, IconMathAvg, IconMathCos, IconMathCtg, IconMathEqualGreater, IconMathEqualLower, IconMathFunction, IconMathFunctionOff, IconMathFunctionY, IconMathGreater, IconMathIntegral, IconMathIntegralX, IconMathIntegrals, IconMathLower, IconMathMax, IconMathMaxMin, IconMathMin, IconMathNot, IconMathOff, IconMathPi, IconMathPiDivide2, IconMathSec, IconMathSin, IconMathSymbols, IconMathTg, IconMathXDivide2, IconMathXDivideY, IconMathXDivideY2, IconMathXFloorDivideY, IconMathXMinusX, IconMathXMinusY, IconMathXPlusX, IconMathXPlusY, IconMathXy, IconMathYMinusY, IconMathYPlusY, IconMatrix, IconMaximize, IconMaximizeOff, IconMeat, IconMeatOff, IconMedal, IconMedal2, IconMedicalCross, IconMedicalCrossCircle, IconMedicalCrossFilled, IconMedicalCrossOff, IconMedicineSyrup, IconMeeple, IconMeepleFilled, IconMelon, IconMelonFilled, IconMenorah, IconMenu, IconMenu2, IconMenu2Filled, IconMenu3, IconMenu4, IconMenuDeep, IconMenuOrder, IconMesh, IconMessage, IconMessage2, IconMessage2Bolt, IconMessage2Cancel, IconMessage2Check, IconMessage2Code, IconMessage2Cog, IconMessage2Dollar, IconMessage2Down, IconMessage2Exclamation, IconMessage2Filled, IconMessage2Heart, IconMessage2Minus, IconMessage2Off, IconMessage2Pause, IconMessage2Pin, IconMessage2Plus, IconMessage2Question, IconMessage2Search, IconMessage2Share, IconMessage2Star, IconMessage2Up, IconMessage2X, IconMessageBolt, IconMessageCancel, IconMessageChatbot, IconMessageChatbotFilled, IconMessageCheck, IconMessageCircle, IconMessageCircle as IconMessageCircle2, IconMessageCircleFilled as IconMessageCircle2Filled, IconMessageCircleBolt, IconMessageCircleCancel, IconMessageCircleCheck, IconMessageCircleCode, IconMessageCircleCog, IconMessageCircleDollar, IconMessageCircleDown, IconMessageCircleExclamation, IconMessageCircleFilled, IconMessageCircleHeart, IconMessageCircleMinus, IconMessageCircleOff, IconMessageCirclePause, IconMessageCirclePin, IconMessageCirclePlus, IconMessageCircleQuestion, IconMessageCircleSearch, IconMessageCircleShare, IconMessageCircleStar, IconMessageCircleUp, IconMessageCircleUser, IconMessageCircleX, IconMessageCode, IconMessageCog, IconMessageDollar, IconMessageDots, IconMessageDown, IconMessageExclamation, IconMessageFilled, IconMessageForward, IconMessageHeart, IconMessageLanguage, IconMessageMinus, IconMessageOff, IconMessagePause, IconMessagePin, IconMessagePlus, IconMessageQuestion, IconMessageReply, IconMessageReport, IconMessageReportFilled, IconMessageSearch, IconMessageShare, IconMessageStar, IconMessageUp, IconMessageUser, IconMessageX, IconMessages, IconMessagesFilled, IconMessagesOff, IconMeteor, IconMeteorFilled, IconMeteorOff, IconMeterCube, IconMeterSquare, IconMetronome, IconMichelinBibGourmand, IconMichelinStar, IconMichelinStarFilled, IconMichelinStarGreen, IconMickey, IconMickeyFilled, IconMicrofrontends, IconMicrophone, IconMicrophone2, IconMicrophone2Off, IconMicrophoneFilled, IconMicrophoneOff, IconMicroscope, IconMicroscopeFilled, IconMicroscopeOff, IconMicrowave, IconMicrowaveFilled, IconMicrowaveOff, IconMiddleware, IconMilitaryAward, IconMilitaryRank, IconMilitaryRankFilled, IconMilk, IconMilkFilled, IconMilkOff, IconMilkshake, IconMinimize, IconMinus, IconMinusVertical, IconMist, IconMistOff, IconMobiledata, IconMobiledataOff, IconMoneybag, IconMoneybagEdit, IconMoneybagHeart, IconMoneybagMinus, IconMoneybagMove, IconMoneybagMoveBack, IconMoneybagPlus, IconMonkeybar, IconMoodAngry, IconMoodAngryFilled, IconMoodAnnoyed, IconMoodAnnoyed2, IconMoodBitcoin, IconMoodBoy, IconMoodCheck, IconMoodCog, IconMoodConfuzed, IconMoodConfuzedFilled, IconMoodCrazyHappy, IconMoodCrazyHappyFilled, IconMoodCry, IconMoodDollar, IconMoodEdit, IconMoodEmpty, IconMoodEmptyFilled, IconMoodHappy, IconMoodHappyFilled, IconMoodHeart, IconMoodKid, IconMoodKidFilled, IconMoodLookDown, IconMoodLookLeft, IconMoodLookRight, IconMoodLookUp, IconMoodMinus, IconMoodNerd, IconMoodNervous, IconMoodNeutral, IconMoodNeutralFilled, IconMoodOff, IconMoodPin, IconMoodPlus, IconMoodPuzzled, IconMoodSad, IconMoodSad2, IconMoodSadDizzy, IconMoodSadFilled, IconMoodSadSquint, IconMoodSearch, IconMoodShare, IconMoodSick, IconMoodSilence, IconMoodSing, IconMoodSmile, IconMoodSmileBeam, IconMoodSmileDizzy, IconMoodSmileFilled, IconMoodSpark, IconMoodSurprised as IconMoodSuprised, IconMoodSurprised, IconMoodTongue, IconMoodTongueWink, IconMoodTongueWink2, IconMoodUnamused, IconMoodUp, IconMoodWink, IconMoodWink2, IconMoodWrrr, IconMoodWrrrFilled, IconMoodX, IconMoodXd, IconMoon, IconMoon2, IconMoonFilled, IconMoonOff, IconMoonStars, IconMoped, IconMosque, IconMotorbike, IconMotorbikeFilled, IconMountain, IconMountainFilled, IconMountainOff, IconMouse, IconMouse2, IconMouseFilled, IconMouseOff, IconMoustache, IconMovie, IconMovieOff, IconMug, IconMugFilled, IconMugOff, IconMultiplier05x, IconMultiplier15x, IconMultiplier1x, IconMultiplier2x, IconMushroom, IconMushroomFilled, IconMushroomOff, IconMusic, IconMusicBolt, IconMusicCancel, IconMusicCheck, IconMusicCode, IconMusicCog, IconMusicDiscount, IconMusicDollar, IconMusicDown, IconMusicExclamation, IconMusicHeart, IconMusicMinus, IconMusicOff, IconMusicPause, IconMusicPin, IconMusicPlus, IconMusicQuestion, IconMusicSearch, IconMusicShare, IconMusicStar, IconMusicUp, IconMusicX, IconNavigation, IconNavigationBolt, IconNavigationCancel, IconNavigationCheck, IconNavigationCode, IconNavigationCog, IconNavigationDiscount, IconNavigationDollar, IconNavigationDown, IconNavigationEast, IconNavigationExclamation, IconNavigationFilled, IconNavigationHeart, IconNavigationMinus, IconNavigationNorth, IconNavigationOff, IconNavigationPause, IconNavigationPin, IconNavigationPlus, IconNavigationQuestion, IconNavigationSearch, IconNavigationShare, IconNavigationSouth, IconNavigationStar, IconNavigationTop, IconNavigationUp, IconNavigationWest, IconNavigationX, IconNeedle, IconNeedleThread, IconNetwork, IconNetworkOff, IconNewSection, IconNews, IconNewsOff, IconNfc, IconNfcOff, IconNoCopyright, IconNoCreativeCommons, IconNoDerivatives, IconNorthStar, IconNote, IconNoteOff, IconNotebook, IconNotebookOff, IconNotes, IconNotesOff, IconNotification, IconNotificationOff, IconNumber, IconNumber0, IconNumber0Small, IconNumber1, IconNumber10, IconNumber100Small, IconNumber10Small, IconNumber11, IconNumber11Small, IconNumber123, IconNumber12Small, IconNumber13Small, IconNumber14Small, IconNumber15Small, IconNumber16Small, IconNumber17Small, IconNumber18Small, IconNumber19Small, IconNumber1Small, IconNumber2, IconNumber20Small, IconNumber21Small, IconNumber22Small, IconNumber23Small, IconNumber24Small, IconNumber25Small, IconNumber26Small, IconNumber27Small, IconNumber28Small, IconNumber29Small, IconNumber2Small, IconNumber3, IconNumber30Small, IconNumber31Small, IconNumber32Small, IconNumber33Small, IconNumber34Small, IconNumber35Small, IconNumber36Small, IconNumber37Small, IconNumber38Small, IconNumber39Small, IconNumber3Small, IconNumber4, IconNumber40Small, IconNumber41Small, IconNumber42Small, IconNumber43Small, IconNumber44Small, IconNumber45Small, IconNumber46Small, IconNumber47Small, IconNumber48Small, IconNumber49Small, IconNumber4Small, IconNumber5, IconNumber50Small, IconNumber51Small, IconNumber52Small, IconNumber53Small, IconNumber54Small, IconNumber55Small, IconNumber56Small, IconNumber57Small, IconNumber58Small, IconNumber59Small, IconNumber5Small, IconNumber6, IconNumber60Small, IconNumber61Small, IconNumber62Small, IconNumber63Small, IconNumber64Small, IconNumber65Small, IconNumber66Small, IconNumber67Small, IconNumber68Small, IconNumber69Small, IconNumber6Small, IconNumber7, IconNumber70Small, IconNumber71Small, IconNumber72Small, IconNumber73Small, IconNumber74Small, IconNumber75Small, IconNumber76Small, IconNumber77Small, IconNumber78Small, IconNumber79Small, IconNumber7Small, IconNumber8, IconNumber80Small, IconNumber81Small, IconNumber82Small, IconNumber83Small, IconNumber84Small, IconNumber85Small, IconNumber86Small, IconNumber87Small, IconNumber88Small, IconNumber89Small, IconNumber8Small, IconNumber9, IconNumber90Small, IconNumber91Small, IconNumber92Small, IconNumber93Small, IconNumber94Small, IconNumber95Small, IconNumber96Small, IconNumber97Small, IconNumber98Small, IconNumber99Small, IconNumber9Small, IconNumbers, IconNurse, IconNurseFilled, IconNut, IconObjectScan, IconOctagon, IconOctagonFilled, IconOctagonMinus, IconOctagonMinus2, IconOctagonMinusFilled, IconOctagonOff, IconOctagonPlus, IconOctagonPlus2, IconOctagonPlusFilled, IconOctahedron, IconOctahedronOff, IconOctahedronPlus, IconOld, IconOlympicTorch, IconOlympics, IconOlympicsOff, IconOm, IconOmega, IconOption, IconOutbound, IconOutlet, IconOval, IconOvalFilled, IconOvalVertical, IconOvalVerticalFilled, IconOverline, IconPackage, IconPackageExport, IconPackageImport, IconPackageOff, IconPackages, IconPacman, IconPacmanFilled, IconPageBreak, IconPaint, IconPaintFilled, IconPaintOff, IconPalette, IconPaletteFilled, IconPaletteOff, IconPanoramaHorizontal, IconPanoramaHorizontalFilled, IconPanoramaHorizontalOff, IconPanoramaVertical, IconPanoramaVerticalFilled, IconPanoramaVerticalOff, IconPaperBag, IconPaperBagOff, IconPaperclip, IconParachute, IconParachuteOff, IconParentheses, IconParenthesesOff, IconParking, IconParkingCircle, IconParkingCircleFilled, IconParkingMeter, IconParkingOff, IconPassword, IconPasswordFingerprint, IconPasswordMobilePhone, IconPasswordUser, IconPaw, IconPawFilled, IconPawOff, IconPaywall, IconPdf, IconPeace, IconPencil, IconPencilBolt, IconPencilCancel, IconPencilCheck, IconPencilCode, IconPencilCog, IconPencilDiscount, IconPencilDollar, IconPencilDown, IconPencilExclamation, IconPencilFilled, IconPencilHeart, IconPencilMinus, IconPencilOff, IconPencilPause, IconPencilPin, IconPencilPlus, IconPencilQuestion, IconPencilSearch, IconPencilShare, IconPencilStar, IconPencilUp, IconPencilX, IconPendulum, IconPennant, IconPennant2, IconPennant2Filled, IconPennantFilled, IconPennantOff, IconPentagon, IconPentagonFilled, IconPentagonMinus, IconPentagonNumber0, IconPentagonNumber1, IconPentagonNumber2, IconPentagonNumber3, IconPentagonNumber4, IconPentagonNumber5, IconPentagonNumber6, IconPentagonNumber7, IconPentagonNumber8, IconPentagonNumber9, IconPentagonOff, IconPentagonPlus, IconPentagonX, IconPentagram, IconPepper, IconPepperOff, IconPercentage, IconPercentage0, IconPercentage10, IconPercentage100, IconPercentage20, IconPercentage25, IconPercentage30, IconPercentage33, IconPercentage40, IconPercentage50, IconPercentage60, IconPercentage66, IconPercentage70, IconPercentage75, IconPercentage80, IconPercentage90, IconPerfume, IconPerspective, IconPerspectiveOff, IconPhone, IconPhoneCall, IconPhoneCallFilled, IconPhoneCalling, IconPhoneCallingFilled, IconPhoneCheck, IconPhoneCheckFilled, IconPhoneDone, IconPhoneEnd, IconPhoneFilled, IconPhoneIncoming, IconPhoneOff, IconPhoneOutgoing, IconPhonePause, IconPhonePlus, IconPhoneRinging, IconPhoneSpark, IconPhoneX, IconPhoneXFilled, IconPhoto, IconPhotoAi, IconPhotoBitcoin, IconPhotoBolt, IconPhotoCancel, IconPhotoCheck, IconPhotoCircle, IconPhotoCircleMinus, IconPhotoCirclePlus, IconPhotoCode, IconPhotoCog, IconPhotoDollar, IconPhotoDown, IconPhotoEdit, IconPhotoExclamation, IconPhotoFilled, IconPhotoHeart, IconPhotoHexagon, IconPhotoMinus, IconPhotoOff, IconPhotoPause, IconPhotoPentagon, IconPhotoPin, IconPhotoPlus, IconPhotoQuestion, IconPhotoScan, IconPhotoSearch, IconPhotoSensor, IconPhotoSensor2, IconPhotoSensor3, IconPhotoShare, IconPhotoShield, IconPhotoSpark, IconPhotoSquareRounded, IconPhotoStar, IconPhotoUp, IconPhotoVideo, IconPhotoX, IconPhysotherapist, IconPiano, IconPick, IconPicnicTable, IconPictureInPicture, IconPictureInPictureFilled, IconPictureInPictureOff, IconPictureInPictureOn, IconPictureInPictureTop, IconPictureInPictureTopFilled, IconPig, IconPigFilled, IconPigMoney, IconPigOff, IconPilcrow, IconPilcrowLeft, IconPilcrowRight, IconPill, IconPillFilled, IconPillOff, IconPillow, IconPills, IconPin, IconPinEnd, IconPinFilled, IconPinInvoke, IconPingPong, IconPinned, IconPinnedFilled, IconPinnedOff, IconPipeline, IconPizza, IconPizzaFilled, IconPizzaOff, IconPlaceholder, IconPlane, IconPlaneArrival, IconPlaneArrivalFilled, IconPlaneDeparture, IconPlaneDepartureFilled, IconPlaneFilled, IconPlaneInflight, IconPlaneOff, IconPlaneTilt, IconPlaneTiltFilled, IconPlanet, IconPlanetOff, IconPlant, IconPlant2, IconPlant2Off, IconPlantOff, IconPlayBasketball, IconPlayCard, IconPlayCard1, IconPlayCard10, IconPlayCard10Filled, IconPlayCard1Filled, IconPlayCard2, IconPlayCard2Filled, IconPlayCard3, IconPlayCard3Filled, IconPlayCard4, IconPlayCard4Filled, IconPlayCard5, IconPlayCard5Filled, IconPlayCard6, IconPlayCard6Filled, IconPlayCard7, IconPlayCard7Filled, IconPlayCard8, IconPlayCard8Filled, IconPlayCard9, IconPlayCard9Filled, IconPlayCardA, IconPlayCardAFilled, IconPlayCardFilled, IconPlayCardJ, IconPlayCardJFilled, IconPlayCardK, IconPlayCardKFilled, IconPlayCardOff, IconPlayCardQ, IconPlayCardQFilled, IconPlayCardStar, IconPlayCardStarFilled, IconPlayFootball, IconPlayHandball, IconPlayVolleyball, IconPlayerEject, IconPlayerEjectFilled, IconPlayerPause, IconPlayerPauseFilled, IconPlayerPlay, IconPlayerPlayFilled, IconPlayerRecord, IconPlayerRecordFilled, IconPlayerSkipBack, IconPlayerSkipBackFilled, IconPlayerSkipForward, IconPlayerSkipForwardFilled, IconPlayerStop, IconPlayerStopFilled, IconPlayerTrackNext, IconPlayerTrackNextFilled, IconPlayerTrackPrev, IconPlayerTrackPrevFilled, IconPlaylist, IconPlaylistAdd, IconPlaylistFilled, IconPlaylistOff, IconPlaylistX, IconPlaystationCircle, IconPlaystationSquare, IconPlaystationTriangle, IconPlaystationX, IconPlug, IconPlugConnected, IconPlugConnectedX, IconPlugOff, IconPlugX, IconPlunger, IconPlus, IconPlusEqual, IconPlusFilled, IconPlusMinus, IconPng, IconPodium, IconPodiumOff, IconPoint, IconPointFilled, IconPointOff, IconPointer, IconPointerBolt, IconPointerCancel, IconPointerCheck, IconPointerCode, IconPointerCog, IconPointerDollar, IconPointerDown, IconPointerExclamation, IconPointerFilled, IconPointerHeart, IconPointerMinus, IconPointerOff, IconPointerPause, IconPointerPin, IconPointerPlus, IconPointerQuestion, IconPointerSearch, IconPointerShare, IconPointerStar, IconPointerUp, IconPointerX, IconPokeball, IconPokeballOff, IconPokerChip, IconPolaroid, IconPolaroidFilled, IconPolygon, IconPolygonOff, IconPoo, IconPooFilled, IconPool, IconPoolOff, IconPower, IconPray, IconPremiumRights, IconPrescription, IconPresentation, IconPresentationAnalytics, IconPresentationAnalyticsFilled, IconPresentationFilled, IconPresentationOff, IconPrinter, IconPrinterOff, IconPrism, IconPrismLight, IconPrismOff, IconPrismPlus, IconPrison, IconProgress, IconProgressAlert, IconProgressBolt, IconProgressCheck, IconProgressDown, IconProgressHelp, IconProgressX, IconPrompt, IconProng, IconPropeller, IconPropellerOff, IconProtocol, IconPumpkinScary, IconPuzzle, IconPuzzle2, IconPuzzleFilled, IconPuzzleOff, IconPyramid, IconPyramidOff, IconPyramidPlus, IconQrcode, IconQrcodeOff, IconQuestionMark, IconQueuePopIn, IconQueuePopOut, IconQuote, IconQuoteFilled, IconQuoteOff, IconQuoteOpen, IconQuotes, IconRadar, IconRadar2, IconRadarFilled, IconRadarOff, IconRadio, IconRadioOff, IconRadioactive, IconRadioactiveFilled, IconRadioactiveOff, IconRadiusBottomLeft, IconRadiusBottomRight, IconRadiusTopLeft, IconRadiusTopRight, IconRainbow, IconRainbowOff, IconRating12Plus, IconRating14Plus, IconRating16Plus, IconRating18Plus, IconRating21Plus, IconRazor, IconRazorElectric, IconReceipt, IconReceipt2, IconReceiptBitcoin, IconReceiptDollar, IconReceiptDollarFilled, IconReceiptEuro, IconReceiptEuroFilled, IconReceiptFilled, IconReceiptOff, IconReceiptPound, IconReceiptPoundFilled, IconReceiptRefund, IconReceiptRupee, IconReceiptRupeeFilled, IconReceiptTax, IconReceiptYen, IconReceiptYenFilled, IconReceiptYuan, IconReceiptYuanFilled, IconRecharging, IconRecordMail, IconRecordMailOff, IconRectangle, IconRectangleFilled, IconRectangleRoundedBottom, IconRectangleRoundedTop, IconRectangleVertical, IconRectangleVerticalFilled, IconRectangularPrism, IconRectangularPrismOff, IconRectangularPrismPlus, IconRecycle, IconRecycleOff, IconRefresh, IconRefreshAlert, IconRefreshDot, IconRefreshOff, IconRegex, IconRegexOff, IconRegistered, IconRegisteredFilled, IconRelationManyToMany, IconRelationManyToManyFilled, IconRelationOneToMany, IconRelationOneToManyFilled, IconRelationOneToOne, IconRelationOneToOneFilled, IconReload, IconReorder, IconRepeat, IconRepeatOff, IconRepeatOnce, IconReplace, IconReplaceFilled, IconReplaceOff, IconReplaceUser, IconReport, IconReportAnalytics, IconReportAnalyticsFilled, IconReportMedical, IconReportMoney, IconReportMoneyFilled, IconReportOff, IconReportSearch, IconReservedLine, IconResize, IconRestore, IconRewindBackward10, IconRewindBackward15, IconRewindBackward20, IconRewindBackward30, IconRewindBackward40, IconRewindBackward5, IconRewindBackward50, IconRewindBackward60, IconRewindForward10, IconRewindForward15, IconRewindForward20, IconRewindForward30, IconRewindForward40, IconRewindForward5, IconRewindForward50, IconRewindForward60, IconRibbonHealth, IconRings, IconRipple, IconRippleDown, IconRippleOff, IconRippleUp, IconRoad, IconRoadOff, IconRoadSign, IconRobot, IconRobotFace, IconRobotOff, IconRocket, IconRocketOff, IconRollerSkating, IconRollercoaster, IconRollercoasterFilled, IconRollercoasterOff, IconRosette, IconRosetteAsterisk, IconRosetteDiscount, IconRosetteDiscountCheck, IconRosetteDiscountCheckFilled, IconRosetteDiscountCheckOff, IconRosetteDiscountFilled, IconRosetteDiscountOff, IconRosetteFilled, IconRosetteNumber0, IconRosetteNumber1, IconRosetteNumber2, IconRosetteNumber3, IconRosetteNumber4, IconRosetteNumber5, IconRosetteNumber6, IconRosetteNumber7, IconRosetteNumber8, IconRosetteNumber9, IconRotate, IconRotate2, IconRotate360, IconRotate3d, IconRotateClockwise, IconRotateClockwise2, IconRotateDot, IconRotateRectangle, IconRoute, IconRoute2, IconRouteAltLeft, IconRouteAltRight, IconRouteOff, IconRouteScan, IconRouteSquare, IconRouteSquare2, IconRouteX, IconRouteX2, IconRouter, IconRouterOff, IconRowInsertBottom, IconRowInsertTop, IconRowRemove, IconRss, IconRubberStamp, IconRubberStampOff, IconRuler, IconRuler2, IconRuler2Off, IconRuler3, IconRulerMeasure, IconRulerMeasure2, IconRulerOff, IconRun, IconRvTruck, IconSTurnDown, IconSTurnLeft, IconSTurnRight, IconSTurnUp, IconSailboat, IconSailboat2, IconSailboatOff, IconSalad, IconSaladFilled, IconSalt, IconSandbox, IconSatellite, IconSatelliteFilled, IconSatelliteOff, IconSausage, IconScale, IconScaleFilled, IconScaleOff, IconScaleOutline, IconScaleOutlineOff, IconScan, IconScanEye, IconScanLetterA, IconScanLetterT, IconScanPosition, IconScanTraces, IconSchema, IconSchemaOff, IconSchool, IconSchoolBell, IconSchoolFilled, IconSchoolOff, IconScissors, IconScissorsOff, IconScooter, IconScooterElectric, IconScoreboard, IconScreenShare, IconScreenShareOff, IconScreenshot, IconScribble, IconScribbleOff, IconScript, IconScriptMinus, IconScriptPlus, IconScriptX, IconScubaDiving, IconScubaDivingTank, IconScubaDivingTankFilled, IconScubaMask, IconScubaMaskOff, IconSdk, IconSearch, IconSearchFilled, IconSearchOff, IconSection, IconSectionFilled, IconSectionSign, IconSeedling as IconSeeding, IconSeedlingFilled as IconSeedingFilled, IconSeedlingOff as IconSeedingOff, IconSeedling, IconSeedlingFilled, IconSeedlingOff, IconSegway, IconSelect, IconSelectAll, IconSelector, IconSend, IconSend2, IconSendFilled, IconSendOff, IconSeo, IconSeparator, IconSeparatorHorizontal, IconSeparatorVertical, IconServer, IconServer2, IconServerBolt, IconServerCog, IconServerOff, IconServerSpark, IconServerless, IconServicemark, IconSettings, IconSettings2, IconSettingsAi, IconSettingsAutomation, IconSettingsBolt, IconSettingsCancel, IconSettingsCheck, IconSettingsCode, IconSettingsCog, IconSettingsDollar, IconSettingsDown, IconSettingsExclamation, IconSettingsFilled, IconSettingsHeart, IconSettingsMinus, IconSettingsOff, IconSettingsPause, IconSettingsPin, IconSettingsPlus, IconSettingsQuestion, IconSettingsSearch, IconSettingsShare, IconSettingsSpark, IconSettingsStar, IconSettingsUp, IconSettingsX, IconShadow, IconShadowOff, IconShape, IconShape2, IconShape3, IconShapeOff, IconShare, IconShare2, IconShare3, IconShareOff, IconShareplay, IconSkiJumping as IconShiJumping, IconShield, IconShieldBolt, IconShieldCancel, IconShieldCheck, IconShieldCheckFilled, IconShieldCheckered, IconShieldCheckeredFilled, IconShieldChevron, IconShieldCode, IconShieldCog, IconShieldDollar, IconShieldDown, IconShieldExclamation, IconShieldFilled, IconShieldHalf, IconShieldHalfFilled, IconShieldHeart, IconShieldLock, IconShieldLockFilled, IconShieldMinus, IconShieldOff, IconShieldPause, IconShieldPin, IconShieldPlus, IconShieldQuestion, IconShieldSearch, IconShieldShare, IconShieldStar, IconShieldUp, IconShieldX, IconShip, IconShipOff, IconShirt, IconShirtFilled, IconShirtOff, IconShirtSport, IconShoe, IconShoeOff, IconShoppingBag, IconShoppingBagCheck, IconShoppingBagDiscount, IconShoppingBagEdit, IconShoppingBagExclamation, IconShoppingBagHeart, IconShoppingBagMinus, IconShoppingBagPlus, IconShoppingBagSearch, IconShoppingBagX, IconShoppingCart, IconShoppingCartBolt, IconShoppingCartCancel, IconShoppingCartCheck, IconShoppingCartCode, IconShoppingCartCog, IconShoppingCartCopy, IconShoppingCartDiscount, IconShoppingCartDollar, IconShoppingCartDown, IconShoppingCartExclamation, IconShoppingCartFilled, IconShoppingCartHeart, IconShoppingCartMinus, IconShoppingCartOff, IconShoppingCartPause, IconShoppingCartPin, IconShoppingCartPlus, IconShoppingCartQuestion, IconShoppingCartSearch, IconShoppingCartShare, IconShoppingCartStar, IconShoppingCartUp, IconShoppingCartX, IconShovel, IconShovelPitchforks, IconShredder, IconSignLeft, IconSignLeftFilled, IconSignRight, IconSignRightFilled, IconSignal2g, IconSignal3g, IconSignal4g, IconSignal4gPlus, IconSignal5g, IconSignal6g, IconSignalE, IconSignalG, IconSignalH, IconSignalHPlus, IconSignalLte, IconSignature, IconSignatureOff, IconSitemap, IconSitemapFilled, IconSitemapOff, IconSkateboard, IconSkateboardOff, IconSkateboarding, IconSkewX, IconSkewY, IconSkiJumping, IconSkull, IconSlash, IconSlashes, IconSleigh, IconSlice, IconSlideshow, IconSmartHome, IconSmartHomeOff, IconSmoking, IconSmokingNo, IconSnowboarding, IconSnowflake, IconSnowflakeOff, IconSnowman, IconSoccerField, IconSocial, IconSocialOff, IconSock, IconSofa, IconSofaOff, IconSolarElectricity, IconSolarPanel, IconSolarPanel2, IconSort09, IconSort90, IconSortAZ, IconSortAscending, IconSortAscending2, IconSortAscending2Filled, IconSortAscendingLetters, IconSortAscendingNumbers, IconSortAscendingShapes, IconSortAscendingShapesFilled, IconSortAscendingSmallBig, IconSortDescendingSmallBig as IconSortDeacendingSmallBig, IconSortDescending, IconSortDescending2, IconSortDescending2Filled, IconSortDescendingLetters, IconSortDescendingNumbers, IconSortDescendingShapes, IconSortDescendingShapesFilled, IconSortDescendingSmallBig, IconSortZA, IconSos, IconSoup, IconSoupFilled, IconSoupOff, IconSourceCode, IconSpace, IconSpaceOff, IconSpaces, IconSpacingHorizontal, IconSpacingVertical, IconSpade, IconSpadeFilled, IconSparkles, IconSparkles2, IconSparkles2Filled, IconSparklesFilled, IconSpeakerphone, IconSpeedboat, IconSpeedboatFilled, IconSphere, IconSphereOff, IconSpherePlus, IconSpider, IconSpiderFilled, IconSpiral, IconSpiralOff, IconSportBillard, IconSpray, IconSpy, IconSpyOff, IconSql, IconSquare, IconSquareNumber0 as IconSquare0, IconSquareNumber1 as IconSquare1, IconSquareNumber2 as IconSquare2, IconSquareNumber3 as IconSquare3, IconSquareNumber4 as IconSquare4, IconSquareNumber5 as IconSquare5, IconSquareNumber6 as IconSquare6, IconSquareNumber7 as IconSquare7, IconSquareNumber8 as IconSquare8, IconSquareNumber9 as IconSquare9, IconSquareArrowDown, IconSquareArrowDownFilled, IconSquareArrowLeft, IconSquareArrowLeftFilled, IconSquareArrowRight, IconSquareArrowRightFilled, IconSquareArrowUp, IconSquareArrowUpFilled, IconSquareAsterisk, IconSquareAsteriskFilled, IconSquareCheck, IconSquareCheckFilled, IconSquareChevronDown, IconSquareChevronDownFilled, IconSquareChevronLeft, IconSquareChevronLeftFilled, IconSquareChevronRight, IconSquareChevronRightFilled, IconSquareChevronUp, IconSquareChevronUpFilled, IconSquareChevronsDown, IconSquareChevronsDownFilled, IconSquareChevronsLeft, IconSquareChevronsLeftFilled, IconSquareChevronsRight, IconSquareChevronsRightFilled, IconSquareChevronsUp, IconSquareChevronsUpFilled, IconSquareDashed, IconSquareDot, IconSquareDotFilled, IconSquareF0, IconSquareF0Filled, IconSquareF1, IconSquareF1Filled, IconSquareF2, IconSquareF2Filled, IconSquareF3, IconSquareF3Filled, IconSquareF4, IconSquareF4Filled, IconSquareF5, IconSquareF5Filled, IconSquareF6, IconSquareF6Filled, IconSquareF7, IconSquareF7Filled, IconSquareF8, IconSquareF8Filled, IconSquareF9, IconSquareF9Filled, IconSquareFilled, IconSquareForbid, IconSquareForbid2, IconSquareHalf, IconSquareKey, IconSquareLetterA, IconSquareLetterAFilled, IconSquareLetterB, IconSquareLetterBFilled, IconSquareLetterC, IconSquareLetterCFilled, IconSquareLetterD, IconSquareLetterDFilled, IconSquareLetterE, IconSquareLetterEFilled, IconSquareLetterF, IconSquareLetterFFilled, IconSquareLetterG, IconSquareLetterGFilled, IconSquareLetterH, IconSquareLetterHFilled, IconSquareLetterI, IconSquareLetterIFilled, IconSquareLetterJ, IconSquareLetterJFilled, IconSquareLetterK, IconSquareLetterKFilled, IconSquareLetterL, IconSquareLetterLFilled, IconSquareLetterM, IconSquareLetterMFilled, IconSquareLetterN, IconSquareLetterNFilled, IconSquareLetterO, IconSquareLetterOFilled, IconSquareLetterP, IconSquareLetterPFilled, IconSquareLetterQ, IconSquareLetterQFilled, IconSquareLetterR, IconSquareLetterRFilled, IconSquareLetterS, IconSquareLetterSFilled, IconSquareLetterT, IconSquareLetterTFilled, IconSquareLetterU, IconSquareLetterUFilled, IconSquareLetterV, IconSquareLetterVFilled, IconSquareLetterW, IconSquareLetterWFilled, IconSquareLetterX, IconSquareLetterXFilled, IconSquareLetterY, IconSquareLetterYFilled, IconSquareLetterZ, IconSquareLetterZFilled, IconSquareMinus, IconSquareMinus2, IconSquareMinusFilled, IconSquareNumber0, IconSquareNumber0Filled, IconSquareNumber1, IconSquareNumber1Filled, IconSquareNumber2, IconSquareNumber2Filled, IconSquareNumber3, IconSquareNumber3Filled, IconSquareNumber4, IconSquareNumber4Filled, IconSquareNumber5, IconSquareNumber5Filled, IconSquareNumber6, IconSquareNumber6Filled, IconSquareNumber7, IconSquareNumber7Filled, IconSquareNumber8, IconSquareNumber8Filled, IconSquareNumber9, IconSquareNumber9Filled, IconSquareOff, IconSquarePercentage, IconSquarePlus, IconSquarePlus2, IconSquareRoot, IconSquareRoot2, IconSquareRotated, IconSquareRotatedAsterisk, IconSquareRotatedFilled, IconSquareRotatedForbid, IconSquareRotatedForbid2, IconSquareRotatedOff, IconSquareRounded, IconSquareRoundedArrowDown, IconSquareRoundedArrowDownFilled, IconSquareRoundedArrowLeft, IconSquareRoundedArrowLeftFilled, IconSquareRoundedArrowRight, IconSquareRoundedArrowRightFilled, IconSquareRoundedArrowUp, IconSquareRoundedArrowUpFilled, IconSquareRoundedCheck, IconSquareRoundedCheckFilled, IconSquareRoundedChevronDown, IconSquareRoundedChevronDownFilled, IconSquareRoundedChevronLeft, IconSquareRoundedChevronLeftFilled, IconSquareRoundedChevronRight, IconSquareRoundedChevronRightFilled, IconSquareRoundedChevronUp, IconSquareRoundedChevronUpFilled, IconSquareRoundedChevronsDown, IconSquareRoundedChevronsDownFilled, IconSquareRoundedChevronsLeft, IconSquareRoundedChevronsLeftFilled, IconSquareRoundedChevronsRight, IconSquareRoundedChevronsRightFilled, IconSquareRoundedChevronsUp, IconSquareRoundedChevronsUpFilled, IconSquareRoundedFilled, IconSquareRoundedLetterA, IconSquareRoundedLetterAFilled, IconSquareRoundedLetterB, IconSquareRoundedLetterBFilled, IconSquareRoundedLetterC, IconSquareRoundedLetterCFilled, IconSquareRoundedLetterD, IconSquareRoundedLetterDFilled, IconSquareRoundedLetterE, IconSquareRoundedLetterEFilled, IconSquareRoundedLetterF, IconSquareRoundedLetterFFilled, IconSquareRoundedLetterG, IconSquareRoundedLetterGFilled, IconSquareRoundedLetterH, IconSquareRoundedLetterHFilled, IconSquareRoundedLetterI, IconSquareRoundedLetterIFilled, IconSquareRoundedLetterJ, IconSquareRoundedLetterJFilled, IconSquareRoundedLetterK, IconSquareRoundedLetterKFilled, IconSquareRoundedLetterL, IconSquareRoundedLetterLFilled, IconSquareRoundedLetterM, IconSquareRoundedLetterMFilled, IconSquareRoundedLetterN, IconSquareRoundedLetterNFilled, IconSquareRoundedLetterO, IconSquareRoundedLetterOFilled, IconSquareRoundedLetterP, IconSquareRoundedLetterPFilled, IconSquareRoundedLetterQ, IconSquareRoundedLetterQFilled, IconSquareRoundedLetterR, IconSquareRoundedLetterRFilled, IconSquareRoundedLetterS, IconSquareRoundedLetterSFilled, IconSquareRoundedLetterT, IconSquareRoundedLetterTFilled, IconSquareRoundedLetterU, IconSquareRoundedLetterUFilled, IconSquareRoundedLetterV, IconSquareRoundedLetterVFilled, IconSquareRoundedLetterW, IconSquareRoundedLetterWFilled, IconSquareRoundedLetterX, IconSquareRoundedLetterXFilled, IconSquareRoundedLetterY, IconSquareRoundedLetterYFilled, IconSquareRoundedLetterZ, IconSquareRoundedLetterZFilled, IconSquareRoundedMinus, IconSquareRoundedMinus2, IconSquareRoundedMinusFilled, IconSquareRoundedNumber0, IconSquareRoundedNumber0Filled, IconSquareRoundedNumber1, IconSquareRoundedNumber1Filled, IconSquareRoundedNumber2, IconSquareRoundedNumber2Filled, IconSquareRoundedNumber3, IconSquareRoundedNumber3Filled, IconSquareRoundedNumber4, IconSquareRoundedNumber4Filled, IconSquareRoundedNumber5, IconSquareRoundedNumber5Filled, IconSquareRoundedNumber6, IconSquareRoundedNumber6Filled, IconSquareRoundedNumber7, IconSquareRoundedNumber7Filled, IconSquareRoundedNumber8, IconSquareRoundedNumber8Filled, IconSquareRoundedNumber9, IconSquareRoundedNumber9Filled, IconSquareRoundedPercentage, IconSquareRoundedPlus, IconSquareRoundedPlus2, IconSquareRoundedPlusFilled, IconSquareRoundedX, IconSquareRoundedXFilled, IconSquareToggle, IconSquareToggleHorizontal, IconSquareX, IconSquareXFilled, IconSquares, IconSquaresDiagonal, IconSquaresFilled, IconSquaresSelected, IconStack, IconStack2, IconStack2Filled, IconStack3, IconStack3Filled, IconStackBack, IconStackBackward, IconStackFilled, IconStackForward, IconStackFront, IconStackMiddle, IconStackPop, IconStackPush, IconStairs, IconStairsDown, IconStairsUp, IconStar, IconStarFilled, IconStarHalf, IconStarHalfFilled, IconStarOff, IconStars, IconStarsFilled, IconStarsOff, IconStatusChange, IconSteam, IconSteeringWheel, IconSteeringWheelFilled, IconSteeringWheelOff, IconStepInto, IconStepOut, IconStereoGlasses, IconStethoscope, IconStethoscopeOff, IconSticker, IconSticker2, IconStopwatch, IconStorm, IconStormOff, IconStretching, IconStretching2, IconStrikethrough, IconStrokeCurved, IconStrokeDynamic, IconStrokeStraight, IconSubmarine, IconSubscript, IconSubtask, IconSubtitles, IconSubtitlesAi, IconSubtitlesEdit, IconSubtitlesOff, IconSum, IconSumOff, IconSun, IconSunElectricity, IconSunFilled, IconSunHigh, IconSunHighFilled, IconSunLow, IconSunLowFilled, IconSunMoon, IconSunOff, IconSunWind, IconSunglasses, IconSunglassesFilled, IconSunrise, IconSunriseFilled, IconSunset, IconSunset2, IconSunset2Filled, IconSunsetFilled, IconSuperscript, IconSvg, IconSwimming, IconSwipe, IconSwipeDown, IconSwipeDownFilled, IconSwipeLeft, IconSwipeLeftFilled, IconSwipeRight, IconSwipeRightFilled, IconSwipeUp, IconSwipeUpFilled, IconSwitch, IconSwitch2, IconSwitch3, IconSwitchHorizontal, IconSwitchVertical, IconSword, IconSwordOff, IconSwords, IconTable, IconTableAlias, IconTableColumn, IconTableDashed, IconTableDown, IconTableExport, IconTableFilled, IconTableHeart, IconTableImport, IconTableMinus, IconTableOff, IconTableOptions, IconTablePlus, IconTableRow, IconTableShare, IconTableShortcut, IconTableSpark, IconTag, IconTagFilled, IconTagMinus, IconTagOff, IconTagPlus, IconTagStarred, IconTags, IconTagsFilled, IconTagsOff, IconTallymark1, IconTallymark2, IconTallymark3, IconTallymark4, IconTallymarks, IconTank, IconTarget, IconTargetArrow, IconTargetOff, IconTax, IconTaxEuro, IconTaxPound, IconTeapot, IconTelescope, IconTelescopeOff, IconTemperature, IconTemperatureCelsius, IconTemperatureFahrenheit, IconTemperatureMinus, IconTemperatureMinusFilled, IconTemperatureOff, IconTemperaturePlus, IconTemperaturePlusFilled, IconTemperatureSnow, IconTemperatureSun, IconTemplate, IconTemplateFilled, IconTemplateOff, IconTent, IconTentOff, IconTerminal, IconTerminal2, IconTestPipe, IconTestPipe2, IconTestPipe2Filled, IconTestPipeOff, IconTex, IconTextCaption, IconTextColor, IconTextDecrease, IconTextDirectionLtr, IconTextDirectionRtl, IconTextGrammar, IconTextIncrease, IconTextOrientation, IconTextPlus, IconTextRecognition, IconTextResize, IconTextScan2, IconTextSize, IconTextSpellcheck, IconTextWrap, IconTextWrapColumn, IconTextWrapDisabled, IconTexture, IconTheater, IconThermometer, IconThumbDown, IconThumbDownFilled, IconThumbDownOff, IconThumbUp, IconThumbUpFilled, IconThumbUpOff, IconTicTac, IconTicket, IconTicketFilled, IconTicketOff, IconTie, IconTilde, IconTiltShift, IconTiltShiftFilled, IconTiltShiftOff, IconTimeDuration0, IconTimeDuration10, IconTimeDuration15, IconTimeDuration30, IconTimeDuration45, IconTimeDuration5, IconTimeDuration60, IconTimeDuration90, IconTimeDurationOff, IconTimeline, IconTimelineEvent, IconTimelineEventExclamation, IconTimelineEventFilled, IconTimelineEventMinus, IconTimelineEventPlus, IconTimelineEventText, IconTimelineEventX, IconTimezone, IconTipJar, IconTipJarEuro, IconTipJarPound, IconTir, IconToggleLeft, IconToggleLeftFilled, IconToggleRight, IconToggleRightFilled, IconToiletPaper, IconToiletPaperOff, IconToml, IconTool, IconTools, IconToolsKitchen, IconToolsKitchen2, IconToolsKitchen2Filled, IconToolsKitchen2Off, IconToolsKitchen3, IconToolsKitchenOff, IconToolsOff, IconTooltip, IconTopologyBus, IconTopologyComplex, IconTopologyFull, IconTopologyFullHierarchy, IconTopologyRing, IconTopologyRing2, IconTopologyRing3, IconTopologyStar, IconTopologyStar2, IconTopologyStar3, IconTopologyStarRing, IconTopologyStarRing2, IconTopologyStarRing3, IconTorii, IconTornado, IconTournament, IconTower, IconTowerOff, IconTrack, IconTractor, IconTrademark, IconTrafficCone, IconTrafficConeOff, IconTrafficLights, IconTrafficLightsOff, IconTrain, IconTrainFilled, IconTransactionBitcoin, IconTransactionDollar, IconTransactionEuro, IconTransactionPound, IconTransactionRupee, IconTransactionYen, IconTransactionYuan, IconTransfer, IconTransferIn, IconTransferOut, IconTransferVertical, IconTransform, IconTransformFilled, IconTransformPoint, IconTransformPointBottomLeft, IconTransformPointBottomRight, IconTransformPointTopLeft, IconTransformPointTopRight, IconTransitionBottom, IconTransitionBottomFilled, IconTransitionLeft, IconTransitionLeftFilled, IconTransitionRight, IconTransitionRightFilled, IconTransitionTop, IconTransitionTopFilled, IconTrash, IconTrashFilled, IconTrashOff, IconTrashX, IconTrashXFilled, IconTreadmill, IconTree, IconTrees, IconTrekking, IconTrendingDown, IconTrendingDown2, IconTrendingDown3, IconTrendingUp, IconTrendingUp2, IconTrendingUp3, IconTrendingUpDown, IconTriangle, IconTriangleFilled, IconTriangleInverted, IconTriangleInvertedFilled, IconTriangleMinus, IconTriangleMinus2, IconTriangleOff, IconTrianglePlus, IconTrianglePlus2, IconTriangleSquareCircle, IconTriangleSquareCircleFilled, IconTriangles, IconTrident, IconTrolley, IconTrolleyFilled, IconTrophy, IconTrophyFilled, IconTrophyOff, IconTrowel, IconTruck, IconTruckDelivery, IconTruckFilled, IconTruckLoading, IconTruckOff, IconTruckReturn, IconTxt, IconTypeface, IconTypography, IconTypographyOff, IconUTurnLeft, IconUTurnRight, IconUfo, IconUfoFilled, IconUfoOff, IconUhd, IconUmbrella, IconUmbrella2, IconUmbrellaClosed, IconUmbrellaClosed2, IconUmbrellaFilled, IconUmbrellaOff, IconUnderline, IconUniverse, IconUnlink, IconUpload, IconUrgent, IconUsb, IconUser, IconUserBitcoin, IconUserBolt, IconUserCancel, IconUserCheck, IconUserCircle, IconUserCode, IconUserCog, IconUserDollar, IconUserDown, IconUserEdit, IconUserExclamation, IconUserFilled, IconUserHeart, IconUserHexagon, IconUserKey, IconUserMinus, IconUserOff, IconUserPause, IconUserPentagon, IconUserPin, IconUserPlus, IconUserQuestion, IconUserScan, IconUserScreen, IconUserSearch, IconUserShare, IconUserShield, IconUserSquare, IconUserSquareRounded, IconUserStar, IconUserUp, IconUserX, IconUsers, IconUsersGroup, IconUsersMinus, IconUsersPlus, IconUvIndex, IconUxCircle, IconVaccine, IconVaccineBottle, IconVaccineBottleOff, IconVaccineOff, IconVacuumCleaner, IconVariable, IconVariableMinus, IconVariableOff, IconVariablePlus, IconVector, IconVectorBezier, IconVectorBezier2, IconVectorBezierArc, IconVectorBezierCircle, IconVectorOff, IconVectorSpline, IconVectorTriangle, IconVectorTriangleOff, IconVenus, IconVersions, IconVersionsFilled, IconVersionsOff, IconVideo, IconVideoFilled, IconVideoMinus, IconVideoMinusFilled, IconVideoOff, IconVideoPlus, IconVideoPlusFilled, IconView360, IconView360Arrow, IconView360Number, IconView360Off, IconViewfinder, IconViewfinderOff, IconViewportNarrow, IconViewportShort, IconViewportTall, IconViewportWide, IconVinyl, IconVip, IconVip2, IconVipOff, IconVirus, IconVirusOff, IconVirusSearch, IconVocabulary, IconVocabularyOff, IconVolcano, IconVolume, IconVolume2, IconVolume3, IconVolume4, IconVolumeOff, IconVs, IconWalk, IconWall, IconWallOff, IconWallet, IconWalletOff, IconWallpaper, IconWallpaperOff, IconWand, IconWandOff, IconWash, IconWashDry, IconWashDry1, IconWashDry2, IconWashDry3, IconWashDryA, IconWashDryDip, IconWashDryF, IconWashDryFlat, IconWashDryHang, IconWashDryOff, IconWashDryP, IconWashDryShade, IconWashDryW, IconWashDryclean, IconWashDrycleanOff, IconWashEco, IconWashGentle, IconWashHand, IconWashMachine, IconWashOff, IconWashPress, IconWashTemperature1, IconWashTemperature2, IconWashTemperature3, IconWashTemperature4, IconWashTemperature5, IconWashTemperature6, IconWashTumbleDry, IconWashTumbleOff, IconWaterpolo, IconWaveSawTool, IconWaveSine, IconWaveSquare, IconWavesElectricity, IconWebhook, IconWebhookOff, IconWeight, IconWheat, IconWheatOff, IconWheel, IconWheelchair, IconWheelchairOff, IconWhirl, IconWhisk, IconWifi, IconWifi0, IconWifi1, IconWifi2, IconWifiOff, IconWind, IconWindElectricity, IconWindOff, IconWindmill, IconWindmillFilled, IconWindmillOff, IconWindow, IconWindowMaximize, IconWindowMinimize, IconWindowOff, IconWindsock, IconWindsockFilled, IconWiper, IconWiperWash, IconWoman, IconWomanFilled, IconWood, IconWorld, IconWorldBolt, IconWorldCancel, IconWorldCheck, IconWorldCode, IconWorldCog, IconWorldDollar, IconWorldDown, IconWorldDownload, IconWorldExclamation, IconWorldFilled, IconWorldHeart, IconWorldLatitude, IconWorldLongitude, IconWorldMap, IconWorldMinus, IconWorldOff, IconWorldPause, IconWorldPin, IconWorldPlus, IconWorldQuestion, IconWorldSearch, IconWorldShare, IconWorldStar, IconWorldUp, IconWorldUpload, IconWorldWww, IconWorldX, IconWreckingBall, IconWriting, IconWritingFilled, IconWritingOff, IconWritingSign, IconWritingSignFilled, IconWritingSignOff, IconX, IconXFilled, IconXMark, IconXPowerY, IconXboxA, IconXboxAFilled, IconXboxB, IconXboxBFilled, IconXboxX, IconXboxXFilled, IconXboxY, IconXboxYFilled, IconXd, IconXxx, IconYinYang, IconYinYangFilled, IconYoga, IconZeppelin, IconZeppelinFilled, IconZeppelinOff, IconZeroConfig, IconZip, IconZodiacAquarius, IconZodiacAries, IconZodiacCancer, IconZodiacCapricorn, IconZodiacGemini, IconZodiacLeo, IconZodiacLibra, IconZodiacPisces, IconZodiacSagittarius, IconZodiacScorpio, IconZodiacTaurus, IconZodiacVirgo, IconZoom, IconZoomCancel, IconZoomCancelFilled, IconZoomCheck, IconZoomCheckFilled, IconZoomCode, IconZoomCodeFilled, IconZoomExclamation, IconZoomExclamationFilled, IconZoomFilled, IconZoomIn, IconZoomInArea, IconZoomInAreaFilled, IconZoomInFilled, IconZoomMoney, IconZoomMoneyFilled, IconZoomOut, IconZoomOutArea, IconZoomOutAreaFilled, IconZoomOutFilled, IconZoomPan, IconZoomPanFilled, IconZoomQuestion, IconZoomQuestionFilled, IconZoomReplace, IconZoomReset, IconZoomScan, IconZoomScanFilled, IconZzz, IconZzzOff, createSolidComponent, index as icons, iconsList$1 as iconsList };
|
|
62272
62436
|
//# sourceMappingURL=tabler-icons-solidjs.js.map
|