@mxenabled/mx-icons 2.0.1-alpha.sms1 → 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 ArrowForward: ({ 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 Create: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const CreditCardGear: ({ 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 LocalOffer: ({ 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 Sunny: ({ 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;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const TrendingFlat: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MxIconProps } from '../MxIconProps';
2
+ export declare const UnfoldMore: ({ color, filled, size, sx }: MxIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -7,9 +7,11 @@ 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';
14
+ export { ArrowForward, ArrowForward as ArrowForwardIcon } from './ArrowForward';
13
15
  export { ArrowForwardIos, ArrowForwardIos as ArrowForwardIosIcon } from './ArrowForwardIos';
14
16
  export { ArrowLeftAlt, ArrowLeftAlt as ArrowLeftAltIcon } from './ArrowLeftAlt';
15
17
  export { ArrowRightAlt, ArrowRightAlt as ArrowRightAltIcon } from './ArrowRightAlt';
@@ -18,6 +20,7 @@ export { Article, Article as ArticleIcon } from './Article';
18
20
  export { Atm, Atm as AtmIcon } from './Atm';
19
21
  export { AttachMoney, AttachMoney as AttachMoneyIcon } from './AttachMoney';
20
22
  export { BarChart, BarChart as BarChartIcon } from './BarChart';
23
+ export { Beenhere, Beenhere as BeenhereIcon } from './Beenhere';
21
24
  export { BidLandscape, BidLandscape as BidLandscapeIcon } from './BidLandscape';
22
25
  export { Block, Block as BlockIcon } from './Block';
23
26
  export { BubbleChart, BubbleChart as BubbleChartIcon } from './BubbleChart';
@@ -25,6 +28,7 @@ export { BuildCircle, BuildCircle as BuildCircleIcon } from './BuildCircle';
25
28
  export { BusinessCenter, BusinessCenter as BusinessCenterIcon } from './BusinessCenter';
26
29
  export { Cached, Cached as CachedIcon } from './Cached';
27
30
  export { Calculate, Calculate as CalculateIcon } from './Calculate';
31
+ export { CalendarClock, CalendarClock as CalendarClockIcon } from './CalendarClock';
28
32
  export { CalendarMonth, CalendarMonth as CalendarMonthIcon } from './CalendarMonth';
29
33
  export { Call, Call as CallIcon } from './Call';
30
34
  export { CallMerge, CallMerge as CallMergeIcon } from './CallMerge';
@@ -44,6 +48,7 @@ export { Checkbook, Checkbook as CheckbookIcon } from './Checkbook';
44
48
  export { Checklist, Checklist as ChecklistIcon } from './Checklist';
45
49
  export { ChevronLeft, ChevronLeft as ChevronLeftIcon } from './ChevronLeft';
46
50
  export { ChevronRight, ChevronRight as ChevronRightIcon } from './ChevronRight';
51
+ export { Circle, Circle as CircleIcon } from './Circle';
47
52
  export { Close, Close as CloseIcon } from './Close';
48
53
  export { Code, Code as CodeIcon } from './Code';
49
54
  export { CompareArrows, CompareArrows as CompareArrowsIcon } from './CompareArrows';
@@ -51,7 +56,9 @@ export { Computer, Computer as ComputerIcon } from './Computer';
51
56
  export { ContentCopy, ContentCopy as ContentCopyIcon } from './ContentCopy';
52
57
  export { Contract, Contract as ContractIcon } from './Contract';
53
58
  export { Cottage, Cottage as CottageIcon } from './Cottage';
59
+ export { Create, Create as CreateIcon } from './Create';
54
60
  export { CreditCard, CreditCard as CreditCardIcon } from './CreditCard';
61
+ export { CreditCardGear, CreditCardGear as CreditCardGearIcon } from './CreditCardGear';
55
62
  export { CreditScore, CreditScore as CreditScoreIcon } from './CreditScore';
56
63
  export { CurrencyBitcoin, CurrencyBitcoin as CurrencyBitcoinIcon } from './CurrencyBitcoin';
57
64
  export { CurrencyExchange, CurrencyExchange as CurrencyExchangeIcon } from './CurrencyExchange';
@@ -85,6 +92,7 @@ export { Favorite, Favorite as FavoriteIcon } from './Favorite';
85
92
  export { FeaturedSeasonalAndGifts, FeaturedSeasonalAndGifts as FeaturedSeasonalAndGiftsIcon, } from './FeaturedSeasonalAndGifts';
86
93
  export { Feed, Feed as FeedIcon } from './Feed';
87
94
  export { FilterAlt, FilterAlt as FilterAltIcon } from './FilterAlt';
95
+ export { FinanceMode, FinanceMode as FinanceModeIcon } from './FinanceMode';
88
96
  export { Flag, Flag as FlagIcon } from './Flag';
89
97
  export { Flare, Flare as FlareIcon } from './Flare';
90
98
  export { Flowsheet, Flowsheet as FlowsheetIcon } from './Flowsheet';
@@ -119,6 +127,7 @@ export { Lightbulb, Lightbulb as LightbulbIcon } from './Lightbulb';
119
127
  export { Link, Link as LinkIcon } from './Link';
120
128
  export { LinkOff, LinkOff as LinkOffIcon } from './LinkOff';
121
129
  export { LocalAtm, LocalAtm as LocalAtmIcon } from './LocalAtm';
130
+ export { LocalOffer, LocalOffer as LocalOfferIcon } from './LocalOffer';
122
131
  export { LocationOff, LocationOff as LocationOffIcon } from './LocationOff';
123
132
  export { LocationOn, LocationOn as LocationOnIcon } from './LocationOn';
124
133
  export { Lock, Lock as LockIcon } from './Lock';
@@ -129,6 +138,7 @@ export { Map, Map as MapIcon } from './Map';
129
138
  export { Menu, Menu as MenuIcon } from './Menu';
130
139
  export { MobileFriendly, MobileFriendly as MobileFriendlyIcon } from './MobileFriendly';
131
140
  export { MonetizationOn, MonetizationOn as MonetizationOnIcon } from './MonetizationOn';
141
+ export { MoneyBag, MoneyBag as MoneyBagIcon } from './MoneyBag';
132
142
  export { MonitorHeart, MonitorHeart as MonitorHeartIcon } from './MonitorHeart';
133
143
  export { MoreHoriz, MoreHoriz as MoreHorizIcon } from './MoreHoriz';
134
144
  export { MoreVert, MoreVert as MoreVertIcon } from './MoreVert';
@@ -140,6 +150,7 @@ export { Notifications, Notifications as NotificationsIcon } from './Notificatio
140
150
  export { NotificationsOff, NotificationsOff as NotificationsOffIcon } from './NotificationsOff';
141
151
  export { OpenInNew, OpenInNew as OpenInNewIcon } from './OpenInNew';
142
152
  export { Paid, Paid as PaidIcon } from './Paid';
153
+ export { PaymentArrowDown, PaymentArrowDown as PaymentArrowDownIcon } from './PaymentArrowDown';
143
154
  export { Payments, Payments as PaymentsIcon } from './Payments';
144
155
  export { Percent, Percent as PercentIcon } from './Percent';
145
156
  export { Person, Person as PersonIcon } from './Person';
@@ -148,6 +159,7 @@ export { PetSupplies, PetSupplies as PetSuppliesIcon } from './PetSupplies';
148
159
  export { PhoneIphone, PhoneIphone as PhoneIphoneIcon } from './PhoneIphone';
149
160
  export { PhotoCamera, PhotoCamera as PhotoCameraIcon } from './PhotoCamera';
150
161
  export { PieChart, PieChart as PieChartIcon } from './PieChart';
162
+ export { PriceChange, PriceChange as PriceChangeIcon } from './PriceChange';
151
163
  export { PriceCheck, PriceCheck as PriceCheckIcon } from './PriceCheck';
152
164
  export { Problem, Problem as ProblemIcon } from './Problem';
153
165
  export { Receipt, Receipt as ReceiptIcon } from './Receipt';
@@ -174,14 +186,17 @@ export { Settings, Settings as SettingsIcon } from './Settings';
174
186
  export { Shapes, Shapes as ShapesIcon } from './Shapes';
175
187
  export { Share, Share as ShareIcon } from './Share';
176
188
  export { ShoppingCart, ShoppingCart as ShoppingCartIcon } from './ShoppingCart';
189
+ export { ShowChart, ShowChart as ShowChartIcon } from './ShowChart';
177
190
  export { SpeakerGroup, SpeakerGroup as SpeakerGroupIcon } from './SpeakerGroup';
178
191
  export { Speed, Speed as SpeedIcon } from './Speed';
179
192
  export { SportsBaseball, SportsBaseball as SportsBaseballIcon } from './SportsBaseball';
180
193
  export { Stadium, Stadium as StadiumIcon } from './Stadium';
181
194
  export { Star, Star as StarIcon } from './Star';
182
195
  export { StarHalf, StarHalf as StarHalfIcon } from './StarHalf';
196
+ export { StarRate, StarRate as StarRateIcon } from './StarRate';
183
197
  export { Storefront, Storefront as StorefrontIcon } from './Storefront';
184
198
  export { Stylus, Stylus as StylusIcon } from './Stylus';
199
+ export { Sunny, Sunny as SunnyIcon } from './Sunny';
185
200
  export { SwapVerticalCircle, SwapVerticalCircle as SwapVerticalCircleIcon, } from './SwapVerticalCircle';
186
201
  export { Sync, Sync as SyncIcon } from './Sync';
187
202
  export { SyncSavedLocally, SyncSavedLocally as SyncSavedLocallyIcon } from './SyncSavedLocally';
@@ -190,12 +205,16 @@ export { Terminal, Terminal as TerminalIcon } from './Terminal';
190
205
  export { ThumbDown, ThumbDown as ThumbDownIcon } from './ThumbDown';
191
206
  export { ThumbUp, ThumbUp as ThumbUpIcon } from './ThumbUp';
192
207
  export { Timeline, Timeline as TimelineIcon } from './Timeline';
208
+ export { TipsAndUpdates, TipsAndUpdates as TipsAndUpdatesIcon } from './TipsAndUpdates';
193
209
  export { Today, Today as TodayIcon } from './Today';
210
+ export { Token, Token as TokenIcon } from './Token';
194
211
  export { TrendingDown, TrendingDown as TrendingDownIcon } from './TrendingDown';
212
+ export { TrendingFlat, TrendingFlat as TrendingFlatIcon } from './TrendingFlat';
195
213
  export { TrendingUp, TrendingUp as TrendingUpIcon } from './TrendingUp';
196
214
  export { Trophy, Trophy as TrophyIcon } from './Trophy';
197
215
  export { Tune, Tune as TuneIcon } from './Tune';
198
216
  export { Undo, Undo as UndoIcon } from './Undo';
217
+ export { UnfoldMore, UnfoldMore as UnfoldMoreIcon } from './UnfoldMore';
199
218
  export { VerifiedUser, VerifiedUser as VerifiedUserIcon } from './VerifiedUser';
200
219
  export { ViewList, ViewList as ViewListIcon } from './ViewList';
201
220
  export { Visibility, Visibility as VisibilityIcon } from './Visibility';