@stash-ui/duotone-icons 1.0.5 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -270,3 +270,9 @@ export { default as HeadsetIcon } from './HeadsetIcon';
270
270
  export { default as BugIcon } from './BugIcon';
271
271
  export { default as SunIcon } from './SunIcon';
272
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';
276
+ export { default as RocketIcon } from './RocketIcon';
277
+ export { default as TvRetroIcon } from './TvRetroIcon';
278
+ export { default as FlowIcon } from './FlowIcon';
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.5",
4
+ "version": "1.0.14",
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