@stash-ui/duotone-icons 1.0.4 → 1.0.13

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 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 UserAddIcon } from './UserAddIcon';
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';
@@ -257,3 +270,6 @@ export { default as HeadsetIcon } from './HeadsetIcon';
257
270
  export { default as BugIcon } from './BugIcon';
258
271
  export { default as SunIcon } from './SunIcon';
259
272
  export { default as MoonIcon } from './MoonIcon';
273
+ export { default as BullhornIcon } from './BullhornIcon';
274
+ export { default as PaletteIcon } from './PaletteIcon';
275
+ export { default as GiftIcon } from './GiftIcon';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stash-ui/duotone-icons",
3
3
  "private": false,
4
- "version": "1.0.4",
4
+ "version": "1.0.13",
5
5
  "license": "MIT",
6
6
  "description": "React Duotone Icons Set",
7
7
  "authors": [
package/readme.md CHANGED
@@ -44,8 +44,9 @@ const App = () => {
44
44
 
45
45
  ## Authors
46
46
 
47
- - Tiago Gerken ([@tgerken](https://twitter.com/tgerken)) - [Pingback](https://pingback.com)
47
+ - Rachel Andrade ([@rchldesigner](https://twitter.com/rchldesigner)) - [Pingback](https://pingback.com)
48
48
  - Pedro Ladeira ([@pedrooladeira](https://twitter.com/pedrooladeira)) - [Pingback](https://pingback.com)
49
+ - Tiago Gerken ([@tgerken](https://twitter.com/tgerken))
49
50
 
50
51
  ## License
51
52