@tabler/icons-solidjs 3.43.0 → 3.45.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 +655 -146
- package/dist/cjs/tabler-icons-solidjs.js.map +1 -1
- package/dist/esm/tabler-icons-solidjs.js +600 -138
- package/dist/esm/tabler-icons-solidjs.js.map +1 -1
- package/dist/source/aliases.js +9 -0
- package/dist/source/icons/IconAirBalloon.js +1 -1
- 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/IconBodyScan.js +1 -1
- 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/IconChartSankey.js +1 -1
- package/dist/source/icons/IconCodeAi.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/IconEarScan.js +1 -1
- package/dist/source/icons/IconEmailStamp.js +2 -0
- package/dist/source/icons/IconFlipHorizontal.js +1 -1
- package/dist/source/icons/IconFlipVertical.js +1 -1
- package/dist/source/icons/IconFootsteps.js +2 -0
- package/dist/source/icons/IconGenderTravesti.js +2 -0
- package/dist/source/icons/IconGitPullRequestConflict.js +2 -0
- package/dist/source/icons/IconGridScan.js +1 -1
- package/dist/source/icons/IconIcosahedron.js +2 -0
- package/dist/source/icons/IconItalicOff.js +2 -0
- package/dist/source/icons/IconLineScan.js +1 -1
- package/dist/source/icons/{IconMoodConfuzed.js → IconMoodConfused.js} +1 -1
- package/dist/source/icons/{IconMoodConfuzedFilled.js → IconMoodConfusedFilled.js} +1 -1
- package/dist/source/icons/IconNoiseReduction.js +2 -0
- package/dist/source/icons/IconObjectScan.js +1 -1
- package/dist/source/icons/IconPhotoAlt.js +2 -0
- package/dist/source/icons/IconPhotoScan.js +1 -1
- package/dist/source/icons/IconPhysiotherapist.js +2 -0
- package/dist/source/icons/IconPointer2.js +2 -0
- package/dist/source/icons/IconPointerCollaboration.js +2 -0
- package/dist/source/icons/IconPointerCollaboration2.js +2 -0
- package/dist/source/icons/IconRoulette.js +2 -0
- package/dist/source/icons/IconRouteScan.js +1 -1
- package/dist/source/icons/IconScan.js +1 -1
- package/dist/source/icons/IconScanCube.js +2 -0
- package/dist/source/icons/IconScanEye.js +1 -1
- package/dist/source/icons/IconScanLetterA.js +1 -1
- package/dist/source/icons/IconScanLetterT.js +1 -1
- package/dist/source/icons/IconScanPosition.js +1 -1
- package/dist/source/icons/IconScanTraces.js +1 -1
- package/dist/source/icons/IconSketching.js +2 -0
- package/dist/source/icons/IconSparkle.js +2 -0
- package/dist/source/icons/IconSparkle2.js +2 -0
- package/dist/source/icons/IconSparkleHighlight.js +2 -0
- package/dist/source/icons/IconSphere2.js +2 -0
- package/dist/source/icons/IconSportBilliard.js +2 -0
- package/dist/source/icons/IconTabClose.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/IconTextScan2.js +1 -1
- package/dist/source/icons/IconTextScanAi.js +2 -0
- package/dist/source/icons/IconUnderlineOff.js +2 -0
- package/dist/source/icons/IconUserScan.js +1 -1
- package/dist/source/icons/IconVignette.js +2 -0
- package/dist/source/icons/IconVirtualSpace.js +2 -0
- package/dist/source/icons/IconZoomScan.js +1 -1
- package/dist/source/icons/index.js +47 -9
- package/dist/source/icons-list.js +47 -9
- package/dist/types/aliases.d.ts +9 -0
- package/dist/types/icons/IconCodeAi.d.ts +5 -0
- package/dist/types/icons/IconCurrencyRuble.d.ts +5 -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/IconEmailStamp.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/IconGitPullRequestConflict.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/IconNoiseReduction.d.ts +5 -0
- package/dist/types/icons/IconPhotoAlt.d.ts +5 -0
- package/dist/types/icons/IconPhysiotherapist.d.ts +5 -0
- package/dist/types/icons/IconPointer2.d.ts +5 -0
- package/dist/types/icons/IconPointerCollaboration.d.ts +5 -0
- package/dist/types/icons/IconPointerCollaboration2.d.ts +5 -0
- package/dist/types/icons/IconRoulette.d.ts +5 -0
- package/dist/types/icons/IconScanCube.d.ts +5 -0
- package/dist/types/icons/IconSketching.d.ts +5 -0
- package/dist/types/icons/IconSparkle.d.ts +5 -0
- package/dist/types/icons/IconSparkle2.d.ts +5 -0
- package/dist/types/icons/IconSparkleHighlight.d.ts +5 -0
- package/dist/types/icons/IconSphere2.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/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/IconTextScanAi.d.ts +5 -0
- package/dist/types/icons/IconUnderlineOff.d.ts +5 -0
- package/dist/types/icons/IconVignette.d.ts +5 -0
- package/dist/types/icons/IconVirtualSpace.d.ts +5 -0
- package/dist/types/icons/index.d.ts +47 -9
- package/package.json +2 -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/{IconGenderTrasvesti.d.ts → IconAppWindowCenter.d.ts} +0 -0
- /package/dist/types/icons/{IconIkosaedr.d.ts → IconArrowForkTriple.d.ts} +0 -0
- /package/dist/types/icons/{IconMoodConfuzed.d.ts → IconBrandAdobeAfterEffects.d.ts} +0 -0
- /package/dist/types/icons/{IconMoodConfuzedFilled.d.ts → IconBrandKakaoTalk.d.ts} +0 -0
- /package/dist/types/icons/{IconPhysotherapist.d.ts → IconBrandSignal.d.ts} +0 -0
- /package/dist/types/icons/{IconSportBillard.d.ts → IconBrandSignalFilled.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';
|
|
@@ -1584,6 +1590,7 @@ export { default as IconCloud } from './IconCloud';
|
|
|
1584
1590
|
export { default as IconClover2 } from './IconClover2';
|
|
1585
1591
|
export { default as IconClover } from './IconClover';
|
|
1586
1592
|
export { default as IconClubs } from './IconClubs';
|
|
1593
|
+
export { default as IconCodeAi } from './IconCodeAi';
|
|
1587
1594
|
export { default as IconCodeAsterisk } from './IconCodeAsterisk';
|
|
1588
1595
|
export { default as IconCodeCircle2 } from './IconCodeCircle2';
|
|
1589
1596
|
export { default as IconCodeCircle } from './IconCodeCircle';
|
|
@@ -1775,7 +1782,7 @@ export { default as IconCurrencyReal } from './IconCurrencyReal';
|
|
|
1775
1782
|
export { default as IconCurrencyRenminbi } from './IconCurrencyRenminbi';
|
|
1776
1783
|
export { default as IconCurrencyRipple } from './IconCurrencyRipple';
|
|
1777
1784
|
export { default as IconCurrencyRiyal } from './IconCurrencyRiyal';
|
|
1778
|
-
export { default as
|
|
1785
|
+
export { default as IconCurrencyRuble } from './IconCurrencyRuble';
|
|
1779
1786
|
export { default as IconCurrencyRufiyaa } from './IconCurrencyRufiyaa';
|
|
1780
1787
|
export { default as IconCurrencyRupeeNepalese } from './IconCurrencyRupeeNepalese';
|
|
1781
1788
|
export { default as IconCurrencyRupee } from './IconCurrencyRupee';
|
|
@@ -2001,6 +2008,7 @@ export { default as IconDeviceTvOld } from './IconDeviceTvOld';
|
|
|
2001
2008
|
export { default as IconDeviceTv } from './IconDeviceTv';
|
|
2002
2009
|
export { default as IconDeviceUnknown } from './IconDeviceUnknown';
|
|
2003
2010
|
export { default as IconDeviceUsb } from './IconDeviceUsb';
|
|
2011
|
+
export { default as IconDeviceVisionProWifi } from './IconDeviceVisionProWifi';
|
|
2004
2012
|
export { default as IconDeviceVisionPro } from './IconDeviceVisionPro';
|
|
2005
2013
|
export { default as IconDeviceWatchBolt } from './IconDeviceWatchBolt';
|
|
2006
2014
|
export { default as IconDeviceWatchCancel } from './IconDeviceWatchCancel';
|
|
@@ -2025,6 +2033,7 @@ export { default as IconDeviceWatchStats } from './IconDeviceWatchStats';
|
|
|
2025
2033
|
export { default as IconDeviceWatchUp } from './IconDeviceWatchUp';
|
|
2026
2034
|
export { default as IconDeviceWatchX } from './IconDeviceWatchX';
|
|
2027
2035
|
export { default as IconDeviceWatch } from './IconDeviceWatch';
|
|
2036
|
+
export { default as IconDeviceWorkstation } from './IconDeviceWorkstation';
|
|
2028
2037
|
export { default as IconDevices2 } from './IconDevices2';
|
|
2029
2038
|
export { default as IconDevicesBolt } from './IconDevicesBolt';
|
|
2030
2039
|
export { default as IconDevicesCancel } from './IconDevicesCancel';
|
|
@@ -2102,6 +2111,7 @@ export { default as IconDownloadOff } from './IconDownloadOff';
|
|
|
2102
2111
|
export { default as IconDownload } from './IconDownload';
|
|
2103
2112
|
export { default as IconDragDrop2 } from './IconDragDrop2';
|
|
2104
2113
|
export { default as IconDragDrop } from './IconDragDrop';
|
|
2114
|
+
export { default as IconDragon } from './IconDragon';
|
|
2105
2115
|
export { default as IconDroneOff } from './IconDroneOff';
|
|
2106
2116
|
export { default as IconDrone } from './IconDrone';
|
|
2107
2117
|
export { default as IconDropCircle } from './IconDropCircle';
|
|
@@ -2154,6 +2164,7 @@ export { default as IconEgg } from './IconEgg';
|
|
|
2154
2164
|
export { default as IconEggs } from './IconEggs';
|
|
2155
2165
|
export { default as IconElevatorOff } from './IconElevatorOff';
|
|
2156
2166
|
export { default as IconElevator } from './IconElevator';
|
|
2167
|
+
export { default as IconEmailStamp } from './IconEmailStamp';
|
|
2157
2168
|
export { default as IconEmergencyBed } from './IconEmergencyBed';
|
|
2158
2169
|
export { default as IconEmpathizeOff } from './IconEmpathizeOff';
|
|
2159
2170
|
export { default as IconEmpathize } from './IconEmpathize';
|
|
@@ -2468,6 +2479,7 @@ export { default as IconFolderX } from './IconFolderX';
|
|
|
2468
2479
|
export { default as IconFolder } from './IconFolder';
|
|
2469
2480
|
export { default as IconFoldersOff } from './IconFoldersOff';
|
|
2470
2481
|
export { default as IconFolders } from './IconFolders';
|
|
2482
|
+
export { default as IconFootsteps } from './IconFootsteps';
|
|
2471
2483
|
export { default as IconForbid2 } from './IconForbid2';
|
|
2472
2484
|
export { default as IconForbid } from './IconForbid';
|
|
2473
2485
|
export { default as IconForklift } from './IconForklift';
|
|
@@ -2514,7 +2526,7 @@ export { default as IconGenderMale } from './IconGenderMale';
|
|
|
2514
2526
|
export { default as IconGenderNeutrois } from './IconGenderNeutrois';
|
|
2515
2527
|
export { default as IconGenderThird } from './IconGenderThird';
|
|
2516
2528
|
export { default as IconGenderTransgender } from './IconGenderTransgender';
|
|
2517
|
-
export { default as
|
|
2529
|
+
export { default as IconGenderTravesti } from './IconGenderTravesti';
|
|
2518
2530
|
export { default as IconGeometry } from './IconGeometry';
|
|
2519
2531
|
export { default as IconGhost2 } from './IconGhost2';
|
|
2520
2532
|
export { default as IconGhost3 } from './IconGhost3';
|
|
@@ -2532,6 +2544,7 @@ export { default as IconGitCompare } from './IconGitCompare';
|
|
|
2532
2544
|
export { default as IconGitFork } from './IconGitFork';
|
|
2533
2545
|
export { default as IconGitMerge } from './IconGitMerge';
|
|
2534
2546
|
export { default as IconGitPullRequestClosed } from './IconGitPullRequestClosed';
|
|
2547
|
+
export { default as IconGitPullRequestConflict } from './IconGitPullRequestConflict';
|
|
2535
2548
|
export { default as IconGitPullRequestDraft } from './IconGitPullRequestDraft';
|
|
2536
2549
|
export { default as IconGitPullRequest } from './IconGitPullRequest';
|
|
2537
2550
|
export { default as IconGizmo } from './IconGizmo';
|
|
@@ -2791,12 +2804,12 @@ export { default as IconIceSkating } from './IconIceSkating';
|
|
|
2791
2804
|
export { default as IconIceberg } from './IconIceberg';
|
|
2792
2805
|
export { default as IconIconsOff } from './IconIconsOff';
|
|
2793
2806
|
export { default as IconIcons } from './IconIcons';
|
|
2807
|
+
export { default as IconIcosahedron } from './IconIcosahedron';
|
|
2794
2808
|
export { default as IconIdBadge2 } from './IconIdBadge2';
|
|
2795
2809
|
export { default as IconIdBadgeOff } from './IconIdBadgeOff';
|
|
2796
2810
|
export { default as IconIdBadge } from './IconIdBadge';
|
|
2797
2811
|
export { default as IconIdOff } from './IconIdOff';
|
|
2798
2812
|
export { default as IconId } from './IconId';
|
|
2799
|
-
export { default as IconIkosaedr } from './IconIkosaedr';
|
|
2800
2813
|
export { default as IconImageGeneration } from './IconImageGeneration';
|
|
2801
2814
|
export { default as IconImageInPicture } from './IconImageInPicture';
|
|
2802
2815
|
export { default as IconInboxOff } from './IconInboxOff';
|
|
@@ -2837,6 +2850,7 @@ export { default as IconIroning } from './IconIroning';
|
|
|
2837
2850
|
export { default as IconIrregularPolyhedronOff } from './IconIrregularPolyhedronOff';
|
|
2838
2851
|
export { default as IconIrregularPolyhedronPlus } from './IconIrregularPolyhedronPlus';
|
|
2839
2852
|
export { default as IconIrregularPolyhedron } from './IconIrregularPolyhedron';
|
|
2853
|
+
export { default as IconItalicOff } from './IconItalicOff';
|
|
2840
2854
|
export { default as IconItalic } from './IconItalic';
|
|
2841
2855
|
export { default as IconJacket } from './IconJacket';
|
|
2842
2856
|
export { default as IconJetpack } from './IconJetpack';
|
|
@@ -3383,7 +3397,7 @@ export { default as IconMoodBitcoin } from './IconMoodBitcoin';
|
|
|
3383
3397
|
export { default as IconMoodBoy } from './IconMoodBoy';
|
|
3384
3398
|
export { default as IconMoodCheck } from './IconMoodCheck';
|
|
3385
3399
|
export { default as IconMoodCog } from './IconMoodCog';
|
|
3386
|
-
export { default as
|
|
3400
|
+
export { default as IconMoodConfused } from './IconMoodConfused';
|
|
3387
3401
|
export { default as IconMoodCrazyHappy } from './IconMoodCrazyHappy';
|
|
3388
3402
|
export { default as IconMoodCry } from './IconMoodCry';
|
|
3389
3403
|
export { default as IconMoodDollar } from './IconMoodDollar';
|
|
@@ -3512,6 +3526,7 @@ export { default as IconNfc } from './IconNfc';
|
|
|
3512
3526
|
export { default as IconNoCopyright } from './IconNoCopyright';
|
|
3513
3527
|
export { default as IconNoCreativeCommons } from './IconNoCreativeCommons';
|
|
3514
3528
|
export { default as IconNoDerivatives } from './IconNoDerivatives';
|
|
3529
|
+
export { default as IconNoiseReduction } from './IconNoiseReduction';
|
|
3515
3530
|
export { default as IconNorthStar } from './IconNorthStar';
|
|
3516
3531
|
export { default as IconNotdef } from './IconNotdef';
|
|
3517
3532
|
export { default as IconNoteOff } from './IconNoteOff';
|
|
@@ -3775,6 +3790,7 @@ export { default as IconPhoneSpark } from './IconPhoneSpark';
|
|
|
3775
3790
|
export { default as IconPhoneX } from './IconPhoneX';
|
|
3776
3791
|
export { default as IconPhone } from './IconPhone';
|
|
3777
3792
|
export { default as IconPhotoAi } from './IconPhotoAi';
|
|
3793
|
+
export { default as IconPhotoAlt } from './IconPhotoAlt';
|
|
3778
3794
|
export { default as IconPhotoBitcoin } from './IconPhotoBitcoin';
|
|
3779
3795
|
export { default as IconPhotoBolt } from './IconPhotoBolt';
|
|
3780
3796
|
export { default as IconPhotoCancel } from './IconPhotoCancel';
|
|
@@ -3811,7 +3827,7 @@ export { default as IconPhotoUp } from './IconPhotoUp';
|
|
|
3811
3827
|
export { default as IconPhotoVideo } from './IconPhotoVideo';
|
|
3812
3828
|
export { default as IconPhotoX } from './IconPhotoX';
|
|
3813
3829
|
export { default as IconPhoto } from './IconPhoto';
|
|
3814
|
-
export { default as
|
|
3830
|
+
export { default as IconPhysiotherapist } from './IconPhysiotherapist';
|
|
3815
3831
|
export { default as IconPiano } from './IconPiano';
|
|
3816
3832
|
export { default as IconPick } from './IconPick';
|
|
3817
3833
|
export { default as IconPicnicTable } from './IconPicnicTable';
|
|
@@ -3903,11 +3919,14 @@ export { default as IconPodiumOff } from './IconPodiumOff';
|
|
|
3903
3919
|
export { default as IconPodium } from './IconPodium';
|
|
3904
3920
|
export { default as IconPointOff } from './IconPointOff';
|
|
3905
3921
|
export { default as IconPoint } from './IconPoint';
|
|
3922
|
+
export { default as IconPointer2 } from './IconPointer2';
|
|
3906
3923
|
export { default as IconPointerBolt } from './IconPointerBolt';
|
|
3907
3924
|
export { default as IconPointerCancel } from './IconPointerCancel';
|
|
3908
3925
|
export { default as IconPointerCheck } from './IconPointerCheck';
|
|
3909
3926
|
export { default as IconPointerCode } from './IconPointerCode';
|
|
3910
3927
|
export { default as IconPointerCog } from './IconPointerCog';
|
|
3928
|
+
export { default as IconPointerCollaboration2 } from './IconPointerCollaboration2';
|
|
3929
|
+
export { default as IconPointerCollaboration } from './IconPointerCollaboration';
|
|
3911
3930
|
export { default as IconPointerDollar } from './IconPointerDollar';
|
|
3912
3931
|
export { default as IconPointerDown } from './IconPointerDown';
|
|
3913
3932
|
export { default as IconPointerExclamation } from './IconPointerExclamation';
|
|
@@ -4103,6 +4122,7 @@ export { default as IconRotateClockwise } from './IconRotateClockwise';
|
|
|
4103
4122
|
export { default as IconRotateDot } from './IconRotateDot';
|
|
4104
4123
|
export { default as IconRotateRectangle } from './IconRotateRectangle';
|
|
4105
4124
|
export { default as IconRotate } from './IconRotate';
|
|
4125
|
+
export { default as IconRoulette } from './IconRoulette';
|
|
4106
4126
|
export { default as IconRoute2 } from './IconRoute2';
|
|
4107
4127
|
export { default as IconRouteAltLeft } from './IconRouteAltLeft';
|
|
4108
4128
|
export { default as IconRouteAltRight } from './IconRouteAltRight';
|
|
@@ -4148,6 +4168,7 @@ export { default as IconScaleOff } from './IconScaleOff';
|
|
|
4148
4168
|
export { default as IconScaleOutlineOff } from './IconScaleOutlineOff';
|
|
4149
4169
|
export { default as IconScaleOutline } from './IconScaleOutline';
|
|
4150
4170
|
export { default as IconScale } from './IconScale';
|
|
4171
|
+
export { default as IconScanCube } from './IconScanCube';
|
|
4151
4172
|
export { default as IconScanEye } from './IconScanEye';
|
|
4152
4173
|
export { default as IconScanLetterA } from './IconScanLetterA';
|
|
4153
4174
|
export { default as IconScanLetterT } from './IconScanLetterT';
|
|
@@ -4327,6 +4348,7 @@ export { default as IconSitemap } from './IconSitemap';
|
|
|
4327
4348
|
export { default as IconSkateboardOff } from './IconSkateboardOff';
|
|
4328
4349
|
export { default as IconSkateboard } from './IconSkateboard';
|
|
4329
4350
|
export { default as IconSkateboarding } from './IconSkateboarding';
|
|
4351
|
+
export { default as IconSketching } from './IconSketching';
|
|
4330
4352
|
export { default as IconSkewX } from './IconSkewX';
|
|
4331
4353
|
export { default as IconSkewY } from './IconSkewY';
|
|
4332
4354
|
export { default as IconSkiJumping } from './IconSkiJumping';
|
|
@@ -4379,17 +4401,21 @@ export { default as IconSpaces } from './IconSpaces';
|
|
|
4379
4401
|
export { default as IconSpacingHorizontal } from './IconSpacingHorizontal';
|
|
4380
4402
|
export { default as IconSpacingVertical } from './IconSpacingVertical';
|
|
4381
4403
|
export { default as IconSpade } from './IconSpade';
|
|
4404
|
+
export { default as IconSparkle2 } from './IconSparkle2';
|
|
4405
|
+
export { default as IconSparkleHighlight } from './IconSparkleHighlight';
|
|
4406
|
+
export { default as IconSparkle } from './IconSparkle';
|
|
4382
4407
|
export { default as IconSparkles2 } from './IconSparkles2';
|
|
4383
4408
|
export { default as IconSparkles } from './IconSparkles';
|
|
4384
4409
|
export { default as IconSpeakerphone } from './IconSpeakerphone';
|
|
4385
4410
|
export { default as IconSpeedboat } from './IconSpeedboat';
|
|
4411
|
+
export { default as IconSphere2 } from './IconSphere2';
|
|
4386
4412
|
export { default as IconSphereOff } from './IconSphereOff';
|
|
4387
4413
|
export { default as IconSpherePlus } from './IconSpherePlus';
|
|
4388
4414
|
export { default as IconSphere } from './IconSphere';
|
|
4389
4415
|
export { default as IconSpider } from './IconSpider';
|
|
4390
4416
|
export { default as IconSpiralOff } from './IconSpiralOff';
|
|
4391
4417
|
export { default as IconSpiral } from './IconSpiral';
|
|
4392
|
-
export { default as
|
|
4418
|
+
export { default as IconSportBilliard } from './IconSportBilliard';
|
|
4393
4419
|
export { default as IconSpray } from './IconSpray';
|
|
4394
4420
|
export { default as IconSpyOff } from './IconSpyOff';
|
|
4395
4421
|
export { default as IconSpy } from './IconSpy';
|
|
@@ -4610,6 +4636,7 @@ export { default as IconSwitch } from './IconSwitch';
|
|
|
4610
4636
|
export { default as IconSwordOff } from './IconSwordOff';
|
|
4611
4637
|
export { default as IconSword } from './IconSword';
|
|
4612
4638
|
export { default as IconSwords } from './IconSwords';
|
|
4639
|
+
export { default as IconTabClose } from './IconTabClose';
|
|
4613
4640
|
export { default as IconTableAlias } from './IconTableAlias';
|
|
4614
4641
|
export { default as IconTableColumn } from './IconTableColumn';
|
|
4615
4642
|
export { default as IconTableDashed } from './IconTableDashed';
|
|
@@ -4676,10 +4703,17 @@ export { default as IconTextDirectionRtl } from './IconTextDirectionRtl';
|
|
|
4676
4703
|
export { default as IconTextGrammar } from './IconTextGrammar';
|
|
4677
4704
|
export { default as IconTextIncrease } from './IconTextIncrease';
|
|
4678
4705
|
export { default as IconTextOrientation } from './IconTextOrientation';
|
|
4706
|
+
export { default as IconTextOutline } from './IconTextOutline';
|
|
4679
4707
|
export { default as IconTextPlus } from './IconTextPlus';
|
|
4680
4708
|
export { default as IconTextRecognition } from './IconTextRecognition';
|
|
4709
|
+
export { default as IconTextRegexAsterisk } from './IconTextRegexAsterisk';
|
|
4710
|
+
export { default as IconTextRegexEnd } from './IconTextRegexEnd';
|
|
4711
|
+
export { default as IconTextRegexPlus } from './IconTextRegexPlus';
|
|
4712
|
+
export { default as IconTextRegexQuestion } from './IconTextRegexQuestion';
|
|
4713
|
+
export { default as IconTextRegexStart } from './IconTextRegexStart';
|
|
4681
4714
|
export { default as IconTextResize } from './IconTextResize';
|
|
4682
4715
|
export { default as IconTextScan2 } from './IconTextScan2';
|
|
4716
|
+
export { default as IconTextScanAi } from './IconTextScanAi';
|
|
4683
4717
|
export { default as IconTextSize } from './IconTextSize';
|
|
4684
4718
|
export { default as IconTextSpellcheck } from './IconTextSpellcheck';
|
|
4685
4719
|
export { default as IconTextWrapColumn } from './IconTextWrapColumn';
|
|
@@ -4828,6 +4862,7 @@ export { default as IconUmbrellaClosed2 } from './IconUmbrellaClosed2';
|
|
|
4828
4862
|
export { default as IconUmbrellaClosed } from './IconUmbrellaClosed';
|
|
4829
4863
|
export { default as IconUmbrellaOff } from './IconUmbrellaOff';
|
|
4830
4864
|
export { default as IconUmbrella } from './IconUmbrella';
|
|
4865
|
+
export { default as IconUnderlineOff } from './IconUnderlineOff';
|
|
4831
4866
|
export { default as IconUnderline } from './IconUnderline';
|
|
4832
4867
|
export { default as IconUnicycle } from './IconUnicycle';
|
|
4833
4868
|
export { default as IconUniverse } from './IconUniverse';
|
|
@@ -4908,10 +4943,12 @@ export { default as IconViewportNarrow } from './IconViewportNarrow';
|
|
|
4908
4943
|
export { default as IconViewportShort } from './IconViewportShort';
|
|
4909
4944
|
export { default as IconViewportTall } from './IconViewportTall';
|
|
4910
4945
|
export { default as IconViewportWide } from './IconViewportWide';
|
|
4946
|
+
export { default as IconVignette } from './IconVignette';
|
|
4911
4947
|
export { default as IconVinyl } from './IconVinyl';
|
|
4912
4948
|
export { default as IconVip2 } from './IconVip2';
|
|
4913
4949
|
export { default as IconVipOff } from './IconVipOff';
|
|
4914
4950
|
export { default as IconVip } from './IconVip';
|
|
4951
|
+
export { default as IconVirtualSpace } from './IconVirtualSpace';
|
|
4915
4952
|
export { default as IconVirusOff } from './IconVirusOff';
|
|
4916
4953
|
export { default as IconVirusSearch } from './IconVirusSearch';
|
|
4917
4954
|
export { default as IconVirus } from './IconVirus';
|
|
@@ -5252,6 +5289,7 @@ export { default as IconBrandOperaFilled } from './IconBrandOperaFilled';
|
|
|
5252
5289
|
export { default as IconBrandPatreonFilled } from './IconBrandPatreonFilled';
|
|
5253
5290
|
export { default as IconBrandPaypalFilled } from './IconBrandPaypalFilled';
|
|
5254
5291
|
export { default as IconBrandPinterestFilled } from './IconBrandPinterestFilled';
|
|
5292
|
+
export { default as IconBrandSignalFilled } from './IconBrandSignalFilled';
|
|
5255
5293
|
export { default as IconBrandSketchFilled } from './IconBrandSketchFilled';
|
|
5256
5294
|
export { default as IconBrandSnapchatFilled } from './IconBrandSnapchatFilled';
|
|
5257
5295
|
export { default as IconBrandSpotifyFilled } from './IconBrandSpotifyFilled';
|
|
@@ -5790,7 +5828,7 @@ export { default as IconMicrowaveFilled } from './IconMicrowaveFilled';
|
|
|
5790
5828
|
export { default as IconMilitaryRankFilled } from './IconMilitaryRankFilled';
|
|
5791
5829
|
export { default as IconMilkFilled } from './IconMilkFilled';
|
|
5792
5830
|
export { default as IconMoodAngryFilled } from './IconMoodAngryFilled';
|
|
5793
|
-
export { default as
|
|
5831
|
+
export { default as IconMoodConfusedFilled } from './IconMoodConfusedFilled';
|
|
5794
5832
|
export { default as IconMoodCrazyHappyFilled } from './IconMoodCrazyHappyFilled';
|
|
5795
5833
|
export { default as IconMoodEmptyFilled } from './IconMoodEmptyFilled';
|
|
5796
5834
|
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",
|
|
@@ -1585,6 +1591,7 @@ export default [
|
|
|
1585
1591
|
"clover-2",
|
|
1586
1592
|
"clover",
|
|
1587
1593
|
"clubs",
|
|
1594
|
+
"code-ai",
|
|
1588
1595
|
"code-asterisk",
|
|
1589
1596
|
"code-circle-2",
|
|
1590
1597
|
"code-circle",
|
|
@@ -1776,7 +1783,7 @@ export default [
|
|
|
1776
1783
|
"currency-renminbi",
|
|
1777
1784
|
"currency-ripple",
|
|
1778
1785
|
"currency-riyal",
|
|
1779
|
-
"currency-
|
|
1786
|
+
"currency-ruble",
|
|
1780
1787
|
"currency-rufiyaa",
|
|
1781
1788
|
"currency-rupee-nepalese",
|
|
1782
1789
|
"currency-rupee",
|
|
@@ -2002,6 +2009,7 @@ export default [
|
|
|
2002
2009
|
"device-tv",
|
|
2003
2010
|
"device-unknown",
|
|
2004
2011
|
"device-usb",
|
|
2012
|
+
"device-vision-pro-wifi",
|
|
2005
2013
|
"device-vision-pro",
|
|
2006
2014
|
"device-watch-bolt",
|
|
2007
2015
|
"device-watch-cancel",
|
|
@@ -2026,6 +2034,7 @@ export default [
|
|
|
2026
2034
|
"device-watch-up",
|
|
2027
2035
|
"device-watch-x",
|
|
2028
2036
|
"device-watch",
|
|
2037
|
+
"device-workstation",
|
|
2029
2038
|
"devices-2",
|
|
2030
2039
|
"devices-bolt",
|
|
2031
2040
|
"devices-cancel",
|
|
@@ -2103,6 +2112,7 @@ export default [
|
|
|
2103
2112
|
"download",
|
|
2104
2113
|
"drag-drop-2",
|
|
2105
2114
|
"drag-drop",
|
|
2115
|
+
"dragon",
|
|
2106
2116
|
"drone-off",
|
|
2107
2117
|
"drone",
|
|
2108
2118
|
"drop-circle",
|
|
@@ -2155,6 +2165,7 @@ export default [
|
|
|
2155
2165
|
"eggs",
|
|
2156
2166
|
"elevator-off",
|
|
2157
2167
|
"elevator",
|
|
2168
|
+
"email-stamp",
|
|
2158
2169
|
"emergency-bed",
|
|
2159
2170
|
"empathize-off",
|
|
2160
2171
|
"empathize",
|
|
@@ -2469,6 +2480,7 @@ export default [
|
|
|
2469
2480
|
"folder",
|
|
2470
2481
|
"folders-off",
|
|
2471
2482
|
"folders",
|
|
2483
|
+
"footsteps",
|
|
2472
2484
|
"forbid-2",
|
|
2473
2485
|
"forbid",
|
|
2474
2486
|
"forklift",
|
|
@@ -2515,7 +2527,7 @@ export default [
|
|
|
2515
2527
|
"gender-neutrois",
|
|
2516
2528
|
"gender-third",
|
|
2517
2529
|
"gender-transgender",
|
|
2518
|
-
"gender-
|
|
2530
|
+
"gender-travesti",
|
|
2519
2531
|
"geometry",
|
|
2520
2532
|
"ghost-2",
|
|
2521
2533
|
"ghost-3",
|
|
@@ -2533,6 +2545,7 @@ export default [
|
|
|
2533
2545
|
"git-fork",
|
|
2534
2546
|
"git-merge",
|
|
2535
2547
|
"git-pull-request-closed",
|
|
2548
|
+
"git-pull-request-conflict",
|
|
2536
2549
|
"git-pull-request-draft",
|
|
2537
2550
|
"git-pull-request",
|
|
2538
2551
|
"gizmo",
|
|
@@ -2792,12 +2805,12 @@ export default [
|
|
|
2792
2805
|
"iceberg",
|
|
2793
2806
|
"icons-off",
|
|
2794
2807
|
"icons",
|
|
2808
|
+
"icosahedron",
|
|
2795
2809
|
"id-badge-2",
|
|
2796
2810
|
"id-badge-off",
|
|
2797
2811
|
"id-badge",
|
|
2798
2812
|
"id-off",
|
|
2799
2813
|
"id",
|
|
2800
|
-
"ikosaedr",
|
|
2801
2814
|
"image-generation",
|
|
2802
2815
|
"image-in-picture",
|
|
2803
2816
|
"inbox-off",
|
|
@@ -2838,6 +2851,7 @@ export default [
|
|
|
2838
2851
|
"irregular-polyhedron-off",
|
|
2839
2852
|
"irregular-polyhedron-plus",
|
|
2840
2853
|
"irregular-polyhedron",
|
|
2854
|
+
"italic-off",
|
|
2841
2855
|
"italic",
|
|
2842
2856
|
"jacket",
|
|
2843
2857
|
"jetpack",
|
|
@@ -3384,7 +3398,7 @@ export default [
|
|
|
3384
3398
|
"mood-boy",
|
|
3385
3399
|
"mood-check",
|
|
3386
3400
|
"mood-cog",
|
|
3387
|
-
"mood-
|
|
3401
|
+
"mood-confused",
|
|
3388
3402
|
"mood-crazy-happy",
|
|
3389
3403
|
"mood-cry",
|
|
3390
3404
|
"mood-dollar",
|
|
@@ -3513,6 +3527,7 @@ export default [
|
|
|
3513
3527
|
"no-copyright",
|
|
3514
3528
|
"no-creative-commons",
|
|
3515
3529
|
"no-derivatives",
|
|
3530
|
+
"noise-reduction",
|
|
3516
3531
|
"north-star",
|
|
3517
3532
|
"notdef",
|
|
3518
3533
|
"note-off",
|
|
@@ -3776,6 +3791,7 @@ export default [
|
|
|
3776
3791
|
"phone-x",
|
|
3777
3792
|
"phone",
|
|
3778
3793
|
"photo-ai",
|
|
3794
|
+
"photo-alt",
|
|
3779
3795
|
"photo-bitcoin",
|
|
3780
3796
|
"photo-bolt",
|
|
3781
3797
|
"photo-cancel",
|
|
@@ -3812,7 +3828,7 @@ export default [
|
|
|
3812
3828
|
"photo-video",
|
|
3813
3829
|
"photo-x",
|
|
3814
3830
|
"photo",
|
|
3815
|
-
"
|
|
3831
|
+
"physiotherapist",
|
|
3816
3832
|
"piano",
|
|
3817
3833
|
"pick",
|
|
3818
3834
|
"picnic-table",
|
|
@@ -3904,11 +3920,14 @@ export default [
|
|
|
3904
3920
|
"podium",
|
|
3905
3921
|
"point-off",
|
|
3906
3922
|
"point",
|
|
3923
|
+
"pointer-2",
|
|
3907
3924
|
"pointer-bolt",
|
|
3908
3925
|
"pointer-cancel",
|
|
3909
3926
|
"pointer-check",
|
|
3910
3927
|
"pointer-code",
|
|
3911
3928
|
"pointer-cog",
|
|
3929
|
+
"pointer-collaboration-2",
|
|
3930
|
+
"pointer-collaboration",
|
|
3912
3931
|
"pointer-dollar",
|
|
3913
3932
|
"pointer-down",
|
|
3914
3933
|
"pointer-exclamation",
|
|
@@ -4104,6 +4123,7 @@ export default [
|
|
|
4104
4123
|
"rotate-dot",
|
|
4105
4124
|
"rotate-rectangle",
|
|
4106
4125
|
"rotate",
|
|
4126
|
+
"roulette",
|
|
4107
4127
|
"route-2",
|
|
4108
4128
|
"route-alt-left",
|
|
4109
4129
|
"route-alt-right",
|
|
@@ -4149,6 +4169,7 @@ export default [
|
|
|
4149
4169
|
"scale-outline-off",
|
|
4150
4170
|
"scale-outline",
|
|
4151
4171
|
"scale",
|
|
4172
|
+
"scan-cube",
|
|
4152
4173
|
"scan-eye",
|
|
4153
4174
|
"scan-letter-a",
|
|
4154
4175
|
"scan-letter-t",
|
|
@@ -4328,6 +4349,7 @@ export default [
|
|
|
4328
4349
|
"skateboard-off",
|
|
4329
4350
|
"skateboard",
|
|
4330
4351
|
"skateboarding",
|
|
4352
|
+
"sketching",
|
|
4331
4353
|
"skew-x",
|
|
4332
4354
|
"skew-y",
|
|
4333
4355
|
"ski-jumping",
|
|
@@ -4380,17 +4402,21 @@ export default [
|
|
|
4380
4402
|
"spacing-horizontal",
|
|
4381
4403
|
"spacing-vertical",
|
|
4382
4404
|
"spade",
|
|
4405
|
+
"sparkle-2",
|
|
4406
|
+
"sparkle-highlight",
|
|
4407
|
+
"sparkle",
|
|
4383
4408
|
"sparkles-2",
|
|
4384
4409
|
"sparkles",
|
|
4385
4410
|
"speakerphone",
|
|
4386
4411
|
"speedboat",
|
|
4412
|
+
"sphere-2",
|
|
4387
4413
|
"sphere-off",
|
|
4388
4414
|
"sphere-plus",
|
|
4389
4415
|
"sphere",
|
|
4390
4416
|
"spider",
|
|
4391
4417
|
"spiral-off",
|
|
4392
4418
|
"spiral",
|
|
4393
|
-
"sport-
|
|
4419
|
+
"sport-billiard",
|
|
4394
4420
|
"spray",
|
|
4395
4421
|
"spy-off",
|
|
4396
4422
|
"spy",
|
|
@@ -4611,6 +4637,7 @@ export default [
|
|
|
4611
4637
|
"sword-off",
|
|
4612
4638
|
"sword",
|
|
4613
4639
|
"swords",
|
|
4640
|
+
"tab-close",
|
|
4614
4641
|
"table-alias",
|
|
4615
4642
|
"table-column",
|
|
4616
4643
|
"table-dashed",
|
|
@@ -4677,10 +4704,17 @@ export default [
|
|
|
4677
4704
|
"text-grammar",
|
|
4678
4705
|
"text-increase",
|
|
4679
4706
|
"text-orientation",
|
|
4707
|
+
"text-outline",
|
|
4680
4708
|
"text-plus",
|
|
4681
4709
|
"text-recognition",
|
|
4710
|
+
"text-regex-asterisk",
|
|
4711
|
+
"text-regex-end",
|
|
4712
|
+
"text-regex-plus",
|
|
4713
|
+
"text-regex-question",
|
|
4714
|
+
"text-regex-start",
|
|
4682
4715
|
"text-resize",
|
|
4683
4716
|
"text-scan-2",
|
|
4717
|
+
"text-scan-ai",
|
|
4684
4718
|
"text-size",
|
|
4685
4719
|
"text-spellcheck",
|
|
4686
4720
|
"text-wrap-column",
|
|
@@ -4829,6 +4863,7 @@ export default [
|
|
|
4829
4863
|
"umbrella-closed",
|
|
4830
4864
|
"umbrella-off",
|
|
4831
4865
|
"umbrella",
|
|
4866
|
+
"underline-off",
|
|
4832
4867
|
"underline",
|
|
4833
4868
|
"unicycle",
|
|
4834
4869
|
"universe",
|
|
@@ -4909,10 +4944,12 @@ export default [
|
|
|
4909
4944
|
"viewport-short",
|
|
4910
4945
|
"viewport-tall",
|
|
4911
4946
|
"viewport-wide",
|
|
4947
|
+
"vignette",
|
|
4912
4948
|
"vinyl",
|
|
4913
4949
|
"vip-2",
|
|
4914
4950
|
"vip-off",
|
|
4915
4951
|
"vip",
|
|
4952
|
+
"virtual-space",
|
|
4916
4953
|
"virus-off",
|
|
4917
4954
|
"virus-search",
|
|
4918
4955
|
"virus",
|
|
@@ -5253,6 +5290,7 @@ export default [
|
|
|
5253
5290
|
"brand-patreon-filled",
|
|
5254
5291
|
"brand-paypal-filled",
|
|
5255
5292
|
"brand-pinterest-filled",
|
|
5293
|
+
"brand-signal-filled",
|
|
5256
5294
|
"brand-sketch-filled",
|
|
5257
5295
|
"brand-snapchat-filled",
|
|
5258
5296
|
"brand-spotify-filled",
|
|
@@ -5791,7 +5829,7 @@ export default [
|
|
|
5791
5829
|
"military-rank-filled",
|
|
5792
5830
|
"milk-filled",
|
|
5793
5831
|
"mood-angry-filled",
|
|
5794
|
-
"mood-
|
|
5832
|
+
"mood-confused-filled",
|
|
5795
5833
|
"mood-crazy-happy-filled",
|
|
5796
5834
|
"mood-empty-filled",
|
|
5797
5835
|
"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';
|