@tabler/icons-solidjs 3.44.0 → 3.46.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 +4 -4
- package/dist/cjs/tabler-icons-solidjs.js +512 -57
- package/dist/cjs/tabler-icons-solidjs.js.map +1 -1
- package/dist/esm/tabler-icons-solidjs.js +456 -48
- package/dist/esm/tabler-icons-solidjs.js.map +1 -1
- package/dist/source/aliases.js +9 -0
- package/dist/source/icons/IconAppWindowBottom.js +2 -0
- package/dist/source/icons/IconAppWindowBottomLeft.js +2 -0
- package/dist/source/icons/IconAppWindowBottomRight.js +2 -0
- package/dist/source/icons/IconAppWindowCenter.js +2 -0
- package/dist/source/icons/IconArrowForkTriple.js +2 -0
- package/dist/source/icons/IconBrandAdobeAfterEffects.js +2 -0
- package/dist/source/icons/IconBrandKakaoTalk.js +2 -0
- package/dist/source/icons/IconBrandSignal.js +2 -0
- package/dist/source/icons/IconBrandSignalFilled.js +2 -0
- package/dist/source/icons/IconCurrencyRuble.js +2 -0
- package/dist/source/icons/IconDeviceVisionProWifi.js +2 -0
- package/dist/source/icons/IconDeviceWorkstation.js +2 -0
- package/dist/source/icons/IconDragon.js +2 -0
- package/dist/source/icons/IconFlipHorizontal.js +1 -1
- package/dist/source/icons/IconFlipVertical.js +1 -1
- package/dist/source/icons/{IconFoodsteps.js → IconFootsteps.js} +1 -1
- package/dist/source/icons/IconGenderTravesti.js +2 -0
- package/dist/source/icons/IconIcosahedron.js +2 -0
- package/dist/source/icons/IconItalicOff.js +2 -0
- package/dist/source/icons/{IconMoodConfuzed.js → IconMoodConfused.js} +1 -1
- package/dist/source/icons/{IconMoodConfuzedFilled.js → IconMoodConfusedFilled.js} +1 -1
- package/dist/source/icons/IconPhysiotherapist.js +2 -0
- package/dist/source/icons/IconPlayBug.js +2 -0
- package/dist/source/icons/IconPlayBugs.js +2 -0
- package/dist/source/icons/IconRemoteControl.js +2 -0
- package/dist/source/icons/IconRockingChair.js +2 -0
- package/dist/source/icons/IconRunSprint.js +2 -0
- package/dist/source/icons/IconServer.js +1 -1
- package/dist/source/icons/IconServerBolt.js +1 -1
- package/dist/source/icons/IconSparkles2.js +1 -1
- package/dist/source/icons/IconSparkles2Off.js +2 -0
- package/dist/source/icons/IconSportBilliard.js +2 -0
- package/dist/source/icons/IconTabClose.js +2 -0
- package/dist/source/icons/IconTabs.js +2 -0
- package/dist/source/icons/IconTagsChevronDown.js +2 -0
- package/dist/source/icons/IconTagsChevronLeft.js +2 -0
- package/dist/source/icons/IconTagsChevronRight.js +2 -0
- package/dist/source/icons/IconTagsChevronUp.js +2 -0
- package/dist/source/icons/IconTextOutline.js +2 -0
- package/dist/source/icons/IconTextRegexAsterisk.js +2 -0
- package/dist/source/icons/IconTextRegexEnd.js +2 -0
- package/dist/source/icons/IconTextRegexPlus.js +2 -0
- package/dist/source/icons/IconTextRegexQuestion.js +2 -0
- package/dist/source/icons/IconTextRegexStart.js +2 -0
- package/dist/source/icons/IconThinkingHigh.js +2 -0
- package/dist/source/icons/IconThinkingLow.js +2 -0
- package/dist/source/icons/IconThinkingMedium.js +2 -0
- package/dist/source/icons/IconTreasureChest.js +2 -0
- package/dist/source/icons/IconTwig.js +2 -0
- package/dist/source/icons/IconUnderlineOff.js +2 -0
- package/dist/source/icons/IconVault.js +2 -0
- package/dist/source/icons/IconVirtualSpace.js +2 -0
- package/dist/source/icons/IconYarn.js +2 -0
- package/dist/source/icons/index.js +48 -10
- package/dist/source/icons-list.js +48 -10
- package/dist/types/aliases.d.ts +9 -0
- package/dist/types/icons/IconDeviceVisionProWifi.d.ts +5 -0
- package/dist/types/icons/IconDeviceWorkstation.d.ts +5 -0
- package/dist/types/icons/IconDragon.d.ts +5 -0
- package/dist/types/icons/IconFootsteps.d.ts +5 -0
- package/dist/types/icons/IconGenderTravesti.d.ts +5 -0
- package/dist/types/icons/IconIcosahedron.d.ts +5 -0
- package/dist/types/icons/IconItalicOff.d.ts +5 -0
- package/dist/types/icons/IconMoodConfused.d.ts +5 -0
- package/dist/types/icons/IconMoodConfusedFilled.d.ts +5 -0
- package/dist/types/icons/IconPhysiotherapist.d.ts +5 -0
- package/dist/types/icons/IconPlayBug.d.ts +5 -0
- package/dist/types/icons/IconPlayBugs.d.ts +5 -0
- package/dist/types/icons/IconRemoteControl.d.ts +5 -0
- package/dist/types/icons/IconRockingChair.d.ts +5 -0
- package/dist/types/icons/IconRunSprint.d.ts +5 -0
- package/dist/types/icons/IconSparkles2Off.d.ts +5 -0
- package/dist/types/icons/IconSportBilliard.d.ts +5 -0
- package/dist/types/icons/IconTabClose.d.ts +5 -0
- package/dist/types/icons/IconTabs.d.ts +5 -0
- package/dist/types/icons/IconTagsChevronDown.d.ts +5 -0
- package/dist/types/icons/IconTagsChevronLeft.d.ts +5 -0
- package/dist/types/icons/IconTagsChevronRight.d.ts +5 -0
- package/dist/types/icons/IconTagsChevronUp.d.ts +5 -0
- package/dist/types/icons/IconTextOutline.d.ts +5 -0
- package/dist/types/icons/IconTextRegexAsterisk.d.ts +5 -0
- package/dist/types/icons/IconTextRegexEnd.d.ts +5 -0
- package/dist/types/icons/IconTextRegexPlus.d.ts +5 -0
- package/dist/types/icons/IconTextRegexQuestion.d.ts +5 -0
- package/dist/types/icons/IconTextRegexStart.d.ts +5 -0
- package/dist/types/icons/IconThinkingHigh.d.ts +5 -0
- package/dist/types/icons/IconThinkingLow.d.ts +5 -0
- package/dist/types/icons/IconThinkingMedium.d.ts +5 -0
- package/dist/types/icons/IconTreasureChest.d.ts +5 -0
- package/dist/types/icons/IconTwig.d.ts +5 -0
- package/dist/types/icons/IconUnderlineOff.d.ts +5 -0
- package/dist/types/icons/IconVault.d.ts +5 -0
- package/dist/types/icons/IconVirtualSpace.d.ts +5 -0
- package/dist/types/icons/IconYarn.d.ts +5 -0
- package/dist/types/icons/index.d.ts +48 -10
- package/package.json +5 -2
- package/dist/source/icons/IconBrandAdobeAfterEffect.js +0 -2
- package/dist/source/icons/IconBrandKakoTalk.js +0 -2
- package/dist/source/icons/IconCurrencyRubel.js +0 -2
- package/dist/source/icons/IconGenderTrasvesti.js +0 -2
- package/dist/source/icons/IconIkosaedr.js +0 -2
- package/dist/source/icons/IconPhysotherapist.js +0 -2
- package/dist/source/icons/IconSportBillard.js +0 -2
- /package/dist/types/icons/{IconBrandAdobeAfterEffect.d.ts → IconAppWindowBottom.d.ts} +0 -0
- /package/dist/types/icons/{IconBrandKakoTalk.d.ts → IconAppWindowBottomLeft.d.ts} +0 -0
- /package/dist/types/icons/{IconCurrencyRubel.d.ts → IconAppWindowBottomRight.d.ts} +0 -0
- /package/dist/types/icons/{IconFoodsteps.d.ts → IconAppWindowCenter.d.ts} +0 -0
- /package/dist/types/icons/{IconGenderTrasvesti.d.ts → IconArrowForkTriple.d.ts} +0 -0
- /package/dist/types/icons/{IconIkosaedr.d.ts → IconBrandAdobeAfterEffects.d.ts} +0 -0
- /package/dist/types/icons/{IconMoodConfuzed.d.ts → IconBrandKakaoTalk.d.ts} +0 -0
- /package/dist/types/icons/{IconMoodConfuzedFilled.d.ts → IconBrandSignal.d.ts} +0 -0
- /package/dist/types/icons/{IconPhysotherapist.d.ts → IconBrandSignalFilled.d.ts} +0 -0
- /package/dist/types/icons/{IconSportBillard.d.ts → IconCurrencyRuble.d.ts} +0 -0
|
@@ -134,6 +134,10 @@ export { default as IconApiApp } from './IconApiApp';
|
|
|
134
134
|
export { default as IconApiBook } from './IconApiBook';
|
|
135
135
|
export { default as IconApiOff } from './IconApiOff';
|
|
136
136
|
export { default as IconApi } from './IconApi';
|
|
137
|
+
export { default as IconAppWindowBottomLeft } from './IconAppWindowBottomLeft';
|
|
138
|
+
export { default as IconAppWindowBottomRight } from './IconAppWindowBottomRight';
|
|
139
|
+
export { default as IconAppWindowBottom } from './IconAppWindowBottom';
|
|
140
|
+
export { default as IconAppWindowCenter } from './IconAppWindowCenter';
|
|
137
141
|
export { default as IconAppWindow } from './IconAppWindow';
|
|
138
142
|
export { default as IconApple } from './IconApple';
|
|
139
143
|
export { default as IconAppsOff } from './IconAppsOff';
|
|
@@ -207,6 +211,7 @@ export { default as IconArrowDownToArc } from './IconArrowDownToArc';
|
|
|
207
211
|
export { default as IconArrowDown } from './IconArrowDown';
|
|
208
212
|
export { default as IconArrowElbowLeft } from './IconArrowElbowLeft';
|
|
209
213
|
export { default as IconArrowElbowRight } from './IconArrowElbowRight';
|
|
214
|
+
export { default as IconArrowForkTriple } from './IconArrowForkTriple';
|
|
210
215
|
export { default as IconArrowFork } from './IconArrowFork';
|
|
211
216
|
export { default as IconArrowForwardUpDouble } from './IconArrowForwardUpDouble';
|
|
212
217
|
export { default as IconArrowForwardUp } from './IconArrowForwardUp';
|
|
@@ -625,7 +630,7 @@ export { default as IconBraille } from './IconBraille';
|
|
|
625
630
|
export { default as IconBrain } from './IconBrain';
|
|
626
631
|
export { default as IconBrand4chan } from './IconBrand4chan';
|
|
627
632
|
export { default as IconBrandAbstract } from './IconBrandAbstract';
|
|
628
|
-
export { default as
|
|
633
|
+
export { default as IconBrandAdobeAfterEffects } from './IconBrandAdobeAfterEffects';
|
|
629
634
|
export { default as IconBrandAdobeIllustrator } from './IconBrandAdobeIllustrator';
|
|
630
635
|
export { default as IconBrandAdobeIndesign } from './IconBrandAdobeIndesign';
|
|
631
636
|
export { default as IconBrandAdobePhotoshop } from './IconBrandAdobePhotoshop';
|
|
@@ -794,7 +799,7 @@ export { default as IconBrandItch } from './IconBrandItch';
|
|
|
794
799
|
export { default as IconBrandJavascript } from './IconBrandJavascript';
|
|
795
800
|
export { default as IconBrandJira } from './IconBrandJira';
|
|
796
801
|
export { default as IconBrandJuejin } from './IconBrandJuejin';
|
|
797
|
-
export { default as
|
|
802
|
+
export { default as IconBrandKakaoTalk } from './IconBrandKakaoTalk';
|
|
798
803
|
export { default as IconBrandKbin } from './IconBrandKbin';
|
|
799
804
|
export { default as IconBrandKick } from './IconBrandKick';
|
|
800
805
|
export { default as IconBrandKickstarter } from './IconBrandKickstarter';
|
|
@@ -890,6 +895,7 @@ export { default as IconBrandSentry } from './IconBrandSentry';
|
|
|
890
895
|
export { default as IconBrandSharik } from './IconBrandSharik';
|
|
891
896
|
export { default as IconBrandShazam } from './IconBrandShazam';
|
|
892
897
|
export { default as IconBrandShopee } from './IconBrandShopee';
|
|
898
|
+
export { default as IconBrandSignal } from './IconBrandSignal';
|
|
893
899
|
export { default as IconBrandSketch } from './IconBrandSketch';
|
|
894
900
|
export { default as IconBrandSkype } from './IconBrandSkype';
|
|
895
901
|
export { default as IconBrandSlack } from './IconBrandSlack';
|
|
@@ -1776,7 +1782,7 @@ export { default as IconCurrencyReal } from './IconCurrencyReal';
|
|
|
1776
1782
|
export { default as IconCurrencyRenminbi } from './IconCurrencyRenminbi';
|
|
1777
1783
|
export { default as IconCurrencyRipple } from './IconCurrencyRipple';
|
|
1778
1784
|
export { default as IconCurrencyRiyal } from './IconCurrencyRiyal';
|
|
1779
|
-
export { default as
|
|
1785
|
+
export { default as IconCurrencyRuble } from './IconCurrencyRuble';
|
|
1780
1786
|
export { default as IconCurrencyRufiyaa } from './IconCurrencyRufiyaa';
|
|
1781
1787
|
export { default as IconCurrencyRupeeNepalese } from './IconCurrencyRupeeNepalese';
|
|
1782
1788
|
export { default as IconCurrencyRupee } from './IconCurrencyRupee';
|
|
@@ -2002,6 +2008,7 @@ export { default as IconDeviceTvOld } from './IconDeviceTvOld';
|
|
|
2002
2008
|
export { default as IconDeviceTv } from './IconDeviceTv';
|
|
2003
2009
|
export { default as IconDeviceUnknown } from './IconDeviceUnknown';
|
|
2004
2010
|
export { default as IconDeviceUsb } from './IconDeviceUsb';
|
|
2011
|
+
export { default as IconDeviceVisionProWifi } from './IconDeviceVisionProWifi';
|
|
2005
2012
|
export { default as IconDeviceVisionPro } from './IconDeviceVisionPro';
|
|
2006
2013
|
export { default as IconDeviceWatchBolt } from './IconDeviceWatchBolt';
|
|
2007
2014
|
export { default as IconDeviceWatchCancel } from './IconDeviceWatchCancel';
|
|
@@ -2026,6 +2033,7 @@ export { default as IconDeviceWatchStats } from './IconDeviceWatchStats';
|
|
|
2026
2033
|
export { default as IconDeviceWatchUp } from './IconDeviceWatchUp';
|
|
2027
2034
|
export { default as IconDeviceWatchX } from './IconDeviceWatchX';
|
|
2028
2035
|
export { default as IconDeviceWatch } from './IconDeviceWatch';
|
|
2036
|
+
export { default as IconDeviceWorkstation } from './IconDeviceWorkstation';
|
|
2029
2037
|
export { default as IconDevices2 } from './IconDevices2';
|
|
2030
2038
|
export { default as IconDevicesBolt } from './IconDevicesBolt';
|
|
2031
2039
|
export { default as IconDevicesCancel } from './IconDevicesCancel';
|
|
@@ -2103,6 +2111,7 @@ export { default as IconDownloadOff } from './IconDownloadOff';
|
|
|
2103
2111
|
export { default as IconDownload } from './IconDownload';
|
|
2104
2112
|
export { default as IconDragDrop2 } from './IconDragDrop2';
|
|
2105
2113
|
export { default as IconDragDrop } from './IconDragDrop';
|
|
2114
|
+
export { default as IconDragon } from './IconDragon';
|
|
2106
2115
|
export { default as IconDroneOff } from './IconDroneOff';
|
|
2107
2116
|
export { default as IconDrone } from './IconDrone';
|
|
2108
2117
|
export { default as IconDropCircle } from './IconDropCircle';
|
|
@@ -2470,7 +2479,7 @@ export { default as IconFolderX } from './IconFolderX';
|
|
|
2470
2479
|
export { default as IconFolder } from './IconFolder';
|
|
2471
2480
|
export { default as IconFoldersOff } from './IconFoldersOff';
|
|
2472
2481
|
export { default as IconFolders } from './IconFolders';
|
|
2473
|
-
export { default as
|
|
2482
|
+
export { default as IconFootsteps } from './IconFootsteps';
|
|
2474
2483
|
export { default as IconForbid2 } from './IconForbid2';
|
|
2475
2484
|
export { default as IconForbid } from './IconForbid';
|
|
2476
2485
|
export { default as IconForklift } from './IconForklift';
|
|
@@ -2517,7 +2526,7 @@ export { default as IconGenderMale } from './IconGenderMale';
|
|
|
2517
2526
|
export { default as IconGenderNeutrois } from './IconGenderNeutrois';
|
|
2518
2527
|
export { default as IconGenderThird } from './IconGenderThird';
|
|
2519
2528
|
export { default as IconGenderTransgender } from './IconGenderTransgender';
|
|
2520
|
-
export { default as
|
|
2529
|
+
export { default as IconGenderTravesti } from './IconGenderTravesti';
|
|
2521
2530
|
export { default as IconGeometry } from './IconGeometry';
|
|
2522
2531
|
export { default as IconGhost2 } from './IconGhost2';
|
|
2523
2532
|
export { default as IconGhost3 } from './IconGhost3';
|
|
@@ -2795,12 +2804,12 @@ export { default as IconIceSkating } from './IconIceSkating';
|
|
|
2795
2804
|
export { default as IconIceberg } from './IconIceberg';
|
|
2796
2805
|
export { default as IconIconsOff } from './IconIconsOff';
|
|
2797
2806
|
export { default as IconIcons } from './IconIcons';
|
|
2807
|
+
export { default as IconIcosahedron } from './IconIcosahedron';
|
|
2798
2808
|
export { default as IconIdBadge2 } from './IconIdBadge2';
|
|
2799
2809
|
export { default as IconIdBadgeOff } from './IconIdBadgeOff';
|
|
2800
2810
|
export { default as IconIdBadge } from './IconIdBadge';
|
|
2801
2811
|
export { default as IconIdOff } from './IconIdOff';
|
|
2802
2812
|
export { default as IconId } from './IconId';
|
|
2803
|
-
export { default as IconIkosaedr } from './IconIkosaedr';
|
|
2804
2813
|
export { default as IconImageGeneration } from './IconImageGeneration';
|
|
2805
2814
|
export { default as IconImageInPicture } from './IconImageInPicture';
|
|
2806
2815
|
export { default as IconInboxOff } from './IconInboxOff';
|
|
@@ -2841,6 +2850,7 @@ export { default as IconIroning } from './IconIroning';
|
|
|
2841
2850
|
export { default as IconIrregularPolyhedronOff } from './IconIrregularPolyhedronOff';
|
|
2842
2851
|
export { default as IconIrregularPolyhedronPlus } from './IconIrregularPolyhedronPlus';
|
|
2843
2852
|
export { default as IconIrregularPolyhedron } from './IconIrregularPolyhedron';
|
|
2853
|
+
export { default as IconItalicOff } from './IconItalicOff';
|
|
2844
2854
|
export { default as IconItalic } from './IconItalic';
|
|
2845
2855
|
export { default as IconJacket } from './IconJacket';
|
|
2846
2856
|
export { default as IconJetpack } from './IconJetpack';
|
|
@@ -3387,7 +3397,7 @@ export { default as IconMoodBitcoin } from './IconMoodBitcoin';
|
|
|
3387
3397
|
export { default as IconMoodBoy } from './IconMoodBoy';
|
|
3388
3398
|
export { default as IconMoodCheck } from './IconMoodCheck';
|
|
3389
3399
|
export { default as IconMoodCog } from './IconMoodCog';
|
|
3390
|
-
export { default as
|
|
3400
|
+
export { default as IconMoodConfused } from './IconMoodConfused';
|
|
3391
3401
|
export { default as IconMoodCrazyHappy } from './IconMoodCrazyHappy';
|
|
3392
3402
|
export { default as IconMoodCry } from './IconMoodCry';
|
|
3393
3403
|
export { default as IconMoodDollar } from './IconMoodDollar';
|
|
@@ -3817,7 +3827,7 @@ export { default as IconPhotoUp } from './IconPhotoUp';
|
|
|
3817
3827
|
export { default as IconPhotoVideo } from './IconPhotoVideo';
|
|
3818
3828
|
export { default as IconPhotoX } from './IconPhotoX';
|
|
3819
3829
|
export { default as IconPhoto } from './IconPhoto';
|
|
3820
|
-
export { default as
|
|
3830
|
+
export { default as IconPhysiotherapist } from './IconPhysiotherapist';
|
|
3821
3831
|
export { default as IconPiano } from './IconPiano';
|
|
3822
3832
|
export { default as IconPick } from './IconPick';
|
|
3823
3833
|
export { default as IconPicnicTable } from './IconPicnicTable';
|
|
@@ -3858,6 +3868,8 @@ export { default as IconPlant2 } from './IconPlant2';
|
|
|
3858
3868
|
export { default as IconPlantOff } from './IconPlantOff';
|
|
3859
3869
|
export { default as IconPlant } from './IconPlant';
|
|
3860
3870
|
export { default as IconPlayBasketball } from './IconPlayBasketball';
|
|
3871
|
+
export { default as IconPlayBug } from './IconPlayBug';
|
|
3872
|
+
export { default as IconPlayBugs } from './IconPlayBugs';
|
|
3861
3873
|
export { default as IconPlayCard1 } from './IconPlayCard1';
|
|
3862
3874
|
export { default as IconPlayCard10 } from './IconPlayCard10';
|
|
3863
3875
|
export { default as IconPlayCard2 } from './IconPlayCard2';
|
|
@@ -4039,6 +4051,7 @@ export { default as IconRelationManyToMany } from './IconRelationManyToMany';
|
|
|
4039
4051
|
export { default as IconRelationOneToMany } from './IconRelationOneToMany';
|
|
4040
4052
|
export { default as IconRelationOneToOne } from './IconRelationOneToOne';
|
|
4041
4053
|
export { default as IconReload } from './IconReload';
|
|
4054
|
+
export { default as IconRemoteControl } from './IconRemoteControl';
|
|
4042
4055
|
export { default as IconReorder } from './IconReorder';
|
|
4043
4056
|
export { default as IconRepeatOff } from './IconRepeatOff';
|
|
4044
4057
|
export { default as IconRepeatOnce } from './IconRepeatOnce';
|
|
@@ -4085,6 +4098,7 @@ export { default as IconRobotOff } from './IconRobotOff';
|
|
|
4085
4098
|
export { default as IconRobot } from './IconRobot';
|
|
4086
4099
|
export { default as IconRocketOff } from './IconRocketOff';
|
|
4087
4100
|
export { default as IconRocket } from './IconRocket';
|
|
4101
|
+
export { default as IconRockingChair } from './IconRockingChair';
|
|
4088
4102
|
export { default as IconRollerSkating } from './IconRollerSkating';
|
|
4089
4103
|
export { default as IconRollercoasterOff } from './IconRollercoasterOff';
|
|
4090
4104
|
export { default as IconRollercoaster } from './IconRollercoaster';
|
|
@@ -4139,6 +4153,7 @@ export { default as IconRulerMeasure2 } from './IconRulerMeasure2';
|
|
|
4139
4153
|
export { default as IconRulerMeasure } from './IconRulerMeasure';
|
|
4140
4154
|
export { default as IconRulerOff } from './IconRulerOff';
|
|
4141
4155
|
export { default as IconRuler } from './IconRuler';
|
|
4156
|
+
export { default as IconRunSprint } from './IconRunSprint';
|
|
4142
4157
|
export { default as IconRun } from './IconRun';
|
|
4143
4158
|
export { default as IconRvTruck } from './IconRvTruck';
|
|
4144
4159
|
export { default as IconSTurnDown } from './IconSTurnDown';
|
|
@@ -4394,6 +4409,7 @@ export { default as IconSpade } from './IconSpade';
|
|
|
4394
4409
|
export { default as IconSparkle2 } from './IconSparkle2';
|
|
4395
4410
|
export { default as IconSparkleHighlight } from './IconSparkleHighlight';
|
|
4396
4411
|
export { default as IconSparkle } from './IconSparkle';
|
|
4412
|
+
export { default as IconSparkles2Off } from './IconSparkles2Off';
|
|
4397
4413
|
export { default as IconSparkles2 } from './IconSparkles2';
|
|
4398
4414
|
export { default as IconSparkles } from './IconSparkles';
|
|
4399
4415
|
export { default as IconSpeakerphone } from './IconSpeakerphone';
|
|
@@ -4405,7 +4421,7 @@ export { default as IconSphere } from './IconSphere';
|
|
|
4405
4421
|
export { default as IconSpider } from './IconSpider';
|
|
4406
4422
|
export { default as IconSpiralOff } from './IconSpiralOff';
|
|
4407
4423
|
export { default as IconSpiral } from './IconSpiral';
|
|
4408
|
-
export { default as
|
|
4424
|
+
export { default as IconSportBilliard } from './IconSportBilliard';
|
|
4409
4425
|
export { default as IconSpray } from './IconSpray';
|
|
4410
4426
|
export { default as IconSpyOff } from './IconSpyOff';
|
|
4411
4427
|
export { default as IconSpy } from './IconSpy';
|
|
@@ -4626,6 +4642,7 @@ export { default as IconSwitch } from './IconSwitch';
|
|
|
4626
4642
|
export { default as IconSwordOff } from './IconSwordOff';
|
|
4627
4643
|
export { default as IconSword } from './IconSword';
|
|
4628
4644
|
export { default as IconSwords } from './IconSwords';
|
|
4645
|
+
export { default as IconTabClose } from './IconTabClose';
|
|
4629
4646
|
export { default as IconTableAlias } from './IconTableAlias';
|
|
4630
4647
|
export { default as IconTableColumn } from './IconTableColumn';
|
|
4631
4648
|
export { default as IconTableDashed } from './IconTableDashed';
|
|
@@ -4642,11 +4659,16 @@ export { default as IconTableShare } from './IconTableShare';
|
|
|
4642
4659
|
export { default as IconTableShortcut } from './IconTableShortcut';
|
|
4643
4660
|
export { default as IconTableSpark } from './IconTableSpark';
|
|
4644
4661
|
export { default as IconTable } from './IconTable';
|
|
4662
|
+
export { default as IconTabs } from './IconTabs';
|
|
4645
4663
|
export { default as IconTagMinus } from './IconTagMinus';
|
|
4646
4664
|
export { default as IconTagOff } from './IconTagOff';
|
|
4647
4665
|
export { default as IconTagPlus } from './IconTagPlus';
|
|
4648
4666
|
export { default as IconTagStarred } from './IconTagStarred';
|
|
4649
4667
|
export { default as IconTag } from './IconTag';
|
|
4668
|
+
export { default as IconTagsChevronDown } from './IconTagsChevronDown';
|
|
4669
|
+
export { default as IconTagsChevronLeft } from './IconTagsChevronLeft';
|
|
4670
|
+
export { default as IconTagsChevronRight } from './IconTagsChevronRight';
|
|
4671
|
+
export { default as IconTagsChevronUp } from './IconTagsChevronUp';
|
|
4650
4672
|
export { default as IconTagsOff } from './IconTagsOff';
|
|
4651
4673
|
export { default as IconTags } from './IconTags';
|
|
4652
4674
|
export { default as IconTaiwanDollar } from './IconTaiwanDollar';
|
|
@@ -4692,8 +4714,14 @@ export { default as IconTextDirectionRtl } from './IconTextDirectionRtl';
|
|
|
4692
4714
|
export { default as IconTextGrammar } from './IconTextGrammar';
|
|
4693
4715
|
export { default as IconTextIncrease } from './IconTextIncrease';
|
|
4694
4716
|
export { default as IconTextOrientation } from './IconTextOrientation';
|
|
4717
|
+
export { default as IconTextOutline } from './IconTextOutline';
|
|
4695
4718
|
export { default as IconTextPlus } from './IconTextPlus';
|
|
4696
4719
|
export { default as IconTextRecognition } from './IconTextRecognition';
|
|
4720
|
+
export { default as IconTextRegexAsterisk } from './IconTextRegexAsterisk';
|
|
4721
|
+
export { default as IconTextRegexEnd } from './IconTextRegexEnd';
|
|
4722
|
+
export { default as IconTextRegexPlus } from './IconTextRegexPlus';
|
|
4723
|
+
export { default as IconTextRegexQuestion } from './IconTextRegexQuestion';
|
|
4724
|
+
export { default as IconTextRegexStart } from './IconTextRegexStart';
|
|
4697
4725
|
export { default as IconTextResize } from './IconTextResize';
|
|
4698
4726
|
export { default as IconTextScan2 } from './IconTextScan2';
|
|
4699
4727
|
export { default as IconTextScanAi } from './IconTextScanAi';
|
|
@@ -4705,6 +4733,9 @@ export { default as IconTextWrap } from './IconTextWrap';
|
|
|
4705
4733
|
export { default as IconTexture } from './IconTexture';
|
|
4706
4734
|
export { default as IconTheater } from './IconTheater';
|
|
4707
4735
|
export { default as IconThermometer } from './IconThermometer';
|
|
4736
|
+
export { default as IconThinkingHigh } from './IconThinkingHigh';
|
|
4737
|
+
export { default as IconThinkingLow } from './IconThinkingLow';
|
|
4738
|
+
export { default as IconThinkingMedium } from './IconThinkingMedium';
|
|
4708
4739
|
export { default as IconThumbDownOff } from './IconThumbDownOff';
|
|
4709
4740
|
export { default as IconThumbDown } from './IconThumbDown';
|
|
4710
4741
|
export { default as IconThumbUpOff } from './IconThumbUpOff';
|
|
@@ -4802,6 +4833,7 @@ export { default as IconTrashOff } from './IconTrashOff';
|
|
|
4802
4833
|
export { default as IconTrashX } from './IconTrashX';
|
|
4803
4834
|
export { default as IconTrash } from './IconTrash';
|
|
4804
4835
|
export { default as IconTreadmill } from './IconTreadmill';
|
|
4836
|
+
export { default as IconTreasureChest } from './IconTreasureChest';
|
|
4805
4837
|
export { default as IconTree } from './IconTree';
|
|
4806
4838
|
export { default as IconTrees } from './IconTrees';
|
|
4807
4839
|
export { default as IconTrekking } from './IconTrekking';
|
|
@@ -4831,6 +4863,7 @@ export { default as IconTruckLoading } from './IconTruckLoading';
|
|
|
4831
4863
|
export { default as IconTruckOff } from './IconTruckOff';
|
|
4832
4864
|
export { default as IconTruckReturn } from './IconTruckReturn';
|
|
4833
4865
|
export { default as IconTruck } from './IconTruck';
|
|
4866
|
+
export { default as IconTwig } from './IconTwig';
|
|
4834
4867
|
export { default as IconTxt } from './IconTxt';
|
|
4835
4868
|
export { default as IconTypeface } from './IconTypeface';
|
|
4836
4869
|
export { default as IconTypographyOff } from './IconTypographyOff';
|
|
@@ -4845,6 +4878,7 @@ export { default as IconUmbrellaClosed2 } from './IconUmbrellaClosed2';
|
|
|
4845
4878
|
export { default as IconUmbrellaClosed } from './IconUmbrellaClosed';
|
|
4846
4879
|
export { default as IconUmbrellaOff } from './IconUmbrellaOff';
|
|
4847
4880
|
export { default as IconUmbrella } from './IconUmbrella';
|
|
4881
|
+
export { default as IconUnderlineOff } from './IconUnderlineOff';
|
|
4848
4882
|
export { default as IconUnderline } from './IconUnderline';
|
|
4849
4883
|
export { default as IconUnicycle } from './IconUnicycle';
|
|
4850
4884
|
export { default as IconUniverse } from './IconUniverse';
|
|
@@ -4899,6 +4933,7 @@ export { default as IconVariableMinus } from './IconVariableMinus';
|
|
|
4899
4933
|
export { default as IconVariableOff } from './IconVariableOff';
|
|
4900
4934
|
export { default as IconVariablePlus } from './IconVariablePlus';
|
|
4901
4935
|
export { default as IconVariable } from './IconVariable';
|
|
4936
|
+
export { default as IconVault } from './IconVault';
|
|
4902
4937
|
export { default as IconVectorBezier2 } from './IconVectorBezier2';
|
|
4903
4938
|
export { default as IconVectorBezierArc } from './IconVectorBezierArc';
|
|
4904
4939
|
export { default as IconVectorBezierCircle } from './IconVectorBezierCircle';
|
|
@@ -4930,6 +4965,7 @@ export { default as IconVinyl } from './IconVinyl';
|
|
|
4930
4965
|
export { default as IconVip2 } from './IconVip2';
|
|
4931
4966
|
export { default as IconVipOff } from './IconVipOff';
|
|
4932
4967
|
export { default as IconVip } from './IconVip';
|
|
4968
|
+
export { default as IconVirtualSpace } from './IconVirtualSpace';
|
|
4933
4969
|
export { default as IconVirusOff } from './IconVirusOff';
|
|
4934
4970
|
export { default as IconVirusSearch } from './IconVirusSearch';
|
|
4935
4971
|
export { default as IconVirus } from './IconVirus';
|
|
@@ -5056,6 +5092,7 @@ export { default as IconXboxX } from './IconXboxX';
|
|
|
5056
5092
|
export { default as IconXboxY } from './IconXboxY';
|
|
5057
5093
|
export { default as IconXd } from './IconXd';
|
|
5058
5094
|
export { default as IconXxx } from './IconXxx';
|
|
5095
|
+
export { default as IconYarn } from './IconYarn';
|
|
5059
5096
|
export { default as IconYinYang } from './IconYinYang';
|
|
5060
5097
|
export { default as IconYoga } from './IconYoga';
|
|
5061
5098
|
export { default as IconZeppelinOff } from './IconZeppelinOff';
|
|
@@ -5270,6 +5307,7 @@ export { default as IconBrandOperaFilled } from './IconBrandOperaFilled';
|
|
|
5270
5307
|
export { default as IconBrandPatreonFilled } from './IconBrandPatreonFilled';
|
|
5271
5308
|
export { default as IconBrandPaypalFilled } from './IconBrandPaypalFilled';
|
|
5272
5309
|
export { default as IconBrandPinterestFilled } from './IconBrandPinterestFilled';
|
|
5310
|
+
export { default as IconBrandSignalFilled } from './IconBrandSignalFilled';
|
|
5273
5311
|
export { default as IconBrandSketchFilled } from './IconBrandSketchFilled';
|
|
5274
5312
|
export { default as IconBrandSnapchatFilled } from './IconBrandSnapchatFilled';
|
|
5275
5313
|
export { default as IconBrandSpotifyFilled } from './IconBrandSpotifyFilled';
|
|
@@ -5808,7 +5846,7 @@ export { default as IconMicrowaveFilled } from './IconMicrowaveFilled';
|
|
|
5808
5846
|
export { default as IconMilitaryRankFilled } from './IconMilitaryRankFilled';
|
|
5809
5847
|
export { default as IconMilkFilled } from './IconMilkFilled';
|
|
5810
5848
|
export { default as IconMoodAngryFilled } from './IconMoodAngryFilled';
|
|
5811
|
-
export { default as
|
|
5849
|
+
export { default as IconMoodConfusedFilled } from './IconMoodConfusedFilled';
|
|
5812
5850
|
export { default as IconMoodCrazyHappyFilled } from './IconMoodCrazyHappyFilled';
|
|
5813
5851
|
export { default as IconMoodEmptyFilled } from './IconMoodEmptyFilled';
|
|
5814
5852
|
export { default as IconMoodHappyFilled } from './IconMoodHappyFilled';
|
|
@@ -135,6 +135,10 @@ export default [
|
|
|
135
135
|
"api-book",
|
|
136
136
|
"api-off",
|
|
137
137
|
"api",
|
|
138
|
+
"app-window-bottom-left",
|
|
139
|
+
"app-window-bottom-right",
|
|
140
|
+
"app-window-bottom",
|
|
141
|
+
"app-window-center",
|
|
138
142
|
"app-window",
|
|
139
143
|
"apple",
|
|
140
144
|
"apps-off",
|
|
@@ -208,6 +212,7 @@ export default [
|
|
|
208
212
|
"arrow-down",
|
|
209
213
|
"arrow-elbow-left",
|
|
210
214
|
"arrow-elbow-right",
|
|
215
|
+
"arrow-fork-triple",
|
|
211
216
|
"arrow-fork",
|
|
212
217
|
"arrow-forward-up-double",
|
|
213
218
|
"arrow-forward-up",
|
|
@@ -626,7 +631,7 @@ export default [
|
|
|
626
631
|
"brain",
|
|
627
632
|
"brand-4chan",
|
|
628
633
|
"brand-abstract",
|
|
629
|
-
"brand-adobe-after-
|
|
634
|
+
"brand-adobe-after-effects",
|
|
630
635
|
"brand-adobe-illustrator",
|
|
631
636
|
"brand-adobe-indesign",
|
|
632
637
|
"brand-adobe-photoshop",
|
|
@@ -795,7 +800,7 @@ export default [
|
|
|
795
800
|
"brand-javascript",
|
|
796
801
|
"brand-jira",
|
|
797
802
|
"brand-juejin",
|
|
798
|
-
"brand-
|
|
803
|
+
"brand-kakao-talk",
|
|
799
804
|
"brand-kbin",
|
|
800
805
|
"brand-kick",
|
|
801
806
|
"brand-kickstarter",
|
|
@@ -891,6 +896,7 @@ export default [
|
|
|
891
896
|
"brand-sharik",
|
|
892
897
|
"brand-shazam",
|
|
893
898
|
"brand-shopee",
|
|
899
|
+
"brand-signal",
|
|
894
900
|
"brand-sketch",
|
|
895
901
|
"brand-skype",
|
|
896
902
|
"brand-slack",
|
|
@@ -1777,7 +1783,7 @@ export default [
|
|
|
1777
1783
|
"currency-renminbi",
|
|
1778
1784
|
"currency-ripple",
|
|
1779
1785
|
"currency-riyal",
|
|
1780
|
-
"currency-
|
|
1786
|
+
"currency-ruble",
|
|
1781
1787
|
"currency-rufiyaa",
|
|
1782
1788
|
"currency-rupee-nepalese",
|
|
1783
1789
|
"currency-rupee",
|
|
@@ -2003,6 +2009,7 @@ export default [
|
|
|
2003
2009
|
"device-tv",
|
|
2004
2010
|
"device-unknown",
|
|
2005
2011
|
"device-usb",
|
|
2012
|
+
"device-vision-pro-wifi",
|
|
2006
2013
|
"device-vision-pro",
|
|
2007
2014
|
"device-watch-bolt",
|
|
2008
2015
|
"device-watch-cancel",
|
|
@@ -2027,6 +2034,7 @@ export default [
|
|
|
2027
2034
|
"device-watch-up",
|
|
2028
2035
|
"device-watch-x",
|
|
2029
2036
|
"device-watch",
|
|
2037
|
+
"device-workstation",
|
|
2030
2038
|
"devices-2",
|
|
2031
2039
|
"devices-bolt",
|
|
2032
2040
|
"devices-cancel",
|
|
@@ -2104,6 +2112,7 @@ export default [
|
|
|
2104
2112
|
"download",
|
|
2105
2113
|
"drag-drop-2",
|
|
2106
2114
|
"drag-drop",
|
|
2115
|
+
"dragon",
|
|
2107
2116
|
"drone-off",
|
|
2108
2117
|
"drone",
|
|
2109
2118
|
"drop-circle",
|
|
@@ -2471,7 +2480,7 @@ export default [
|
|
|
2471
2480
|
"folder",
|
|
2472
2481
|
"folders-off",
|
|
2473
2482
|
"folders",
|
|
2474
|
-
"
|
|
2483
|
+
"footsteps",
|
|
2475
2484
|
"forbid-2",
|
|
2476
2485
|
"forbid",
|
|
2477
2486
|
"forklift",
|
|
@@ -2518,7 +2527,7 @@ export default [
|
|
|
2518
2527
|
"gender-neutrois",
|
|
2519
2528
|
"gender-third",
|
|
2520
2529
|
"gender-transgender",
|
|
2521
|
-
"gender-
|
|
2530
|
+
"gender-travesti",
|
|
2522
2531
|
"geometry",
|
|
2523
2532
|
"ghost-2",
|
|
2524
2533
|
"ghost-3",
|
|
@@ -2796,12 +2805,12 @@ export default [
|
|
|
2796
2805
|
"iceberg",
|
|
2797
2806
|
"icons-off",
|
|
2798
2807
|
"icons",
|
|
2808
|
+
"icosahedron",
|
|
2799
2809
|
"id-badge-2",
|
|
2800
2810
|
"id-badge-off",
|
|
2801
2811
|
"id-badge",
|
|
2802
2812
|
"id-off",
|
|
2803
2813
|
"id",
|
|
2804
|
-
"ikosaedr",
|
|
2805
2814
|
"image-generation",
|
|
2806
2815
|
"image-in-picture",
|
|
2807
2816
|
"inbox-off",
|
|
@@ -2842,6 +2851,7 @@ export default [
|
|
|
2842
2851
|
"irregular-polyhedron-off",
|
|
2843
2852
|
"irregular-polyhedron-plus",
|
|
2844
2853
|
"irregular-polyhedron",
|
|
2854
|
+
"italic-off",
|
|
2845
2855
|
"italic",
|
|
2846
2856
|
"jacket",
|
|
2847
2857
|
"jetpack",
|
|
@@ -3388,7 +3398,7 @@ export default [
|
|
|
3388
3398
|
"mood-boy",
|
|
3389
3399
|
"mood-check",
|
|
3390
3400
|
"mood-cog",
|
|
3391
|
-
"mood-
|
|
3401
|
+
"mood-confused",
|
|
3392
3402
|
"mood-crazy-happy",
|
|
3393
3403
|
"mood-cry",
|
|
3394
3404
|
"mood-dollar",
|
|
@@ -3818,7 +3828,7 @@ export default [
|
|
|
3818
3828
|
"photo-video",
|
|
3819
3829
|
"photo-x",
|
|
3820
3830
|
"photo",
|
|
3821
|
-
"
|
|
3831
|
+
"physiotherapist",
|
|
3822
3832
|
"piano",
|
|
3823
3833
|
"pick",
|
|
3824
3834
|
"picnic-table",
|
|
@@ -3859,6 +3869,8 @@ export default [
|
|
|
3859
3869
|
"plant-off",
|
|
3860
3870
|
"plant",
|
|
3861
3871
|
"play-basketball",
|
|
3872
|
+
"play-bug",
|
|
3873
|
+
"play-bugs",
|
|
3862
3874
|
"play-card-1",
|
|
3863
3875
|
"play-card-10",
|
|
3864
3876
|
"play-card-2",
|
|
@@ -4040,6 +4052,7 @@ export default [
|
|
|
4040
4052
|
"relation-one-to-many",
|
|
4041
4053
|
"relation-one-to-one",
|
|
4042
4054
|
"reload",
|
|
4055
|
+
"remote-control",
|
|
4043
4056
|
"reorder",
|
|
4044
4057
|
"repeat-off",
|
|
4045
4058
|
"repeat-once",
|
|
@@ -4086,6 +4099,7 @@ export default [
|
|
|
4086
4099
|
"robot",
|
|
4087
4100
|
"rocket-off",
|
|
4088
4101
|
"rocket",
|
|
4102
|
+
"rocking-chair",
|
|
4089
4103
|
"roller-skating",
|
|
4090
4104
|
"rollercoaster-off",
|
|
4091
4105
|
"rollercoaster",
|
|
@@ -4140,6 +4154,7 @@ export default [
|
|
|
4140
4154
|
"ruler-measure",
|
|
4141
4155
|
"ruler-off",
|
|
4142
4156
|
"ruler",
|
|
4157
|
+
"run-sprint",
|
|
4143
4158
|
"run",
|
|
4144
4159
|
"rv-truck",
|
|
4145
4160
|
"s-turn-down",
|
|
@@ -4395,6 +4410,7 @@ export default [
|
|
|
4395
4410
|
"sparkle-2",
|
|
4396
4411
|
"sparkle-highlight",
|
|
4397
4412
|
"sparkle",
|
|
4413
|
+
"sparkles-2-off",
|
|
4398
4414
|
"sparkles-2",
|
|
4399
4415
|
"sparkles",
|
|
4400
4416
|
"speakerphone",
|
|
@@ -4406,7 +4422,7 @@ export default [
|
|
|
4406
4422
|
"spider",
|
|
4407
4423
|
"spiral-off",
|
|
4408
4424
|
"spiral",
|
|
4409
|
-
"sport-
|
|
4425
|
+
"sport-billiard",
|
|
4410
4426
|
"spray",
|
|
4411
4427
|
"spy-off",
|
|
4412
4428
|
"spy",
|
|
@@ -4627,6 +4643,7 @@ export default [
|
|
|
4627
4643
|
"sword-off",
|
|
4628
4644
|
"sword",
|
|
4629
4645
|
"swords",
|
|
4646
|
+
"tab-close",
|
|
4630
4647
|
"table-alias",
|
|
4631
4648
|
"table-column",
|
|
4632
4649
|
"table-dashed",
|
|
@@ -4643,11 +4660,16 @@ export default [
|
|
|
4643
4660
|
"table-shortcut",
|
|
4644
4661
|
"table-spark",
|
|
4645
4662
|
"table",
|
|
4663
|
+
"tabs",
|
|
4646
4664
|
"tag-minus",
|
|
4647
4665
|
"tag-off",
|
|
4648
4666
|
"tag-plus",
|
|
4649
4667
|
"tag-starred",
|
|
4650
4668
|
"tag",
|
|
4669
|
+
"tags-chevron-down",
|
|
4670
|
+
"tags-chevron-left",
|
|
4671
|
+
"tags-chevron-right",
|
|
4672
|
+
"tags-chevron-up",
|
|
4651
4673
|
"tags-off",
|
|
4652
4674
|
"tags",
|
|
4653
4675
|
"taiwan-dollar",
|
|
@@ -4693,8 +4715,14 @@ export default [
|
|
|
4693
4715
|
"text-grammar",
|
|
4694
4716
|
"text-increase",
|
|
4695
4717
|
"text-orientation",
|
|
4718
|
+
"text-outline",
|
|
4696
4719
|
"text-plus",
|
|
4697
4720
|
"text-recognition",
|
|
4721
|
+
"text-regex-asterisk",
|
|
4722
|
+
"text-regex-end",
|
|
4723
|
+
"text-regex-plus",
|
|
4724
|
+
"text-regex-question",
|
|
4725
|
+
"text-regex-start",
|
|
4698
4726
|
"text-resize",
|
|
4699
4727
|
"text-scan-2",
|
|
4700
4728
|
"text-scan-ai",
|
|
@@ -4706,6 +4734,9 @@ export default [
|
|
|
4706
4734
|
"texture",
|
|
4707
4735
|
"theater",
|
|
4708
4736
|
"thermometer",
|
|
4737
|
+
"thinking-high",
|
|
4738
|
+
"thinking-low",
|
|
4739
|
+
"thinking-medium",
|
|
4709
4740
|
"thumb-down-off",
|
|
4710
4741
|
"thumb-down",
|
|
4711
4742
|
"thumb-up-off",
|
|
@@ -4803,6 +4834,7 @@ export default [
|
|
|
4803
4834
|
"trash-x",
|
|
4804
4835
|
"trash",
|
|
4805
4836
|
"treadmill",
|
|
4837
|
+
"treasure-chest",
|
|
4806
4838
|
"tree",
|
|
4807
4839
|
"trees",
|
|
4808
4840
|
"trekking",
|
|
@@ -4832,6 +4864,7 @@ export default [
|
|
|
4832
4864
|
"truck-off",
|
|
4833
4865
|
"truck-return",
|
|
4834
4866
|
"truck",
|
|
4867
|
+
"twig",
|
|
4835
4868
|
"txt",
|
|
4836
4869
|
"typeface",
|
|
4837
4870
|
"typography-off",
|
|
@@ -4846,6 +4879,7 @@ export default [
|
|
|
4846
4879
|
"umbrella-closed",
|
|
4847
4880
|
"umbrella-off",
|
|
4848
4881
|
"umbrella",
|
|
4882
|
+
"underline-off",
|
|
4849
4883
|
"underline",
|
|
4850
4884
|
"unicycle",
|
|
4851
4885
|
"universe",
|
|
@@ -4900,6 +4934,7 @@ export default [
|
|
|
4900
4934
|
"variable-off",
|
|
4901
4935
|
"variable-plus",
|
|
4902
4936
|
"variable",
|
|
4937
|
+
"vault",
|
|
4903
4938
|
"vector-bezier-2",
|
|
4904
4939
|
"vector-bezier-arc",
|
|
4905
4940
|
"vector-bezier-circle",
|
|
@@ -4931,6 +4966,7 @@ export default [
|
|
|
4931
4966
|
"vip-2",
|
|
4932
4967
|
"vip-off",
|
|
4933
4968
|
"vip",
|
|
4969
|
+
"virtual-space",
|
|
4934
4970
|
"virus-off",
|
|
4935
4971
|
"virus-search",
|
|
4936
4972
|
"virus",
|
|
@@ -5057,6 +5093,7 @@ export default [
|
|
|
5057
5093
|
"xbox-y",
|
|
5058
5094
|
"xd",
|
|
5059
5095
|
"xxx",
|
|
5096
|
+
"yarn",
|
|
5060
5097
|
"yin-yang",
|
|
5061
5098
|
"yoga",
|
|
5062
5099
|
"zeppelin-off",
|
|
@@ -5271,6 +5308,7 @@ export default [
|
|
|
5271
5308
|
"brand-patreon-filled",
|
|
5272
5309
|
"brand-paypal-filled",
|
|
5273
5310
|
"brand-pinterest-filled",
|
|
5311
|
+
"brand-signal-filled",
|
|
5274
5312
|
"brand-sketch-filled",
|
|
5275
5313
|
"brand-snapchat-filled",
|
|
5276
5314
|
"brand-spotify-filled",
|
|
@@ -5809,7 +5847,7 @@ export default [
|
|
|
5809
5847
|
"military-rank-filled",
|
|
5810
5848
|
"milk-filled",
|
|
5811
5849
|
"mood-angry-filled",
|
|
5812
|
-
"mood-
|
|
5850
|
+
"mood-confused-filled",
|
|
5813
5851
|
"mood-crazy-happy-filled",
|
|
5814
5852
|
"mood-empty-filled",
|
|
5815
5853
|
"mood-happy-filled",
|
package/dist/types/aliases.d.ts
CHANGED
|
@@ -52,6 +52,15 @@ export { default as IconCircleDashedLetterLetterV } from './icons/IconCircleDash
|
|
|
52
52
|
export { default as IconSeeding } from './icons/IconSeedling';
|
|
53
53
|
export { default as IconSeedingOff } from './icons/IconSeedlingOff';
|
|
54
54
|
export { default as IconBrandAdobePremier } from './icons/IconBrandAdobePremiere';
|
|
55
|
+
export { default as IconFoodsteps } from './icons/IconFootsteps';
|
|
56
|
+
export { default as IconMoodConfuzed } from './icons/IconMoodConfused';
|
|
57
|
+
export { default as IconCurrencyRubel } from './icons/IconCurrencyRuble';
|
|
58
|
+
export { default as IconSportBillard } from './icons/IconSportBilliard';
|
|
59
|
+
export { default as IconPhysotherapist } from './icons/IconPhysiotherapist';
|
|
60
|
+
export { default as IconIkosaedr } from './icons/IconIcosahedron';
|
|
61
|
+
export { default as IconGenderTrasvesti } from './icons/IconGenderTravesti';
|
|
62
|
+
export { default as IconBrandKakoTalk } from './icons/IconBrandKakaoTalk';
|
|
63
|
+
export { default as IconBrandAdobeAfterEffect } from './icons/IconBrandAdobeAfterEffects';
|
|
55
64
|
export { default as IconDiscountCheckFilled } from './icons/IconRosetteDiscountCheckFilled';
|
|
56
65
|
export { default as IconMessageCircle2Filled } from './icons/IconMessageCircleFilled';
|
|
57
66
|
export { default as IconSeedingFilled } from './icons/IconSeedlingFilled';
|