@mxenabled/mx-icons 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +48 -0
- package/dist/index.es.js +651 -615
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -39,6 +39,10 @@ declare const Apps: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
|
39
39
|
export { Apps }
|
|
40
40
|
export { Apps as AppsIcon }
|
|
41
41
|
|
|
42
|
+
declare const AreaChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
43
|
+
export { AreaChart }
|
|
44
|
+
export { AreaChart as AreaChartIcon }
|
|
45
|
+
|
|
42
46
|
declare const ArrowBack: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
43
47
|
export { ArrowBack }
|
|
44
48
|
export { ArrowBack as ArrowBackIcon }
|
|
@@ -87,6 +91,10 @@ declare const BarChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Elemen
|
|
|
87
91
|
export { BarChart }
|
|
88
92
|
export { BarChart as BarChartIcon }
|
|
89
93
|
|
|
94
|
+
declare const Beenhere: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
95
|
+
export { Beenhere }
|
|
96
|
+
export { Beenhere as BeenhereIcon }
|
|
97
|
+
|
|
90
98
|
declare const BidLandscape: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
91
99
|
export { BidLandscape }
|
|
92
100
|
export { BidLandscape as BidLandscapeIcon }
|
|
@@ -115,6 +123,10 @@ declare const Calculate: ({ color, filled, size, sx }: MxIconProps) => JSX.Eleme
|
|
|
115
123
|
export { Calculate }
|
|
116
124
|
export { Calculate as CalculateIcon }
|
|
117
125
|
|
|
126
|
+
declare const CalendarClock: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
127
|
+
export { CalendarClock }
|
|
128
|
+
export { CalendarClock as CalendarClockIcon }
|
|
129
|
+
|
|
118
130
|
declare const CalendarMonth: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
119
131
|
export { CalendarMonth }
|
|
120
132
|
export { CalendarMonth as CalendarMonthIcon }
|
|
@@ -191,6 +203,10 @@ declare const ChevronRight: ({ color, filled, size, sx }: MxIconProps) => JSX.El
|
|
|
191
203
|
export { ChevronRight }
|
|
192
204
|
export { ChevronRight as ChevronRightIcon }
|
|
193
205
|
|
|
206
|
+
declare const Circle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
207
|
+
export { Circle }
|
|
208
|
+
export { Circle as CircleIcon }
|
|
209
|
+
|
|
194
210
|
declare const Close: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
195
211
|
export { Close }
|
|
196
212
|
export { Close as CloseIcon }
|
|
@@ -363,6 +379,10 @@ declare const FilterAlt: ({ color, filled, size, sx }: MxIconProps) => JSX.Eleme
|
|
|
363
379
|
export { FilterAlt }
|
|
364
380
|
export { FilterAlt as FilterAltIcon }
|
|
365
381
|
|
|
382
|
+
declare const FinanceMode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
383
|
+
export { FinanceMode }
|
|
384
|
+
export { FinanceMode as FinanceModeIcon }
|
|
385
|
+
|
|
366
386
|
declare const Flag: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
367
387
|
export { Flag }
|
|
368
388
|
export { Flag as FlagIcon }
|
|
@@ -558,6 +578,10 @@ declare const MonetizationOn: ({ color, filled, size, sx }: MxIconProps) => JSX.
|
|
|
558
578
|
export { MonetizationOn }
|
|
559
579
|
export { MonetizationOn as MonetizationOnIcon }
|
|
560
580
|
|
|
581
|
+
declare const MoneyBag: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
582
|
+
export { MoneyBag }
|
|
583
|
+
export { MoneyBag as MoneyBagIcon }
|
|
584
|
+
|
|
561
585
|
declare const MonitorHeart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
562
586
|
export { MonitorHeart }
|
|
563
587
|
export { MonitorHeart as MonitorHeartIcon }
|
|
@@ -611,6 +635,10 @@ declare const Paid: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
|
611
635
|
export { Paid }
|
|
612
636
|
export { Paid as PaidIcon }
|
|
613
637
|
|
|
638
|
+
declare const PaymentArrowDown: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
639
|
+
export { PaymentArrowDown }
|
|
640
|
+
export { PaymentArrowDown as PaymentArrowDownIcon }
|
|
641
|
+
|
|
614
642
|
declare const Payments: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
615
643
|
export { Payments }
|
|
616
644
|
export { Payments as PaymentsIcon }
|
|
@@ -643,6 +671,10 @@ declare const PieChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Elemen
|
|
|
643
671
|
export { PieChart }
|
|
644
672
|
export { PieChart as PieChartIcon }
|
|
645
673
|
|
|
674
|
+
declare const PriceChange: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
675
|
+
export { PriceChange }
|
|
676
|
+
export { PriceChange as PriceChangeIcon }
|
|
677
|
+
|
|
646
678
|
declare const PriceCheck: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
647
679
|
export { PriceCheck }
|
|
648
680
|
export { PriceCheck as PriceCheckIcon }
|
|
@@ -747,6 +779,10 @@ declare const ShoppingCart: ({ color, filled, size, sx }: MxIconProps) => JSX.El
|
|
|
747
779
|
export { ShoppingCart }
|
|
748
780
|
export { ShoppingCart as ShoppingCartIcon }
|
|
749
781
|
|
|
782
|
+
declare const ShowChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
783
|
+
export { ShowChart }
|
|
784
|
+
export { ShowChart as ShowChartIcon }
|
|
785
|
+
|
|
750
786
|
declare const SpeakerGroup: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
751
787
|
export { SpeakerGroup }
|
|
752
788
|
export { SpeakerGroup as SpeakerGroupIcon }
|
|
@@ -771,6 +807,10 @@ declare const StarHalf: ({ color, filled, size, sx }: MxIconProps) => JSX.Elemen
|
|
|
771
807
|
export { StarHalf }
|
|
772
808
|
export { StarHalf as StarHalfIcon }
|
|
773
809
|
|
|
810
|
+
declare const StarRate: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
811
|
+
export { StarRate }
|
|
812
|
+
export { StarRate as StarRateIcon }
|
|
813
|
+
|
|
774
814
|
declare const Storefront: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
775
815
|
export { Storefront }
|
|
776
816
|
export { Storefront as StorefrontIcon }
|
|
@@ -815,10 +855,18 @@ declare const Timeline: ({ color, filled, size, sx }: MxIconProps) => JSX.Elemen
|
|
|
815
855
|
export { Timeline }
|
|
816
856
|
export { Timeline as TimelineIcon }
|
|
817
857
|
|
|
858
|
+
declare const TipsAndUpdates: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
859
|
+
export { TipsAndUpdates }
|
|
860
|
+
export { TipsAndUpdates as TipsAndUpdatesIcon }
|
|
861
|
+
|
|
818
862
|
declare const Today: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
819
863
|
export { Today }
|
|
820
864
|
export { Today as TodayIcon }
|
|
821
865
|
|
|
866
|
+
declare const Token: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
867
|
+
export { Token }
|
|
868
|
+
export { Token as TokenIcon }
|
|
869
|
+
|
|
822
870
|
declare const TrendingDown: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
|
|
823
871
|
export { TrendingDown }
|
|
824
872
|
export { TrendingDown as TrendingDownIcon }
|