@mxenabled/mx-icons 2.0.1-alpha.sms1 → 2.1.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/icons/ArrowForward.d.ts +2 -0
- package/dist/icons/Create.d.ts +2 -0
- package/dist/icons/CreditCardGear.d.ts +2 -0
- package/dist/icons/LocalOffer.d.ts +2 -0
- package/dist/icons/Sunny.d.ts +2 -0
- package/dist/icons/TrendingFlat.d.ts +2 -0
- package/dist/icons/UnfoldMore.d.ts +2 -0
- package/dist/icons/index.d.ts +7 -0
- package/dist/index.es.js +759 -417
- package/dist/index.es.js.map +1 -0
- package/package.json +21 -22
package/dist/icons/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export { Apps, Apps as AppsIcon } from './Apps';
|
|
|
10
10
|
export { ArrowBack, ArrowBack as ArrowBackIcon } from './ArrowBack';
|
|
11
11
|
export { ArrowBackIosNew, ArrowBackIosNew as ArrowBackIosNewIcon } from './ArrowBackIosNew';
|
|
12
12
|
export { ArrowDownwardAlt, ArrowDownwardAlt as ArrowDownwardAltIcon } from './ArrowDownwardAlt';
|
|
13
|
+
export { ArrowForward, ArrowForward as ArrowForwardIcon } from './ArrowForward';
|
|
13
14
|
export { ArrowForwardIos, ArrowForwardIos as ArrowForwardIosIcon } from './ArrowForwardIos';
|
|
14
15
|
export { ArrowLeftAlt, ArrowLeftAlt as ArrowLeftAltIcon } from './ArrowLeftAlt';
|
|
15
16
|
export { ArrowRightAlt, ArrowRightAlt as ArrowRightAltIcon } from './ArrowRightAlt';
|
|
@@ -51,7 +52,9 @@ export { Computer, Computer as ComputerIcon } from './Computer';
|
|
|
51
52
|
export { ContentCopy, ContentCopy as ContentCopyIcon } from './ContentCopy';
|
|
52
53
|
export { Contract, Contract as ContractIcon } from './Contract';
|
|
53
54
|
export { Cottage, Cottage as CottageIcon } from './Cottage';
|
|
55
|
+
export { Create, Create as CreateIcon } from './Create';
|
|
54
56
|
export { CreditCard, CreditCard as CreditCardIcon } from './CreditCard';
|
|
57
|
+
export { CreditCardGear, CreditCardGear as CreditCardGearIcon } from './CreditCardGear';
|
|
55
58
|
export { CreditScore, CreditScore as CreditScoreIcon } from './CreditScore';
|
|
56
59
|
export { CurrencyBitcoin, CurrencyBitcoin as CurrencyBitcoinIcon } from './CurrencyBitcoin';
|
|
57
60
|
export { CurrencyExchange, CurrencyExchange as CurrencyExchangeIcon } from './CurrencyExchange';
|
|
@@ -119,6 +122,7 @@ export { Lightbulb, Lightbulb as LightbulbIcon } from './Lightbulb';
|
|
|
119
122
|
export { Link, Link as LinkIcon } from './Link';
|
|
120
123
|
export { LinkOff, LinkOff as LinkOffIcon } from './LinkOff';
|
|
121
124
|
export { LocalAtm, LocalAtm as LocalAtmIcon } from './LocalAtm';
|
|
125
|
+
export { LocalOffer, LocalOffer as LocalOfferIcon } from './LocalOffer';
|
|
122
126
|
export { LocationOff, LocationOff as LocationOffIcon } from './LocationOff';
|
|
123
127
|
export { LocationOn, LocationOn as LocationOnIcon } from './LocationOn';
|
|
124
128
|
export { Lock, Lock as LockIcon } from './Lock';
|
|
@@ -182,6 +186,7 @@ export { Star, Star as StarIcon } from './Star';
|
|
|
182
186
|
export { StarHalf, StarHalf as StarHalfIcon } from './StarHalf';
|
|
183
187
|
export { Storefront, Storefront as StorefrontIcon } from './Storefront';
|
|
184
188
|
export { Stylus, Stylus as StylusIcon } from './Stylus';
|
|
189
|
+
export { Sunny, Sunny as SunnyIcon } from './Sunny';
|
|
185
190
|
export { SwapVerticalCircle, SwapVerticalCircle as SwapVerticalCircleIcon, } from './SwapVerticalCircle';
|
|
186
191
|
export { Sync, Sync as SyncIcon } from './Sync';
|
|
187
192
|
export { SyncSavedLocally, SyncSavedLocally as SyncSavedLocallyIcon } from './SyncSavedLocally';
|
|
@@ -192,10 +197,12 @@ export { ThumbUp, ThumbUp as ThumbUpIcon } from './ThumbUp';
|
|
|
192
197
|
export { Timeline, Timeline as TimelineIcon } from './Timeline';
|
|
193
198
|
export { Today, Today as TodayIcon } from './Today';
|
|
194
199
|
export { TrendingDown, TrendingDown as TrendingDownIcon } from './TrendingDown';
|
|
200
|
+
export { TrendingFlat, TrendingFlat as TrendingFlatIcon } from './TrendingFlat';
|
|
195
201
|
export { TrendingUp, TrendingUp as TrendingUpIcon } from './TrendingUp';
|
|
196
202
|
export { Trophy, Trophy as TrophyIcon } from './Trophy';
|
|
197
203
|
export { Tune, Tune as TuneIcon } from './Tune';
|
|
198
204
|
export { Undo, Undo as UndoIcon } from './Undo';
|
|
205
|
+
export { UnfoldMore, UnfoldMore as UnfoldMoreIcon } from './UnfoldMore';
|
|
199
206
|
export { VerifiedUser, VerifiedUser as VerifiedUserIcon } from './VerifiedUser';
|
|
200
207
|
export { ViewList, ViewList as ViewListIcon } from './ViewList';
|
|
201
208
|
export { Visibility, Visibility as VisibilityIcon } from './Visibility';
|