@mxenabled/mx-icons 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.
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const AreaChart: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const Beenhere: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const CalendarClock: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const Circle: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const FinanceMode: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const MoneyBag: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const PaymentArrowDown: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const PriceChange: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const ShowChart: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const StarRate: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const TipsAndUpdates: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const Token: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -7,6 +7,7 @@ export { AirplaneTicket, AirplaneTicket as AirplaneTicketIcon } from './Airplane
7
7
  export { AirportShuttle, AirportShuttle as AirportShuttleIcon } from './AirportShuttle';
8
8
  export { Apartment, Apartment as ApartmentIcon } from './Apartment';
9
9
  export { Apps, Apps as AppsIcon } from './Apps';
10
+ export { AreaChart, AreaChart as AreaChartIcon } from './AreaChart';
10
11
  export { ArrowBack, ArrowBack as ArrowBackIcon } from './ArrowBack';
11
12
  export { ArrowBackIosNew, ArrowBackIosNew as ArrowBackIosNewIcon } from './ArrowBackIosNew';
12
13
  export { ArrowDownwardAlt, ArrowDownwardAlt as ArrowDownwardAltIcon } from './ArrowDownwardAlt';
@@ -19,6 +20,7 @@ export { Article, Article as ArticleIcon } from './Article';
19
20
  export { Atm, Atm as AtmIcon } from './Atm';
20
21
  export { AttachMoney, AttachMoney as AttachMoneyIcon } from './AttachMoney';
21
22
  export { BarChart, BarChart as BarChartIcon } from './BarChart';
23
+ export { Beenhere, Beenhere as BeenhereIcon } from './Beenhere';
22
24
  export { BidLandscape, BidLandscape as BidLandscapeIcon } from './BidLandscape';
23
25
  export { Block, Block as BlockIcon } from './Block';
24
26
  export { BubbleChart, BubbleChart as BubbleChartIcon } from './BubbleChart';
@@ -26,6 +28,7 @@ export { BuildCircle, BuildCircle as BuildCircleIcon } from './BuildCircle';
26
28
  export { BusinessCenter, BusinessCenter as BusinessCenterIcon } from './BusinessCenter';
27
29
  export { Cached, Cached as CachedIcon } from './Cached';
28
30
  export { Calculate, Calculate as CalculateIcon } from './Calculate';
31
+ export { CalendarClock, CalendarClock as CalendarClockIcon } from './CalendarClock';
29
32
  export { CalendarMonth, CalendarMonth as CalendarMonthIcon } from './CalendarMonth';
30
33
  export { Call, Call as CallIcon } from './Call';
31
34
  export { CallMerge, CallMerge as CallMergeIcon } from './CallMerge';
@@ -45,6 +48,7 @@ export { Checkbook, Checkbook as CheckbookIcon } from './Checkbook';
45
48
  export { Checklist, Checklist as ChecklistIcon } from './Checklist';
46
49
  export { ChevronLeft, ChevronLeft as ChevronLeftIcon } from './ChevronLeft';
47
50
  export { ChevronRight, ChevronRight as ChevronRightIcon } from './ChevronRight';
51
+ export { Circle, Circle as CircleIcon } from './Circle';
48
52
  export { Close, Close as CloseIcon } from './Close';
49
53
  export { Code, Code as CodeIcon } from './Code';
50
54
  export { CompareArrows, CompareArrows as CompareArrowsIcon } from './CompareArrows';
@@ -88,6 +92,7 @@ export { Favorite, Favorite as FavoriteIcon } from './Favorite';
88
92
  export { FeaturedSeasonalAndGifts, FeaturedSeasonalAndGifts as FeaturedSeasonalAndGiftsIcon, } from './FeaturedSeasonalAndGifts';
89
93
  export { Feed, Feed as FeedIcon } from './Feed';
90
94
  export { FilterAlt, FilterAlt as FilterAltIcon } from './FilterAlt';
95
+ export { FinanceMode, FinanceMode as FinanceModeIcon } from './FinanceMode';
91
96
  export { Flag, Flag as FlagIcon } from './Flag';
92
97
  export { Flare, Flare as FlareIcon } from './Flare';
93
98
  export { Flowsheet, Flowsheet as FlowsheetIcon } from './Flowsheet';
@@ -133,6 +138,7 @@ export { Map, Map as MapIcon } from './Map';
133
138
  export { Menu, Menu as MenuIcon } from './Menu';
