@stash-ui/duotone-icons 1.0.3 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ArrowReplyIcon.d.ts +4 -0
- package/dist/ChevronDoubleDownIcon.d.ts +4 -0
- package/dist/ChevronDoubleLeftIcon.d.ts +4 -0
- package/dist/ChevronDoubleRightIcon.d.ts +4 -0
- package/dist/ChevronDoubleUpIcon.d.ts +4 -0
- package/dist/ContentShareIcon.d.ts +4 -0
- package/dist/{EmojiPissedOffIcon.d.ts → CornerDownLeftIcon.d.ts} +2 -2
- package/dist/CornerDownRightIcon.d.ts +4 -0
- package/dist/CornerUpLeftIcon.d.ts +4 -0
- package/dist/CornerUpRightIcon.d.ts +4 -0
- package/dist/EmojiWinkPlusIcon.d.ts +4 -0
- package/dist/ReadingTimeIcon.d.ts +4 -0
- package/dist/StopwatchIcon.d.ts +4 -0
- package/dist/UserMinusIcon.d.ts +4 -0
- package/dist/UserPlusIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +834 -507
- package/dist/duotone-icons.cjs.development.js.map +1 -1
- package/dist/duotone-icons.cjs.production.min.js +1 -1
- package/dist/duotone-icons.cjs.production.min.js.map +1 -1
- package/dist/duotone-icons.esm.js +820 -506
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +15 -2
- package/package.json +1 -1
- package/dist/UserAddIcon.d.ts +0 -4
package/dist/index.d.ts
CHANGED
@@ -56,7 +56,8 @@ export { default as UserArrowDownIcon } from './UserArrowDownIcon';
|
|
56
56
|
export { default as UserClockIcon } from './UserClockIcon';
|
57
57
|
export { default as UserDollarIcon } from './UserDollarIcon';
|
58
58
|
export { default as UserCheckIcon } from './UserCheckIcon';
|
59
|
-
export { default as
|
59
|
+
export { default as UserPlusIcon } from './UserPlusIcon';
|
60
|
+
export { default as UserMinusIcon } from './UserMinusIcon';
|
60
61
|
export { default as UserGroupIcon } from './UserGroupIcon';
|
61
62
|
export { default as DollarSignIcon } from './DollarSignIcon';
|
62
63
|
export { default as CreditCardIcon } from './CreditCardIcon';
|
@@ -86,6 +87,8 @@ export { default as BurgerArrowLeftIcon } from './BurgerArrowLeftIcon';
|
|
86
87
|
export { default as HomeIcon } from './HomeIcon';
|
87
88
|
export { default as LifeRingIcon } from './LifeRingIcon';
|
88
89
|
export { default as ClockIcon } from './ClockIcon';
|
90
|
+
export { default as StopwatchIcon } from './StopwatchIcon';
|
91
|
+
export { default as ReadingTimeIcon } from './ReadingTimeIcon';
|
89
92
|
export { default as DashboardIcon } from './DashboardIcon';
|
90
93
|
export { default as ChartPieIcon } from './ChartPieIcon';
|
91
94
|
export { default as UsersCrownIcon } from './UsersCrownIcon';
|
@@ -106,6 +109,10 @@ export { default as ChevronRightIcon } from './ChevronRightIcon';
|
|
106
109
|
export { default as ChevronUpIcon } from './ChevronUpIcon';
|
107
110
|
export { default as ChevronDownIcon } from './ChevronDownIcon';
|
108
111
|
export { default as ChevronLeftIcon } from './ChevronLeftIcon';
|
112
|
+
export { default as ChevronDoubleRightIcon } from './ChevronDoubleRightIcon';
|
113
|
+
export { default as ChevronDoubleUpIcon } from './ChevronDoubleUpIcon';
|
114
|
+
export { default as ChevronDoubleDownIcon } from './ChevronDoubleDownIcon';
|
115
|
+
export { default as ChevronDoubleLeftIcon } from './ChevronDoubleLeftIcon';
|
109
116
|
export { default as CaretRightIcon } from './CaretRightIcon';
|
110
117
|
export { default as CaretLeftIcon } from './CaretLeftIcon';
|
111
118
|
export { default as CaretUpIcon } from './CaretUpIcon';
|
@@ -120,6 +127,11 @@ export { default as ArrowUpLargeIcon } from './ArrowUpLargeIcon';
|
|
120
127
|
export { default as ArrowDownLargeIcon } from './ArrowDownLargeIcon';
|
121
128
|
export { default as ArrowRetryIcon } from './ArrowRetryIcon';
|
122
129
|
export { default as ArrowsSwitchIcon } from './ArrowsSwitchIcon';
|
130
|
+
export { default as ArrowReplyIcon } from './ArrowReplyIcon';
|
131
|
+
export { default as CornerDownLeftIcon } from './CornerDownLeftIcon';
|
132
|
+
export { default as CornerDownRightIcon } from './CornerDownRightIcon';
|
133
|
+
export { default as CornerUpLeftIcon } from './CornerUpLeftIcon';
|
134
|
+
export { default as CornerUpRightIcon } from './CornerUpRightIcon';
|
123
135
|
export { default as GlobeTimezoneIcon } from './GlobeTimezoneIcon';
|
124
136
|
export { default as PinLocationIcon } from './PinLocationIcon';
|
125
137
|
export { default as PinPlaceIcon } from './PinPlaceIcon';
|
@@ -185,7 +197,6 @@ export { default as FilterIcon } from './FilterIcon';
|
|
185
197
|
export { default as ArticleIcon } from './ArticleIcon';
|
186
198
|
export { default as EspiralBookIcon } from './EspiralBookIcon';
|
187
199
|
export { default as GoogleDriveIcon } from './GoogleDriveIcon';
|
188
|
-
export { default as EmojiPissedOffIcon } from './EmojiPissedOffIcon';
|
189
200
|
export { default as EllipsisVIcon } from './EllipsisVIcon';
|
190
201
|
export { default as EllipsisHIcon } from './EllipsisHIcon';
|
191
202
|
export { default as SocialTwitterIcon } from './SocialTwitterIcon';
|
@@ -207,6 +218,7 @@ export { default as ArticleAltIcon } from './ArticleAltIcon';
|
|
207
218
|
export { default as ArticlePlusIcon } from './ArticlePlusIcon';
|
208
219
|
export { default as ArticleShareIcon } from './ArticleShareIcon';
|
209
220
|
export { default as ShareIcon } from './ShareIcon';
|
221
|
+
export { default as ContentShareIcon } from './ContentShareIcon';
|
210
222
|
export { default as SocialUnsplashIcon } from './SocialUnsplashIcon';
|
211
223
|
export { default as GifIcon } from './GifIcon';
|
212
224
|
export { default as QrCodeIcon } from './QrCodeIcon';
|
@@ -234,6 +246,7 @@ export { default as HandHoldingDollarIcon } from './HandHoldingDollarIcon';
|
|
234
246
|
export { default as ListAddIcon } from './ListAddIcon';
|
235
247
|
export { default as ListUlIcon } from './ListUlIcon';
|
236
248
|
export { default as EmojiWinkIcon } from './EmojiWinkIcon';
|
249
|
+
export { default as EmojiWinkPlusIcon } from './EmojiWinkPlusIcon';
|
237
250
|
export { default as EmojiJoyIcon } from './EmojiJoyIcon';
|
238
251
|
export { default as EmojiLaughIcon } from './EmojiLaughIcon';
|
239
252
|
export { default as MicIcon } from './MicIcon';
|
package/package.json
CHANGED
package/dist/UserAddIcon.d.ts
DELETED