@mxenabled/mx-icons 1.6.0 → 1.7.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/index.d.ts +28 -0
- package/dist/index.es.js +614 -593
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -51,6 +51,10 @@ declare const ArrowDownwardAlt: ({ color, filled, size, sx }: MxIconProps) => JS
|
|
|
51
51
|
export { ArrowDownwardAlt }
|
|
52
52
|
export { ArrowDownwardAlt as ArrowDownwardAltIcon }
|
|
53
53
|
|
|
54
|
+
declare const ArrowForward: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
55
|
+
export { ArrowForward }
|
|
56
|
+
export { ArrowForward as ArrowForwardIcon }
|
|
57
|
+
|
|
54
58
|
declare const ArrowForwardIos: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
55
59
|
export { ArrowForwardIos }
|
|
56
60
|
export { ArrowForwardIos as ArrowForwardIosIcon }
|
|
@@ -215,10 +219,18 @@ declare const Cottage: ({ color, filled, size, sx }: MxIconProps) => JSX.Element
|
|
|
215
219
|
export { Cottage }
|
|
216
220
|
export { Cottage as CottageIcon }
|
|
217
221
|
|
|
222
|
+
declare const Create: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
223
|
+
export { Create }
|
|
224
|
+
export { Create as CreateIcon }
|
|
225
|
+
|
|
218
226
|
declare const CreditCard: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
219
227
|
export { CreditCard }
|
|
220
228
|
export { CreditCard as CreditCardIcon }
|
|
221
229
|
|
|
230
|
+
declare const CreditCardGear: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
231
|
+
export { CreditCardGear }
|
|
232
|
+
export { CreditCardGear as CreditCardGearIcon }
|
|
233
|
+
|
|
222
234
|
declare const CreditScore: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
223
235
|
export { CreditScore }
|
|
224
236
|
export { CreditScore as CreditScoreIcon }
|
|
@@ -502,6 +514,10 @@ declare const LocalAtm: ({ color, filled, size, sx }: MxIconProps) => JSX.Elemen
|
|
|
502
514
|
export { LocalAtm }
|
|
503
515
|
export { LocalAtm as LocalAtmIcon }
|
|
504
516
|
|
|
517
|
+
declare const LocalOffer: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
518
|
+
export { LocalOffer }
|
|
519
|
+
export { LocalOffer as LocalOfferIcon }
|
|
520
|
+
|
|
505
521
|
declare const LocationOff: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
506
522
|
export { LocationOff }
|
|
507
523
|
export { LocationOff as LocationOffIcon }
|
|
@@ -763,6 +779,10 @@ declare const Stylus: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
|
763
779
|
export { Stylus }
|
|
764
780
|
export { Stylus as StylusIcon }
|
|
765
781
|
|
|
782
|
+
declare const Sunny: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
783
|
+
export { Sunny }
|
|
784
|
+
export { Sunny as SunnyIcon }
|
|
785
|
+
|
|
766
786
|
declare const SwapVerticalCircle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
767
787
|
export { SwapVerticalCircle }
|
|
768
788
|
export { SwapVerticalCircle as SwapVerticalCircleIcon }
|
|
@@ -803,6 +823,10 @@ declare const TrendingDown: ({ color, filled, size, sx }: MxIconProps) => JSX.El
|
|
|
803
823
|
export { TrendingDown }
|
|
804
824
|
export { TrendingDown as TrendingDownIcon }
|
|
805
825
|
|
|
826
|
+
declare const TrendingFlat: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
827
|
+
export { TrendingFlat }
|
|
828
|
+
export { TrendingFlat as TrendingFlatIcon }
|
|
829
|
+
|
|
806
830
|
declare const TrendingUp: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
807
831
|
export { TrendingUp }
|
|
808
832
|
export { TrendingUp as TrendingUpIcon }
|
|
@@ -819,6 +843,10 @@ declare const Undo: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
|
819
843
|
export { Undo }
|
|
820
844
|
export { Undo as UndoIcon }
|
|
821
845
|
|
|
846
|
+
declare const UnfoldMore: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
847
|
+
export { UnfoldMore }
|
|
848
|
+
export { UnfoldMore as UnfoldMoreIcon }
|
|
849
|
+
|
|
822
850
|
declare const VerifiedUser: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
823
851
|
export { VerifiedUser }
|
|
824
852
|
export { VerifiedUser as VerifiedUserIcon }
|