134
139
  export { MobileFriendly, MobileFriendly as MobileFriendlyIcon } from './MobileFriendly';
135
140
  export { MonetizationOn, MonetizationOn as MonetizationOnIcon } from './MonetizationOn';
141
+ export { MoneyBag, MoneyBag as MoneyBagIcon } from './MoneyBag';
136
142
  export { MonitorHeart, MonitorHeart as MonitorHeartIcon } from './MonitorHeart';
137
143
  export { MoreHoriz, MoreHoriz as MoreHorizIcon } from './MoreHoriz';
138
144
  export { MoreVert, MoreVert as MoreVertIcon } from './MoreVert';
@@ -144,6 +150,7 @@ export { Notifications, Notifications as NotificationsIcon } from './Notificatio
144
150
  export { NotificationsOff, NotificationsOff as NotificationsOffIcon } from './NotificationsOff';
145
151
  export { OpenInNew, OpenInNew as OpenInNewIcon } from './OpenInNew';
146
152
  export { Paid, Paid as PaidIcon } from './Paid';
153
+ export { PaymentArrowDown, PaymentArrowDown as PaymentArrowDownIcon } from './PaymentArrowDown';
147
154
  export { Payments, Payments as PaymentsIcon } from './Payments';
148
155
  export { Percent, Percent as PercentIcon } from './Percent';
149
156
  export { Person, Person as PersonIcon } from './Person';
@@ -152,6 +159,7 @@ export { PetSupplies, PetSupplies as PetSuppliesIcon } from './PetSupplies';
152
159
  export { PhoneIphone, PhoneIphone as PhoneIphoneIcon } from './PhoneIphone';
153
160
  export { PhotoCamera, PhotoCamera as PhotoCameraIcon } from './PhotoCamera';
154
161
  export { PieChart, PieChart as PieChartIcon } from './PieChart';
162
+ export { PriceChange, PriceChange as PriceChangeIcon } from './PriceChange';
155
163
  export { PriceCheck, PriceCheck as PriceCheckIcon } from './PriceCheck';
156
164
  export { Problem, Problem as ProblemIcon } from './Problem';
157
165
  export { Receipt, Receipt as ReceiptIcon } from './Receipt';
@@ -178,12 +186,14 @@ export { Settings, Settings as SettingsIcon } from './Settings';
178
186
  export { Shapes, Shapes as ShapesIcon } from './Shapes';
179
187
  export { Share, Share as ShareIcon } from './Share';
180
188
  export { ShoppingCart, ShoppingCart as ShoppingCartIcon } from './ShoppingCart';
189
+ export { ShowChart, ShowChart as ShowChartIcon } from './ShowChart';
181
190
  export { SpeakerGroup, SpeakerGroup as SpeakerGroupIcon } from './SpeakerGroup';
182
191
  export { Speed, Speed as SpeedIcon } from './Speed';
183
192
  export { SportsBaseball, SportsBaseball as SportsBaseballIcon } from './SportsBaseball';
184
193
  export { Stadium, Stadium as StadiumIcon } from './Stadium';
185
194
  export { Star, Star as StarIcon } from './Star';
186
195
  export { StarHalf, StarHalf as StarHalfIcon } from './StarHalf';
196
+ export { StarRate, StarRate as StarRateIcon } from './StarRate';
187
197
  export { Storefront, Storefront as StorefrontIcon } from './Storefront';
188
198
  export { Stylus, Stylus as StylusIcon } from './Stylus';
189
199
  export { Sunny, Sunny as SunnyIcon } from './Sunny';
@@ -195,7 +205,9 @@ export { Terminal, Terminal as TerminalIcon } from './Terminal';
195
205
  export { ThumbDown, ThumbDown as ThumbDownIcon } from './ThumbDown';
196
206
  export { ThumbUp, ThumbUp as ThumbUpIcon } from './ThumbUp';
197
207
  export { Timeline, Timeline as TimelineIcon } from './Timeline';
208
+ export { TipsAndUpdates, TipsAndUpdates as TipsAndUpdatesIcon } from './TipsAndUpdates';
198
209
  export { Today, Today as TodayIcon } from './Today';
210
+ export { Token, Token as TokenIcon } from './Token';
199
211
  export { TrendingDown, TrendingDown as TrendingDownIcon } from './TrendingDown';
200
212
  export { TrendingFlat, TrendingFlat as TrendingFlatIcon } from './TrendingFlat';
201
213
  export { TrendingUp, TrendingUp as TrendingUpIcon } from './TrendingUp';