@zaniluca/react-remixicon 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Arrows/ArrowDownCircleFill2.d.ts +6 -0
- package/dist/Arrows/ArrowDownCircleFill2.js +1 -0
- package/dist/Arrows/ArrowTurnBackLine.js +1 -1
- package/dist/Arrows/ArrowTurnForwardLine.js +1 -1
- package/dist/Arrows/CollapseDiagonal2Fill.d.ts +6 -0
- package/dist/Arrows/CollapseDiagonal2Fill.js +1 -0
- package/dist/Arrows/CollapseDiagonal2Line.d.ts +6 -0
- package/dist/Arrows/CollapseDiagonal2Line.js +1 -0
- package/dist/Arrows/CollapseDiagonalFill.d.ts +6 -0
- package/dist/Arrows/CollapseDiagonalFill.js +1 -0
- package/dist/Arrows/CollapseDiagonalLine.d.ts +6 -0
- package/dist/Arrows/CollapseDiagonalLine.js +1 -0
- package/dist/Arrows/ExpandDiagonal2Fill.d.ts +6 -0
- package/dist/Arrows/ExpandDiagonal2Fill.js +1 -0
- package/dist/Arrows/ExpandDiagonal2Line.d.ts +6 -0
- package/dist/Arrows/ExpandDiagonal2Line.js +1 -0
- package/dist/Arrows/ExpandDiagonalFill.d.ts +6 -0
- package/dist/Arrows/ExpandDiagonalFill.js +1 -0
- package/dist/Arrows/ExpandDiagonalLine.d.ts +6 -0
- package/dist/Arrows/ExpandDiagonalLine.js +1 -0
- package/dist/Arrows/index.d.ts +9 -0
- package/dist/Arrows/index.js +35 -26
- package/dist/Buildings/index.js +8 -8
- package/dist/Business/IdCardFill.d.ts +6 -0
- package/dist/Business/IdCardFill.js +1 -0
- package/dist/Business/IdCardLine.d.ts +6 -0
- package/dist/Business/IdCardLine.js +1 -0
- package/dist/Business/index.d.ts +2 -0
- package/dist/Business/index.js +54 -52
- package/dist/Communication/Chat1Fill2.d.ts +6 -0
- package/dist/Communication/Chat1Fill2.js +1 -0
- package/dist/Communication/index.d.ts +1 -0
- package/dist/Communication/index.js +34 -33
- package/dist/Design/AlignItemBottomFill.d.ts +6 -0
- package/dist/Design/AlignItemBottomFill.js +1 -0
- package/dist/Design/AlignItemBottomLine.d.ts +6 -0
- package/dist/Design/AlignItemBottomLine.js +1 -0
- package/dist/Design/AlignItemHorizontalCenterFill.d.ts +6 -0
- package/dist/Design/AlignItemHorizontalCenterFill.js +1 -0
- package/dist/Design/AlignItemHorizontalCenterLine.d.ts +6 -0
- package/dist/Design/AlignItemHorizontalCenterLine.js +1 -0
- package/dist/Design/AlignItemLeftFill.d.ts +6 -0
- package/dist/Design/AlignItemLeftFill.js +1 -0
- package/dist/Design/AlignItemLeftLine.d.ts +6 -0
- package/dist/Design/AlignItemLeftLine.js +1 -0
- package/dist/Design/AlignItemRightFill.d.ts +6 -0
- package/dist/Design/AlignItemRightFill.js +1 -0
- package/dist/Design/AlignItemRightLine.d.ts +6 -0
- package/dist/Design/AlignItemRightLine.js +1 -0
- package/dist/Design/AlignItemTopFill.d.ts +6 -0
- package/dist/Design/AlignItemTopFill.js +1 -0
- package/dist/Design/AlignItemTopLine.d.ts +6 -0
- package/dist/Design/AlignItemTopLine.js +1 -0
- package/dist/Design/AlignItemVerticalCenterFill.d.ts +6 -0
- package/dist/Design/AlignItemVerticalCenterFill.js +1 -0
- package/dist/Design/AlignItemVerticalCenterLine.d.ts +6 -0
- package/dist/Design/AlignItemVerticalCenterLine.js +1 -0
- package/dist/Design/FlipHorizontal2Fill.d.ts +6 -0
- package/dist/Design/FlipHorizontal2Fill.js +1 -0
- package/dist/Design/FlipHorizontal2Line.d.ts +6 -0
- package/dist/Design/FlipHorizontal2Line.js +1 -0
- package/dist/Design/FlipHorizontalFill.d.ts +6 -0
- package/dist/Design/FlipHorizontalFill.js +1 -0
- package/dist/Design/FlipHorizontalLine.d.ts +6 -0
- package/dist/Design/FlipHorizontalLine.js +1 -0
- package/dist/Design/FlipVertical2Fill.d.ts +6 -0
- package/dist/Design/FlipVertical2Fill.js +1 -0
- package/dist/Design/FlipVertical2Line.d.ts +6 -0
- package/dist/Design/FlipVertical2Line.js +1 -0
- package/dist/Design/FlipVerticalFill.d.ts +6 -0
- package/dist/Design/FlipVerticalFill.js +1 -0
- package/dist/Design/FlipVerticalLine.d.ts +6 -0
- package/dist/Design/FlipVerticalLine.js +1 -0
- package/dist/Design/LayoutGrid2Fill.d.ts +6 -0
- package/dist/Design/LayoutGrid2Fill.js +1 -0
- package/dist/Design/LayoutGrid2Line.d.ts +6 -0
- package/dist/Design/LayoutGrid2Line.js +1 -0
- package/dist/Design/LayoutHorizontalFill.d.ts +6 -0
- package/dist/Design/LayoutHorizontalFill.js +1 -0
- package/dist/Design/LayoutHorizontalLine.d.ts +6 -0
- package/dist/Design/LayoutHorizontalLine.js +1 -0
- package/dist/Design/LayoutVerticalFill.d.ts +6 -0
- package/dist/Design/LayoutVerticalFill.js +1 -0
- package/dist/Design/LayoutVerticalLine.d.ts +6 -0
- package/dist/Design/LayoutVerticalLine.js +1 -0
- package/dist/Design/PentagonLine.js +1 -1
- package/dist/Design/index.d.ts +26 -0
- package/dist/Design/index.js +59 -33
- package/dist/Development/index.js +14 -14
- package/dist/Device/BatteryLowFill2.d.ts +6 -0
- package/dist/Device/BatteryLowFill2.js +1 -0
- package/dist/Device/HardDrive2Fill2.d.ts +6 -0
- package/dist/Device/HardDrive2Fill2.js +1 -0
- package/dist/Device/MobileDownloadFill.d.ts +6 -0
- package/dist/Device/MobileDownloadFill.js +1 -0
- package/dist/Device/MobileDownloadLine.d.ts +6 -0
- package/dist/Device/MobileDownloadLine.js +1 -0
- package/dist/Device/index.d.ts +4 -0
- package/dist/Device/index.js +37 -33
- package/dist/Document/File2Line2.d.ts +6 -0
- package/dist/Document/File2Line2.js +1 -0
- package/dist/Document/StickyNote2Fill2.d.ts +6 -0
- package/dist/Document/StickyNote2Fill2.js +1 -0
- package/dist/Document/index.d.ts +2 -0
- package/dist/Document/index.js +88 -86
- package/dist/Editor/Formula.d.ts +6 -0
- package/dist/Editor/Formula.js +1 -0
- package/dist/Editor/Heading2.d.ts +6 -0
- package/dist/Editor/Heading2.js +1 -0
- package/dist/Editor/SquareRoot.d.ts +6 -0
- package/dist/Editor/SquareRoot.js +1 -0
- package/dist/Editor/index.d.ts +3 -0
- package/dist/Editor/index.js +46 -43
- package/dist/Finance/ShoppingBag4Fill.d.ts +6 -0
- package/dist/Finance/ShoppingBag4Fill.js +1 -0
- package/dist/Finance/ShoppingBag4Line.d.ts +6 -0
- package/dist/Finance/ShoppingBag4Line.js +1 -0
- package/dist/Finance/index.d.ts +2 -0
- package/dist/Finance/index.js +23 -21
- package/dist/Food/Goblet2Fill.d.ts +6 -0
- package/dist/Food/Goblet2Fill.js +1 -0
- package/dist/Food/Goblet2Line.d.ts +6 -0
- package/dist/Food/Goblet2Line.js +1 -0
- package/dist/Food/index.d.ts +2 -0
- package/dist/Food/index.js +8 -6
- package/dist/Health & Medical/AedElectrodesFill.js +1 -0
- package/dist/Health & Medical/AedElectrodesLine.js +1 -0
- package/dist/Health & Medical/AedFill.js +1 -0
- package/dist/Health & Medical/AedLine.js +1 -0
- package/dist/Health & Medical/HeartAdd2Fill.js +1 -0
- package/dist/Health & Medical/HeartAdd2Line.js +1 -0
- package/dist/Health & Medical/index.js +15 -9
- package/dist/Health _ Medical/AedElectrodesFill.d.ts +6 -0
- package/dist/Health _ Medical/AedElectrodesLine.d.ts +6 -0
- package/dist/Health _ Medical/AedFill.d.ts +6 -0
- package/dist/Health _ Medical/AedLine.d.ts +6 -0
- package/dist/Health _ Medical/HeartAdd2Fill.d.ts +6 -0
- package/dist/Health _ Medical/HeartAdd2Line.d.ts +6 -0
- package/dist/Health _ Medical/index.d.ts +6 -0
- package/dist/Logos/AlibabaCloudFill.d.ts +6 -0
- package/dist/Logos/AlibabaCloudFill.js +1 -0
- package/dist/Logos/AlibabaCloudLine.d.ts +6 -0
- package/dist/Logos/AlibabaCloudLine.js +1 -0
- package/dist/Logos/FirebaseFill.d.ts +6 -0
- package/dist/Logos/FirebaseFill.js +1 -0
- package/dist/Logos/FirebaseLine.d.ts +6 -0
- package/dist/Logos/FirebaseLine.js +1 -0
- package/dist/Logos/JavaFill.d.ts +6 -0
- package/dist/Logos/JavaFill.js +1 -0
- package/dist/Logos/JavaLine.d.ts +6 -0
- package/dist/Logos/JavaLine.js +1 -0
- package/dist/Logos/NextjsFill.d.ts +6 -0
- package/dist/Logos/NextjsFill.js +1 -0
- package/dist/Logos/NextjsLine.d.ts +6 -0
- package/dist/Logos/NextjsLine.js +1 -0
- package/dist/Logos/NodejsFill.d.ts +6 -0
- package/dist/Logos/NodejsFill.js +1 -0
- package/dist/Logos/NodejsLine.d.ts +6 -0
- package/dist/Logos/NodejsLine.js +1 -0
- package/dist/Logos/TailwindCssFill.d.ts +6 -0
- package/dist/Logos/TailwindCssFill.js +1 -0
- package/dist/Logos/TailwindCssLine.d.ts +6 -0
- package/dist/Logos/TailwindCssLine.js +1 -0
- package/dist/Logos/WebhookFill.d.ts +6 -0
- package/dist/Logos/WebhookFill.js +1 -0
- package/dist/Logos/WebhookLine.d.ts +6 -0
- package/dist/Logos/WebhookLine.js +1 -0
- package/dist/Logos/index.d.ts +14 -0
- package/dist/Logos/index.js +96 -82
- package/dist/Map/index.js +21 -21
- package/dist/Media/PauseLargeFill.d.ts +6 -0
- package/dist/Media/PauseLargeFill.js +1 -0
- package/dist/Media/PauseLargeLine.d.ts +6 -0
- package/dist/Media/PauseLargeLine.js +1 -0
- package/dist/Media/PlayLargeFill.d.ts +6 -0
- package/dist/Media/PlayLargeFill.js +1 -0
- package/dist/Media/PlayLargeLine.d.ts +6 -0
- package/dist/Media/PlayLargeLine.js +1 -0
- package/dist/Media/PlayReverseLargeFill.d.ts +6 -0
- package/dist/Media/PlayReverseLargeFill.js +1 -0
- package/dist/Media/PlayReverseLargeLine.d.ts +6 -0
- package/dist/Media/PlayReverseLargeLine.js +1 -0
- package/dist/Media/StopLargeFill.d.ts +6 -0
- package/dist/Media/StopLargeFill.js +1 -0
- package/dist/Media/StopLargeLine.d.ts +6 -0
- package/dist/Media/StopLargeLine.js +1 -0
- package/dist/Media/VideoOffFill.d.ts +6 -0
- package/dist/Media/VideoOffFill.js +1 -0
- package/dist/Media/VideoOffLine.d.ts +6 -0
- package/dist/Media/VideoOffLine.js +1 -0
- package/dist/Media/VideoOnFill.d.ts +6 -0
- package/dist/Media/VideoOnFill.js +1 -0
- package/dist/Media/VideoOnLine.d.ts +6 -0
- package/dist/Media/VideoOnLine.js +1 -0
- package/dist/Media/index.d.ts +12 -0
- package/dist/Media/index.js +70 -58
- package/dist/Others/GolfBallFill.d.ts +6 -0
- package/dist/Others/GolfBallFill.js +1 -0
- package/dist/Others/GolfBallLine.d.ts +6 -0
- package/dist/Others/GolfBallLine.js +1 -0
- package/dist/Others/PoliceBadgeFill.d.ts +6 -0
- package/dist/Others/PoliceBadgeFill.js +1 -0
- package/dist/Others/PoliceBadgeLine.d.ts +6 -0
- package/dist/Others/PoliceBadgeLine.js +1 -0
- package/dist/Others/ToothFill.d.ts +6 -0
- package/dist/Others/ToothFill.js +1 -0
- package/dist/Others/ToothLine.d.ts +6 -0
- package/dist/Others/ToothLine.js +1 -0
- package/dist/Others/WeightFill.d.ts +6 -0
- package/dist/Others/WeightFill.js +1 -0
- package/dist/Others/WeightLine.d.ts +6 -0
- package/dist/Others/WeightLine.js +1 -0
- package/dist/Others/index.d.ts +8 -0
- package/dist/Others/index.js +48 -40
- package/dist/System/AddLargeFill.d.ts +6 -0
- package/dist/System/AddLargeFill.js +1 -0
- package/dist/System/AddLargeLine.d.ts +6 -0
- package/dist/System/AddLargeLine.js +1 -0
- package/dist/System/Apps2AddFill.d.ts +6 -0
- package/dist/System/Apps2AddFill.js +1 -0
- package/dist/System/Apps2AddLine.d.ts +6 -0
- package/dist/System/Apps2AddLine.js +1 -0
- package/dist/System/CloseLargeFill.d.ts +6 -0
- package/dist/System/CloseLargeFill.js +1 -0
- package/dist/System/CloseLargeLine.d.ts +6 -0
- package/dist/System/CloseLargeLine.js +1 -0
- package/dist/System/DashboardFill.js +1 -1
- package/dist/System/DashboardHorizontalFill.d.ts +6 -0
- package/dist/System/DashboardHorizontalFill.js +1 -0
- package/dist/System/DashboardHorizontalLine.d.ts +6 -0
- package/dist/System/DashboardHorizontalLine.js +1 -0
- package/dist/System/DashboardLine.js +1 -1
- package/dist/System/FunctionAddFill.d.ts +6 -0
- package/dist/System/FunctionAddFill.js +1 -0
- package/dist/System/FunctionAddLine.d.ts +6 -0
- package/dist/System/FunctionAddLine.js +1 -0
- package/dist/System/FunctionFill.js +1 -1
- package/dist/System/FunctionLine.js +1 -1
- package/dist/System/InformationOffFill.d.ts +6 -0
- package/dist/System/InformationOffFill.js +1 -0
- package/dist/System/InformationOffLine.d.ts +6 -0
- package/dist/System/InformationOffLine.js +1 -0
- package/dist/System/MenuFold2Fill.d.ts +6 -0
- package/dist/System/MenuFold2Fill.js +1 -0
- package/dist/System/MenuFold2Line.d.ts +6 -0
- package/dist/System/MenuFold2Line.js +1 -0
- package/dist/System/MenuFold3Fill.d.ts +6 -0
- package/dist/System/MenuFold3Fill.js +1 -0
- package/dist/System/MenuFold3Line.d.ts +6 -0
- package/dist/System/MenuFold3Line.js +1 -0
- package/dist/System/MenuFold3Line2.d.ts +6 -0
- package/dist/System/MenuFold3Line2.js +1 -0
- package/dist/System/MenuFold4Fill.d.ts +6 -0
- package/dist/System/MenuFold4Fill.js +1 -0
- package/dist/System/MenuFold4Line.d.ts +6 -0
- package/dist/System/MenuFold4Line.js +1 -0
- package/dist/System/MenuFoldFill.js +1 -1
- package/dist/System/MenuUnfold2Fill.d.ts +6 -0
- package/dist/System/MenuUnfold2Fill.js +1 -0
- package/dist/System/MenuUnfold2Line.d.ts +6 -0
- package/dist/System/MenuUnfold2Line.js +1 -0
- package/dist/System/MenuUnfold3Fill.d.ts +6 -0
- package/dist/System/MenuUnfold3Fill.js +1 -0
- package/dist/System/MenuUnfold3Line.d.ts +6 -0
- package/dist/System/MenuUnfold3Line.js +1 -0
- package/dist/System/MenuUnfold3Line2.d.ts +6 -0
- package/dist/System/MenuUnfold3Line2.js +1 -0
- package/dist/System/MenuUnfold4Fill.d.ts +6 -0
- package/dist/System/MenuUnfold4Fill.js +1 -0
- package/dist/System/MenuUnfold4Line.d.ts +6 -0
- package/dist/System/MenuUnfold4Line.js +1 -0
- package/dist/System/MenuUnfold4Line2.d.ts +6 -0
- package/dist/System/MenuUnfold4Line2.js +1 -0
- package/dist/System/MenuUnfoldFill.js +1 -1
- package/dist/System/Prohibited2Fill.d.ts +6 -0
- package/dist/System/Prohibited2Fill.js +1 -0
- package/dist/System/Prohibited2Line.d.ts +6 -0
- package/dist/System/Prohibited2Line.js +1 -0
- package/dist/System/index.d.ts +29 -0
- package/dist/System/index.js +91 -62
- package/dist/User & Faces/Group3Fill.js +1 -0
- package/dist/User & Faces/Group3Line.js +1 -0
- package/dist/User & Faces/index.js +21 -19
- package/dist/User _ Faces/Group3Fill.d.ts +6 -0
- package/dist/User _ Faces/Group3Line.d.ts +6 -0
- package/dist/User _ Faces/index.d.ts +2 -0
- package/dist/Weather/SnowflakeFill.d.ts +6 -0
- package/dist/Weather/SnowflakeFill.js +1 -0
- package/dist/Weather/SnowflakeLine.d.ts +6 -0
- package/dist/Weather/SnowflakeLine.js +1 -0
- package/dist/Weather/index.d.ts +2 -0
- package/dist/Weather/index.js +29 -27
- package/dist/chunk-25FE5A3O.js +5 -0
- package/dist/chunk-2BG2TNB7.js +5 -0
- package/dist/chunk-2ERTRW6H.js +5 -0
- package/dist/chunk-2G75KTBR.js +5 -0
- package/dist/chunk-2TL2BBXF.js +5 -0
- package/dist/chunk-2WOGXGXQ.js +5 -0
- package/dist/chunk-35CT5DGN.js +5 -0
- package/dist/chunk-3HJADV5T.js +5 -0
- package/dist/chunk-3ZX7HERM.js +5 -0
- package/dist/chunk-4FUZYNKE.js +5 -0
- package/dist/chunk-4HJANQRZ.js +5 -0
- package/dist/chunk-4LPASPYO.js +5 -0
- package/dist/chunk-4NDXP4K4.js +5 -0
- package/dist/chunk-4R2KU5ZQ.js +5 -0
- package/dist/chunk-4ZGBLMMV.js +5 -0
- package/dist/{chunk-XGBIG52I.js → chunk-5DORFTEC.js} +1 -1
- package/dist/chunk-5JAB2L6G.js +5 -0
- package/dist/chunk-63U2APJX.js +5 -0
- package/dist/chunk-64OJHKGU.js +5 -0
- package/dist/chunk-67WNANCW.js +5 -0
- package/dist/chunk-6H2HFIK2.js +5 -0
- package/dist/chunk-6METZ76G.js +5 -0
- package/dist/chunk-6MY6Z2BJ.js +5 -0
- package/dist/chunk-76YBK3XJ.js +5 -0
- package/dist/chunk-7CB6OUQR.js +5 -0
- package/dist/chunk-7NQ7ID4X.js +5 -0
- package/dist/chunk-7RFRXSBT.js +5 -0
- package/dist/chunk-7XXMRNAH.js +5 -0
- package/dist/chunk-7YKGQOSX.js +5 -0
- package/dist/{chunk-QTILZD4I.js → chunk-AATT45IR.js} +1 -1
- package/dist/chunk-BEIZKW6K.js +5 -0
- package/dist/chunk-BG4AJNAJ.js +5 -0
- package/dist/chunk-BKT3KPJK.js +5 -0
- package/dist/chunk-C2XKSVPB.js +5 -0
- package/dist/chunk-CCZUGFRB.js +5 -0
- package/dist/chunk-CPT2OTT6.js +5 -0
- package/dist/chunk-D2DBLNJ2.js +5 -0
- package/dist/chunk-D76MKEEK.js +5 -0
- package/dist/chunk-DDF3ICHD.js +5 -0
- package/dist/chunk-DJ56BBOY.js +5 -0
- package/dist/chunk-DJCMQWOQ.js +5 -0
- package/dist/chunk-DMDKIUZ5.js +5 -0
- package/dist/chunk-DODNWS5P.js +5 -0
- package/dist/chunk-EF6CP336.js +5 -0
- package/dist/chunk-EHXFATGW.js +5 -0
- package/dist/chunk-EWS63PUS.js +5 -0
- package/dist/chunk-F5HYDN5Y.js +5 -0
- package/dist/chunk-FRIJQOHY.js +5 -0
- package/dist/chunk-GHBJVRUU.js +5 -0
- package/dist/chunk-GK2ZRRGC.js +5 -0
- package/dist/chunk-GL3EDWGA.js +5 -0
- package/dist/chunk-GLPWQ5VE.js +5 -0
- package/dist/chunk-GSBTUMXD.js +5 -0
- package/dist/chunk-H5JNUNSM.js +5 -0
- package/dist/chunk-HCJ2HXTZ.js +5 -0
- package/dist/chunk-HFWMV2DK.js +5 -0
- package/dist/chunk-HHLKE64U.js +5 -0
- package/dist/chunk-IIHQRC3S.js +5 -0
- package/dist/chunk-ILISOOWF.js +5 -0
- package/dist/chunk-IM2UQO2E.js +5 -0
- package/dist/chunk-IPF2ZKNN.js +5 -0
- package/dist/chunk-IR6ORM3H.js +5 -0
- package/dist/chunk-IUQ6FEJJ.js +5 -0
- package/dist/chunk-IXU2SS7J.js +5 -0
- package/dist/chunk-J62XE47Q.js +5 -0
- package/dist/chunk-JGE76CYI.js +5 -0
- package/dist/chunk-JWSYWER7.js +5 -0
- package/dist/chunk-JXBE5I7T.js +5 -0
- package/dist/chunk-JZBN7FWX.js +5 -0
- package/dist/{chunk-7OROB5Y7.js → chunk-K45ZIJHN.js} +1 -1
- package/dist/{chunk-DQW5W5J3.js → chunk-KA4UWWWK.js} +1 -1
- package/dist/chunk-KQI3S6AK.js +5 -0
- package/dist/{chunk-5MJBBZMV.js → chunk-L3ZRPHW5.js} +1 -1
- package/dist/chunk-LMGNLYS3.js +5 -0
- package/dist/chunk-LO4QRHDD.js +5 -0
- package/dist/chunk-LOU6CSQM.js +5 -0
- package/dist/chunk-M43VHWOB.js +5 -0
- package/dist/chunk-MYQ3I22X.js +5 -0
- package/dist/chunk-NTEOF3LW.js +5 -0
- package/dist/chunk-NTLOIAAB.js +5 -0
- package/dist/chunk-OBZSHHKC.js +5 -0
- package/dist/chunk-OCBAIARR.js +5 -0
- package/dist/chunk-OCKSIHFW.js +5 -0
- package/dist/chunk-OCQ5NWKK.js +5 -0
- package/dist/chunk-OEJ2ANUR.js +5 -0
- package/dist/chunk-OFYPAIPZ.js +5 -0
- package/dist/chunk-OZZYAEOA.js +5 -0
- package/dist/chunk-PBXDIUEE.js +5 -0
- package/dist/chunk-PEGZ4VIV.js +5 -0
- package/dist/chunk-PHHTRTO7.js +5 -0
- package/dist/chunk-PMDQL6LA.js +5 -0
- package/dist/chunk-PP7SRQ3G.js +5 -0
- package/dist/chunk-Q2OOOP5K.js +5 -0
- package/dist/chunk-Q6ADHY33.js +5 -0
- package/dist/chunk-Q7AP6VNB.js +5 -0
- package/dist/chunk-QKFUY6E5.js +5 -0
- package/dist/chunk-QLV6XIRZ.js +5 -0
- package/dist/chunk-RHJS3KNZ.js +5 -0
- package/dist/chunk-ROBZRGTM.js +5 -0
- package/dist/chunk-RU2D2KWV.js +5 -0
- package/dist/chunk-S6CTYQ3C.js +5 -0
- package/dist/chunk-S77HNVU2.js +5 -0
- package/dist/chunk-SA5NVDLM.js +5 -0
- package/dist/chunk-SGFKCPEJ.js +5 -0
- package/dist/chunk-SUDHOXLC.js +5 -0
- package/dist/chunk-T4EJKWDY.js +5 -0
- package/dist/chunk-TAQK3G46.js +5 -0
- package/dist/chunk-TEXXYDYX.js +5 -0
- package/dist/chunk-TNGVW4G2.js +5 -0
- package/dist/chunk-TXPTXEVE.js +5 -0
- package/dist/chunk-U45YDJ3Q.js +5 -0
- package/dist/chunk-UPFMFSP2.js +5 -0
- package/dist/chunk-USAHSRTR.js +5 -0
- package/dist/chunk-UUZORZR2.js +5 -0
- package/dist/chunk-V4PKRIPY.js +5 -0
- package/dist/chunk-VGRKRCYT.js +5 -0
- package/dist/chunk-VH3UC3R2.js +5 -0
- package/dist/chunk-W5K3SHA7.js +5 -0
- package/dist/chunk-WLDGXFMY.js +5 -0
- package/dist/chunk-WQGNQPTG.js +5 -0
- package/dist/chunk-X2RDVVAY.js +5 -0
- package/dist/chunk-X5MFWEBU.js +5 -0
- package/dist/chunk-X7JIPHZJ.js +5 -0
- package/dist/chunk-X7YLX3YE.js +5 -0
- package/dist/chunk-XDWEEZP2.js +5 -0
- package/dist/chunk-XE7JZM66.js +5 -0
- package/dist/chunk-XPWISFEU.js +5 -0
- package/dist/chunk-XQCWWUJ5.js +5 -0
- package/dist/chunk-Y2ZKL6Q6.js +5 -0
- package/dist/chunk-YFEPVDHD.js +5 -0
- package/dist/chunk-YVQUNEY5.js +5 -0
- package/dist/chunk-ZE46KFFX.js +5 -0
- package/dist/chunk-ZXCTGAVS.js +5 -0
- package/dist/index.d.ts +124 -0
- package/dist/index.js +797 -673
- package/package.json +2 -2
- package/dist/chunk-5BUH6IVD.js +0 -5
- package/dist/chunk-6AA2NIVU.js +0 -5
- package/dist/chunk-EJ45IE5H.js +0 -5
- package/dist/chunk-ZNNGZ34N.js +0 -5
- /package/dist/{chunk-4DGP46SN.js → chunk-3KCFCTJ7.js} +0 -0
- /package/dist/{chunk-6GNHBZI3.js → chunk-5RM3K3RI.js} +0 -0
- /package/dist/{chunk-EPPU2NRP.js → chunk-DTGLDQY6.js} +0 -0
- /package/dist/{chunk-H35KRDTB.js → chunk-DXDP4SGX.js} +0 -0
- /package/dist/{chunk-IX5B6EU3.js → chunk-EC43DIUL.js} +0 -0
- /package/dist/{chunk-J63UZCOH.js → chunk-IEGQ6PKA.js} +0 -0
- /package/dist/{chunk-KHDR7DFZ.js → chunk-IGDLIJ6U.js} +0 -0
- /package/dist/{chunk-LOSD6G2G.js → chunk-JHNWF3AT.js} +0 -0
- /package/dist/{chunk-MANMI3QX.js → chunk-RPKWVVIX.js} +0 -0
- /package/dist/{chunk-OYCDLSDK.js → chunk-SEGO3DGX.js} +0 -0
- /package/dist/{chunk-PKPDNWRC.js → chunk-THG3HUF7.js} +0 -0
- /package/dist/{chunk-RIQYMQIB.js → chunk-TOJJTM5B.js} +0 -0
- /package/dist/{chunk-SVWOQI22.js → chunk-UPJOWAO5.js} +0 -0
- /package/dist/{chunk-XOGC4Q46.js → chunk-WVCHJJN3.js} +0 -0
- /package/dist/{chunk-ZFKKAGLI.js → chunk-XJOB5NZM.js} +0 -0
- /package/dist/{chunk-ZONXF5WO.js → chunk-YVDXAY7E.js} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as ArrowDownCircleFill2Icon } from './Arrows/ArrowDownCircleFill2.js';
|
|
1
2
|
export { default as ArrowDownCircleFillIcon } from './Arrows/ArrowDownCircleFill.js';
|
|
2
3
|
export { default as ArrowDownCircleLineIcon } from './Arrows/ArrowDownCircleLine.js';
|
|
3
4
|
export { default as ArrowDownDoubleFillIcon } from './Arrows/ArrowDownDoubleFill.js';
|
|
@@ -66,6 +67,10 @@ export { default as ArrowUpSFillIcon } from './Arrows/ArrowUpSFill.js';
|
|
|
66
67
|
export { default as ArrowUpSLineIcon } from './Arrows/ArrowUpSLine.js';
|
|
67
68
|
export { default as ArrowUpWideFillIcon } from './Arrows/ArrowUpWideFill.js';
|
|
68
69
|
export { default as ArrowUpWideLineIcon } from './Arrows/ArrowUpWideLine.js';
|
|
70
|
+
export { default as CollapseDiagonal2FillIcon } from './Arrows/CollapseDiagonal2Fill.js';
|
|
71
|
+
export { default as CollapseDiagonal2LineIcon } from './Arrows/CollapseDiagonal2Line.js';
|
|
72
|
+
export { default as CollapseDiagonalFillIcon } from './Arrows/CollapseDiagonalFill.js';
|
|
73
|
+
export { default as CollapseDiagonalLineIcon } from './Arrows/CollapseDiagonalLine.js';
|
|
69
74
|
export { default as ContractLeftFillIcon } from './Arrows/ContractLeftFill.js';
|
|
70
75
|
export { default as ContractLeftLineIcon } from './Arrows/ContractLeftLine.js';
|
|
71
76
|
export { default as ContractLeftRightFillIcon } from './Arrows/ContractLeftRightFill.js';
|
|
@@ -98,6 +103,10 @@ export { default as DragMove2FillIcon } from './Arrows/DragMove2Fill.js';
|
|
|
98
103
|
export { default as DragMove2LineIcon } from './Arrows/DragMove2Line.js';
|
|
99
104
|
export { default as DragMoveFillIcon } from './Arrows/DragMoveFill.js';
|
|
100
105
|
export { default as DragMoveLineIcon } from './Arrows/DragMoveLine.js';
|
|
106
|
+
export { default as ExpandDiagonal2FillIcon } from './Arrows/ExpandDiagonal2Fill.js';
|
|
107
|
+
export { default as ExpandDiagonal2LineIcon } from './Arrows/ExpandDiagonal2Line.js';
|
|
108
|
+
export { default as ExpandDiagonalFillIcon } from './Arrows/ExpandDiagonalFill.js';
|
|
109
|
+
export { default as ExpandDiagonalLineIcon } from './Arrows/ExpandDiagonalLine.js';
|
|
101
110
|
export { default as ExpandHeightFillIcon } from './Arrows/ExpandHeightFill.js';
|
|
102
111
|
export { default as ExpandHeightLineIcon } from './Arrows/ExpandHeightLine.js';
|
|
103
112
|
export { default as ExpandLeftFillIcon } from './Arrows/ExpandLeftFill.js';
|
|
@@ -274,6 +283,8 @@ export { default as GlobalFillIcon } from './Business/GlobalFill.js';
|
|
|
274
283
|
export { default as GlobalLineIcon } from './Business/GlobalLine.js';
|
|
275
284
|
export { default as HonourFillIcon } from './Business/HonourFill.js';
|
|
276
285
|
export { default as HonourLineIcon } from './Business/HonourLine.js';
|
|
286
|
+
export { default as IdCardFillIcon } from './Business/IdCardFill.js';
|
|
287
|
+
export { default as IdCardLineIcon } from './Business/IdCardLine.js';
|
|
277
288
|
export { default as Inbox2FillIcon } from './Business/Inbox2Fill.js';
|
|
278
289
|
export { default as Inbox2LineIcon } from './Business/Inbox2Line.js';
|
|
279
290
|
export { default as InboxArchiveFillIcon } from './Business/InboxArchiveFill.js';
|
|
@@ -378,6 +389,7 @@ export { default as Window2FillIcon } from './Business/Window2Fill.js';
|
|
|
378
389
|
export { default as Window2LineIcon } from './Business/Window2Line.js';
|
|
379
390
|
export { default as WindowFillIcon } from './Business/WindowFill.js';
|
|
380
391
|
export { default as WindowLineIcon } from './Business/WindowLine.js';
|
|
392
|
+
export { default as Chat1Fill2Icon } from './Communication/Chat1Fill2.js';
|
|
381
393
|
export { default as Chat1FillIcon } from './Communication/Chat1Fill.js';
|
|
382
394
|
export { default as Chat1LineIcon } from './Communication/Chat1Line.js';
|
|
383
395
|
export { default as Chat2FillIcon } from './Communication/Chat2Fill.js';
|
|
@@ -444,6 +456,18 @@ export { default as SpeakFillIcon } from './Communication/SpeakFill.js';
|
|
|
444
456
|
export { default as SpeakLineIcon } from './Communication/SpeakLine.js';
|
|
445
457
|
export { default as VideoChatFillIcon } from './Communication/VideoChatFill.js';
|
|
446
458
|
export { default as VideoChatLineIcon } from './Communication/VideoChatLine.js';
|
|
459
|
+
export { default as AlignItemBottomFillIcon } from './Design/AlignItemBottomFill.js';
|
|
460
|
+
export { default as AlignItemBottomLineIcon } from './Design/AlignItemBottomLine.js';
|
|
461
|
+
export { default as AlignItemHorizontalCenterFillIcon } from './Design/AlignItemHorizontalCenterFill.js';
|
|
462
|
+
export { default as AlignItemHorizontalCenterLineIcon } from './Design/AlignItemHorizontalCenterLine.js';
|
|
463
|
+
export { default as AlignItemLeftFillIcon } from './Design/AlignItemLeftFill.js';
|
|
464
|
+
export { default as AlignItemLeftLineIcon } from './Design/AlignItemLeftLine.js';
|
|
465
|
+
export { default as AlignItemRightFillIcon } from './Design/AlignItemRightFill.js';
|
|
466
|
+
export { default as AlignItemRightLineIcon } from './Design/AlignItemRightLine.js';
|
|
467
|
+
export { default as AlignItemTopFillIcon } from './Design/AlignItemTopFill.js';
|
|
468
|
+
export { default as AlignItemTopLineIcon } from './Design/AlignItemTopLine.js';
|
|
469
|
+
export { default as AlignItemVerticalCenterFillIcon } from './Design/AlignItemVerticalCenterFill.js';
|
|
470
|
+
export { default as AlignItemVerticalCenterLineIcon } from './Design/AlignItemVerticalCenterLine.js';
|
|
447
471
|
export { default as Anticlockwise2FillIcon } from './Design/Anticlockwise2Fill.js';
|
|
448
472
|
export { default as Anticlockwise2LineIcon } from './Design/Anticlockwise2Line.js';
|
|
449
473
|
export { default as AnticlockwiseFillIcon } from './Design/AnticlockwiseFill.js';
|
|
@@ -508,6 +532,14 @@ export { default as EditFillIcon } from './Design/EditFill.js';
|
|
|
508
532
|
export { default as EditLineIcon } from './Design/EditLine.js';
|
|
509
533
|
export { default as EraserFillIcon } from './Design/EraserFill.js';
|
|
510
534
|
export { default as EraserLineIcon } from './Design/EraserLine.js';
|
|
535
|
+
export { default as FlipHorizontal2FillIcon } from './Design/FlipHorizontal2Fill.js';
|
|
536
|
+
export { default as FlipHorizontal2LineIcon } from './Design/FlipHorizontal2Line.js';
|
|
537
|
+
export { default as FlipHorizontalFillIcon } from './Design/FlipHorizontalFill.js';
|
|
538
|
+
export { default as FlipHorizontalLineIcon } from './Design/FlipHorizontalLine.js';
|
|
539
|
+
export { default as FlipVertical2FillIcon } from './Design/FlipVertical2Fill.js';
|
|
540
|
+
export { default as FlipVertical2LineIcon } from './Design/FlipVertical2Line.js';
|
|
541
|
+
export { default as FlipVerticalFillIcon } from './Design/FlipVerticalFill.js';
|
|
542
|
+
export { default as FlipVerticalLineIcon } from './Design/FlipVerticalLine.js';
|
|
511
543
|
export { default as Focus2FillIcon } from './Design/Focus2Fill.js';
|
|
512
544
|
export { default as Focus2LineIcon } from './Design/Focus2Line.js';
|
|
513
545
|
export { default as Focus3FillIcon } from './Design/Focus3Fill.js';
|
|
@@ -541,8 +573,12 @@ export { default as LayoutBottomLineIcon } from './Design/LayoutBottomLine.js';
|
|
|
541
573
|
export { default as LayoutColumnFillIcon } from './Design/LayoutColumnFill.js';
|
|
542
574
|
export { default as LayoutColumnLineIcon } from './Design/LayoutColumnLine.js';
|
|
543
575
|
export { default as LayoutFillIcon } from './Design/LayoutFill.js';
|
|
576
|
+
export { default as LayoutGrid2FillIcon } from './Design/LayoutGrid2Fill.js';
|
|
577
|
+
export { default as LayoutGrid2LineIcon } from './Design/LayoutGrid2Line.js';
|
|
544
578
|
export { default as LayoutGridFillIcon } from './Design/LayoutGridFill.js';
|
|
545
579
|
export { default as LayoutGridLineIcon } from './Design/LayoutGridLine.js';
|
|
580
|
+
export { default as LayoutHorizontalFillIcon } from './Design/LayoutHorizontalFill.js';
|
|
581
|
+
export { default as LayoutHorizontalLineIcon } from './Design/LayoutHorizontalLine.js';
|
|
546
582
|
export { default as LayoutLeft2FillIcon } from './Design/LayoutLeft2Fill.js';
|
|
547
583
|
export { default as LayoutLeft2LineIcon } from './Design/LayoutLeft2Line.js';
|
|
548
584
|
export { default as LayoutLeftFillIcon } from './Design/LayoutLeftFill.js';
|
|
@@ -560,6 +596,8 @@ export { default as LayoutTop2FillIcon } from './Design/LayoutTop2Fill.js';
|
|
|
560
596
|
export { default as LayoutTop2LineIcon } from './Design/LayoutTop2Line.js';
|
|
561
597
|
export { default as LayoutTopFillIcon } from './Design/LayoutTopFill.js';
|
|
562
598
|
export { default as LayoutTopLineIcon } from './Design/LayoutTopLine.js';
|
|
599
|
+
export { default as LayoutVerticalFillIcon } from './Design/LayoutVerticalFill.js';
|
|
600
|
+
export { default as LayoutVerticalLineIcon } from './Design/LayoutVerticalLine.js';
|
|
563
601
|
export { default as MagicFillIcon } from './Design/MagicFill.js';
|
|
564
602
|
export { default as MagicLineIcon } from './Design/MagicLine.js';
|
|
565
603
|
export { default as MarkPenFillIcon } from './Design/MarkPenFill.js';
|
|
@@ -702,6 +740,7 @@ export { default as BatteryChargeFillIcon } from './Device/BatteryChargeFill.js'
|
|
|
702
740
|
export { default as BatteryChargeLineIcon } from './Device/BatteryChargeLine.js';
|
|
703
741
|
export { default as BatteryFillIcon } from './Device/BatteryFill.js';
|
|
704
742
|
export { default as BatteryLineIcon } from './Device/BatteryLine.js';
|
|
743
|
+
export { default as BatteryLowFill2Icon } from './Device/BatteryLowFill2.js';
|
|
705
744
|
export { default as BatteryLowFillIcon } from './Device/BatteryLowFill.js';
|
|
706
745
|
export { default as BatteryLowLineIcon } from './Device/BatteryLowLine.js';
|
|
707
746
|
export { default as BatterySaverFillIcon } from './Device/BatterySaverFill.js';
|
|
@@ -746,6 +785,7 @@ export { default as GpsFillIcon } from './Device/GpsFill.js';
|
|
|
746
785
|
export { default as GpsLineIcon } from './Device/GpsLine.js';
|
|
747
786
|
export { default as GradienterFillIcon } from './Device/GradienterFill.js';
|
|
748
787
|
export { default as GradienterLineIcon } from './Device/GradienterLine.js';
|
|
788
|
+
export { default as HardDrive2Fill2Icon } from './Device/HardDrive2Fill2.js';
|
|
749
789
|
export { default as HardDrive2FillIcon } from './Device/HardDrive2Fill.js';
|
|
750
790
|
export { default as HardDrive2LineIcon } from './Device/HardDrive2Line.js';
|
|
751
791
|
export { default as HardDrive3FillIcon } from './Device/HardDrive3Fill.js';
|
|
@@ -766,6 +806,8 @@ export { default as MacFillIcon } from './Device/MacFill.js';
|
|
|
766
806
|
export { default as MacLineIcon } from './Device/MacLine.js';
|
|
767
807
|
export { default as MacbookFillIcon } from './Device/MacbookFill.js';
|
|
768
808
|
export { default as MacbookLineIcon } from './Device/MacbookLine.js';
|
|
809
|
+
export { default as MobileDownloadFillIcon } from './Device/MobileDownloadFill.js';
|
|
810
|
+
export { default as MobileDownloadLineIcon } from './Device/MobileDownloadLine.js';
|
|
769
811
|
export { default as MouseFillIcon } from './Device/MouseFill.js';
|
|
770
812
|
export { default as MouseLineIcon } from './Device/MouseLine.js';
|
|
771
813
|
export { default as PhoneFillIcon } from './Device/PhoneFill.js';
|
|
@@ -889,6 +931,7 @@ export { default as ContractLineIcon } from './Document/ContractLine.js';
|
|
|
889
931
|
export { default as DraftFillIcon } from './Document/DraftFill.js';
|
|
890
932
|
export { default as DraftLineIcon } from './Document/DraftLine.js';
|
|
891
933
|
export { default as File2FillIcon } from './Document/File2Fill.js';
|
|
934
|
+
export { default as File2Line2Icon } from './Document/File2Line2.js';
|
|
892
935
|
export { default as File2LineIcon } from './Document/File2Line.js';
|
|
893
936
|
export { default as File3FillIcon } from './Document/File3Fill.js';
|
|
894
937
|
export { default as File3LineIcon } from './Document/File3Line.js';
|
|
@@ -1076,6 +1119,7 @@ export { default as PagesFillIcon } from './Document/PagesFill.js';
|
|
|
1076
1119
|
export { default as PagesLineIcon } from './Document/PagesLine.js';
|
|
1077
1120
|
export { default as ReceiptFillIcon } from './Document/ReceiptFill.js';
|
|
1078
1121
|
export { default as ReceiptLineIcon } from './Document/ReceiptLine.js';
|
|
1122
|
+
export { default as StickyNote2Fill2Icon } from './Document/StickyNote2Fill2.js';
|
|
1079
1123
|
export { default as StickyNote2FillIcon } from './Document/StickyNote2Fill.js';
|
|
1080
1124
|
export { default as StickyNote2LineIcon } from './Document/StickyNote2Line.js';
|
|
1081
1125
|
export { default as StickyNoteAddFillIcon } from './Document/StickyNoteAddFill.js';
|
|
@@ -1125,6 +1169,7 @@ export { default as FontSansIcon } from './Editor/FontSans.js';
|
|
|
1125
1169
|
export { default as FontSize2Icon } from './Editor/FontSize2.js';
|
|
1126
1170
|
export { default as FontSizeIcon } from './Editor/FontSize.js';
|
|
1127
1171
|
export { default as FormatClearIcon } from './Editor/FormatClear.js';
|
|
1172
|
+
export { default as FormulaIcon } from './Editor/Formula.js';
|
|
1128
1173
|
export { default as FunctionsIcon } from './Editor/Functions.js';
|
|
1129
1174
|
export { default as GalleryView2Icon } from './Editor/GalleryView2.js';
|
|
1130
1175
|
export { default as GalleryViewIcon } from './Editor/GalleryView.js';
|
|
@@ -1136,6 +1181,7 @@ export { default as H5Icon } from './Editor/H5.js';
|
|
|
1136
1181
|
export { default as H6Icon } from './Editor/H6.js';
|
|
1137
1182
|
export { default as HandIcon } from './Editor/Hand.js';
|
|
1138
1183
|
export { default as HashtagIcon } from './Editor/Hashtag.js';
|
|
1184
|
+
export { default as Heading2Icon } from './Editor/Heading2.js';
|
|
1139
1185
|
export { default as HeadingIcon } from './Editor/Heading.js';
|
|
1140
1186
|
export { default as IndentDecreaseIcon } from './Editor/IndentDecrease.js';
|
|
1141
1187
|
export { default as IndentIncreaseIcon } from './Editor/IndentIncrease.js';
|
|
@@ -1204,6 +1250,7 @@ export { default as SortNumberDescIcon } from './Editor/SortNumberDesc.js';
|
|
|
1204
1250
|
export { default as SpaceIcon } from './Editor/Space.js';
|
|
1205
1251
|
export { default as SplitCellsHorizontalIcon } from './Editor/SplitCellsHorizontal.js';
|
|
1206
1252
|
export { default as SplitCellsVerticalIcon } from './Editor/SplitCellsVertical.js';
|
|
1253
|
+
export { default as SquareRootIcon } from './Editor/SquareRoot.js';
|
|
1207
1254
|
export { default as StackedViewIcon } from './Editor/StackedView.js';
|
|
1208
1255
|
export { default as Strikethrough2Icon } from './Editor/Strikethrough2.js';
|
|
1209
1256
|
export { default as StrikethroughIcon } from './Editor/Strikethrough.js';
|
|
@@ -1338,6 +1385,8 @@ export { default as ShoppingBag2FillIcon } from './Finance/ShoppingBag2Fill.js';
|
|
|
1338
1385
|
export { default as ShoppingBag2LineIcon } from './Finance/ShoppingBag2Line.js';
|
|
1339
1386
|
export { default as ShoppingBag3FillIcon } from './Finance/ShoppingBag3Fill.js';
|
|
1340
1387
|
export { default as ShoppingBag3LineIcon } from './Finance/ShoppingBag3Line.js';
|
|
1388
|
+
export { default as ShoppingBag4FillIcon } from './Finance/ShoppingBag4Fill.js';
|
|
1389
|
+
export { default as ShoppingBag4LineIcon } from './Finance/ShoppingBag4Line.js';
|
|
1341
1390
|
export { default as ShoppingBagFillIcon } from './Finance/ShoppingBagFill.js';
|
|
1342
1391
|
export { default as ShoppingBagLineIcon } from './Finance/ShoppingBagLine.js';
|
|
1343
1392
|
export { default as ShoppingBasket2FillIcon } from './Finance/ShoppingBasket2Fill.js';
|
|
@@ -1404,6 +1453,8 @@ export { default as Drinks2FillIcon } from './Food/Drinks2Fill.js';
|
|
|
1404
1453
|
export { default as Drinks2LineIcon } from './Food/Drinks2Line.js';
|
|
1405
1454
|
export { default as DrinksFillIcon } from './Food/DrinksFill.js';
|
|
1406
1455
|
export { default as DrinksLineIcon } from './Food/DrinksLine.js';
|
|
1456
|
+
export { default as Goblet2FillIcon } from './Food/Goblet2Fill.js';
|
|
1457
|
+
export { default as Goblet2LineIcon } from './Food/Goblet2Line.js';
|
|
1407
1458
|
export { default as GobletFillIcon } from './Food/GobletFill.js';
|
|
1408
1459
|
export { default as GobletLineIcon } from './Food/GobletLine.js';
|
|
1409
1460
|
export { default as KnifeBloodFillIcon } from './Food/KnifeBloodFill.js';
|
|
@@ -1414,6 +1465,10 @@ export { default as Restaurant2FillIcon } from './Food/Restaurant2Fill.js';
|
|
|
1414
1465
|
export { default as Restaurant2LineIcon } from './Food/Restaurant2Line.js';
|
|
1415
1466
|
export { default as RestaurantFillIcon } from './Food/RestaurantFill.js';
|
|
1416
1467
|
export { default as RestaurantLineIcon } from './Food/RestaurantLine.js';
|
|
1468
|
+
export { default as AedElectrodesFillIcon } from './Health _ Medical/AedElectrodesFill.js';
|
|
1469
|
+
export { default as AedElectrodesLineIcon } from './Health _ Medical/AedElectrodesLine.js';
|
|
1470
|
+
export { default as AedFillIcon } from './Health _ Medical/AedFill.js';
|
|
1471
|
+
export { default as AedLineIcon } from './Health _ Medical/AedLine.js';
|
|
1417
1472
|
export { default as BrainFillIcon } from './Health _ Medical/BrainFill.js';
|
|
1418
1473
|
export { default as BrainLineIcon } from './Health _ Medical/BrainLine.js';
|
|
1419
1474
|
export { default as CapsuleFillIcon } from './Health _ Medical/CapsuleFill.js';
|
|
@@ -1436,6 +1491,8 @@ export { default as Heart2FillIcon } from './Health _ Medical/Heart2Fill.js';
|
|
|
1436
1491
|
export { default as Heart2LineIcon } from './Health _ Medical/Heart2Line.js';
|
|
1437
1492
|
export { default as Heart3FillIcon } from './Health _ Medical/Heart3Fill.js';
|
|
1438
1493
|
export { default as Heart3LineIcon } from './Health _ Medical/Heart3Line.js';
|
|
1494
|
+
export { default as HeartAdd2FillIcon } from './Health _ Medical/HeartAdd2Fill.js';
|
|
1495
|
+
export { default as HeartAdd2LineIcon } from './Health _ Medical/HeartAdd2Line.js';
|
|
1439
1496
|
export { default as HeartAddFillIcon } from './Health _ Medical/HeartAddFill.js';
|
|
1440
1497
|
export { default as HeartAddLineIcon } from './Health _ Medical/HeartAddLine.js';
|
|
1441
1498
|
export { default as HeartFillIcon } from './Health _ Medical/HeartFill.js';
|
|
@@ -1476,6 +1533,8 @@ export { default as VirusFillIcon } from './Health _ Medical/VirusFill.js';
|
|
|
1476
1533
|
export { default as VirusLineIcon } from './Health _ Medical/VirusLine.js';
|
|
1477
1534
|
export { default as ZzzFillIcon } from './Health _ Medical/ZzzFill.js';
|
|
1478
1535
|
export { default as ZzzLineIcon } from './Health _ Medical/ZzzLine.js';
|
|
1536
|
+
export { default as AlibabaCloudFillIcon } from './Logos/AlibabaCloudFill.js';
|
|
1537
|
+
export { default as AlibabaCloudLineIcon } from './Logos/AlibabaCloudLine.js';
|
|
1479
1538
|
export { default as AlipayFillIcon } from './Logos/AlipayFill.js';
|
|
1480
1539
|
export { default as AlipayLineIcon } from './Logos/AlipayLine.js';
|
|
1481
1540
|
export { default as AmazonFillIcon } from './Logos/AmazonFill.js';
|
|
@@ -1542,6 +1601,8 @@ export { default as FacebookFillIcon } from './Logos/FacebookFill.js';
|
|
|
1542
1601
|
export { default as FacebookLineIcon } from './Logos/FacebookLine.js';
|
|
1543
1602
|
export { default as FinderFillIcon } from './Logos/FinderFill.js';
|
|
1544
1603
|
export { default as FinderLineIcon } from './Logos/FinderLine.js';
|
|
1604
|
+
export { default as FirebaseFillIcon } from './Logos/FirebaseFill.js';
|
|
1605
|
+
export { default as FirebaseLineIcon } from './Logos/FirebaseLine.js';
|
|
1545
1606
|
export { default as FirefoxFillIcon } from './Logos/FirefoxFill.js';
|
|
1546
1607
|
export { default as FirefoxLineIcon } from './Logos/FirefoxLine.js';
|
|
1547
1608
|
export { default as FlickrFillIcon } from './Logos/FlickrFill.js';
|
|
@@ -1568,6 +1629,8 @@ export { default as InstagramFillIcon } from './Logos/InstagramFill.js';
|
|
|
1568
1629
|
export { default as InstagramLineIcon } from './Logos/InstagramLine.js';
|
|
1569
1630
|
export { default as InvisionFillIcon } from './Logos/InvisionFill.js';
|
|
1570
1631
|
export { default as InvisionLineIcon } from './Logos/InvisionLine.js';
|
|
1632
|
+
export { default as JavaFillIcon } from './Logos/JavaFill.js';
|
|
1633
|
+
export { default as JavaLineIcon } from './Logos/JavaLine.js';
|
|
1571
1634
|
export { default as KakaoTalkFillIcon } from './Logos/KakaoTalkFill.js';
|
|
1572
1635
|
export { default as KakaoTalkLineIcon } from './Logos/KakaoTalkLine.js';
|
|
1573
1636
|
export { default as KickFillIcon } from './Logos/KickFill.js';
|
|
@@ -1598,6 +1661,10 @@ export { default as NeteaseCloudMusicFillIcon } from './Logos/NeteaseCloudMusicF
|
|
|
1598
1661
|
export { default as NeteaseCloudMusicLineIcon } from './Logos/NeteaseCloudMusicLine.js';
|
|
1599
1662
|
export { default as NetflixFillIcon } from './Logos/NetflixFill.js';
|
|
1600
1663
|
export { default as NetflixLineIcon } from './Logos/NetflixLine.js';
|
|
1664
|
+
export { default as NextjsFillIcon } from './Logos/NextjsFill.js';
|
|
1665
|
+
export { default as NextjsLineIcon } from './Logos/NextjsLine.js';
|
|
1666
|
+
export { default as NodejsFillIcon } from './Logos/NodejsFill.js';
|
|
1667
|
+
export { default as NodejsLineIcon } from './Logos/NodejsLine.js';
|
|
1601
1668
|
export { default as NotionFillIcon } from './Logos/NotionFill.js';
|
|
1602
1669
|
export { default as NotionLineIcon } from './Logos/NotionLine.js';
|
|
1603
1670
|
export { default as NpmjsFillIcon } from './Logos/NpmjsFill.js';
|
|
@@ -1658,6 +1725,8 @@ export { default as SvelteFillIcon } from './Logos/SvelteFill.js';
|
|
|
1658
1725
|
export { default as SvelteLineIcon } from './Logos/SvelteLine.js';
|
|
1659
1726
|
export { default as SwitchFillIcon } from './Logos/SwitchFill.js';
|
|
1660
1727
|
export { default as SwitchLineIcon } from './Logos/SwitchLine.js';
|
|
1728
|
+
export { default as TailwindCssFillIcon } from './Logos/TailwindCssFill.js';
|
|
1729
|
+
export { default as TailwindCssLineIcon } from './Logos/TailwindCssLine.js';
|
|
1661
1730
|
export { default as TaobaoFillIcon } from './Logos/TaobaoFill.js';
|
|
1662
1731
|
export { default as TaobaoLineIcon } from './Logos/TaobaoLine.js';
|
|
1663
1732
|
export { default as TelegramFillIcon } from './Logos/TelegramFill.js';
|
|
@@ -1688,6 +1757,8 @@ export { default as VkFillIcon } from './Logos/VkFill.js';
|
|
|
1688
1757
|
export { default as VkLineIcon } from './Logos/VkLine.js';
|
|
1689
1758
|
export { default as VuejsFillIcon } from './Logos/VuejsFill.js';
|
|
1690
1759
|
export { default as VuejsLineIcon } from './Logos/VuejsLine.js';
|
|
1760
|
+
export { default as WebhookFillIcon } from './Logos/WebhookFill.js';
|
|
1761
|
+
export { default as WebhookLineIcon } from './Logos/WebhookLine.js';
|
|
1691
1762
|
export { default as Wechat2FillIcon } from './Logos/Wechat2Fill.js';
|
|
1692
1763
|
export { default as Wechat2LineIcon } from './Logos/Wechat2Line.js';
|
|
1693
1764
|
export { default as WechatChannelsFillIcon } from './Logos/WechatChannelsFill.js';
|
|
@@ -1999,6 +2070,8 @@ export { default as OrderPlayLineIcon } from './Media/OrderPlayLine.js';
|
|
|
1999
2070
|
export { default as PauseCircleFillIcon } from './Media/PauseCircleFill.js';
|
|
2000
2071
|
export { default as PauseCircleLineIcon } from './Media/PauseCircleLine.js';
|
|
2001
2072
|
export { default as PauseFillIcon } from './Media/PauseFill.js';
|
|
2073
|
+
export { default as PauseLargeFillIcon } from './Media/PauseLargeFill.js';
|
|
2074
|
+
export { default as PauseLargeLineIcon } from './Media/PauseLargeLine.js';
|
|
2002
2075
|
export { default as PauseLineIcon } from './Media/PauseLine.js';
|
|
2003
2076
|
export { default as PauseMiniFillIcon } from './Media/PauseMiniFill.js';
|
|
2004
2077
|
export { default as PauseMiniLineIcon } from './Media/PauseMiniLine.js';
|
|
@@ -2013,6 +2086,8 @@ export { default as PictureInPictureLineIcon } from './Media/PictureInPictureLin
|
|
|
2013
2086
|
export { default as PlayCircleFillIcon } from './Media/PlayCircleFill.js';
|
|
2014
2087
|
export { default as PlayCircleLineIcon } from './Media/PlayCircleLine.js';
|
|
2015
2088
|
export { default as PlayFillIcon } from './Media/PlayFill.js';
|
|
2089
|
+
export { default as PlayLargeFillIcon } from './Media/PlayLargeFill.js';
|
|
2090
|
+
export { default as PlayLargeLineIcon } from './Media/PlayLargeLine.js';
|
|
2016
2091
|
export { default as PlayLineIcon } from './Media/PlayLine.js';
|
|
2017
2092
|
export { default as PlayList2FillIcon } from './Media/PlayList2Fill.js';
|
|
2018
2093
|
export { default as PlayList2LineIcon } from './Media/PlayList2Line.js';
|
|
@@ -2023,6 +2098,8 @@ export { default as PlayListLineIcon } from './Media/PlayListLine.js';
|
|
|
2023
2098
|
export { default as PlayMiniFillIcon } from './Media/PlayMiniFill.js';
|
|
2024
2099
|
export { default as PlayMiniLineIcon } from './Media/PlayMiniLine.js';
|
|
2025
2100
|
export { default as PlayReverseFillIcon } from './Media/PlayReverseFill.js';
|
|
2101
|
+
export { default as PlayReverseLargeFillIcon } from './Media/PlayReverseLargeFill.js';
|
|
2102
|
+
export { default as PlayReverseLargeLineIcon } from './Media/PlayReverseLargeLine.js';
|
|
2026
2103
|
export { default as PlayReverseLineIcon } from './Media/PlayReverseLine.js';
|
|
2027
2104
|
export { default as PlayReverseMiniFillIcon } from './Media/PlayReverseMiniFill.js';
|
|
2028
2105
|
export { default as PlayReverseMiniLineIcon } from './Media/PlayReverseMiniLine.js';
|
|
@@ -2089,6 +2166,8 @@ export { default as SpeedUpLineIcon } from './Media/SpeedUpLine.js';
|
|
|
2089
2166
|
export { default as StopCircleFillIcon } from './Media/StopCircleFill.js';
|
|
2090
2167
|
export { default as StopCircleLineIcon } from './Media/StopCircleLine.js';
|
|
2091
2168
|
export { default as StopFillIcon } from './Media/StopFill.js';
|
|
2169
|
+
export { default as StopLargeFillIcon } from './Media/StopLargeFill.js';
|
|
2170
|
+
export { default as StopLargeLineIcon } from './Media/StopLargeLine.js';
|
|
2092
2171
|
export { default as StopLineIcon } from './Media/StopLine.js';
|
|
2093
2172
|
export { default as StopMiniFillIcon } from './Media/StopMiniFill.js';
|
|
2094
2173
|
export { default as StopMiniLineIcon } from './Media/StopMiniLine.js';
|
|
@@ -2102,6 +2181,10 @@ export { default as VideoDownloadFillIcon } from './Media/VideoDownloadFill.js';
|
|
|
2102
2181
|
export { default as VideoDownloadLineIcon } from './Media/VideoDownloadLine.js';
|
|
2103
2182
|
export { default as VideoFillIcon } from './Media/VideoFill.js';
|
|
2104
2183
|
export { default as VideoLineIcon } from './Media/VideoLine.js';
|
|
2184
|
+
export { default as VideoOffFillIcon } from './Media/VideoOffFill.js';
|
|
2185
|
+
export { default as VideoOffLineIcon } from './Media/VideoOffLine.js';
|
|
2186
|
+
export { default as VideoOnFillIcon } from './Media/VideoOnFill.js';
|
|
2187
|
+
export { default as VideoOnLineIcon } from './Media/VideoOnLine.js';
|
|
2105
2188
|
export { default as VideoUploadFillIcon } from './Media/VideoUploadFill.js';
|
|
2106
2189
|
export { default as VideoUploadLineIcon } from './Media/VideoUploadLine.js';
|
|
2107
2190
|
export { default as Vidicon2FillIcon } from './Media/Vidicon2Fill.js';
|
|
@@ -2184,6 +2267,8 @@ export { default as GlassesFillIcon } from './Others/GlassesFill.js';
|
|
|
2184
2267
|
export { default as GlassesLineIcon } from './Others/GlassesLine.js';
|
|
2185
2268
|
export { default as GogglesFillIcon } from './Others/GogglesFill.js';
|
|
2186
2269
|
export { default as GogglesLineIcon } from './Others/GogglesLine.js';
|
|
2270
|
+
export { default as GolfBallFillIcon } from './Others/GolfBallFill.js';
|
|
2271
|
+
export { default as GolfBallLineIcon } from './Others/GolfBallLine.js';
|
|
2187
2272
|
export { default as GraduationCapFillIcon } from './Others/GraduationCapFill.js';
|
|
2188
2273
|
export { default as GraduationCapLineIcon } from './Others/GraduationCapLine.js';
|
|
2189
2274
|
export { default as HandbagFillIcon } from './Others/HandbagFill.js';
|
|
@@ -2212,6 +2297,8 @@ export { default as Plug2FillIcon } from './Others/Plug2Fill.js';
|
|
|
2212
2297
|
export { default as Plug2LineIcon } from './Others/Plug2Line.js';
|
|
2213
2298
|
export { default as PlugFillIcon } from './Others/PlugFill.js';
|
|
2214
2299
|
export { default as PlugLineIcon } from './Others/PlugLine.js';
|
|
2300
|
+
export { default as PoliceBadgeFillIcon } from './Others/PoliceBadgeFill.js';
|
|
2301
|
+
export { default as PoliceBadgeLineIcon } from './Others/PoliceBadgeLine.js';
|
|
2215
2302
|
export { default as RecycleFillIcon } from './Others/RecycleFill.js';
|
|
2216
2303
|
export { default as RecycleLineIcon } from './Others/RecycleLine.js';
|
|
2217
2304
|
export { default as ReservedFillIcon } from './Others/ReservedFill.js';
|
|
@@ -2236,12 +2323,16 @@ export { default as TShirtAirFillIcon } from './Others/TShirtAirFill.js';
|
|
|
2236
2323
|
export { default as TShirtAirLineIcon } from './Others/TShirtAirLine.js';
|
|
2237
2324
|
export { default as TShirtFillIcon } from './Others/TShirtFill.js';
|
|
2238
2325
|
export { default as TShirtLineIcon } from './Others/TShirtLine.js';
|
|
2326
|
+
export { default as ToothFillIcon } from './Others/ToothFill.js';
|
|
2327
|
+
export { default as ToothLineIcon } from './Others/ToothLine.js';
|
|
2239
2328
|
export { default as TreeFillIcon } from './Others/TreeFill.js';
|
|
2240
2329
|
export { default as TreeLineIcon } from './Others/TreeLine.js';
|
|
2241
2330
|
export { default as UmbrellaFillIcon } from './Others/UmbrellaFill.js';
|
|
2242
2331
|
export { default as UmbrellaLineIcon } from './Others/UmbrellaLine.js';
|
|
2243
2332
|
export { default as VoiceRecognitionFillIcon } from './Others/VoiceRecognitionFill.js';
|
|
2244
2333
|
export { default as VoiceRecognitionLineIcon } from './Others/VoiceRecognitionLine.js';
|
|
2334
|
+
export { default as WeightFillIcon } from './Others/WeightFill.js';
|
|
2335
|
+
export { default as WeightLineIcon } from './Others/WeightLine.js';
|
|
2245
2336
|
export { default as WheelchairFillIcon } from './Others/WheelchairFill.js';
|
|
2246
2337
|
export { default as WheelchairLineIcon } from './Others/WheelchairLine.js';
|
|
2247
2338
|
export { default as AddBoxFillIcon } from './System/AddBoxFill.js';
|
|
@@ -2249,6 +2340,8 @@ export { default as AddBoxLineIcon } from './System/AddBoxLine.js';
|
|
|
2249
2340
|
export { default as AddCircleFillIcon } from './System/AddCircleFill.js';
|
|
2250
2341
|
export { default as AddCircleLineIcon } from './System/AddCircleLine.js';
|
|
2251
2342
|
export { default as AddFillIcon } from './System/AddFill.js';
|
|
2343
|
+
export { default as AddLargeFillIcon } from './System/AddLargeFill.js';
|
|
2344
|
+
export { default as AddLargeLineIcon } from './System/AddLargeLine.js';
|
|
2252
2345
|
export { default as AddLineIcon } from './System/AddLine.js';
|
|
2253
2346
|
export { default as AlarmFillIcon } from './System/AlarmFill.js';
|
|
2254
2347
|
export { default as AlarmLineIcon } from './System/AlarmLine.js';
|
|
@@ -2256,6 +2349,8 @@ export { default as AlarmWarningFillIcon } from './System/AlarmWarningFill.js';
|
|
|
2256
2349
|
export { default as AlarmWarningLineIcon } from './System/AlarmWarningLine.js';
|
|
2257
2350
|
export { default as AlertFillIcon } from './System/AlertFill.js';
|
|
2258
2351
|
export { default as AlertLineIcon } from './System/AlertLine.js';
|
|
2352
|
+
export { default as Apps2AddFillIcon } from './System/Apps2AddFill.js';
|
|
2353
|
+
export { default as Apps2AddLineIcon } from './System/Apps2AddLine.js';
|
|
2259
2354
|
export { default as Apps2FillIcon } from './System/Apps2Fill.js';
|
|
2260
2355
|
export { default as Apps2LineIcon } from './System/Apps2Line.js';
|
|
2261
2356
|
export { default as AppsFillIcon } from './System/AppsFill.js';
|
|
@@ -2281,8 +2376,12 @@ export { default as CheckboxMultipleLineIcon } from './System/CheckboxMultipleLi
|
|
|
2281
2376
|
export { default as CloseCircleFillIcon } from './System/CloseCircleFill.js';
|
|
2282
2377
|
export { default as CloseCircleLineIcon } from './System/CloseCircleLine.js';
|
|
2283
2378
|
export { default as CloseFillIcon } from './System/CloseFill.js';
|
|
2379
|
+
export { default as CloseLargeFillIcon } from './System/CloseLargeFill.js';
|
|
2380
|
+
export { default as CloseLargeLineIcon } from './System/CloseLargeLine.js';
|
|
2284
2381
|
export { default as CloseLineIcon } from './System/CloseLine.js';
|
|
2285
2382
|
export { default as DashboardFillIcon } from './System/DashboardFill.js';
|
|
2383
|
+
export { default as DashboardHorizontalFillIcon } from './System/DashboardHorizontalFill.js';
|
|
2384
|
+
export { default as DashboardHorizontalLineIcon } from './System/DashboardHorizontalLine.js';
|
|
2286
2385
|
export { default as DashboardLineIcon } from './System/DashboardLine.js';
|
|
2287
2386
|
export { default as DeleteBack2FillIcon } from './System/DeleteBack2Fill.js';
|
|
2288
2387
|
export { default as DeleteBack2LineIcon } from './System/DeleteBack2Line.js';
|
|
@@ -2342,6 +2441,8 @@ export { default as Forbid2FillIcon } from './System/Forbid2Fill.js';
|
|
|
2342
2441
|
export { default as Forbid2LineIcon } from './System/Forbid2Line.js';
|
|
2343
2442
|
export { default as ForbidFillIcon } from './System/ForbidFill.js';
|
|
2344
2443
|
export { default as ForbidLineIcon } from './System/ForbidLine.js';
|
|
2444
|
+
export { default as FunctionAddFillIcon } from './System/FunctionAddFill.js';
|
|
2445
|
+
export { default as FunctionAddLineIcon } from './System/FunctionAddLine.js';
|
|
2345
2446
|
export { default as FunctionFillIcon } from './System/FunctionFill.js';
|
|
2346
2447
|
export { default as FunctionLineIcon } from './System/FunctionLine.js';
|
|
2347
2448
|
export { default as HistoryFillIcon } from './System/HistoryFill.js';
|
|
@@ -2358,6 +2459,8 @@ export { default as Information2FillIcon } from './System/Information2Fill.js';
|
|
|
2358
2459
|
export { default as Information2LineIcon } from './System/Information2Line.js';
|
|
2359
2460
|
export { default as InformationFillIcon } from './System/InformationFill.js';
|
|
2360
2461
|
export { default as InformationLineIcon } from './System/InformationLine.js';
|
|
2462
|
+
export { default as InformationOffFillIcon } from './System/InformationOffFill.js';
|
|
2463
|
+
export { default as InformationOffLineIcon } from './System/InformationOffLine.js';
|
|
2361
2464
|
export { default as ListSettingsFillIcon } from './System/ListSettingsFill.js';
|
|
2362
2465
|
export { default as ListSettingsLineIcon } from './System/ListSettingsLine.js';
|
|
2363
2466
|
export { default as Loader2FillIcon } from './System/Loader2Fill.js';
|
|
@@ -2407,11 +2510,26 @@ export { default as Menu5LineIcon } from './System/Menu5Line.js';
|
|
|
2407
2510
|
export { default as MenuAddFillIcon } from './System/MenuAddFill.js';
|
|
2408
2511
|
export { default as MenuAddLineIcon } from './System/MenuAddLine.js';
|
|
2409
2512
|
export { default as MenuFillIcon } from './System/MenuFill.js';
|
|
2513
|
+
export { default as MenuFold2FillIcon } from './System/MenuFold2Fill.js';
|
|
2514
|
+
export { default as MenuFold2LineIcon } from './System/MenuFold2Line.js';
|
|
2515
|
+
export { default as MenuFold3FillIcon } from './System/MenuFold3Fill.js';
|
|
2516
|
+
export { default as MenuFold3Line2Icon } from './System/MenuFold3Line2.js';
|
|
2517
|
+
export { default as MenuFold3LineIcon } from './System/MenuFold3Line.js';
|
|
2518
|
+
export { default as MenuFold4FillIcon } from './System/MenuFold4Fill.js';
|
|
2519
|
+
export { default as MenuFold4LineIcon } from './System/MenuFold4Line.js';
|
|
2410
2520
|
export { default as MenuFoldFillIcon } from './System/MenuFoldFill.js';
|
|
2411
2521
|
export { default as MenuFoldLineIcon } from './System/MenuFoldLine.js';
|
|
2412
2522
|
export { default as MenuLineIcon } from './System/MenuLine.js';
|
|
2413
2523
|
export { default as MenuSearchFillIcon } from './System/MenuSearchFill.js';
|
|
2414
2524
|
export { default as MenuSearchLineIcon } from './System/MenuSearchLine.js';
|
|
2525
|
+
export { default as MenuUnfold2FillIcon } from './System/MenuUnfold2Fill.js';
|
|
2526
|
+
export { default as MenuUnfold2LineIcon } from './System/MenuUnfold2Line.js';
|
|
2527
|
+
export { default as MenuUnfold3FillIcon } from './System/MenuUnfold3Fill.js';
|
|
2528
|
+
export { default as MenuUnfold3Line2Icon } from './System/MenuUnfold3Line2.js';
|
|
2529
|
+
export { default as MenuUnfold3LineIcon } from './System/MenuUnfold3Line.js';
|
|
2530
|
+
export { default as MenuUnfold4FillIcon } from './System/MenuUnfold4Fill.js';
|
|
2531
|
+
export { default as MenuUnfold4Line2Icon } from './System/MenuUnfold4Line2.js';
|
|
2532
|
+
export { default as MenuUnfold4LineIcon } from './System/MenuUnfold4Line.js';
|
|
2415
2533
|
export { default as MenuUnfoldFillIcon } from './System/MenuUnfoldFill.js';
|
|
2416
2534
|
export { default as MenuUnfoldLineIcon } from './System/MenuUnfoldLine.js';
|
|
2417
2535
|
export { default as More2FillIcon } from './System/More2Fill.js';
|
|
@@ -2436,6 +2554,8 @@ export { default as Progress7FillIcon } from './System/Progress7Fill.js';
|
|
|
2436
2554
|
export { default as Progress7LineIcon } from './System/Progress7Line.js';
|
|
2437
2555
|
export { default as Progress8FillIcon } from './System/Progress8Fill.js';
|
|
2438
2556
|
export { default as Progress8LineIcon } from './System/Progress8Line.js';
|
|
2557
|
+
export { default as Prohibited2FillIcon } from './System/Prohibited2Fill.js';
|
|
2558
|
+
export { default as Prohibited2LineIcon } from './System/Prohibited2Line.js';
|
|
2439
2559
|
export { default as ProhibitedFillIcon } from './System/ProhibitedFill.js';
|
|
2440
2560
|
export { default as ProhibitedLineIcon } from './System/ProhibitedLine.js';
|
|
2441
2561
|
export { default as QuestionFillIcon } from './System/QuestionFill.js';
|
|
@@ -2582,6 +2702,8 @@ export { default as GhostSmileFillIcon } from './User _ Faces/GhostSmileFill.js'
|
|
|
2582
2702
|
export { default as GhostSmileLineIcon } from './User _ Faces/GhostSmileLine.js';
|
|
2583
2703
|
export { default as Group2FillIcon } from './User _ Faces/Group2Fill.js';
|
|
2584
2704
|
export { default as Group2LineIcon } from './User _ Faces/Group2Line.js';
|
|
2705
|
+
export { default as Group3FillIcon } from './User _ Faces/Group3Fill.js';
|
|
2706
|
+
export { default as Group3LineIcon } from './User _ Faces/Group3Line.js';
|
|
2585
2707
|
export { default as GroupFillIcon } from './User _ Faces/GroupFill.js';
|
|
2586
2708
|
export { default as GroupLineIcon } from './User _ Faces/GroupLine.js';
|
|
2587
2709
|
export { default as MenFillIcon } from './User _ Faces/MenFill.js';
|
|
@@ -2708,6 +2830,8 @@ export { default as ShiningFillIcon } from './Weather/ShiningFill.js';
|
|
|
2708
2830
|
export { default as ShiningLineIcon } from './Weather/ShiningLine.js';
|
|
2709
2831
|
export { default as ShowersFillIcon } from './Weather/ShowersFill.js';
|
|
2710
2832
|
export { default as ShowersLineIcon } from './Weather/ShowersLine.js';
|
|
2833
|
+
export { default as SnowflakeFillIcon } from './Weather/SnowflakeFill.js';
|
|
2834
|
+
export { default as SnowflakeLineIcon } from './Weather/SnowflakeLine.js';
|
|
2711
2835
|
export { default as SnowyFillIcon } from './Weather/SnowyFill.js';
|
|
2712
2836
|
export { default as SnowyLineIcon } from './Weather/SnowyLine.js';
|
|
2713
2837
|
export { default as Sparkling2FillIcon } from './Weather/Sparkling2Fill.js';
|