@rotki/ui-library 0.6.0 → 0.8.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/README.md +11 -8
- package/dist/all-icons.d.ts +82 -21
- package/dist/all-icons.es.js +4996 -4752
- package/dist/components/alerts/Alert.vue.d.ts +10 -10
- package/dist/components/buttons/button/Button.vue.d.ts +1 -0
- package/dist/components/buttons/button-group/ButtonGroup.vue.d.ts +1 -0
- package/dist/components/cards/Card.vue.d.ts +21 -1
- package/dist/components/cards/CardHeader.vue.d.ts +1 -1
- package/dist/components/chips/Chip.vue.d.ts +55 -15
- package/dist/components/divider/Divider.vue.d.ts +17 -0
- package/dist/components/forms/auto-complete/AutoComplete.vue.d.ts +25 -25
- package/dist/components/forms/auto-complete/AutoCompleteSelection.vue.d.ts +1 -1
- package/dist/components/forms/checkbox/Checkbox.vue.d.ts +36 -16
- package/dist/components/forms/radio-button/radio/Radio.vue.d.ts +37 -17
- package/dist/components/forms/radio-button/radio-group/RadioGroup.vue.d.ts +63 -12
- package/dist/components/forms/revealable-text-field/RevealableTextField.vue.d.ts +52 -43
- package/dist/components/forms/select/SimpleSelect.vue.d.ts +1 -1
- package/dist/components/forms/text-area/TextArea.vue.d.ts +233 -0
- package/dist/components/forms/text-field/TextField.vue.d.ts +59 -47
- package/dist/components/helpers/FormTextDetail.vue.d.ts +32 -0
- package/dist/components/icons/Icon.vue.d.ts +1 -1
- package/dist/components/index.d.ts +6 -2
- package/dist/components/index.es.js +28 -24
- package/dist/components/loaders/Skeleton.vue.d.ts +27 -0
- package/dist/components/loaders/SkeletonBase.vue.d.ts +17 -0
- package/dist/components/logos/Logo.vue.d.ts +1 -1
- package/dist/components/overlays/badge/Badge.vue.d.ts +4 -4
- package/dist/components/overlays/dialog/Dialog.vue.d.ts +1 -1
- package/dist/components/overlays/tooltip/Tooltip.vue.d.ts +1 -1
- package/dist/components/progress/Progress.vue.d.ts +1 -1
- package/dist/components/steppers/FooterStepper.vue.d.ts +1 -1
- package/dist/components/steppers/Stepper.vue.d.ts +1 -1
- package/dist/components/steppers/StepperCustomIcon.vue.d.ts +1 -1
- package/dist/components/steppers/StepperIcon.vue.d.ts +1 -1
- package/dist/components/tables/DataTable.vue.d.ts +47 -2
- package/dist/components/tables/ExpandButton.vue.d.ts +34 -0
- package/dist/components/tables/TablePagination.vue.d.ts +1 -1
- package/dist/components/tabs/tab/Tab.vue.d.ts +1 -1
- package/dist/components/tabs/tab-item/TabItem.vue.d.ts +1 -1
- package/dist/components/tabs/tab-items/TabItems.vue.d.ts +1 -1
- package/dist/components/tabs/tabs/Tabs.vue.d.ts +1 -1
- package/dist/composables/defaults/table.d.ts +9 -0
- package/dist/composables/index.es.js +2 -2
- package/dist/composables/popper.d.ts +1 -1
- package/dist/composables/sticky-header.d.ts +9 -0
- package/dist/index-2YbRDW3N.js +6333 -0
- package/dist/{index-393a0e94.js → index-W2poXQa4.js} +1 -1
- package/dist/index.d.ts +12 -2
- package/dist/index.es.js +2578 -2505
- package/dist/style.css +1 -1
- package/dist/theme/index.es.js +1 -1
- package/dist/utils/form-text-detail.d.ts +8 -0
- package/dist/utils/helpers.d.ts +27 -0
- package/package.json +39 -39
- package/dist/index-2e3eeb1f.js +0 -5701
- /package/dist/{colors-01d79c7b.js → colors-ikihApJv.js} +0 -0
package/dist/all-icons.d.ts
CHANGED
|
@@ -221,6 +221,8 @@ export declare const RiCalendarEventFill: GeneratedIcon;
|
|
|
221
221
|
export declare const RiCalendarEventLine: GeneratedIcon;
|
|
222
222
|
export declare const RiCalendarFill: GeneratedIcon;
|
|
223
223
|
export declare const RiCalendarLine: GeneratedIcon;
|
|
224
|
+
export declare const RiCalendarScheduleFill: GeneratedIcon;
|
|
225
|
+
export declare const RiCalendarScheduleLine: GeneratedIcon;
|
|
224
226
|
export declare const RiCalendarTodoFill: GeneratedIcon;
|
|
225
227
|
export declare const RiCalendarTodoLine: GeneratedIcon;
|
|
226
228
|
export declare const RiCloudFill: GeneratedIcon;
|
|
@@ -1017,6 +1019,8 @@ export declare const RiKeynoteFill: GeneratedIcon;
|
|
|
1017
1019
|
export declare const RiKeynoteLine: GeneratedIcon;
|
|
1018
1020
|
export declare const RiMarkdownFill: GeneratedIcon;
|
|
1019
1021
|
export declare const RiMarkdownLine: GeneratedIcon;
|
|
1022
|
+
export declare const RiNewsFill: GeneratedIcon;
|
|
1023
|
+
export declare const RiNewsLine: GeneratedIcon;
|
|
1020
1024
|
export declare const RiNewspaperFill: GeneratedIcon;
|
|
1021
1025
|
export declare const RiNewspaperLine: GeneratedIcon;
|
|
1022
1026
|
export declare const RiNumbersFill: GeneratedIcon;
|
|
@@ -1077,6 +1081,7 @@ export declare const RiHashtag: GeneratedIcon;
|
|
|
1077
1081
|
export declare const RiHeading: GeneratedIcon;
|
|
1078
1082
|
export declare const RiIndentDecrease: GeneratedIcon;
|
|
1079
1083
|
export declare const RiIndentIncrease: GeneratedIcon;
|
|
1084
|
+
export declare const RiInfoI: GeneratedIcon;
|
|
1080
1085
|
export declare const RiInputCursorMove: GeneratedIcon;
|
|
1081
1086
|
export declare const RiInsertColumnLeft: GeneratedIcon;
|
|
1082
1087
|
export declare const RiInsertColumnRight: GeneratedIcon;
|
|
@@ -1158,6 +1163,10 @@ export declare const RiBankCardFill: GeneratedIcon;
|
|
|
1158
1163
|
export declare const RiBankCardLine: GeneratedIcon;
|
|
1159
1164
|
export declare const RiBitCoinFill: GeneratedIcon;
|
|
1160
1165
|
export declare const RiBitCoinLine: GeneratedIcon;
|
|
1166
|
+
export declare const RiBnbFill: GeneratedIcon;
|
|
1167
|
+
export declare const RiBnbLine: GeneratedIcon;
|
|
1168
|
+
export declare const RiBtcFill: GeneratedIcon;
|
|
1169
|
+
export declare const RiBtcLine: GeneratedIcon;
|
|
1161
1170
|
export declare const RiCashFill: GeneratedIcon;
|
|
1162
1171
|
export declare const RiCashLine: GeneratedIcon;
|
|
1163
1172
|
export declare const RiCoinFill: GeneratedIcon;
|
|
@@ -1180,6 +1189,8 @@ export declare const RiCouponFill: GeneratedIcon;
|
|
|
1180
1189
|
export declare const RiCouponLine: GeneratedIcon;
|
|
1181
1190
|
export declare const RiCurrencyFill: GeneratedIcon;
|
|
1182
1191
|
export declare const RiCurrencyLine: GeneratedIcon;
|
|
1192
|
+
export declare const RiEthFill: GeneratedIcon;
|
|
1193
|
+
export declare const RiEthLine: GeneratedIcon;
|
|
1183
1194
|
export declare const RiExchangeBoxFill: GeneratedIcon;
|
|
1184
1195
|
export declare const RiExchangeBoxLine: GeneratedIcon;
|
|
1185
1196
|
export declare const RiExchangeCnyFill: GeneratedIcon;
|
|
@@ -1220,6 +1231,8 @@ export declare const RiMoneyPoundBoxFill: GeneratedIcon;
|
|
|
1220
1231
|
export declare const RiMoneyPoundBoxLine: GeneratedIcon;
|
|
1221
1232
|
export declare const RiMoneyPoundCircleFill: GeneratedIcon;
|
|
1222
1233
|
export declare const RiMoneyPoundCircleLine: GeneratedIcon;
|
|
1234
|
+
export declare const RiMoneyRupeeCircleFill: GeneratedIcon;
|
|
1235
|
+
export declare const RiMoneyRupeeCircleLine: GeneratedIcon;
|
|
1223
1236
|
export declare const RiNftFill: GeneratedIcon;
|
|
1224
1237
|
export declare const RiNftLine: GeneratedIcon;
|
|
1225
1238
|
export declare const RiP2pFill: GeneratedIcon;
|
|
@@ -1288,6 +1301,34 @@ export declare const RiWalletFill: GeneratedIcon;
|
|
|
1288
1301
|
export declare const RiWalletLine: GeneratedIcon;
|
|
1289
1302
|
export declare const RiWaterFlashFill: GeneratedIcon;
|
|
1290
1303
|
export declare const RiWaterFlashLine: GeneratedIcon;
|
|
1304
|
+
export declare const RiXrpFill: GeneratedIcon;
|
|
1305
|
+
export declare const RiXrpLine: GeneratedIcon;
|
|
1306
|
+
export declare const RiXtzFill: GeneratedIcon;
|
|
1307
|
+
export declare const RiXtzLine: GeneratedIcon;
|
|
1308
|
+
export declare const RiBeerFill: GeneratedIcon;
|
|
1309
|
+
export declare const RiBeerLine: GeneratedIcon;
|
|
1310
|
+
export declare const RiBreadFill: GeneratedIcon;
|
|
1311
|
+
export declare const RiBreadLine: GeneratedIcon;
|
|
1312
|
+
export declare const RiCake2Fill: GeneratedIcon;
|
|
1313
|
+
export declare const RiCake2Line: GeneratedIcon;
|
|
1314
|
+
export declare const RiCake3Fill: GeneratedIcon;
|
|
1315
|
+
export declare const RiCake3Line: GeneratedIcon;
|
|
1316
|
+
export declare const RiCakeFill: GeneratedIcon;
|
|
1317
|
+
export declare const RiCakeLine: GeneratedIcon;
|
|
1318
|
+
export declare const RiCupFill: GeneratedIcon;
|
|
1319
|
+
export declare const RiCupLine: GeneratedIcon;
|
|
1320
|
+
export declare const RiDrinksFill: GeneratedIcon;
|
|
1321
|
+
export declare const RiDrinksLine: GeneratedIcon;
|
|
1322
|
+
export declare const RiGobletFill: GeneratedIcon;
|
|
1323
|
+
export declare const RiGobletLine: GeneratedIcon;
|
|
1324
|
+
export declare const RiKnifeBloodFill: GeneratedIcon;
|
|
1325
|
+
export declare const RiKnifeBloodLine: GeneratedIcon;
|
|
1326
|
+
export declare const RiKnifeFill: GeneratedIcon;
|
|
1327
|
+
export declare const RiKnifeLine: GeneratedIcon;
|
|
1328
|
+
export declare const RiRestaurant2Fill: GeneratedIcon;
|
|
1329
|
+
export declare const RiRestaurant2Line: GeneratedIcon;
|
|
1330
|
+
export declare const RiRestaurantFill: GeneratedIcon;
|
|
1331
|
+
export declare const RiRestaurantLine: GeneratedIcon;
|
|
1291
1332
|
export declare const RiBrainFill: GeneratedIcon;
|
|
1292
1333
|
export declare const RiBrainLine: GeneratedIcon;
|
|
1293
1334
|
export declare const RiCapsuleFill: GeneratedIcon;
|
|
@@ -1520,6 +1561,8 @@ export declare const RiSteamFill: GeneratedIcon;
|
|
|
1520
1561
|
export declare const RiSteamLine: GeneratedIcon;
|
|
1521
1562
|
export declare const RiSupabaseFill: GeneratedIcon;
|
|
1522
1563
|
export declare const RiSupabaseLine: GeneratedIcon;
|
|
1564
|
+
export declare const RiSvelteFill: GeneratedIcon;
|
|
1565
|
+
export declare const RiSvelteLine: GeneratedIcon;
|
|
1523
1566
|
export declare const RiSwitchFill: GeneratedIcon;
|
|
1524
1567
|
export declare const RiSwitchLine: GeneratedIcon;
|
|
1525
1568
|
export declare const RiTaobaoFill: GeneratedIcon;
|
|
@@ -1548,6 +1591,8 @@ export declare const RiVimeoFill: GeneratedIcon;
|
|
|
1548
1591
|
export declare const RiVimeoLine: GeneratedIcon;
|
|
1549
1592
|
export declare const RiVisaFill: GeneratedIcon;
|
|
1550
1593
|
export declare const RiVisaLine: GeneratedIcon;
|
|
1594
|
+
export declare const RiVkFill: GeneratedIcon;
|
|
1595
|
+
export declare const RiVkLine: GeneratedIcon;
|
|
1551
1596
|
export declare const RiVuejsFill: GeneratedIcon;
|
|
1552
1597
|
export declare const RiVuejsLine: GeneratedIcon;
|
|
1553
1598
|
export declare const RiWechat2Fill: GeneratedIcon;
|
|
@@ -1582,8 +1627,6 @@ export declare const RiAnchorFill: GeneratedIcon;
|
|
|
1582
1627
|
export declare const RiAnchorLine: GeneratedIcon;
|
|
1583
1628
|
export declare const RiBarricadeFill: GeneratedIcon;
|
|
1584
1629
|
export declare const RiBarricadeLine: GeneratedIcon;
|
|
1585
|
-
export declare const RiBeerFill: GeneratedIcon;
|
|
1586
|
-
export declare const RiBeerLine: GeneratedIcon;
|
|
1587
1630
|
export declare const RiBikeFill: GeneratedIcon;
|
|
1588
1631
|
export declare const RiBikeLine: GeneratedIcon;
|
|
1589
1632
|
export declare const RiBus2Fill: GeneratedIcon;
|
|
@@ -1614,8 +1657,6 @@ export declare const RiCompassDiscoverFill: GeneratedIcon;
|
|
|
1614
1657
|
export declare const RiCompassDiscoverLine: GeneratedIcon;
|
|
1615
1658
|
export declare const RiCompassFill: GeneratedIcon;
|
|
1616
1659
|
export declare const RiCompassLine: GeneratedIcon;
|
|
1617
|
-
export declare const RiCupFill: GeneratedIcon;
|
|
1618
|
-
export declare const RiCupLine: GeneratedIcon;
|
|
1619
1660
|
export declare const RiDirectionFill: GeneratedIcon;
|
|
1620
1661
|
export declare const RiDirectionLine: GeneratedIcon;
|
|
1621
1662
|
export declare const RiEBike2Fill: GeneratedIcon;
|
|
@@ -1634,8 +1675,6 @@ export declare const RiGasStationFill: GeneratedIcon;
|
|
|
1634
1675
|
export declare const RiGasStationLine: GeneratedIcon;
|
|
1635
1676
|
export declare const RiGlobeFill: GeneratedIcon;
|
|
1636
1677
|
export declare const RiGlobeLine: GeneratedIcon;
|
|
1637
|
-
export declare const RiGobletFill: GeneratedIcon;
|
|
1638
|
-
export declare const RiGobletLine: GeneratedIcon;
|
|
1639
1678
|
export declare const RiGuideFill: GeneratedIcon;
|
|
1640
1679
|
export declare const RiGuideLine: GeneratedIcon;
|
|
1641
1680
|
export declare const RiHotelBedFill: GeneratedIcon;
|
|
@@ -1692,10 +1731,6 @@ export declare const RiPushpin2Fill: GeneratedIcon;
|
|
|
1692
1731
|
export declare const RiPushpin2Line: GeneratedIcon;
|
|
1693
1732
|
export declare const RiPushpinFill: GeneratedIcon;
|
|
1694
1733
|
export declare const RiPushpinLine: GeneratedIcon;
|
|
1695
|
-
export declare const RiRestaurant2Fill: GeneratedIcon;
|
|
1696
|
-
export declare const RiRestaurant2Line: GeneratedIcon;
|
|
1697
|
-
export declare const RiRestaurantFill: GeneratedIcon;
|
|
1698
|
-
export declare const RiRestaurantLine: GeneratedIcon;
|
|
1699
1734
|
export declare const RiRidingFill: GeneratedIcon;
|
|
1700
1735
|
export declare const RiRidingLine: GeneratedIcon;
|
|
1701
1736
|
export declare const RiRoadMapFill: GeneratedIcon;
|
|
@@ -1786,6 +1821,10 @@ export declare const RiDvdFill: GeneratedIcon;
|
|
|
1786
1821
|
export declare const RiDvdLine: GeneratedIcon;
|
|
1787
1822
|
export declare const RiEjectFill: GeneratedIcon;
|
|
1788
1823
|
export declare const RiEjectLine: GeneratedIcon;
|
|
1824
|
+
export declare const RiEqualizer2Fill: GeneratedIcon;
|
|
1825
|
+
export declare const RiEqualizer2Line: GeneratedIcon;
|
|
1826
|
+
export declare const RiEqualizer3Fill: GeneratedIcon;
|
|
1827
|
+
export declare const RiEqualizer3Line: GeneratedIcon;
|
|
1789
1828
|
export declare const RiEqualizerFill: GeneratedIcon;
|
|
1790
1829
|
export declare const RiEqualizerLine: GeneratedIcon;
|
|
1791
1830
|
export declare const RiFilmFill: GeneratedIcon;
|
|
@@ -1816,6 +1855,8 @@ export declare const RiImage2Fill: GeneratedIcon;
|
|
|
1816
1855
|
export declare const RiImage2Line: GeneratedIcon;
|
|
1817
1856
|
export declare const RiImageAddFill: GeneratedIcon;
|
|
1818
1857
|
export declare const RiImageAddLine: GeneratedIcon;
|
|
1858
|
+
export declare const RiImageCircleFill: GeneratedIcon;
|
|
1859
|
+
export declare const RiImageCircleLine: GeneratedIcon;
|
|
1819
1860
|
export declare const RiImageEditFill: GeneratedIcon;
|
|
1820
1861
|
export declare const RiImageEditLine: GeneratedIcon;
|
|
1821
1862
|
export declare const RiImageFill: GeneratedIcon;
|
|
@@ -1972,6 +2013,8 @@ export declare const RiVolumeVibrateFill: GeneratedIcon;
|
|
|
1972
2013
|
export declare const RiVolumeVibrateLine: GeneratedIcon;
|
|
1973
2014
|
export declare const RiWebcamFill: GeneratedIcon;
|
|
1974
2015
|
export declare const RiWebcamLine: GeneratedIcon;
|
|
2016
|
+
export declare const RiArmchairFill: GeneratedIcon;
|
|
2017
|
+
export declare const RiArmchairLine: GeneratedIcon;
|
|
1975
2018
|
export declare const RiBasketballFill: GeneratedIcon;
|
|
1976
2019
|
export declare const RiBasketballLine: GeneratedIcon;
|
|
1977
2020
|
export declare const RiBellFill: GeneratedIcon;
|
|
@@ -1988,18 +2031,26 @@ export declare const RiBoxingFill: GeneratedIcon;
|
|
|
1988
2031
|
export declare const RiBoxingLine: GeneratedIcon;
|
|
1989
2032
|
export declare const RiCactusFill: GeneratedIcon;
|
|
1990
2033
|
export declare const RiCactusLine: GeneratedIcon;
|
|
1991
|
-
export declare const RiCake2Fill: GeneratedIcon;
|
|
1992
|
-
export declare const RiCake2Line: GeneratedIcon;
|
|
1993
|
-
export declare const RiCake3Fill: GeneratedIcon;
|
|
1994
|
-
export declare const RiCake3Line: GeneratedIcon;
|
|
1995
|
-
export declare const RiCakeFill: GeneratedIcon;
|
|
1996
|
-
export declare const RiCakeLine: GeneratedIcon;
|
|
1997
2034
|
export declare const RiCandleFill: GeneratedIcon;
|
|
1998
2035
|
export declare const RiCandleLine: GeneratedIcon;
|
|
1999
2036
|
export declare const RiCharacterRecognitionFill: GeneratedIcon;
|
|
2000
2037
|
export declare const RiCharacterRecognitionLine: GeneratedIcon;
|
|
2001
2038
|
export declare const RiCrossFill: GeneratedIcon;
|
|
2002
2039
|
export declare const RiCrossLine: GeneratedIcon;
|
|
2040
|
+
export declare const RiDice1Fill: GeneratedIcon;
|
|
2041
|
+
export declare const RiDice1Line: GeneratedIcon;
|
|
2042
|
+
export declare const RiDice2Fill: GeneratedIcon;
|
|
2043
|
+
export declare const RiDice2Line: GeneratedIcon;
|
|
2044
|
+
export declare const RiDice3Fill: GeneratedIcon;
|
|
2045
|
+
export declare const RiDice3Line: GeneratedIcon;
|
|
2046
|
+
export declare const RiDice4Fill: GeneratedIcon;
|
|
2047
|
+
export declare const RiDice4Line: GeneratedIcon;
|
|
2048
|
+
export declare const RiDice5Fill: GeneratedIcon;
|
|
2049
|
+
export declare const RiDice5Line: GeneratedIcon;
|
|
2050
|
+
export declare const RiDice6Fill: GeneratedIcon;
|
|
2051
|
+
export declare const RiDice6Line: GeneratedIcon;
|
|
2052
|
+
export declare const RiDiceFill: GeneratedIcon;
|
|
2053
|
+
export declare const RiDiceLine: GeneratedIcon;
|
|
2003
2054
|
export declare const RiDoorClosedFill: GeneratedIcon;
|
|
2004
2055
|
export declare const RiDoorClosedLine: GeneratedIcon;
|
|
2005
2056
|
export declare const RiDoorFill: GeneratedIcon;
|
|
@@ -2010,12 +2061,20 @@ export declare const RiDoorLockFill: GeneratedIcon;
|
|
|
2010
2061
|
export declare const RiDoorLockLine: GeneratedIcon;
|
|
2011
2062
|
export declare const RiDoorOpenFill: GeneratedIcon;
|
|
2012
2063
|
export declare const RiDoorOpenLine: GeneratedIcon;
|
|
2064
|
+
export declare const RiFlowerFill: GeneratedIcon;
|
|
2065
|
+
export declare const RiFlowerLine: GeneratedIcon;
|
|
2013
2066
|
export declare const RiFootballFill: GeneratedIcon;
|
|
2014
2067
|
export declare const RiFootballLine: GeneratedIcon;
|
|
2015
2068
|
export declare const RiFridgeFill: GeneratedIcon;
|
|
2016
2069
|
export declare const RiFridgeLine: GeneratedIcon;
|
|
2017
2070
|
export declare const RiGameFill: GeneratedIcon;
|
|
2018
2071
|
export declare const RiGameLine: GeneratedIcon;
|
|
2072
|
+
export declare const RiGlasses2Fill: GeneratedIcon;
|
|
2073
|
+
export declare const RiGlasses2Line: GeneratedIcon;
|
|
2074
|
+
export declare const RiGlassesFill: GeneratedIcon;
|
|
2075
|
+
export declare const RiGlassesLine: GeneratedIcon;
|
|
2076
|
+
export declare const RiGogglesFill: GeneratedIcon;
|
|
2077
|
+
export declare const RiGogglesLine: GeneratedIcon;
|
|
2019
2078
|
export declare const RiGraduationCapFill: GeneratedIcon;
|
|
2020
2079
|
export declare const RiGraduationCapLine: GeneratedIcon;
|
|
2021
2080
|
export declare const RiHandbagFill: GeneratedIcon;
|
|
@@ -2026,10 +2085,6 @@ export declare const RiKey2Fill: GeneratedIcon;
|
|
|
2026
2085
|
export declare const RiKey2Line: GeneratedIcon;
|
|
2027
2086
|
export declare const RiKeyFill: GeneratedIcon;
|
|
2028
2087
|
export declare const RiKeyLine: GeneratedIcon;
|
|
2029
|
-
export declare const RiKnifeBloodFill: GeneratedIcon;
|
|
2030
|
-
export declare const RiKnifeBloodLine: GeneratedIcon;
|
|
2031
|
-
export declare const RiKnifeFill: GeneratedIcon;
|
|
2032
|
-
export declare const RiKnifeLine: GeneratedIcon;
|
|
2033
2088
|
export declare const RiLeafFill: GeneratedIcon;
|
|
2034
2089
|
export declare const RiLeafLine: GeneratedIcon;
|
|
2035
2090
|
export declare const RiLightbulbFill: GeneratedIcon;
|
|
@@ -2062,6 +2117,8 @@ export declare const RiSeedlingFill: GeneratedIcon;
|
|
|
2062
2117
|
export declare const RiSeedlingLine: GeneratedIcon;
|
|
2063
2118
|
export declare const RiShirtFill: GeneratedIcon;
|
|
2064
2119
|
export declare const RiShirtLine: GeneratedIcon;
|
|
2120
|
+
export declare const RiSofaFill: GeneratedIcon;
|
|
2121
|
+
export declare const RiSofaLine: GeneratedIcon;
|
|
2065
2122
|
export declare const RiSwordFill: GeneratedIcon;
|
|
2066
2123
|
export declare const RiSwordLine: GeneratedIcon;
|
|
2067
2124
|
export declare const RiTShirt2Fill: GeneratedIcon;
|
|
@@ -2272,6 +2329,8 @@ export declare const RiSettings6Fill: GeneratedIcon;
|
|
|
2272
2329
|
export declare const RiSettings6Line: GeneratedIcon;
|
|
2273
2330
|
export declare const RiSettingsFill: GeneratedIcon;
|
|
2274
2331
|
export declare const RiSettingsLine: GeneratedIcon;
|
|
2332
|
+
export declare const RiShare2Fill: GeneratedIcon;
|
|
2333
|
+
export declare const RiShare2Line: GeneratedIcon;
|
|
2275
2334
|
export declare const RiShareBoxFill: GeneratedIcon;
|
|
2276
2335
|
export declare const RiShareBoxLine: GeneratedIcon;
|
|
2277
2336
|
export declare const RiShareCircleFill: GeneratedIcon;
|
|
@@ -2398,6 +2457,8 @@ export declare const RiParentFill: GeneratedIcon;
|
|
|
2398
2457
|
export declare const RiParentLine: GeneratedIcon;
|
|
2399
2458
|
export declare const RiRobot2Fill: GeneratedIcon;
|
|
2400
2459
|
export declare const RiRobot2Line: GeneratedIcon;
|
|
2460
|
+
export declare const RiRobot3Fill: GeneratedIcon;
|
|
2461
|
+
export declare const RiRobot3Line: GeneratedIcon;
|
|
2401
2462
|
export declare const RiRobotFill: GeneratedIcon;
|
|
2402
2463
|
export declare const RiRobotLine: GeneratedIcon;
|
|
2403
2464
|
export declare const RiSkull2Fill: GeneratedIcon;
|
|
@@ -2536,4 +2597,4 @@ export declare const RiWaterPercentFill: GeneratedIcon;
|
|
|
2536
2597
|
export declare const RiWaterPercentLine: GeneratedIcon;
|
|
2537
2598
|
export declare const RiWindyFill: GeneratedIcon;
|
|
2538
2599
|
export declare const RiWindyLine: GeneratedIcon;
|
|
2539
|
-
export type RuiIcons = "arrow-down-circle-fill" | "arrow-down-circle-line" | "arrow-down-double-fill" | "arrow-down-double-line" | "arrow-down-fill" | "arrow-down-line" | "arrow-down-s-fill" | "arrow-down-s-line" | "arrow-drop-down-fill" | "arrow-drop-down-line" | "arrow-drop-left-fill" | "arrow-drop-left-line" | "arrow-drop-right-fill" | "arrow-drop-right-line" | "arrow-drop-up-fill" | "arrow-drop-up-line" | "arrow-go-back-fill" | "arrow-go-back-line" | "arrow-go-forward-fill" | "arrow-go-forward-line" | "arrow-left-circle-fill" | "arrow-left-circle-line" | "arrow-left-double-fill" | "arrow-left-double-line" | "arrow-left-down-fill" | "arrow-left-down-line" | "arrow-left-fill" | "arrow-left-line" | "arrow-left-right-fill" | "arrow-left-right-line" | "arrow-left-s-fill" | "arrow-left-s-line" | "arrow-left-up-fill" | "arrow-left-up-line" | "arrow-right-circle-fill" | "arrow-right-circle-line" | "arrow-right-double-fill" | "arrow-right-double-line" | "arrow-right-down-fill" | "arrow-right-down-line" | "arrow-right-fill" | "arrow-right-line" | "arrow-right-s-fill" | "arrow-right-s-line" | "arrow-right-up-fill" | "arrow-right-up-line" | "arrow-turn-back-fill" | "arrow-turn-back-line" | "arrow-turn-forward-fill" | "arrow-turn-forward-line" | "arrow-up-circle-fill" | "arrow-up-circle-line" | "arrow-up-double-fill" | "arrow-up-double-line" | "arrow-up-down-fill" | "arrow-up-down-line" | "arrow-up-fill" | "arrow-up-line" | "arrow-up-s-fill" | "arrow-up-s-line" | "contract-left-fill" | "contract-left-line" | "contract-left-right-fill" | "contract-left-right-line" | "contract-right-fill" | "contract-right-line" | "contract-up-down-fill" | "contract-up-down-line" | "corner-down-left-fill" | "corner-down-left-line" | "corner-down-right-fill" | "corner-down-right-line" | "corner-left-down-fill" | "corner-left-down-line" | "corner-left-up-fill" | "corner-left-up-line" | "corner-right-down-fill" | "corner-right-down-line" | "corner-right-up-fill" | "corner-right-up-line" | "corner-up-left-double-fill" | "corner-up-left-double-line" | "corner-up-left-fill" | "corner-up-left-line" | "corner-up-right-double-fill" | "corner-up-right-double-line" | "corner-up-right-fill" | "corner-up-right-line" | "drag-move-2-fill" | "drag-move-2-line" | "drag-move-fill" | "drag-move-line" | "expand-left-fill" | "expand-left-line" | "expand-left-right-fill" | "expand-left-right-line" | "expand-right-fill" | "expand-right-line" | "expand-up-down-fill" | "expand-up-down-line" | "skip-down-fill" | "skip-down-line" | "skip-left-fill" | "skip-left-line" | "skip-right-fill" | "skip-right-line" | "skip-up-fill" | "skip-up-line" | "ancient-gate-fill" | "ancient-gate-line" | "ancient-pavilion-fill" | "ancient-pavilion-line" | "bank-fill" | "bank-line" | "building-2-fill" | "building-2-line" | "building-3-fill" | "building-3-line" | "building-4-fill" | "building-4-line" | "building-fill" | "building-line" | "community-fill" | "community-line" | "government-fill" | "government-line" | "home-2-fill" | "home-2-line" | "home-3-fill" | "home-3-line" | "home-4-fill" | "home-4-line" | "home-5-fill" | "home-5-line" | "home-6-fill" | "home-6-line" | "home-7-fill" | "home-7-line" | "home-8-fill" | "home-8-line" | "home-fill" | "home-gear-fill" | "home-gear-line" | "home-heart-fill" | "home-heart-line" | "home-line" | "home-office-fill" | "home-office-line" | "home-smile-2-fill" | "home-smile-2-line" | "home-smile-fill" | "home-smile-line" | "home-wifi-fill" | "home-wifi-line" | "hospital-fill" | "hospital-line" | "hotel-fill" | "hotel-line" | "school-fill" | "school-line" | "store-2-fill" | "store-2-line" | "store-3-fill" | "store-3-line" | "store-fill" | "store-line" | "tent-fill" | "tent-line" | "advertisement-fill" | "advertisement-line" | "archive-2-fill" | "archive-2-line" | "archive-drawer-fill" | "archive-drawer-line" | "archive-fill" | "archive-line" | "at-fill" | "at-line" | "attachment-fill" | "attachment-line" | "award-fill" | "award-line" | "bar-chart-2-fill" | "bar-chart-2-line" | "bar-chart-box-fill" | "bar-chart-box-line" | "bar-chart-fill" | "bar-chart-grouped-fill" | "bar-chart-grouped-line" | "bar-chart-horizontal-fill" | "bar-chart-horizontal-line" | "bar-chart-line" | "bookmark-2-fill" | "bookmark-2-line" | "bookmark-3-fill" | "bookmark-3-line" | "bookmark-fill" | "bookmark-line" | "briefcase-2-fill" | "briefcase-2-line" | "briefcase-3-fill" | "briefcase-3-line" | "briefcase-4-fill" | "briefcase-4-line" | "briefcase-5-fill" | "briefcase-5-line" | "briefcase-fill" | "briefcase-line" | "bubble-chart-fill" | "bubble-chart-line" | "calculator-fill" | "calculator-line" | "calendar-2-fill" | "calendar-2-line" | "calendar-check-fill" | "calendar-check-line" | "calendar-close-fill" | "calendar-close-line" | "calendar-event-fill" | "calendar-event-line" | "calendar-fill" | "calendar-line" | "calendar-todo-fill" | "calendar-todo-line" | "cloud-fill" | "cloud-line" | "cloud-off-fill" | "cloud-off-line" | "copyleft-fill" | "copyleft-line" | "copyright-fill" | "copyright-line" | "creative-commons-by-fill" | "creative-commons-by-line" | "creative-commons-fill" | "creative-commons-line" | "creative-commons-nc-fill" | "creative-commons-nc-line" | "creative-commons-nd-fill" | "creative-commons-nd-line" | "creative-commons-sa-fill" | "creative-commons-sa-line" | "creative-commons-zero-fill" | "creative-commons-zero-line" | "customer-service-2-fill" | "customer-service-2-line" | "customer-service-fill" | "customer-service-line" | "donut-chart-fill" | "donut-chart-line" | "flag-2-fill" | "flag-2-line" | "flag-fill" | "flag-line" | "global-fill" | "global-line" | "honour-fill" | "honour-line" | "inbox-2-fill" | "inbox-2-line" | "inbox-archive-fill" | "inbox-archive-line" | "inbox-fill" | "inbox-line" | "inbox-unarchive-fill" | "inbox-unarchive-line" | "line-chart-fill" | "line-chart-line" | "links-fill" | "links-line" | "mail-add-fill" | "mail-add-line" | "mail-check-fill" | "mail-check-line" | "mail-close-fill" | "mail-close-line" | "mail-download-fill" | "mail-download-line" | "mail-fill" | "mail-forbid-fill" | "mail-forbid-line" | "mail-line" | "mail-lock-fill" | "mail-lock-line" | "mail-open-fill" | "mail-open-line" | "mail-send-fill" | "mail-send-line" | "mail-settings-fill" | "mail-settings-line" | "mail-star-fill" | "mail-star-line" | "mail-unread-fill" | "mail-unread-line" | "mail-volume-fill" | "mail-volume-line" | "medal-2-fill" | "medal-2-line" | "medal-fill" | "medal-line" | "megaphone-fill" | "megaphone-line" | "pass-expired-fill" | "pass-expired-line" | "pass-pending-fill" | "pass-pending-line" | "pass-valid-fill" | "pass-valid-line" | "pie-chart-2-fill" | "pie-chart-2-line" | "pie-chart-box-fill" | "pie-chart-box-line" | "pie-chart-fill" | "pie-chart-line" | "presentation-fill" | "presentation-line" | "printer-cloud-fill" | "printer-cloud-line" | "printer-fill" | "printer-line" | "profile-fill" | "profile-line" | "projector-2-fill" | "projector-2-line" | "projector-fill" | "projector-line" | "record-mail-fill" | "record-mail-line" | "registered-fill" | "registered-line" | "reply-all-fill" | "reply-all-line" | "reply-fill" | "reply-line" | "send-plane-2-fill" | "send-plane-2-line" | "send-plane-fill" | "send-plane-line" | "seo-fill" | "seo-line" | "service-fill" | "service-line" | "shake-hands-fill" | "shake-hands-line" | "slideshow-2-fill" | "slideshow-2-line" | "slideshow-3-fill" | "slideshow-3-line" | "slideshow-4-fill" | "slideshow-4-line" | "slideshow-fill" | "slideshow-line" | "stack-fill" | "stack-line" | "trademark-fill" | "trademark-line" | "verified-badge-fill" | "verified-badge-line" | "window-2-fill" | "window-2-line" | "window-fill" | "window-line" | "chat-1-fill" | "chat-1-line" | "chat-2-fill" | "chat-2-line" | "chat-3-fill" | "chat-3-line" | "chat-4-fill" | "chat-4-line" | "chat-check-fill" | "chat-check-line" | "chat-delete-fill" | "chat-delete-line" | "chat-download-fill" | "chat-download-line" | "chat-follow-up-fill" | "chat-follow-up-line" | "chat-forward-fill" | "chat-forward-line" | "chat-heart-fill" | "chat-heart-line" | "chat-history-fill" | "chat-history-line" | "chat-new-fill" | "chat-new-line" | "chat-off-fill" | "chat-off-line" | "chat-poll-fill" | "chat-poll-line" | "chat-private-fill" | "chat-private-line" | "chat-quote-fill" | "chat-quote-line" | "chat-settings-fill" | "chat-settings-line" | "chat-smile-2-fill" | "chat-smile-2-line" | "chat-smile-3-fill" | "chat-smile-3-line" | "chat-smile-fill" | "chat-smile-line" | "chat-upload-fill" | "chat-upload-line" | "chat-voice-fill" | "chat-voice-line" | "discuss-fill" | "discuss-line" | "emoji-sticker-fill" | "emoji-sticker-line" | "feedback-fill" | "feedback-line" | "message-2-fill" | "message-2-line" | "message-3-fill" | "message-3-line" | "message-fill" | "message-line" | "question-answer-fill" | "question-answer-line" | "questionnaire-fill" | "questionnaire-line" | "speak-fill" | "speak-line" | "video-chat-fill" | "video-chat-line" | "anticlockwise-2-fill" | "anticlockwise-2-line" | "anticlockwise-fill" | "anticlockwise-line" | "artboard-2-fill" | "artboard-2-line" | "artboard-fill" | "artboard-line" | "ball-pen-fill" | "ball-pen-line" | "blur-off-fill" | "blur-off-line" | "brush-2-fill" | "brush-2-line" | "brush-3-fill" | "brush-3-line" | "brush-4-fill" | "brush-4-line" | "brush-fill" | "brush-line" | "circle-fill" | "circle-line" | "clockwise-2-fill" | "clockwise-2-line" | "clockwise-fill" | "clockwise-line" | "collage-fill" | "collage-line" | "compasses-2-fill" | "compasses-2-line" | "compasses-fill" | "compasses-line" | "contrast-2-fill" | "contrast-2-line" | "contrast-drop-2-fill" | "contrast-drop-2-line" | "contrast-drop-fill" | "contrast-drop-line" | "contrast-fill" | "contrast-line" | "crop-2-fill" | "crop-2-line" | "crop-fill" | "crop-line" | "crosshair-2-fill" | "crosshair-2-line" | "crosshair-fill" | "crosshair-line" | "drag-drop-fill" | "drag-drop-line" | "drop-fill" | "drop-line" | "edit-2-fill" | "edit-2-line" | "edit-box-fill" | "edit-box-line" | "edit-circle-fill" | "edit-circle-line" | "edit-fill" | "edit-line" | "eraser-fill" | "eraser-line" | "focus-2-fill" | "focus-2-line" | "focus-3-fill" | "focus-3-line" | "focus-fill" | "focus-line" | "grid-fill" | "grid-line" | "hammer-fill" | "hammer-line" | "hexagon-fill" | "hexagon-line" | "ink-bottle-fill" | "ink-bottle-line" | "input-method-fill" | "input-method-line" | "layout-2-fill" | "layout-2-line" | "layout-3-fill" | "layout-3-line" | "layout-4-fill" | "layout-4-line" | "layout-5-fill" | "layout-5-line" | "layout-6-fill" | "layout-6-line" | "layout-bottom-2-fill" | "layout-bottom-2-line" | "layout-bottom-fill" | "layout-bottom-line" | "layout-column-fill" | "layout-column-line" | "layout-fill" | "layout-grid-fill" | "layout-grid-line" | "layout-left-2-fill" | "layout-left-2-line" | "layout-left-fill" | "layout-left-line" | "layout-line" | "layout-masonry-fill" | "layout-masonry-line" | "layout-right-2-fill" | "layout-right-2-line" | "layout-right-fill" | "layout-right-line" | "layout-row-fill" | "layout-row-line" | "layout-top-2-fill" | "layout-top-2-line" | "layout-top-fill" | "layout-top-line" | "magic-fill" | "magic-line" | "mark-pen-fill" | "mark-pen-line" | "markup-fill" | "markup-line" | "octagon-fill" | "octagon-line" | "paint-brush-fill" | "paint-brush-line" | "paint-fill" | "paint-line" | "palette-fill" | "palette-line" | "pantone-fill" | "pantone-line" | "pen-nib-fill" | "pen-nib-line" | "pencil-fill" | "pencil-line" | "pencil-ruler-2-fill" | "pencil-ruler-2-line" | "pencil-ruler-fill" | "pencil-ruler-line" | "pentagon-fill" | "pentagon-line" | "quill-pen-fill" | "quill-pen-line" | "rectangle-fill" | "rectangle-line" | "ruler-2-fill" | "ruler-2-line" | "ruler-fill" | "ruler-line" | "scissors-2-fill" | "scissors-2-line" | "scissors-cut-fill" | "scissors-cut-line" | "scissors-fill" | "scissors-line" | "screenshot-2-fill" | "screenshot-2-line" | "screenshot-fill" | "screenshot-line" | "shape-2-fill" | "shape-2-line" | "shape-fill" | "shape-line" | "shapes-fill" | "shapes-line" | "sip-fill" | "sip-line" | "slice-fill" | "slice-line" | "square-fill" | "square-line" | "t-box-fill" | "t-box-line" | "table-alt-fill" | "table-alt-line" | "table-fill" | "table-line" | "tools-fill" | "tools-line" | "triangle-fill" | "triangle-line" | "braces-fill" | "braces-line" | "brackets-fill" | "brackets-line" | "bug-2-fill" | "bug-2-line" | "bug-fill" | "bug-line" | "code-box-fill" | "code-box-line" | "code-fill" | "code-line" | "code-s-fill" | "code-s-line" | "code-s-slash-fill" | "code-s-slash-line" | "command-fill" | "command-line" | "css3-fill" | "css3-line" | "cursor-fill" | "cursor-line" | "git-branch-fill" | "git-branch-line" | "git-close-pull-request-fill" | "git-close-pull-request-line" | "git-commit-fill" | "git-commit-line" | "git-merge-fill" | "git-merge-line" | "git-pull-request-fill" | "git-pull-request-line" | "git-repository-commits-fill" | "git-repository-commits-line" | "git-repository-fill" | "git-repository-line" | "git-repository-private-fill" | "git-repository-private-line" | "html5-fill" | "html5-line" | "javascript-fill" | "javascript-line" | "parentheses-fill" | "parentheses-line" | "terminal-box-fill" | "terminal-box-line" | "terminal-fill" | "terminal-line" | "terminal-window-fill" | "terminal-window-line" | "airplay-fill" | "airplay-line" | "barcode-box-fill" | "barcode-box-line" | "barcode-fill" | "barcode-line" | "base-station-fill" | "base-station-line" | "battery-2-charge-fill" | "battery-2-charge-line" | "battery-2-fill" | "battery-2-line" | "battery-charge-fill" | "battery-charge-line" | "battery-fill" | "battery-line" | "battery-low-fill" | "battery-low-line" | "battery-saver-fill" | "battery-saver-line" | "battery-share-fill" | "battery-share-line" | "bluetooth-connect-fill" | "bluetooth-connect-line" | "bluetooth-fill" | "bluetooth-line" | "cast-fill" | "cast-line" | "cellphone-fill" | "cellphone-line" | "computer-fill" | "computer-line" | "cpu-fill" | "cpu-line" | "dashboard-2-fill" | "dashboard-2-line" | "dashboard-3-fill" | "dashboard-3-line" | "database-2-fill" | "database-2-line" | "database-fill" | "database-line" | "device-fill" | "device-line" | "device-recover-fill" | "device-recover-line" | "dual-sim-1-fill" | "dual-sim-1-line" | "dual-sim-2-fill" | "dual-sim-2-line" | "fingerprint-2-fill" | "fingerprint-2-line" | "fingerprint-fill" | "fingerprint-line" | "gamepad-fill" | "gamepad-line" | "gps-fill" | "gps-line" | "gradienter-fill" | "gradienter-line" | "hard-drive-2-fill" | "hard-drive-2-line" | "hard-drive-3-fill" | "hard-drive-3-line" | "hard-drive-fill" | "hard-drive-line" | "hotspot-fill" | "hotspot-line" | "install-fill" | "install-line" | "instance-fill" | "instance-line" | "keyboard-box-fill" | "keyboard-box-line" | "keyboard-fill" | "keyboard-line" | "mac-fill" | "mac-line" | "macbook-fill" | "macbook-line" | "mouse-fill" | "mouse-line" | "phone-fill" | "phone-find-fill" | "phone-find-line" | "phone-line" | "phone-lock-fill" | "phone-lock-line" | "qr-code-fill" | "qr-code-line" | "qr-scan-2-fill" | "qr-scan-2-line" | "qr-scan-fill" | "qr-scan-line" | "radar-fill" | "radar-line" | "remote-control-2-fill" | "remote-control-2-line" | "remote-control-fill" | "remote-control-line" | "restart-fill" | "restart-line" | "rfid-fill" | "rfid-line" | "rotate-lock-fill" | "rotate-lock-line" | "router-fill" | "router-line" | "rss-fill" | "rss-line" | "save-2-fill" | "save-2-line" | "save-3-fill" | "save-3-line" | "save-fill" | "save-line" | "scan-2-fill" | "scan-2-line" | "scan-fill" | "scan-line" | "sd-card-fill" | "sd-card-line" | "sd-card-mini-fill" | "sd-card-mini-line" | "sensor-fill" | "sensor-line" | "server-fill" | "server-line" | "shut-down-fill" | "shut-down-line" | "signal-wifi-1-fill" | "signal-wifi-1-line" | "signal-wifi-2-fill" | "signal-wifi-2-line" | "signal-wifi-3-fill" | "signal-wifi-3-line" | "signal-wifi-error-fill" | "signal-wifi-error-line" | "signal-wifi-fill" | "signal-wifi-line" | "signal-wifi-off-fill" | "signal-wifi-off-line" | "sim-card-2-fill" | "sim-card-2-line" | "sim-card-fill" | "sim-card-line" | "smartphone-fill" | "smartphone-line" | "tablet-fill" | "tablet-line" | "tv-2-fill" | "tv-2-line" | "tv-fill" | "tv-line" | "u-disk-fill" | "u-disk-line" | "uninstall-fill" | "uninstall-line" | "usb-fill" | "usb-line" | "wifi-fill" | "wifi-line" | "wifi-off-fill" | "wifi-off-line" | "wireless-charging-fill" | "wireless-charging-line" | "article-fill" | "article-line" | "bill-fill" | "bill-line" | "book-2-fill" | "book-2-line" | "book-3-fill" | "book-3-line" | "book-fill" | "book-line" | "book-mark-fill" | "book-mark-line" | "book-open-fill" | "book-open-line" | "book-read-fill" | "book-read-line" | "booklet-fill" | "booklet-line" | "clipboard-fill" | "clipboard-line" | "contacts-book-2-fill" | "contacts-book-2-line" | "contacts-book-fill" | "contacts-book-line" | "contacts-book-upload-fill" | "contacts-book-upload-line" | "draft-fill" | "draft-line" | "file-2-fill" | "file-2-line" | "file-3-fill" | "file-3-line" | "file-4-fill" | "file-4-line" | "file-add-fill" | "file-add-line" | "file-chart-2-fill" | "file-chart-2-line" | "file-chart-fill" | "file-chart-line" | "file-close-fill" | "file-close-line" | "file-cloud-fill" | "file-cloud-line" | "file-code-fill" | "file-code-line" | "file-copy-2-fill" | "file-copy-2-line" | "file-copy-fill" | "file-copy-line" | "file-damage-fill" | "file-damage-line" | "file-download-fill" | "file-download-line" | "file-edit-fill" | "file-edit-line" | "file-excel-2-fill" | "file-excel-2-line" | "file-excel-fill" | "file-excel-line" | "file-fill" | "file-forbid-fill" | "file-forbid-line" | "file-gif-fill" | "file-gif-line" | "file-history-fill" | "file-history-line" | "file-hwp-fill" | "file-hwp-line" | "file-image-fill" | "file-image-line" | "file-info-fill" | "file-info-line" | "file-line" | "file-list-2-fill" | "file-list-2-line" | "file-list-3-fill" | "file-list-3-line" | "file-list-fill" | "file-list-line" | "file-lock-fill" | "file-lock-line" | "file-mark-fill" | "file-mark-line" | "file-music-fill" | "file-music-line" | "file-paper-2-fill" | "file-paper-2-line" | "file-paper-fill" | "file-paper-line" | "file-pdf-2-fill" | "file-pdf-2-line" | "file-pdf-fill" | "file-pdf-line" | "file-ppt-2-fill" | "file-ppt-2-line" | "file-ppt-fill" | "file-ppt-line" | "file-reduce-fill" | "file-reduce-line" | "file-search-fill" | "file-search-line" | "file-settings-fill" | "file-settings-line" | "file-shield-2-fill" | "file-shield-2-line" | "file-shield-fill" | "file-shield-line" | "file-shred-fill" | "file-shred-line" | "file-text-fill" | "file-text-line" | "file-transfer-fill" | "file-transfer-line" | "file-unknow-fill" | "file-unknow-line" | "file-upload-fill" | "file-upload-line" | "file-user-fill" | "file-user-line" | "file-video-fill" | "file-video-line" | "file-warning-fill" | "file-warning-line" | "file-word-2-fill" | "file-word-2-line" | "file-word-fill" | "file-word-line" | "file-zip-fill" | "file-zip-line" | "folder-2-fill" | "folder-2-line" | "folder-3-fill" | "folder-3-line" | "folder-4-fill" | "folder-4-line" | "folder-5-fill" | "folder-5-line" | "folder-add-fill" | "folder-add-line" | "folder-chart-2-fill" | "folder-chart-2-line" | "folder-chart-fill" | "folder-chart-line" | "folder-download-fill" | "folder-download-line" | "folder-fill" | "folder-forbid-fill" | "folder-forbid-line" | "folder-history-fill" | "folder-history-line" | "folder-image-fill" | "folder-image-line" | "folder-info-fill" | "folder-info-line" | "folder-keyhole-fill" | "folder-keyhole-line" | "folder-line" | "folder-lock-fill" | "folder-lock-line" | "folder-music-fill" | "folder-music-line" | "folder-open-fill" | "folder-open-line" | "folder-received-fill" | "folder-received-line" | "folder-reduce-fill" | "folder-reduce-line" | "folder-settings-fill" | "folder-settings-line" | "folder-shared-fill" | "folder-shared-line" | "folder-shield-2-fill" | "folder-shield-2-line" | "folder-shield-fill" | "folder-shield-line" | "folder-transfer-fill" | "folder-transfer-line" | "folder-unknow-fill" | "folder-unknow-line" | "folder-upload-fill" | "folder-upload-line" | "folder-user-fill" | "folder-user-line" | "folder-video-fill" | "folder-video-line" | "folder-warning-fill" | "folder-warning-line" | "folder-zip-fill" | "folder-zip-line" | "folders-fill" | "folders-line" | "keynote-fill" | "keynote-line" | "markdown-fill" | "markdown-line" | "newspaper-fill" | "newspaper-line" | "numbers-fill" | "numbers-line" | "pages-fill" | "pages-line" | "sticky-note-2-fill" | "sticky-note-2-line" | "sticky-note-fill" | "sticky-note-line" | "survey-fill" | "survey-line" | "task-fill" | "task-line" | "todo-fill" | "todo-line" | "a-b" | "ai-generate" | "align-bottom" | "align-center" | "align-justify" | "align-left" | "align-right" | "align-top" | "align-vertically" | "asterisk" | "attachment-2" | "bold" | "bring-forward" | "bring-to-front" | "code-view" | "delete-column" | "delete-row" | "double-quotes-l" | "double-quotes-r" | "draggable" | "dropdown-list" | "emphasis-cn" | "emphasis" | "english-input" | "flow-chart" | "font-color" | "font-family" | "font-mono" | "font-sans-serif" | "font-sans" | "font-size-2" | "font-size" | "format-clear" | "functions" | "h-1" | "h-2" | "h-3" | "h-4" | "h-5" | "h-6" | "hashtag" | "heading" | "indent-decrease" | "indent-increase" | "input-cursor-move" | "insert-column-left" | "insert-column-right" | "insert-row-bottom" | "insert-row-top" | "italic" | "line-height" | "link-m" | "link-unlink-m" | "link-unlink" | "link" | "list-check-2" | "list-check-3" | "list-check" | "list-indefinite" | "list-ordered-2" | "list-ordered" | "list-radio" | "list-unordered" | "merge-cells-horizontal" | "merge-cells-vertical" | "mind-map" | "node-tree" | "number-0" | "number-1" | "number-2" | "number-3" | "number-4" | "number-5" | "number-6" | "number-7" | "number-8" | "number-9" | "omega" | "organization-chart" | "overline" | "page-separator" | "paragraph" | "pinyin-input" | "question-mark" | "quote-text" | "rounded-corner" | "send-backward" | "send-to-back" | "separator" | "single-quotes-l" | "single-quotes-r" | "sketching" | "slash-commands-2" | "slash-commands" | "sort-asc" | "sort-desc" | "space" | "split-cells-horizontal" | "split-cells-vertical" | "strikethrough-2" | "strikethrough" | "subscript-2" | "subscript" | "superscript-2" | "superscript" | "table-2" | "text-direction-l" | "text-direction-r" | "text-spacing" | "text-wrap" | "text" | "translate-2" | "translate" | "underline" | "wubi-input" | "24-hours-fill" | "24-hours-line" | "auction-fill" | "auction-line" | "bank-card-2-fill" | "bank-card-2-line" | "bank-card-fill" | "bank-card-line" | "bit-coin-fill" | "bit-coin-line" | "cash-fill" | "cash-line" | "coin-fill" | "coin-line" | "coins-fill" | "coins-line" | "copper-coin-fill" | "copper-coin-line" | "copper-diamond-fill" | "copper-diamond-line" | "coupon-2-fill" | "coupon-2-line" | "coupon-3-fill" | "coupon-3-line" | "coupon-4-fill" | "coupon-4-line" | "coupon-5-fill" | "coupon-5-line" | "coupon-fill" | "coupon-line" | "currency-fill" | "currency-line" | "exchange-box-fill" | "exchange-box-line" | "exchange-cny-fill" | "exchange-cny-line" | "exchange-dollar-fill" | "exchange-dollar-line" | "exchange-fill" | "exchange-funds-fill" | "exchange-funds-line" | "exchange-line" | "funds-box-fill" | "funds-box-line" | "funds-fill" | "funds-line" | "gift-2-fill" | "gift-2-line" | "gift-fill" | "gift-line" | "hand-coin-fill" | "hand-coin-line" | "hand-heart-fill" | "hand-heart-line" | "increase-decrease-fill" | "increase-decrease-line" | "money-cny-box-fill" | "money-cny-box-line" | "money-cny-circle-fill" | "money-cny-circle-line" | "money-dollar-box-fill" | "money-dollar-box-line" | "money-dollar-circle-fill" | "money-dollar-circle-line" | "money-euro-box-fill" | "money-euro-box-line" | "money-euro-circle-fill" | "money-euro-circle-line" | "money-pound-box-fill" | "money-pound-box-line" | "money-pound-circle-fill" | "money-pound-circle-line" | "nft-fill" | "nft-line" | "p2p-fill" | "p2p-line" | "percent-fill" | "percent-line" | "price-tag-2-fill" | "price-tag-2-line" | "price-tag-3-fill" | "price-tag-3-line" | "price-tag-fill" | "price-tag-line" | "red-packet-fill" | "red-packet-line" | "refund-2-fill" | "refund-2-line" | "refund-fill" | "refund-line" | "safe-2-fill" | "safe-2-line" | "safe-fill" | "safe-line" | "secure-payment-fill" | "secure-payment-line" | "shopping-bag-2-fill" | "shopping-bag-2-line" | "shopping-bag-3-fill" | "shopping-bag-3-line" | "shopping-bag-fill" | "shopping-bag-line" | "shopping-basket-2-fill" | "shopping-basket-2-line" | "shopping-basket-fill" | "shopping-basket-line" | "shopping-cart-2-fill" | "shopping-cart-2-line" | "shopping-cart-fill" | "shopping-cart-line" | "stock-fill" | "stock-line" | "swap-box-fill" | "swap-box-line" | "swap-fill" | "swap-line" | "ticket-2-fill" | "ticket-2-line" | "ticket-fill" | "ticket-line" | "token-swap-fill" | "token-swap-line" | "trophy-fill" | "trophy-line" | "vip-crown-2-fill" | "vip-crown-2-line" | "vip-crown-fill" | "vip-crown-line" | "vip-diamond-fill" | "vip-diamond-line" | "vip-fill" | "vip-line" | "wallet-2-fill" | "wallet-2-line" | "wallet-3-fill" | "wallet-3-line" | "wallet-fill" | "wallet-line" | "water-flash-fill" | "water-flash-line" | "brain-fill" | "brain-line" | "capsule-fill" | "capsule-line" | "dislike-fill" | "dislike-line" | "dossier-fill" | "dossier-line" | "empathize-fill" | "empathize-line" | "first-aid-kit-fill" | "first-aid-kit-line" | "flask-fill" | "flask-line" | "hand-sanitizer-fill" | "hand-sanitizer-line" | "health-book-fill" | "health-book-line" | "heart-2-fill" | "heart-2-line" | "heart-3-fill" | "heart-3-line" | "heart-add-fill" | "heart-add-line" | "heart-fill" | "heart-line" | "heart-pulse-fill" | "heart-pulse-line" | "hearts-fill" | "hearts-line" | "infrared-thermometer-fill" | "infrared-thermometer-line" | "lungs-fill" | "lungs-line" | "medicine-bottle-fill" | "medicine-bottle-line" | "mental-health-fill" | "mental-health-line" | "microscope-fill" | "microscope-line" | "nurse-fill" | "nurse-line" | "psychotherapy-fill" | "psychotherapy-line" | "pulse-fill" | "pulse-line" | "rest-time-fill" | "rest-time-line" | "stethoscope-fill" | "stethoscope-line" | "surgical-mask-fill" | "surgical-mask-line" | "syringe-fill" | "syringe-line" | "test-tube-fill" | "test-tube-line" | "thermometer-fill" | "thermometer-line" | "virus-fill" | "virus-line" | "zzz-fill" | "zzz-line" | "alipay-fill" | "alipay-line" | "amazon-fill" | "amazon-line" | "android-fill" | "android-line" | "angularjs-fill" | "angularjs-line" | "app-store-fill" | "app-store-line" | "apple-fill" | "apple-line" | "baidu-fill" | "baidu-line" | "bard-fill" | "bard-line" | "behance-fill" | "behance-line" | "bilibili-fill" | "bilibili-line" | "blender-fill" | "blender-line" | "bootstrap-fill" | "bootstrap-line" | "centos-fill" | "centos-line" | "chrome-fill" | "chrome-line" | "codepen-fill" | "codepen-line" | "copilot-fill" | "copilot-line" | "coreos-fill" | "coreos-line" | "dingding-fill" | "dingding-line" | "discord-fill" | "discord-line" | "disqus-fill" | "disqus-line" | "douban-fill" | "douban-line" | "dribbble-fill" | "dribbble-line" | "drive-fill" | "drive-line" | "dropbox-fill" | "dropbox-line" | "edge-fill" | "edge-line" | "edge-new-fill" | "edge-new-line" | "evernote-fill" | "evernote-line" | "facebook-box-fill" | "facebook-box-line" | "facebook-circle-fill" | "facebook-circle-line" | "facebook-fill" | "facebook-line" | "finder-fill" | "finder-line" | "firefox-fill" | "firefox-line" | "flickr-fill" | "flickr-line" | "flutter-fill" | "flutter-line" | "gatsby-fill" | "gatsby-line" | "github-fill" | "github-line" | "gitlab-fill" | "gitlab-line" | "google-fill" | "google-line" | "google-play-fill" | "google-play-line" | "honor-of-kings-fill" | "honor-of-kings-line" | "ie-fill" | "ie-line" | "instagram-fill" | "instagram-line" | "invision-fill" | "invision-line" | "kakao-talk-fill" | "kakao-talk-line" | "kick-fill" | "kick-line" | "line-fill" | "line-line" | "linkedin-box-fill" | "linkedin-box-line" | "linkedin-fill" | "linkedin-line" | "mastercard-fill" | "mastercard-line" | "mastodon-fill" | "mastodon-line" | "medium-fill" | "medium-line" | "messenger-fill" | "messenger-line" | "meta-fill" | "meta-line" | "microsoft-fill" | "microsoft-line" | "microsoft-loop-fill" | "microsoft-loop-line" | "mini-program-fill" | "mini-program-line" | "netease-cloud-music-fill" | "netease-cloud-music-line" | "netflix-fill" | "netflix-line" | "notion-fill" | "notion-line" | "npmjs-fill" | "npmjs-line" | "open-source-fill" | "open-source-line" | "openai-fill" | "openai-line" | "openbase-fill" | "openbase-line" | "opera-fill" | "opera-line" | "patreon-fill" | "patreon-line" | "paypal-fill" | "paypal-line" | "pinterest-fill" | "pinterest-line" | "pixelfed-fill" | "pixelfed-line" | "playstation-fill" | "playstation-line" | "product-hunt-fill" | "product-hunt-line" | "qq-fill" | "qq-line" | "reactjs-fill" | "reactjs-line" | "reddit-fill" | "reddit-line" | "remixicon-fill" | "remixicon-line" | "safari-fill" | "safari-line" | "skype-fill" | "skype-line" | "slack-fill" | "slack-line" | "snapchat-fill" | "snapchat-line" | "soundcloud-fill" | "soundcloud-line" | "spectrum-fill" | "spectrum-line" | "spotify-fill" | "spotify-line" | "stack-overflow-fill" | "stack-overflow-line" | "stackshare-fill" | "stackshare-line" | "steam-fill" | "steam-line" | "supabase-fill" | "supabase-line" | "switch-fill" | "switch-line" | "taobao-fill" | "taobao-line" | "telegram-fill" | "telegram-line" | "threads-fill" | "threads-line" | "tiktok-fill" | "tiktok-line" | "trello-fill" | "trello-line" | "tumblr-fill" | "tumblr-line" | "twitch-fill" | "twitch-line" | "twitter-fill" | "twitter-line" | "twitter-x-fill" | "twitter-x-line" | "ubuntu-fill" | "ubuntu-line" | "unsplash-fill" | "unsplash-line" | "vimeo-fill" | "vimeo-line" | "visa-fill" | "visa-line" | "vuejs-fill" | "vuejs-line" | "wechat-2-fill" | "wechat-2-line" | "wechat-channels-fill" | "wechat-channels-line" | "wechat-fill" | "wechat-line" | "wechat-pay-fill" | "wechat-pay-line" | "weibo-fill" | "weibo-line" | "whatsapp-fill" | "whatsapp-line" | "windows-fill" | "windows-line" | "wordpress-fill" | "wordpress-line" | "xbox-fill" | "xbox-line" | "xing-fill" | "xing-line" | "youtube-fill" | "youtube-line" | "yuque-fill" | "yuque-line" | "zcool-fill" | "zcool-line" | "zhihu-fill" | "zhihu-line" | "anchor-fill" | "anchor-line" | "barricade-fill" | "barricade-line" | "beer-fill" | "beer-line" | "bike-fill" | "bike-line" | "bus-2-fill" | "bus-2-line" | "bus-fill" | "bus-line" | "bus-wifi-fill" | "bus-wifi-line" | "car-fill" | "car-line" | "car-washing-fill" | "car-washing-line" | "caravan-fill" | "caravan-line" | "charging-pile-2-fill" | "charging-pile-2-line" | "charging-pile-fill" | "charging-pile-line" | "china-railway-fill" | "china-railway-line" | "compass-2-fill" | "compass-2-line" | "compass-3-fill" | "compass-3-line" | "compass-4-fill" | "compass-4-line" | "compass-discover-fill" | "compass-discover-line" | "compass-fill" | "compass-line" | "cup-fill" | "cup-line" | "direction-fill" | "direction-line" | "e-bike-2-fill" | "e-bike-2-line" | "e-bike-fill" | "e-bike-line" | "earth-fill" | "earth-line" | "flight-land-fill" | "flight-land-line" | "flight-takeoff-fill" | "flight-takeoff-line" | "footprint-fill" | "footprint-line" | "gas-station-fill" | "gas-station-line" | "globe-fill" | "globe-line" | "goblet-fill" | "goblet-line" | "guide-fill" | "guide-line" | "hotel-bed-fill" | "hotel-bed-line" | "lifebuoy-fill" | "lifebuoy-line" | "luggage-cart-fill" | "luggage-cart-line" | "luggage-deposit-fill" | "luggage-deposit-line" | "map-2-fill" | "map-2-line" | "map-fill" | "map-line" | "map-pin-2-fill" | "map-pin-2-line" | "map-pin-3-fill" | "map-pin-3-line" | "map-pin-4-fill" | "map-pin-4-line" | "map-pin-5-fill" | "map-pin-5-line" | "map-pin-add-fill" | "map-pin-add-line" | "map-pin-fill" | "map-pin-line" | "map-pin-range-fill" | "map-pin-range-line" | "map-pin-time-fill" | "map-pin-time-line" | "map-pin-user-fill" | "map-pin-user-line" | "motorbike-fill" | "motorbike-line" | "navigation-fill" | "navigation-line" | "oil-fill" | "oil-line" | "parking-box-fill" | "parking-box-line" | "parking-fill" | "parking-line" | "passport-fill" | "passport-line" | "pin-distance-fill" | "pin-distance-line" | "plane-fill" | "plane-line" | "planet-fill" | "planet-line" | "police-car-fill" | "police-car-line" | "pushpin-2-fill" | "pushpin-2-line" | "pushpin-fill" | "pushpin-line" | "restaurant-2-fill" | "restaurant-2-line" | "restaurant-fill" | "restaurant-line" | "riding-fill" | "riding-line" | "road-map-fill" | "road-map-line" | "roadster-fill" | "roadster-line" | "rocket-2-fill" | "rocket-2-line" | "rocket-fill" | "rocket-line" | "route-fill" | "route-line" | "run-fill" | "run-line" | "sailboat-fill" | "sailboat-line" | "ship-2-fill" | "ship-2-line" | "ship-fill" | "ship-line" | "signal-tower-fill" | "signal-tower-line" | "space-ship-fill" | "space-ship-line" | "steering-2-fill" | "steering-2-line" | "steering-fill" | "steering-line" | "subway-fill" | "subway-line" | "subway-wifi-fill" | "subway-wifi-line" | "suitcase-2-fill" | "suitcase-2-line" | "suitcase-3-fill" | "suitcase-3-line" | "suitcase-fill" | "suitcase-line" | "takeaway-fill" | "takeaway-line" | "taxi-fill" | "taxi-line" | "taxi-wifi-fill" | "taxi-wifi-line" | "traffic-light-fill" | "traffic-light-line" | "train-fill" | "train-line" | "train-wifi-fill" | "train-wifi-line" | "treasure-map-fill" | "treasure-map-line" | "truck-fill" | "truck-line" | "unpin-fill" | "unpin-line" | "walk-fill" | "walk-line" | "4k-fill" | "4k-line" | "album-fill" | "album-line" | "aspect-ratio-fill" | "aspect-ratio-line" | "broadcast-fill" | "broadcast-line" | "camera-2-fill" | "camera-2-line" | "camera-3-fill" | "camera-3-line" | "camera-fill" | "camera-lens-fill" | "camera-lens-line" | "camera-line" | "camera-off-fill" | "camera-off-line" | "camera-switch-fill" | "camera-switch-line" | "clapperboard-fill" | "clapperboard-line" | "closed-captioning-fill" | "closed-captioning-line" | "disc-fill" | "disc-line" | "dv-fill" | "dv-line" | "dvd-fill" | "dvd-line" | "eject-fill" | "eject-line" | "equalizer-fill" | "equalizer-line" | "film-fill" | "film-line" | "forward-10-fill" | "forward-10-line" | "forward-15-fill" | "forward-15-line" | "forward-30-fill" | "forward-30-line" | "forward-5-fill" | "forward-5-line" | "fullscreen-exit-fill" | "fullscreen-exit-line" | "fullscreen-fill" | "fullscreen-line" | "gallery-fill" | "gallery-line" | "gallery-upload-fill" | "gallery-upload-line" | "hd-fill" | "hd-line" | "headphone-fill" | "headphone-line" | "hq-fill" | "hq-line" | "image-2-fill" | "image-2-line" | "image-add-fill" | "image-add-line" | "image-edit-fill" | "image-edit-line" | "image-fill" | "image-line" | "landscape-fill" | "landscape-line" | "live-fill" | "live-line" | "memories-fill" | "memories-line" | "mic-2-fill" | "mic-2-line" | "mic-fill" | "mic-line" | "mic-off-fill" | "mic-off-line" | "movie-2-fill" | "movie-2-line" | "movie-fill" | "movie-line" | "music-2-fill" | "music-2-line" | "music-fill" | "music-line" | "mv-fill" | "mv-line" | "notification-2-fill" | "notification-2-line" | "notification-3-fill" | "notification-3-line" | "notification-4-fill" | "notification-4-line" | "notification-fill" | "notification-line" | "notification-off-fill" | "notification-off-line" | "order-play-fill" | "order-play-line" | "pause-circle-fill" | "pause-circle-line" | "pause-fill" | "pause-line" | "pause-mini-fill" | "pause-mini-line" | "phone-camera-fill" | "phone-camera-line" | "picture-in-picture-2-fill" | "picture-in-picture-2-line" | "picture-in-picture-exit-fill" | "picture-in-picture-exit-line" | "picture-in-picture-fill" | "picture-in-picture-line" | "play-circle-fill" | "play-circle-line" | "play-fill" | "play-line" | "play-list-2-fill" | "play-list-2-line" | "play-list-add-fill" | "play-list-add-line" | "play-list-fill" | "play-list-line" | "play-mini-fill" | "play-mini-line" | "polaroid-2-fill" | "polaroid-2-line" | "polaroid-fill" | "polaroid-line" | "radio-2-fill" | "radio-2-line" | "radio-fill" | "radio-line" | "record-circle-fill" | "record-circle-line" | "repeat-2-fill" | "repeat-2-line" | "repeat-fill" | "repeat-line" | "repeat-one-fill" | "repeat-one-line" | "replay-10-fill" | "replay-10-line" | "replay-15-fill" | "replay-15-line" | "replay-30-fill" | "replay-30-line" | "replay-5-fill" | "replay-5-line" | "rewind-fill" | "rewind-line" | "rewind-mini-fill" | "rewind-mini-line" | "rhythm-fill" | "rhythm-line" | "shuffle-fill" | "shuffle-line" | "skip-back-fill" | "skip-back-line" | "skip-back-mini-fill" | "skip-back-mini-line" | "skip-forward-fill" | "skip-forward-line" | "skip-forward-mini-fill" | "skip-forward-mini-line" | "slow-down-fill" | "slow-down-line" | "sound-module-fill" | "sound-module-line" | "speaker-2-fill" | "speaker-2-line" | "speaker-3-fill" | "speaker-3-line" | "speaker-fill" | "speaker-line" | "speed-fill" | "speed-line" | "speed-mini-fill" | "speed-mini-line" | "speed-up-fill" | "speed-up-line" | "stop-circle-fill" | "stop-circle-line" | "stop-fill" | "stop-line" | "stop-mini-fill" | "stop-mini-line" | "surround-sound-fill" | "surround-sound-line" | "tape-fill" | "tape-line" | "video-add-fill" | "video-add-line" | "video-download-fill" | "video-download-line" | "video-fill" | "video-line" | "video-upload-fill" | "video-upload-line" | "vidicon-2-fill" | "vidicon-2-line" | "vidicon-fill" | "vidicon-line" | "voiceprint-fill" | "voiceprint-line" | "volume-down-fill" | "volume-down-line" | "volume-mute-fill" | "volume-mute-line" | "volume-off-vibrate-fill" | "volume-off-vibrate-line" | "volume-up-fill" | "volume-up-line" | "volume-vibrate-fill" | "volume-vibrate-line" | "webcam-fill" | "webcam-line" | "basketball-fill" | "basketball-line" | "bell-fill" | "bell-line" | "billiards-fill" | "billiards-line" | "box-1-fill" | "box-1-line" | "box-2-fill" | "box-2-line" | "box-3-fill" | "box-3-line" | "boxing-fill" | "boxing-line" | "cactus-fill" | "cactus-line" | "cake-2-fill" | "cake-2-line" | "cake-3-fill" | "cake-3-line" | "cake-fill" | "cake-line" | "candle-fill" | "candle-line" | "character-recognition-fill" | "character-recognition-line" | "cross-fill" | "cross-line" | "door-closed-fill" | "door-closed-line" | "door-fill" | "door-line" | "door-lock-box-fill" | "door-lock-box-line" | "door-lock-fill" | "door-lock-line" | "door-open-fill" | "door-open-line" | "football-fill" | "football-line" | "fridge-fill" | "fridge-line" | "game-fill" | "game-line" | "graduation-cap-fill" | "graduation-cap-line" | "handbag-fill" | "handbag-line" | "infinity-fill" | "infinity-line" | "key-2-fill" | "key-2-line" | "key-fill" | "key-line" | "knife-blood-fill" | "knife-blood-line" | "knife-fill" | "knife-line" | "leaf-fill" | "leaf-line" | "lightbulb-fill" | "lightbulb-flash-fill" | "lightbulb-flash-line" | "lightbulb-line" | "outlet-2-fill" | "outlet-2-line" | "outlet-fill" | "outlet-line" | "ping-pong-fill" | "ping-pong-line" | "plant-fill" | "plant-line" | "plug-2-fill" | "plug-2-line" | "plug-fill" | "plug-line" | "recycle-fill" | "recycle-line" | "reserved-fill" | "reserved-line" | "scales-2-fill" | "scales-2-line" | "scales-3-fill" | "scales-3-line" | "scales-fill" | "scales-line" | "seedling-fill" | "seedling-line" | "shirt-fill" | "shirt-line" | "sword-fill" | "sword-line" | "t-shirt-2-fill" | "t-shirt-2-line" | "t-shirt-air-fill" | "t-shirt-air-line" | "t-shirt-fill" | "t-shirt-line" | "tree-fill" | "tree-line" | "umbrella-fill" | "umbrella-line" | "voice-recognition-fill" | "voice-recognition-line" | "wheelchair-fill" | "wheelchair-line" | "add-box-fill" | "add-box-line" | "add-circle-fill" | "add-circle-line" | "add-fill" | "add-line" | "alarm-fill" | "alarm-line" | "alarm-warning-fill" | "alarm-warning-line" | "alert-fill" | "alert-line" | "apps-2-fill" | "apps-2-line" | "apps-fill" | "apps-line" | "check-double-fill" | "check-double-line" | "check-fill" | "check-line" | "checkbox-blank-circle-fill" | "checkbox-blank-circle-line" | "checkbox-blank-fill" | "checkbox-blank-line" | "checkbox-circle-fill" | "checkbox-circle-line" | "checkbox-fill" | "checkbox-indeterminate-fill" | "checkbox-indeterminate-line" | "checkbox-line" | "checkbox-multiple-blank-fill" | "checkbox-multiple-blank-line" | "checkbox-multiple-fill" | "checkbox-multiple-line" | "close-circle-fill" | "close-circle-line" | "close-fill" | "close-line" | "dashboard-fill" | "dashboard-line" | "delete-back-2-fill" | "delete-back-2-line" | "delete-back-fill" | "delete-back-line" | "delete-bin-2-fill" | "delete-bin-2-line" | "delete-bin-3-fill" | "delete-bin-3-line" | "delete-bin-4-fill" | "delete-bin-4-line" | "delete-bin-5-fill" | "delete-bin-5-line" | "delete-bin-6-fill" | "delete-bin-6-line" | "delete-bin-7-fill" | "delete-bin-7-line" | "delete-bin-fill" | "delete-bin-line" | "divide-fill" | "divide-line" | "download-2-fill" | "download-2-line" | "download-cloud-2-fill" | "download-cloud-2-line" | "download-cloud-fill" | "download-cloud-line" | "download-fill" | "download-line" | "equal-fill" | "equal-line" | "error-warning-fill" | "error-warning-line" | "external-link-fill" | "external-link-line" | "eye-2-fill" | "eye-2-line" | "eye-close-fill" | "eye-close-line" | "eye-fill" | "eye-line" | "eye-off-fill" | "eye-off-line" | "filter-2-fill" | "filter-2-line" | "filter-3-fill" | "filter-3-line" | "filter-fill" | "filter-line" | "filter-off-fill" | "filter-off-line" | "find-replace-fill" | "find-replace-line" | "forbid-2-fill" | "forbid-2-line" | "forbid-fill" | "forbid-line" | "function-fill" | "function-line" | "history-fill" | "history-line" | "hourglass-2-fill" | "hourglass-2-line" | "hourglass-fill" | "hourglass-line" | "indeterminate-circle-fill" | "indeterminate-circle-line" | "information-fill" | "information-line" | "list-settings-fill" | "list-settings-line" | "loader-2-fill" | "loader-2-line" | "loader-3-fill" | "loader-3-line" | "loader-4-fill" | "loader-4-line" | "loader-5-fill" | "loader-5-line" | "loader-fill" | "loader-line" | "lock-2-fill" | "lock-2-line" | "lock-fill" | "lock-line" | "lock-password-fill" | "lock-password-line" | "lock-unlock-fill" | "lock-unlock-line" | "login-box-fill" | "login-box-line" | "login-circle-fill" | "login-circle-line" | "logout-box-fill" | "logout-box-line" | "logout-box-r-fill" | "logout-box-r-line" | "logout-circle-fill" | "logout-circle-line" | "logout-circle-r-fill" | "logout-circle-r-line" | "loop-left-fill" | "loop-left-line" | "loop-right-fill" | "loop-right-line" | "menu-2-fill" | "menu-2-line" | "menu-3-fill" | "menu-3-line" | "menu-4-fill" | "menu-4-line" | "menu-5-fill" | "menu-5-line" | "menu-add-fill" | "menu-add-line" | "menu-fill" | "menu-fold-fill" | "menu-fold-line" | "menu-line" | "menu-search-fill" | "menu-search-line" | "menu-unfold-fill" | "menu-unfold-line" | "more-2-fill" | "more-2-line" | "more-fill" | "more-line" | "notification-badge-fill" | "notification-badge-line" | "prohibited-fill" | "prohibited-line" | "question-fill" | "question-line" | "radio-button-fill" | "radio-button-line" | "refresh-fill" | "refresh-line" | "search-2-fill" | "search-2-line" | "search-eye-fill" | "search-eye-line" | "search-fill" | "search-line" | "settings-2-fill" | "settings-2-line" | "settings-3-fill" | "settings-3-line" | "settings-4-fill" | "settings-4-line" | "settings-5-fill" | "settings-5-line" | "settings-6-fill" | "settings-6-line" | "settings-fill" | "settings-line" | "share-box-fill" | "share-box-line" | "share-circle-fill" | "share-circle-line" | "share-fill" | "share-forward-2-fill" | "share-forward-2-line" | "share-forward-box-fill" | "share-forward-box-line" | "share-forward-fill" | "share-forward-line" | "share-line" | "shield-check-fill" | "shield-check-line" | "shield-cross-fill" | "shield-cross-line" | "shield-fill" | "shield-flash-fill" | "shield-flash-line" | "shield-keyhole-fill" | "shield-keyhole-line" | "shield-line" | "shield-star-fill" | "shield-star-line" | "shield-user-fill" | "shield-user-line" | "side-bar-fill" | "side-bar-line" | "spam-2-fill" | "spam-2-line" | "spam-3-fill" | "spam-3-line" | "spam-fill" | "spam-line" | "star-fill" | "star-half-fill" | "star-half-line" | "star-half-s-fill" | "star-half-s-line" | "star-line" | "star-s-fill" | "star-s-line" | "subtract-fill" | "subtract-line" | "thumb-down-fill" | "thumb-down-line" | "thumb-up-fill" | "thumb-up-line" | "time-fill" | "time-line" | "timer-2-fill" | "timer-2-line" | "timer-fill" | "timer-flash-fill" | "timer-flash-line" | "timer-line" | "toggle-fill" | "toggle-line" | "upload-2-fill" | "upload-2-line" | "upload-cloud-2-fill" | "upload-cloud-2-line" | "upload-cloud-fill" | "upload-cloud-line" | "upload-fill" | "upload-line" | "zoom-in-fill" | "zoom-in-line" | "zoom-out-fill" | "zoom-out-line" | "account-box-fill" | "account-box-line" | "account-circle-fill" | "account-circle-line" | "account-pin-box-fill" | "account-pin-box-line" | "account-pin-circle-fill" | "account-pin-circle-line" | "admin-fill" | "admin-line" | "aliens-fill" | "aliens-line" | "bear-smile-fill" | "bear-smile-line" | "body-scan-fill" | "body-scan-line" | "contacts-fill" | "contacts-line" | "criminal-fill" | "criminal-line" | "emotion-2-fill" | "emotion-2-line" | "emotion-fill" | "emotion-happy-fill" | "emotion-happy-line" | "emotion-laugh-fill" | "emotion-laugh-line" | "emotion-line" | "emotion-normal-fill" | "emotion-normal-line" | "emotion-sad-fill" | "emotion-sad-line" | "emotion-unhappy-fill" | "emotion-unhappy-line" | "genderless-fill" | "genderless-line" | "ghost-2-fill" | "ghost-2-line" | "ghost-fill" | "ghost-line" | "ghost-smile-fill" | "ghost-smile-line" | "group-2-fill" | "group-2-line" | "group-fill" | "group-line" | "men-fill" | "men-line" | "mickey-fill" | "mickey-line" | "open-arm-fill" | "open-arm-line" | "parent-fill" | "parent-line" | "robot-2-fill" | "robot-2-line" | "robot-fill" | "robot-line" | "skull-2-fill" | "skull-2-line" | "skull-fill" | "skull-line" | "spy-fill" | "spy-line" | "star-smile-fill" | "star-smile-line" | "team-fill" | "team-line" | "travesti-fill" | "travesti-line" | "user-2-fill" | "user-2-line" | "user-3-fill" | "user-3-line" | "user-4-fill" | "user-4-line" | "user-5-fill" | "user-5-line" | "user-6-fill" | "user-6-line" | "user-add-fill" | "user-add-line" | "user-fill" | "user-follow-fill" | "user-follow-line" | "user-forbid-fill" | "user-forbid-line" | "user-heart-fill" | "user-heart-line" | "user-line" | "user-location-fill" | "user-location-line" | "user-received-2-fill" | "user-received-2-line" | "user-received-fill" | "user-received-line" | "user-search-fill" | "user-search-line" | "user-settings-fill" | "user-settings-line" | "user-shared-2-fill" | "user-shared-2-line" | "user-shared-fill" | "user-shared-line" | "user-smile-fill" | "user-smile-line" | "user-star-fill" | "user-star-line" | "user-unfollow-fill" | "user-unfollow-line" | "user-voice-fill" | "user-voice-line" | "women-fill" | "women-line" | "blaze-fill" | "blaze-line" | "celsius-fill" | "celsius-line" | "cloud-windy-fill" | "cloud-windy-line" | "cloudy-2-fill" | "cloudy-2-line" | "cloudy-fill" | "cloudy-line" | "drizzle-fill" | "drizzle-line" | "earthquake-fill" | "earthquake-line" | "fahrenheit-fill" | "fahrenheit-line" | "fire-fill" | "fire-line" | "flashlight-fill" | "flashlight-line" | "flood-fill" | "flood-line" | "foggy-fill" | "foggy-line" | "hail-fill" | "hail-line" | "haze-2-fill" | "haze-2-line" | "haze-fill" | "haze-line" | "heavy-showers-fill" | "heavy-showers-line" | "meteor-fill" | "meteor-line" | "mist-fill" | "mist-line" | "moon-clear-fill" | "moon-clear-line" | "moon-cloudy-fill" | "moon-cloudy-line" | "moon-fill" | "moon-foggy-fill" | "moon-foggy-line" | "moon-line" | "rainbow-fill" | "rainbow-line" | "rainy-fill" | "rainy-line" | "shining-2-fill" | "shining-2-line" | "shining-fill" | "shining-line" | "showers-fill" | "showers-line" | "snowy-fill" | "snowy-line" | "sparkling-2-fill" | "sparkling-2-line" | "sparkling-fill" | "sparkling-line" | "sun-cloudy-fill" | "sun-cloudy-line" | "sun-fill" | "sun-foggy-fill" | "sun-foggy-line" | "sun-line" | "temp-cold-fill" | "temp-cold-line" | "temp-hot-fill" | "temp-hot-line" | "thunderstorms-fill" | "thunderstorms-line" | "tornado-fill" | "tornado-line" | "typhoon-fill" | "typhoon-line" | "water-percent-fill" | "water-percent-line" | "windy-fill" | "windy-line";
|
|
2600
|
+
export type RuiIcons = "arrow-down-circle-fill" | "arrow-down-circle-line" | "arrow-down-double-fill" | "arrow-down-double-line" | "arrow-down-fill" | "arrow-down-line" | "arrow-down-s-fill" | "arrow-down-s-line" | "arrow-drop-down-fill" | "arrow-drop-down-line" | "arrow-drop-left-fill" | "arrow-drop-left-line" | "arrow-drop-right-fill" | "arrow-drop-right-line" | "arrow-drop-up-fill" | "arrow-drop-up-line" | "arrow-go-back-fill" | "arrow-go-back-line" | "arrow-go-forward-fill" | "arrow-go-forward-line" | "arrow-left-circle-fill" | "arrow-left-circle-line" | "arrow-left-double-fill" | "arrow-left-double-line" | "arrow-left-down-fill" | "arrow-left-down-line" | "arrow-left-fill" | "arrow-left-line" | "arrow-left-right-fill" | "arrow-left-right-line" | "arrow-left-s-fill" | "arrow-left-s-line" | "arrow-left-up-fill" | "arrow-left-up-line" | "arrow-right-circle-fill" | "arrow-right-circle-line" | "arrow-right-double-fill" | "arrow-right-double-line" | "arrow-right-down-fill" | "arrow-right-down-line" | "arrow-right-fill" | "arrow-right-line" | "arrow-right-s-fill" | "arrow-right-s-line" | "arrow-right-up-fill" | "arrow-right-up-line" | "arrow-turn-back-fill" | "arrow-turn-back-line" | "arrow-turn-forward-fill" | "arrow-turn-forward-line" | "arrow-up-circle-fill" | "arrow-up-circle-line" | "arrow-up-double-fill" | "arrow-up-double-line" | "arrow-up-down-fill" | "arrow-up-down-line" | "arrow-up-fill" | "arrow-up-line" | "arrow-up-s-fill" | "arrow-up-s-line" | "contract-left-fill" | "contract-left-line" | "contract-left-right-fill" | "contract-left-right-line" | "contract-right-fill" | "contract-right-line" | "contract-up-down-fill" | "contract-up-down-line" | "corner-down-left-fill" | "corner-down-left-line" | "corner-down-right-fill" | "corner-down-right-line" | "corner-left-down-fill" | "corner-left-down-line" | "corner-left-up-fill" | "corner-left-up-line" | "corner-right-down-fill" | "corner-right-down-line" | "corner-right-up-fill" | "corner-right-up-line" | "corner-up-left-double-fill" | "corner-up-left-double-line" | "corner-up-left-fill" | "corner-up-left-line" | "corner-up-right-double-fill" | "corner-up-right-double-line" | "corner-up-right-fill" | "corner-up-right-line" | "drag-move-2-fill" | "drag-move-2-line" | "drag-move-fill" | "drag-move-line" | "expand-left-fill" | "expand-left-line" | "expand-left-right-fill" | "expand-left-right-line" | "expand-right-fill" | "expand-right-line" | "expand-up-down-fill" | "expand-up-down-line" | "skip-down-fill" | "skip-down-line" | "skip-left-fill" | "skip-left-line" | "skip-right-fill" | "skip-right-line" | "skip-up-fill" | "skip-up-line" | "ancient-gate-fill" | "ancient-gate-line" | "ancient-pavilion-fill" | "ancient-pavilion-line" | "bank-fill" | "bank-line" | "building-2-fill" | "building-2-line" | "building-3-fill" | "building-3-line" | "building-4-fill" | "building-4-line" | "building-fill" | "building-line" | "community-fill" | "community-line" | "government-fill" | "government-line" | "home-2-fill" | "home-2-line" | "home-3-fill" | "home-3-line" | "home-4-fill" | "home-4-line" | "home-5-fill" | "home-5-line" | "home-6-fill" | "home-6-line" | "home-7-fill" | "home-7-line" | "home-8-fill" | "home-8-line" | "home-fill" | "home-gear-fill" | "home-gear-line" | "home-heart-fill" | "home-heart-line" | "home-line" | "home-office-fill" | "home-office-line" | "home-smile-2-fill" | "home-smile-2-line" | "home-smile-fill" | "home-smile-line" | "home-wifi-fill" | "home-wifi-line" | "hospital-fill" | "hospital-line" | "hotel-fill" | "hotel-line" | "school-fill" | "school-line" | "store-2-fill" | "store-2-line" | "store-3-fill" | "store-3-line" | "store-fill" | "store-line" | "tent-fill" | "tent-line" | "advertisement-fill" | "advertisement-line" | "archive-2-fill" | "archive-2-line" | "archive-drawer-fill" | "archive-drawer-line" | "archive-fill" | "archive-line" | "at-fill" | "at-line" | "attachment-fill" | "attachment-line" | "award-fill" | "award-line" | "bar-chart-2-fill" | "bar-chart-2-line" | "bar-chart-box-fill" | "bar-chart-box-line" | "bar-chart-fill" | "bar-chart-grouped-fill" | "bar-chart-grouped-line" | "bar-chart-horizontal-fill" | "bar-chart-horizontal-line" | "bar-chart-line" | "bookmark-2-fill" | "bookmark-2-line" | "bookmark-3-fill" | "bookmark-3-line" | "bookmark-fill" | "bookmark-line" | "briefcase-2-fill" | "briefcase-2-line" | "briefcase-3-fill" | "briefcase-3-line" | "briefcase-4-fill" | "briefcase-4-line" | "briefcase-5-fill" | "briefcase-5-line" | "briefcase-fill" | "briefcase-line" | "bubble-chart-fill" | "bubble-chart-line" | "calculator-fill" | "calculator-line" | "calendar-2-fill" | "calendar-2-line" | "calendar-check-fill" | "calendar-check-line" | "calendar-close-fill" | "calendar-close-line" | "calendar-event-fill" | "calendar-event-line" | "calendar-fill" | "calendar-line" | "calendar-schedule-fill" | "calendar-schedule-line" | "calendar-todo-fill" | "calendar-todo-line" | "cloud-fill" | "cloud-line" | "cloud-off-fill" | "cloud-off-line" | "copyleft-fill" | "copyleft-line" | "copyright-fill" | "copyright-line" | "creative-commons-by-fill" | "creative-commons-by-line" | "creative-commons-fill" | "creative-commons-line" | "creative-commons-nc-fill" | "creative-commons-nc-line" | "creative-commons-nd-fill" | "creative-commons-nd-line" | "creative-commons-sa-fill" | "creative-commons-sa-line" | "creative-commons-zero-fill" | "creative-commons-zero-line" | "customer-service-2-fill" | "customer-service-2-line" | "customer-service-fill" | "customer-service-line" | "donut-chart-fill" | "donut-chart-line" | "flag-2-fill" | "flag-2-line" | "flag-fill" | "flag-line" | "global-fill" | "global-line" | "honour-fill" | "honour-line" | "inbox-2-fill" | "inbox-2-line" | "inbox-archive-fill" | "inbox-archive-line" | "inbox-fill" | "inbox-line" | "inbox-unarchive-fill" | "inbox-unarchive-line" | "line-chart-fill" | "line-chart-line" | "links-fill" | "links-line" | "mail-add-fill" | "mail-add-line" | "mail-check-fill" | "mail-check-line" | "mail-close-fill" | "mail-close-line" | "mail-download-fill" | "mail-download-line" | "mail-fill" | "mail-forbid-fill" | "mail-forbid-line" | "mail-line" | "mail-lock-fill" | "mail-lock-line" | "mail-open-fill" | "mail-open-line" | "mail-send-fill" | "mail-send-line" | "mail-settings-fill" | "mail-settings-line" | "mail-star-fill" | "mail-star-line" | "mail-unread-fill" | "mail-unread-line" | "mail-volume-fill" | "mail-volume-line" | "medal-2-fill" | "medal-2-line" | "medal-fill" | "medal-line" | "megaphone-fill" | "megaphone-line" | "pass-expired-fill" | "pass-expired-line" | "pass-pending-fill" | "pass-pending-line" | "pass-valid-fill" | "pass-valid-line" | "pie-chart-2-fill" | "pie-chart-2-line" | "pie-chart-box-fill" | "pie-chart-box-line" | "pie-chart-fill" | "pie-chart-line" | "presentation-fill" | "presentation-line" | "printer-cloud-fill" | "printer-cloud-line" | "printer-fill" | "printer-line" | "profile-fill" | "profile-line" | "projector-2-fill" | "projector-2-line" | "projector-fill" | "projector-line" | "record-mail-fill" | "record-mail-line" | "registered-fill" | "registered-line" | "reply-all-fill" | "reply-all-line" | "reply-fill" | "reply-line" | "send-plane-2-fill" | "send-plane-2-line" | "send-plane-fill" | "send-plane-line" | "seo-fill" | "seo-line" | "service-fill" | "service-line" | "shake-hands-fill" | "shake-hands-line" | "slideshow-2-fill" | "slideshow-2-line" | "slideshow-3-fill" | "slideshow-3-line" | "slideshow-4-fill" | "slideshow-4-line" | "slideshow-fill" | "slideshow-line" | "stack-fill" | "stack-line" | "trademark-fill" | "trademark-line" | "verified-badge-fill" | "verified-badge-line" | "window-2-fill" | "window-2-line" | "window-fill" | "window-line" | "chat-1-fill" | "chat-1-line" | "chat-2-fill" | "chat-2-line" | "chat-3-fill" | "chat-3-line" | "chat-4-fill" | "chat-4-line" | "chat-check-fill" | "chat-check-line" | "chat-delete-fill" | "chat-delete-line" | "chat-download-fill" | "chat-download-line" | "chat-follow-up-fill" | "chat-follow-up-line" | "chat-forward-fill" | "chat-forward-line" | "chat-heart-fill" | "chat-heart-line" | "chat-history-fill" | "chat-history-line" | "chat-new-fill" | "chat-new-line" | "chat-off-fill" | "chat-off-line" | "chat-poll-fill" | "chat-poll-line" | "chat-private-fill" | "chat-private-line" | "chat-quote-fill" | "chat-quote-line" | "chat-settings-fill" | "chat-settings-line" | "chat-smile-2-fill" | "chat-smile-2-line" | "chat-smile-3-fill" | "chat-smile-3-line" | "chat-smile-fill" | "chat-smile-line" | "chat-upload-fill" | "chat-upload-line" | "chat-voice-fill" | "chat-voice-line" | "discuss-fill" | "discuss-line" | "emoji-sticker-fill" | "emoji-sticker-line" | "feedback-fill" | "feedback-line" | "message-2-fill" | "message-2-line" | "message-3-fill" | "message-3-line" | "message-fill" | "message-line" | "question-answer-fill" | "question-answer-line" | "questionnaire-fill" | "questionnaire-line" | "speak-fill" | "speak-line" | "video-chat-fill" | "video-chat-line" | "anticlockwise-2-fill" | "anticlockwise-2-line" | "anticlockwise-fill" | "anticlockwise-line" | "artboard-2-fill" | "artboard-2-line" | "artboard-fill" | "artboard-line" | "ball-pen-fill" | "ball-pen-line" | "blur-off-fill" | "blur-off-line" | "brush-2-fill" | "brush-2-line" | "brush-3-fill" | "brush-3-line" | "brush-4-fill" | "brush-4-line" | "brush-fill" | "brush-line" | "circle-fill" | "circle-line" | "clockwise-2-fill" | "clockwise-2-line" | "clockwise-fill" | "clockwise-line" | "collage-fill" | "collage-line" | "compasses-2-fill" | "compasses-2-line" | "compasses-fill" | "compasses-line" | "contrast-2-fill" | "contrast-2-line" | "contrast-drop-2-fill" | "contrast-drop-2-line" | "contrast-drop-fill" | "contrast-drop-line" | "contrast-fill" | "contrast-line" | "crop-2-fill" | "crop-2-line" | "crop-fill" | "crop-line" | "crosshair-2-fill" | "crosshair-2-line" | "crosshair-fill" | "crosshair-line" | "drag-drop-fill" | "drag-drop-line" | "drop-fill" | "drop-line" | "edit-2-fill" | "edit-2-line" | "edit-box-fill" | "edit-box-line" | "edit-circle-fill" | "edit-circle-line" | "edit-fill" | "edit-line" | "eraser-fill" | "eraser-line" | "focus-2-fill" | "focus-2-line" | "focus-3-fill" | "focus-3-line" | "focus-fill" | "focus-line" | "grid-fill" | "grid-line" | "hammer-fill" | "hammer-line" | "hexagon-fill" | "hexagon-line" | "ink-bottle-fill" | "ink-bottle-line" | "input-method-fill" | "input-method-line" | "layout-2-fill" | "layout-2-line" | "layout-3-fill" | "layout-3-line" | "layout-4-fill" | "layout-4-line" | "layout-5-fill" | "layout-5-line" | "layout-6-fill" | "layout-6-line" | "layout-bottom-2-fill" | "layout-bottom-2-line" | "layout-bottom-fill" | "layout-bottom-line" | "layout-column-fill" | "layout-column-line" | "layout-fill" | "layout-grid-fill" | "layout-grid-line" | "layout-left-2-fill" | "layout-left-2-line" | "layout-left-fill" | "layout-left-line" | "layout-line" | "layout-masonry-fill" | "layout-masonry-line" | "layout-right-2-fill" | "layout-right-2-line" | "layout-right-fill" | "layout-right-line" | "layout-row-fill" | "layout-row-line" | "layout-top-2-fill" | "layout-top-2-line" | "layout-top-fill" | "layout-top-line" | "magic-fill" | "magic-line" | "mark-pen-fill" | "mark-pen-line" | "markup-fill" | "markup-line" | "octagon-fill" | "octagon-line" | "paint-brush-fill" | "paint-brush-line" | "paint-fill" | "paint-line" | "palette-fill" | "palette-line" | "pantone-fill" | "pantone-line" | "pen-nib-fill" | "pen-nib-line" | "pencil-fill" | "pencil-line" | "pencil-ruler-2-fill" | "pencil-ruler-2-line" | "pencil-ruler-fill" | "pencil-ruler-line" | "pentagon-fill" | "pentagon-line" | "quill-pen-fill" | "quill-pen-line" | "rectangle-fill" | "rectangle-line" | "ruler-2-fill" | "ruler-2-line" | "ruler-fill" | "ruler-line" | "scissors-2-fill" | "scissors-2-line" | "scissors-cut-fill" | "scissors-cut-line" | "scissors-fill" | "scissors-line" | "screenshot-2-fill" | "screenshot-2-line" | "screenshot-fill" | "screenshot-line" | "shape-2-fill" | "shape-2-line" | "shape-fill" | "shape-line" | "shapes-fill" | "shapes-line" | "sip-fill" | "sip-line" | "slice-fill" | "slice-line" | "square-fill" | "square-line" | "t-box-fill" | "t-box-line" | "table-alt-fill" | "table-alt-line" | "table-fill" | "table-line" | "tools-fill" | "tools-line" | "triangle-fill" | "triangle-line" | "braces-fill" | "braces-line" | "brackets-fill" | "brackets-line" | "bug-2-fill" | "bug-2-line" | "bug-fill" | "bug-line" | "code-box-fill" | "code-box-line" | "code-fill" | "code-line" | "code-s-fill" | "code-s-line" | "code-s-slash-fill" | "code-s-slash-line" | "command-fill" | "command-line" | "css3-fill" | "css3-line" | "cursor-fill" | "cursor-line" | "git-branch-fill" | "git-branch-line" | "git-close-pull-request-fill" | "git-close-pull-request-line" | "git-commit-fill" | "git-commit-line" | "git-merge-fill" | "git-merge-line" | "git-pull-request-fill" | "git-pull-request-line" | "git-repository-commits-fill" | "git-repository-commits-line" | "git-repository-fill" | "git-repository-line" | "git-repository-private-fill" | "git-repository-private-line" | "html5-fill" | "html5-line" | "javascript-fill" | "javascript-line" | "parentheses-fill" | "parentheses-line" | "terminal-box-fill" | "terminal-box-line" | "terminal-fill" | "terminal-line" | "terminal-window-fill" | "terminal-window-line" | "airplay-fill" | "airplay-line" | "barcode-box-fill" | "barcode-box-line" | "barcode-fill" | "barcode-line" | "base-station-fill" | "base-station-line" | "battery-2-charge-fill" | "battery-2-charge-line" | "battery-2-fill" | "battery-2-line" | "battery-charge-fill" | "battery-charge-line" | "battery-fill" | "battery-line" | "battery-low-fill" | "battery-low-line" | "battery-saver-fill" | "battery-saver-line" | "battery-share-fill" | "battery-share-line" | "bluetooth-connect-fill" | "bluetooth-connect-line" | "bluetooth-fill" | "bluetooth-line" | "cast-fill" | "cast-line" | "cellphone-fill" | "cellphone-line" | "computer-fill" | "computer-line" | "cpu-fill" | "cpu-line" | "dashboard-2-fill" | "dashboard-2-line" | "dashboard-3-fill" | "dashboard-3-line" | "database-2-fill" | "database-2-line" | "database-fill" | "database-line" | "device-fill" | "device-line" | "device-recover-fill" | "device-recover-line" | "dual-sim-1-fill" | "dual-sim-1-line" | "dual-sim-2-fill" | "dual-sim-2-line" | "fingerprint-2-fill" | "fingerprint-2-line" | "fingerprint-fill" | "fingerprint-line" | "gamepad-fill" | "gamepad-line" | "gps-fill" | "gps-line" | "gradienter-fill" | "gradienter-line" | "hard-drive-2-fill" | "hard-drive-2-line" | "hard-drive-3-fill" | "hard-drive-3-line" | "hard-drive-fill" | "hard-drive-line" | "hotspot-fill" | "hotspot-line" | "install-fill" | "install-line" | "instance-fill" | "instance-line" | "keyboard-box-fill" | "keyboard-box-line" | "keyboard-fill" | "keyboard-line" | "mac-fill" | "mac-line" | "macbook-fill" | "macbook-line" | "mouse-fill" | "mouse-line" | "phone-fill" | "phone-find-fill" | "phone-find-line" | "phone-line" | "phone-lock-fill" | "phone-lock-line" | "qr-code-fill" | "qr-code-line" | "qr-scan-2-fill" | "qr-scan-2-line" | "qr-scan-fill" | "qr-scan-line" | "radar-fill" | "radar-line" | "remote-control-2-fill" | "remote-control-2-line" | "remote-control-fill" | "remote-control-line" | "restart-fill" | "restart-line" | "rfid-fill" | "rfid-line" | "rotate-lock-fill" | "rotate-lock-line" | "router-fill" | "router-line" | "rss-fill" | "rss-line" | "save-2-fill" | "save-2-line" | "save-3-fill" | "save-3-line" | "save-fill" | "save-line" | "scan-2-fill" | "scan-2-line" | "scan-fill" | "scan-line" | "sd-card-fill" | "sd-card-line" | "sd-card-mini-fill" | "sd-card-mini-line" | "sensor-fill" | "sensor-line" | "server-fill" | "server-line" | "shut-down-fill" | "shut-down-line" | "signal-wifi-1-fill" | "signal-wifi-1-line" | "signal-wifi-2-fill" | "signal-wifi-2-line" | "signal-wifi-3-fill" | "signal-wifi-3-line" | "signal-wifi-error-fill" | "signal-wifi-error-line" | "signal-wifi-fill" | "signal-wifi-line" | "signal-wifi-off-fill" | "signal-wifi-off-line" | "sim-card-2-fill" | "sim-card-2-line" | "sim-card-fill" | "sim-card-line" | "smartphone-fill" | "smartphone-line" | "tablet-fill" | "tablet-line" | "tv-2-fill" | "tv-2-line" | "tv-fill" | "tv-line" | "u-disk-fill" | "u-disk-line" | "uninstall-fill" | "uninstall-line" | "usb-fill" | "usb-line" | "wifi-fill" | "wifi-line" | "wifi-off-fill" | "wifi-off-line" | "wireless-charging-fill" | "wireless-charging-line" | "article-fill" | "article-line" | "bill-fill" | "bill-line" | "book-2-fill" | "book-2-line" | "book-3-fill" | "book-3-line" | "book-fill" | "book-line" | "book-mark-fill" | "book-mark-line" | "book-open-fill" | "book-open-line" | "book-read-fill" | "book-read-line" | "booklet-fill" | "booklet-line" | "clipboard-fill" | "clipboard-line" | "contacts-book-2-fill" | "contacts-book-2-line" | "contacts-book-fill" | "contacts-book-line" | "contacts-book-upload-fill" | "contacts-book-upload-line" | "draft-fill" | "draft-line" | "file-2-fill" | "file-2-line" | "file-3-fill" | "file-3-line" | "file-4-fill" | "file-4-line" | "file-add-fill" | "file-add-line" | "file-chart-2-fill" | "file-chart-2-line" | "file-chart-fill" | "file-chart-line" | "file-close-fill" | "file-close-line" | "file-cloud-fill" | "file-cloud-line" | "file-code-fill" | "file-code-line" | "file-copy-2-fill" | "file-copy-2-line" | "file-copy-fill" | "file-copy-line" | "file-damage-fill" | "file-damage-line" | "file-download-fill" | "file-download-line" | "file-edit-fill" | "file-edit-line" | "file-excel-2-fill" | "file-excel-2-line" | "file-excel-fill" | "file-excel-line" | "file-fill" | "file-forbid-fill" | "file-forbid-line" | "file-gif-fill" | "file-gif-line" | "file-history-fill" | "file-history-line" | "file-hwp-fill" | "file-hwp-line" | "file-image-fill" | "file-image-line" | "file-info-fill" | "file-info-line" | "file-line" | "file-list-2-fill" | "file-list-2-line" | "file-list-3-fill" | "file-list-3-line" | "file-list-fill" | "file-list-line" | "file-lock-fill" | "file-lock-line" | "file-mark-fill" | "file-mark-line" | "file-music-fill" | "file-music-line" | "file-paper-2-fill" | "file-paper-2-line" | "file-paper-fill" | "file-paper-line" | "file-pdf-2-fill" | "file-pdf-2-line" | "file-pdf-fill" | "file-pdf-line" | "file-ppt-2-fill" | "file-ppt-2-line" | "file-ppt-fill" | "file-ppt-line" | "file-reduce-fill" | "file-reduce-line" | "file-search-fill" | "file-search-line" | "file-settings-fill" | "file-settings-line" | "file-shield-2-fill" | "file-shield-2-line" | "file-shield-fill" | "file-shield-line" | "file-shred-fill" | "file-shred-line" | "file-text-fill" | "file-text-line" | "file-transfer-fill" | "file-transfer-line" | "file-unknow-fill" | "file-unknow-line" | "file-upload-fill" | "file-upload-line" | "file-user-fill" | "file-user-line" | "file-video-fill" | "file-video-line" | "file-warning-fill" | "file-warning-line" | "file-word-2-fill" | "file-word-2-line" | "file-word-fill" | "file-word-line" | "file-zip-fill" | "file-zip-line" | "folder-2-fill" | "folder-2-line" | "folder-3-fill" | "folder-3-line" | "folder-4-fill" | "folder-4-line" | "folder-5-fill" | "folder-5-line" | "folder-add-fill" | "folder-add-line" | "folder-chart-2-fill" | "folder-chart-2-line" | "folder-chart-fill" | "folder-chart-line" | "folder-download-fill" | "folder-download-line" | "folder-fill" | "folder-forbid-fill" | "folder-forbid-line" | "folder-history-fill" | "folder-history-line" | "folder-image-fill" | "folder-image-line" | "folder-info-fill" | "folder-info-line" | "folder-keyhole-fill" | "folder-keyhole-line" | "folder-line" | "folder-lock-fill" | "folder-lock-line" | "folder-music-fill" | "folder-music-line" | "folder-open-fill" | "folder-open-line" | "folder-received-fill" | "folder-received-line" | "folder-reduce-fill" | "folder-reduce-line" | "folder-settings-fill" | "folder-settings-line" | "folder-shared-fill" | "folder-shared-line" | "folder-shield-2-fill" | "folder-shield-2-line" | "folder-shield-fill" | "folder-shield-line" | "folder-transfer-fill" | "folder-transfer-line" | "folder-unknow-fill" | "folder-unknow-line" | "folder-upload-fill" | "folder-upload-line" | "folder-user-fill" | "folder-user-line" | "folder-video-fill" | "folder-video-line" | "folder-warning-fill" | "folder-warning-line" | "folder-zip-fill" | "folder-zip-line" | "folders-fill" | "folders-line" | "keynote-fill" | "keynote-line" | "markdown-fill" | "markdown-line" | "news-fill" | "news-line" | "newspaper-fill" | "newspaper-line" | "numbers-fill" | "numbers-line" | "pages-fill" | "pages-line" | "sticky-note-2-fill" | "sticky-note-2-line" | "sticky-note-fill" | "sticky-note-line" | "survey-fill" | "survey-line" | "task-fill" | "task-line" | "todo-fill" | "todo-line" | "a-b" | "ai-generate" | "align-bottom" | "align-center" | "align-justify" | "align-left" | "align-right" | "align-top" | "align-vertically" | "asterisk" | "attachment-2" | "bold" | "bring-forward" | "bring-to-front" | "code-view" | "delete-column" | "delete-row" | "double-quotes-l" | "double-quotes-r" | "draggable" | "dropdown-list" | "emphasis-cn" | "emphasis" | "english-input" | "flow-chart" | "font-color" | "font-family" | "font-mono" | "font-sans-serif" | "font-sans" | "font-size-2" | "font-size" | "format-clear" | "functions" | "h-1" | "h-2" | "h-3" | "h-4" | "h-5" | "h-6" | "hashtag" | "heading" | "indent-decrease" | "indent-increase" | "info-i" | "input-cursor-move" | "insert-column-left" | "insert-column-right" | "insert-row-bottom" | "insert-row-top" | "italic" | "line-height" | "link-m" | "link-unlink-m" | "link-unlink" | "link" | "list-check-2" | "list-check-3" | "list-check" | "list-indefinite" | "list-ordered-2" | "list-ordered" | "list-radio" | "list-unordered" | "merge-cells-horizontal" | "merge-cells-vertical" | "mind-map" | "node-tree" | "number-0" | "number-1" | "number-2" | "number-3" | "number-4" | "number-5" | "number-6" | "number-7" | "number-8" | "number-9" | "omega" | "organization-chart" | "overline" | "page-separator" | "paragraph" | "pinyin-input" | "question-mark" | "quote-text" | "rounded-corner" | "send-backward" | "send-to-back" | "separator" | "single-quotes-l" | "single-quotes-r" | "sketching" | "slash-commands-2" | "slash-commands" | "sort-asc" | "sort-desc" | "space" | "split-cells-horizontal" | "split-cells-vertical" | "strikethrough-2" | "strikethrough" | "subscript-2" | "subscript" | "superscript-2" | "superscript" | "table-2" | "text-direction-l" | "text-direction-r" | "text-spacing" | "text-wrap" | "text" | "translate-2" | "translate" | "underline" | "wubi-input" | "24-hours-fill" | "24-hours-line" | "auction-fill" | "auction-line" | "bank-card-2-fill" | "bank-card-2-line" | "bank-card-fill" | "bank-card-line" | "bit-coin-fill" | "bit-coin-line" | "bnb-fill" | "bnb-line" | "btc-fill" | "btc-line" | "cash-fill" | "cash-line" | "coin-fill" | "coin-line" | "coins-fill" | "coins-line" | "copper-coin-fill" | "copper-coin-line" | "copper-diamond-fill" | "copper-diamond-line" | "coupon-2-fill" | "coupon-2-line" | "coupon-3-fill" | "coupon-3-line" | "coupon-4-fill" | "coupon-4-line" | "coupon-5-fill" | "coupon-5-line" | "coupon-fill" | "coupon-line" | "currency-fill" | "currency-line" | "eth-fill" | "eth-line" | "exchange-box-fill" | "exchange-box-line" | "exchange-cny-fill" | "exchange-cny-line" | "exchange-dollar-fill" | "exchange-dollar-line" | "exchange-fill" | "exchange-funds-fill" | "exchange-funds-line" | "exchange-line" | "funds-box-fill" | "funds-box-line" | "funds-fill" | "funds-line" | "gift-2-fill" | "gift-2-line" | "gift-fill" | "gift-line" | "hand-coin-fill" | "hand-coin-line" | "hand-heart-fill" | "hand-heart-line" | "increase-decrease-fill" | "increase-decrease-line" | "money-cny-box-fill" | "money-cny-box-line" | "money-cny-circle-fill" | "money-cny-circle-line" | "money-dollar-box-fill" | "money-dollar-box-line" | "money-dollar-circle-fill" | "money-dollar-circle-line" | "money-euro-box-fill" | "money-euro-box-line" | "money-euro-circle-fill" | "money-euro-circle-line" | "money-pound-box-fill" | "money-pound-box-line" | "money-pound-circle-fill" | "money-pound-circle-line" | "money-rupee-circle-fill" | "money-rupee-circle-line" | "nft-fill" | "nft-line" | "p2p-fill" | "p2p-line" | "percent-fill" | "percent-line" | "price-tag-2-fill" | "price-tag-2-line" | "price-tag-3-fill" | "price-tag-3-line" | "price-tag-fill" | "price-tag-line" | "red-packet-fill" | "red-packet-line" | "refund-2-fill" | "refund-2-line" | "refund-fill" | "refund-line" | "safe-2-fill" | "safe-2-line" | "safe-fill" | "safe-line" | "secure-payment-fill" | "secure-payment-line" | "shopping-bag-2-fill" | "shopping-bag-2-line" | "shopping-bag-3-fill" | "shopping-bag-3-line" | "shopping-bag-fill" | "shopping-bag-line" | "shopping-basket-2-fill" | "shopping-basket-2-line" | "shopping-basket-fill" | "shopping-basket-line" | "shopping-cart-2-fill" | "shopping-cart-2-line" | "shopping-cart-fill" | "shopping-cart-line" | "stock-fill" | "stock-line" | "swap-box-fill" | "swap-box-line" | "swap-fill" | "swap-line" | "ticket-2-fill" | "ticket-2-line" | "ticket-fill" | "ticket-line" | "token-swap-fill" | "token-swap-line" | "trophy-fill" | "trophy-line" | "vip-crown-2-fill" | "vip-crown-2-line" | "vip-crown-fill" | "vip-crown-line" | "vip-diamond-fill" | "vip-diamond-line" | "vip-fill" | "vip-line" | "wallet-2-fill" | "wallet-2-line" | "wallet-3-fill" | "wallet-3-line" | "wallet-fill" | "wallet-line" | "water-flash-fill" | "water-flash-line" | "xrp-fill" | "xrp-line" | "xtz-fill" | "xtz-line" | "beer-fill" | "beer-line" | "bread-fill" | "bread-line" | "cake-2-fill" | "cake-2-line" | "cake-3-fill" | "cake-3-line" | "cake-fill" | "cake-line" | "cup-fill" | "cup-line" | "drinks-fill" | "drinks-line" | "goblet-fill" | "goblet-line" | "knife-blood-fill" | "knife-blood-line" | "knife-fill" | "knife-line" | "restaurant-2-fill" | "restaurant-2-line" | "restaurant-fill" | "restaurant-line" | "brain-fill" | "brain-line" | "capsule-fill" | "capsule-line" | "dislike-fill" | "dislike-line" | "dossier-fill" | "dossier-line" | "empathize-fill" | "empathize-line" | "first-aid-kit-fill" | "first-aid-kit-line" | "flask-fill" | "flask-line" | "hand-sanitizer-fill" | "hand-sanitizer-line" | "health-book-fill" | "health-book-line" | "heart-2-fill" | "heart-2-line" | "heart-3-fill" | "heart-3-line" | "heart-add-fill" | "heart-add-line" | "heart-fill" | "heart-line" | "heart-pulse-fill" | "heart-pulse-line" | "hearts-fill" | "hearts-line" | "infrared-thermometer-fill" | "infrared-thermometer-line" | "lungs-fill" | "lungs-line" | "medicine-bottle-fill" | "medicine-bottle-line" | "mental-health-fill" | "mental-health-line" | "microscope-fill" | "microscope-line" | "nurse-fill" | "nurse-line" | "psychotherapy-fill" | "psychotherapy-line" | "pulse-fill" | "pulse-line" | "rest-time-fill" | "rest-time-line" | "stethoscope-fill" | "stethoscope-line" | "surgical-mask-fill" | "surgical-mask-line" | "syringe-fill" | "syringe-line" | "test-tube-fill" | "test-tube-line" | "thermometer-fill" | "thermometer-line" | "virus-fill" | "virus-line" | "zzz-fill" | "zzz-line" | "alipay-fill" | "alipay-line" | "amazon-fill" | "amazon-line" | "android-fill" | "android-line" | "angularjs-fill" | "angularjs-line" | "app-store-fill" | "app-store-line" | "apple-fill" | "apple-line" | "baidu-fill" | "baidu-line" | "bard-fill" | "bard-line" | "behance-fill" | "behance-line" | "bilibili-fill" | "bilibili-line" | "blender-fill" | "blender-line" | "bootstrap-fill" | "bootstrap-line" | "centos-fill" | "centos-line" | "chrome-fill" | "chrome-line" | "codepen-fill" | "codepen-line" | "copilot-fill" | "copilot-line" | "coreos-fill" | "coreos-line" | "dingding-fill" | "dingding-line" | "discord-fill" | "discord-line" | "disqus-fill" | "disqus-line" | "douban-fill" | "douban-line" | "dribbble-fill" | "dribbble-line" | "drive-fill" | "drive-line" | "dropbox-fill" | "dropbox-line" | "edge-fill" | "edge-line" | "edge-new-fill" | "edge-new-line" | "evernote-fill" | "evernote-line" | "facebook-box-fill" | "facebook-box-line" | "facebook-circle-fill" | "facebook-circle-line" | "facebook-fill" | "facebook-line" | "finder-fill" | "finder-line" | "firefox-fill" | "firefox-line" | "flickr-fill" | "flickr-line" | "flutter-fill" | "flutter-line" | "gatsby-fill" | "gatsby-line" | "github-fill" | "github-line" | "gitlab-fill" | "gitlab-line" | "google-fill" | "google-line" | "google-play-fill" | "google-play-line" | "honor-of-kings-fill" | "honor-of-kings-line" | "ie-fill" | "ie-line" | "instagram-fill" | "instagram-line" | "invision-fill" | "invision-line" | "kakao-talk-fill" | "kakao-talk-line" | "kick-fill" | "kick-line" | "line-fill" | "line-line" | "linkedin-box-fill" | "linkedin-box-line" | "linkedin-fill" | "linkedin-line" | "mastercard-fill" | "mastercard-line" | "mastodon-fill" | "mastodon-line" | "medium-fill" | "medium-line" | "messenger-fill" | "messenger-line" | "meta-fill" | "meta-line" | "microsoft-fill" | "microsoft-line" | "microsoft-loop-fill" | "microsoft-loop-line" | "mini-program-fill" | "mini-program-line" | "netease-cloud-music-fill" | "netease-cloud-music-line" | "netflix-fill" | "netflix-line" | "notion-fill" | "notion-line" | "npmjs-fill" | "npmjs-line" | "open-source-fill" | "open-source-line" | "openai-fill" | "openai-line" | "openbase-fill" | "openbase-line" | "opera-fill" | "opera-line" | "patreon-fill" | "patreon-line" | "paypal-fill" | "paypal-line" | "pinterest-fill" | "pinterest-line" | "pixelfed-fill" | "pixelfed-line" | "playstation-fill" | "playstation-line" | "product-hunt-fill" | "product-hunt-line" | "qq-fill" | "qq-line" | "reactjs-fill" | "reactjs-line" | "reddit-fill" | "reddit-line" | "remixicon-fill" | "remixicon-line" | "safari-fill" | "safari-line" | "skype-fill" | "skype-line" | "slack-fill" | "slack-line" | "snapchat-fill" | "snapchat-line" | "soundcloud-fill" | "soundcloud-line" | "spectrum-fill" | "spectrum-line" | "spotify-fill" | "spotify-line" | "stack-overflow-fill" | "stack-overflow-line" | "stackshare-fill" | "stackshare-line" | "steam-fill" | "steam-line" | "supabase-fill" | "supabase-line" | "svelte-fill" | "svelte-line" | "switch-fill" | "switch-line" | "taobao-fill" | "taobao-line" | "telegram-fill" | "telegram-line" | "threads-fill" | "threads-line" | "tiktok-fill" | "tiktok-line" | "trello-fill" | "trello-line" | "tumblr-fill" | "tumblr-line" | "twitch-fill" | "twitch-line" | "twitter-fill" | "twitter-line" | "twitter-x-fill" | "twitter-x-line" | "ubuntu-fill" | "ubuntu-line" | "unsplash-fill" | "unsplash-line" | "vimeo-fill" | "vimeo-line" | "visa-fill" | "visa-line" | "vk-fill" | "vk-line" | "vuejs-fill" | "vuejs-line" | "wechat-2-fill" | "wechat-2-line" | "wechat-channels-fill" | "wechat-channels-line" | "wechat-fill" | "wechat-line" | "wechat-pay-fill" | "wechat-pay-line" | "weibo-fill" | "weibo-line" | "whatsapp-fill" | "whatsapp-line" | "windows-fill" | "windows-line" | "wordpress-fill" | "wordpress-line" | "xbox-fill" | "xbox-line" | "xing-fill" | "xing-line" | "youtube-fill" | "youtube-line" | "yuque-fill" | "yuque-line" | "zcool-fill" | "zcool-line" | "zhihu-fill" | "zhihu-line" | "anchor-fill" | "anchor-line" | "barricade-fill" | "barricade-line" | "bike-fill" | "bike-line" | "bus-2-fill" | "bus-2-line" | "bus-fill" | "bus-line" | "bus-wifi-fill" | "bus-wifi-line" | "car-fill" | "car-line" | "car-washing-fill" | "car-washing-line" | "caravan-fill" | "caravan-line" | "charging-pile-2-fill" | "charging-pile-2-line" | "charging-pile-fill" | "charging-pile-line" | "china-railway-fill" | "china-railway-line" | "compass-2-fill" | "compass-2-line" | "compass-3-fill" | "compass-3-line" | "compass-4-fill" | "compass-4-line" | "compass-discover-fill" | "compass-discover-line" | "compass-fill" | "compass-line" | "direction-fill" | "direction-line" | "e-bike-2-fill" | "e-bike-2-line" | "e-bike-fill" | "e-bike-line" | "earth-fill" | "earth-line" | "flight-land-fill" | "flight-land-line" | "flight-takeoff-fill" | "flight-takeoff-line" | "footprint-fill" | "footprint-line" | "gas-station-fill" | "gas-station-line" | "globe-fill" | "globe-line" | "guide-fill" | "guide-line" | "hotel-bed-fill" | "hotel-bed-line" | "lifebuoy-fill" | "lifebuoy-line" | "luggage-cart-fill" | "luggage-cart-line" | "luggage-deposit-fill" | "luggage-deposit-line" | "map-2-fill" | "map-2-line" | "map-fill" | "map-line" | "map-pin-2-fill" | "map-pin-2-line" | "map-pin-3-fill" | "map-pin-3-line" | "map-pin-4-fill" | "map-pin-4-line" | "map-pin-5-fill" | "map-pin-5-line" | "map-pin-add-fill" | "map-pin-add-line" | "map-pin-fill" | "map-pin-line" | "map-pin-range-fill" | "map-pin-range-line" | "map-pin-time-fill" | "map-pin-time-line" | "map-pin-user-fill" | "map-pin-user-line" | "motorbike-fill" | "motorbike-line" | "navigation-fill" | "navigation-line" | "oil-fill" | "oil-line" | "parking-box-fill" | "parking-box-line" | "parking-fill" | "parking-line" | "passport-fill" | "passport-line" | "pin-distance-fill" | "pin-distance-line" | "plane-fill" | "plane-line" | "planet-fill" | "planet-line" | "police-car-fill" | "police-car-line" | "pushpin-2-fill" | "pushpin-2-line" | "pushpin-fill" | "pushpin-line" | "riding-fill" | "riding-line" | "road-map-fill" | "road-map-line" | "roadster-fill" | "roadster-line" | "rocket-2-fill" | "rocket-2-line" | "rocket-fill" | "rocket-line" | "route-fill" | "route-line" | "run-fill" | "run-line" | "sailboat-fill" | "sailboat-line" | "ship-2-fill" | "ship-2-line" | "ship-fill" | "ship-line" | "signal-tower-fill" | "signal-tower-line" | "space-ship-fill" | "space-ship-line" | "steering-2-fill" | "steering-2-line" | "steering-fill" | "steering-line" | "subway-fill" | "subway-line" | "subway-wifi-fill" | "subway-wifi-line" | "suitcase-2-fill" | "suitcase-2-line" | "suitcase-3-fill" | "suitcase-3-line" | "suitcase-fill" | "suitcase-line" | "takeaway-fill" | "takeaway-line" | "taxi-fill" | "taxi-line" | "taxi-wifi-fill" | "taxi-wifi-line" | "traffic-light-fill" | "traffic-light-line" | "train-fill" | "train-line" | "train-wifi-fill" | "train-wifi-line" | "treasure-map-fill" | "treasure-map-line" | "truck-fill" | "truck-line" | "unpin-fill" | "unpin-line" | "walk-fill" | "walk-line" | "4k-fill" | "4k-line" | "album-fill" | "album-line" | "aspect-ratio-fill" | "aspect-ratio-line" | "broadcast-fill" | "broadcast-line" | "camera-2-fill" | "camera-2-line" | "camera-3-fill" | "camera-3-line" | "camera-fill" | "camera-lens-fill" | "camera-lens-line" | "camera-line" | "camera-off-fill" | "camera-off-line" | "camera-switch-fill" | "camera-switch-line" | "clapperboard-fill" | "clapperboard-line" | "closed-captioning-fill" | "closed-captioning-line" | "disc-fill" | "disc-line" | "dv-fill" | "dv-line" | "dvd-fill" | "dvd-line" | "eject-fill" | "eject-line" | "equalizer-2-fill" | "equalizer-2-line" | "equalizer-3-fill" | "equalizer-3-line" | "equalizer-fill" | "equalizer-line" | "film-fill" | "film-line" | "forward-10-fill" | "forward-10-line" | "forward-15-fill" | "forward-15-line" | "forward-30-fill" | "forward-30-line" | "forward-5-fill" | "forward-5-line" | "fullscreen-exit-fill" | "fullscreen-exit-line" | "fullscreen-fill" | "fullscreen-line" | "gallery-fill" | "gallery-line" | "gallery-upload-fill" | "gallery-upload-line" | "hd-fill" | "hd-line" | "headphone-fill" | "headphone-line" | "hq-fill" | "hq-line" | "image-2-fill" | "image-2-line" | "image-add-fill" | "image-add-line" | "image-circle-fill" | "image-circle-line" | "image-edit-fill" | "image-edit-line" | "image-fill" | "image-line" | "landscape-fill" | "landscape-line" | "live-fill" | "live-line" | "memories-fill" | "memories-line" | "mic-2-fill" | "mic-2-line" | "mic-fill" | "mic-line" | "mic-off-fill" | "mic-off-line" | "movie-2-fill" | "movie-2-line" | "movie-fill" | "movie-line" | "music-2-fill" | "music-2-line" | "music-fill" | "music-line" | "mv-fill" | "mv-line" | "notification-2-fill" | "notification-2-line" | "notification-3-fill" | "notification-3-line" | "notification-4-fill" | "notification-4-line" | "notification-fill" | "notification-line" | "notification-off-fill" | "notification-off-line" | "order-play-fill" | "order-play-line" | "pause-circle-fill" | "pause-circle-line" | "pause-fill" | "pause-line" | "pause-mini-fill" | "pause-mini-line" | "phone-camera-fill" | "phone-camera-line" | "picture-in-picture-2-fill" | "picture-in-picture-2-line" | "picture-in-picture-exit-fill" | "picture-in-picture-exit-line" | "picture-in-picture-fill" | "picture-in-picture-line" | "play-circle-fill" | "play-circle-line" | "play-fill" | "play-line" | "play-list-2-fill" | "play-list-2-line" | "play-list-add-fill" | "play-list-add-line" | "play-list-fill" | "play-list-line" | "play-mini-fill" | "play-mini-line" | "polaroid-2-fill" | "polaroid-2-line" | "polaroid-fill" | "polaroid-line" | "radio-2-fill" | "radio-2-line" | "radio-fill" | "radio-line" | "record-circle-fill" | "record-circle-line" | "repeat-2-fill" | "repeat-2-line" | "repeat-fill" | "repeat-line" | "repeat-one-fill" | "repeat-one-line" | "replay-10-fill" | "replay-10-line" | "replay-15-fill" | "replay-15-line" | "replay-30-fill" | "replay-30-line" | "replay-5-fill" | "replay-5-line" | "rewind-fill" | "rewind-line" | "rewind-mini-fill" | "rewind-mini-line" | "rhythm-fill" | "rhythm-line" | "shuffle-fill" | "shuffle-line" | "skip-back-fill" | "skip-back-line" | "skip-back-mini-fill" | "skip-back-mini-line" | "skip-forward-fill" | "skip-forward-line" | "skip-forward-mini-fill" | "skip-forward-mini-line" | "slow-down-fill" | "slow-down-line" | "sound-module-fill" | "sound-module-line" | "speaker-2-fill" | "speaker-2-line" | "speaker-3-fill" | "speaker-3-line" | "speaker-fill" | "speaker-line" | "speed-fill" | "speed-line" | "speed-mini-fill" | "speed-mini-line" | "speed-up-fill" | "speed-up-line" | "stop-circle-fill" | "stop-circle-line" | "stop-fill" | "stop-line" | "stop-mini-fill" | "stop-mini-line" | "surround-sound-fill" | "surround-sound-line" | "tape-fill" | "tape-line" | "video-add-fill" | "video-add-line" | "video-download-fill" | "video-download-line" | "video-fill" | "video-line" | "video-upload-fill" | "video-upload-line" | "vidicon-2-fill" | "vidicon-2-line" | "vidicon-fill" | "vidicon-line" | "voiceprint-fill" | "voiceprint-line" | "volume-down-fill" | "volume-down-line" | "volume-mute-fill" | "volume-mute-line" | "volume-off-vibrate-fill" | "volume-off-vibrate-line" | "volume-up-fill" | "volume-up-line" | "volume-vibrate-fill" | "volume-vibrate-line" | "webcam-fill" | "webcam-line" | "armchair-fill" | "armchair-line" | "basketball-fill" | "basketball-line" | "bell-fill" | "bell-line" | "billiards-fill" | "billiards-line" | "box-1-fill" | "box-1-line" | "box-2-fill" | "box-2-line" | "box-3-fill" | "box-3-line" | "boxing-fill" | "boxing-line" | "cactus-fill" | "cactus-line" | "candle-fill" | "candle-line" | "character-recognition-fill" | "character-recognition-line" | "cross-fill" | "cross-line" | "dice-1-fill" | "dice-1-line" | "dice-2-fill" | "dice-2-line" | "dice-3-fill" | "dice-3-line" | "dice-4-fill" | "dice-4-line" | "dice-5-fill" | "dice-5-line" | "dice-6-fill" | "dice-6-line" | "dice-fill" | "dice-line" | "door-closed-fill" | "door-closed-line" | "door-fill" | "door-line" | "door-lock-box-fill" | "door-lock-box-line" | "door-lock-fill" | "door-lock-line" | "door-open-fill" | "door-open-line" | "flower-fill" | "flower-line" | "football-fill" | "football-line" | "fridge-fill" | "fridge-line" | "game-fill" | "game-line" | "glasses-2-fill" | "glasses-2-line" | "glasses-fill" | "glasses-line" | "goggles-fill" | "goggles-line" | "graduation-cap-fill" | "graduation-cap-line" | "handbag-fill" | "handbag-line" | "infinity-fill" | "infinity-line" | "key-2-fill" | "key-2-line" | "key-fill" | "key-line" | "leaf-fill" | "leaf-line" | "lightbulb-fill" | "lightbulb-flash-fill" | "lightbulb-flash-line" | "lightbulb-line" | "outlet-2-fill" | "outlet-2-line" | "outlet-fill" | "outlet-line" | "ping-pong-fill" | "ping-pong-line" | "plant-fill" | "plant-line" | "plug-2-fill" | "plug-2-line" | "plug-fill" | "plug-line" | "recycle-fill" | "recycle-line" | "reserved-fill" | "reserved-line" | "scales-2-fill" | "scales-2-line" | "scales-3-fill" | "scales-3-line" | "scales-fill" | "scales-line" | "seedling-fill" | "seedling-line" | "shirt-fill" | "shirt-line" | "sofa-fill" | "sofa-line" | "sword-fill" | "sword-line" | "t-shirt-2-fill" | "t-shirt-2-line" | "t-shirt-air-fill" | "t-shirt-air-line" | "t-shirt-fill" | "t-shirt-line" | "tree-fill" | "tree-line" | "umbrella-fill" | "umbrella-line" | "voice-recognition-fill" | "voice-recognition-line" | "wheelchair-fill" | "wheelchair-line" | "add-box-fill" | "add-box-line" | "add-circle-fill" | "add-circle-line" | "add-fill" | "add-line" | "alarm-fill" | "alarm-line" | "alarm-warning-fill" | "alarm-warning-line" | "alert-fill" | "alert-line" | "apps-2-fill" | "apps-2-line" | "apps-fill" | "apps-line" | "check-double-fill" | "check-double-line" | "check-fill" | "check-line" | "checkbox-blank-circle-fill" | "checkbox-blank-circle-line" | "checkbox-blank-fill" | "checkbox-blank-line" | "checkbox-circle-fill" | "checkbox-circle-line" | "checkbox-fill" | "checkbox-indeterminate-fill" | "checkbox-indeterminate-line" | "checkbox-line" | "checkbox-multiple-blank-fill" | "checkbox-multiple-blank-line" | "checkbox-multiple-fill" | "checkbox-multiple-line" | "close-circle-fill" | "close-circle-line" | "close-fill" | "close-line" | "dashboard-fill" | "dashboard-line" | "delete-back-2-fill" | "delete-back-2-line" | "delete-back-fill" | "delete-back-line" | "delete-bin-2-fill" | "delete-bin-2-line" | "delete-bin-3-fill" | "delete-bin-3-line" | "delete-bin-4-fill" | "delete-bin-4-line" | "delete-bin-5-fill" | "delete-bin-5-line" | "delete-bin-6-fill" | "delete-bin-6-line" | "delete-bin-7-fill" | "delete-bin-7-line" | "delete-bin-fill" | "delete-bin-line" | "divide-fill" | "divide-line" | "download-2-fill" | "download-2-line" | "download-cloud-2-fill" | "download-cloud-2-line" | "download-cloud-fill" | "download-cloud-line" | "download-fill" | "download-line" | "equal-fill" | "equal-line" | "error-warning-fill" | "error-warning-line" | "external-link-fill" | "external-link-line" | "eye-2-fill" | "eye-2-line" | "eye-close-fill" | "eye-close-line" | "eye-fill" | "eye-line" | "eye-off-fill" | "eye-off-line" | "filter-2-fill" | "filter-2-line" | "filter-3-fill" | "filter-3-line" | "filter-fill" | "filter-line" | "filter-off-fill" | "filter-off-line" | "find-replace-fill" | "find-replace-line" | "forbid-2-fill" | "forbid-2-line" | "forbid-fill" | "forbid-line" | "function-fill" | "function-line" | "history-fill" | "history-line" | "hourglass-2-fill" | "hourglass-2-line" | "hourglass-fill" | "hourglass-line" | "indeterminate-circle-fill" | "indeterminate-circle-line" | "information-fill" | "information-line" | "list-settings-fill" | "list-settings-line" | "loader-2-fill" | "loader-2-line" | "loader-3-fill" | "loader-3-line" | "loader-4-fill" | "loader-4-line" | "loader-5-fill" | "loader-5-line" | "loader-fill" | "loader-line" | "lock-2-fill" | "lock-2-line" | "lock-fill" | "lock-line" | "lock-password-fill" | "lock-password-line" | "lock-unlock-fill" | "lock-unlock-line" | "login-box-fill" | "login-box-line" | "login-circle-fill" | "login-circle-line" | "logout-box-fill" | "logout-box-line" | "logout-box-r-fill" | "logout-box-r-line" | "logout-circle-fill" | "logout-circle-line" | "logout-circle-r-fill" | "logout-circle-r-line" | "loop-left-fill" | "loop-left-line" | "loop-right-fill" | "loop-right-line" | "menu-2-fill" | "menu-2-line" | "menu-3-fill" | "menu-3-line" | "menu-4-fill" | "menu-4-line" | "menu-5-fill" | "menu-5-line" | "menu-add-fill" | "menu-add-line" | "menu-fill" | "menu-fold-fill" | "menu-fold-line" | "menu-line" | "menu-search-fill" | "menu-search-line" | "menu-unfold-fill" | "menu-unfold-line" | "more-2-fill" | "more-2-line" | "more-fill" | "more-line" | "notification-badge-fill" | "notification-badge-line" | "prohibited-fill" | "prohibited-line" | "question-fill" | "question-line" | "radio-button-fill" | "radio-button-line" | "refresh-fill" | "refresh-line" | "search-2-fill" | "search-2-line" | "search-eye-fill" | "search-eye-line" | "search-fill" | "search-line" | "settings-2-fill" | "settings-2-line" | "settings-3-fill" | "settings-3-line" | "settings-4-fill" | "settings-4-line" | "settings-5-fill" | "settings-5-line" | "settings-6-fill" | "settings-6-line" | "settings-fill" | "settings-line" | "share-2-fill" | "share-2-line" | "share-box-fill" | "share-box-line" | "share-circle-fill" | "share-circle-line" | "share-fill" | "share-forward-2-fill" | "share-forward-2-line" | "share-forward-box-fill" | "share-forward-box-line" | "share-forward-fill" | "share-forward-line" | "share-line" | "shield-check-fill" | "shield-check-line" | "shield-cross-fill" | "shield-cross-line" | "shield-fill" | "shield-flash-fill" | "shield-flash-line" | "shield-keyhole-fill" | "shield-keyhole-line" | "shield-line" | "shield-star-fill" | "shield-star-line" | "shield-user-fill" | "shield-user-line" | "side-bar-fill" | "side-bar-line" | "spam-2-fill" | "spam-2-line" | "spam-3-fill" | "spam-3-line" | "spam-fill" | "spam-line" | "star-fill" | "star-half-fill" | "star-half-line" | "star-half-s-fill" | "star-half-s-line" | "star-line" | "star-s-fill" | "star-s-line" | "subtract-fill" | "subtract-line" | "thumb-down-fill" | "thumb-down-line" | "thumb-up-fill" | "thumb-up-line" | "time-fill" | "time-line" | "timer-2-fill" | "timer-2-line" | "timer-fill" | "timer-flash-fill" | "timer-flash-line" | "timer-line" | "toggle-fill" | "toggle-line" | "upload-2-fill" | "upload-2-line" | "upload-cloud-2-fill" | "upload-cloud-2-line" | "upload-cloud-fill" | "upload-cloud-line" | "upload-fill" | "upload-line" | "zoom-in-fill" | "zoom-in-line" | "zoom-out-fill" | "zoom-out-line" | "account-box-fill" | "account-box-line" | "account-circle-fill" | "account-circle-line" | "account-pin-box-fill" | "account-pin-box-line" | "account-pin-circle-fill" | "account-pin-circle-line" | "admin-fill" | "admin-line" | "aliens-fill" | "aliens-line" | "bear-smile-fill" | "bear-smile-line" | "body-scan-fill" | "body-scan-line" | "contacts-fill" | "contacts-line" | "criminal-fill" | "criminal-line" | "emotion-2-fill" | "emotion-2-line" | "emotion-fill" | "emotion-happy-fill" | "emotion-happy-line" | "emotion-laugh-fill" | "emotion-laugh-line" | "emotion-line" | "emotion-normal-fill" | "emotion-normal-line" | "emotion-sad-fill" | "emotion-sad-line" | "emotion-unhappy-fill" | "emotion-unhappy-line" | "genderless-fill" | "genderless-line" | "ghost-2-fill" | "ghost-2-line" | "ghost-fill" | "ghost-line" | "ghost-smile-fill" | "ghost-smile-line" | "group-2-fill" | "group-2-line" | "group-fill" | "group-line" | "men-fill" | "men-line" | "mickey-fill" | "mickey-line" | "open-arm-fill" | "open-arm-line" | "parent-fill" | "parent-line" | "robot-2-fill" | "robot-2-line" | "robot-3-fill" | "robot-3-line" | "robot-fill" | "robot-line" | "skull-2-fill" | "skull-2-line" | "skull-fill" | "skull-line" | "spy-fill" | "spy-line" | "star-smile-fill" | "star-smile-line" | "team-fill" | "team-line" | "travesti-fill" | "travesti-line" | "user-2-fill" | "user-2-line" | "user-3-fill" | "user-3-line" | "user-4-fill" | "user-4-line" | "user-5-fill" | "user-5-line" | "user-6-fill" | "user-6-line" | "user-add-fill" | "user-add-line" | "user-fill" | "user-follow-fill" | "user-follow-line" | "user-forbid-fill" | "user-forbid-line" | "user-heart-fill" | "user-heart-line" | "user-line" | "user-location-fill" | "user-location-line" | "user-received-2-fill" | "user-received-2-line" | "user-received-fill" | "user-received-line" | "user-search-fill" | "user-search-line" | "user-settings-fill" | "user-settings-line" | "user-shared-2-fill" | "user-shared-2-line" | "user-shared-fill" | "user-shared-line" | "user-smile-fill" | "user-smile-line" | "user-star-fill" | "user-star-line" | "user-unfollow-fill" | "user-unfollow-line" | "user-voice-fill" | "user-voice-line" | "women-fill" | "women-line" | "blaze-fill" | "blaze-line" | "celsius-fill" | "celsius-line" | "cloud-windy-fill" | "cloud-windy-line" | "cloudy-2-fill" | "cloudy-2-line" | "cloudy-fill" | "cloudy-line" | "drizzle-fill" | "drizzle-line" | "earthquake-fill" | "earthquake-line" | "fahrenheit-fill" | "fahrenheit-line" | "fire-fill" | "fire-line" | "flashlight-fill" | "flashlight-line" | "flood-fill" | "flood-line" | "foggy-fill" | "foggy-line" | "hail-fill" | "hail-line" | "haze-2-fill" | "haze-2-line" | "haze-fill" | "haze-line" | "heavy-showers-fill" | "heavy-showers-line" | "meteor-fill" | "meteor-line" | "mist-fill" | "mist-line" | "moon-clear-fill" | "moon-clear-line" | "moon-cloudy-fill" | "moon-cloudy-line" | "moon-fill" | "moon-foggy-fill" | "moon-foggy-line" | "moon-line" | "rainbow-fill" | "rainbow-line" | "rainy-fill" | "rainy-line" | "shining-2-fill" | "shining-2-line" | "shining-fill" | "shining-line" | "showers-fill" | "showers-line" | "snowy-fill" | "snowy-line" | "sparkling-2-fill" | "sparkling-2-line" | "sparkling-fill" | "sparkling-line" | "sun-cloudy-fill" | "sun-cloudy-line" | "sun-fill" | "sun-foggy-fill" | "sun-foggy-line" | "sun-line" | "temp-cold-fill" | "temp-cold-line" | "temp-hot-fill" | "temp-hot-line" | "thunderstorms-fill" | "thunderstorms-line" | "tornado-fill" | "tornado-line" | "typhoon-fill" | "typhoon-line" | "water-percent-fill" | "water-percent-line" | "windy-fill" | "windy-line";
|