@stash-ui/duotone-icons 1.0.15 → 1.0.17
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/CodeIcon.d.ts +4 -0
- package/dist/Feed2Icon.d.ts +4 -0
- package/dist/FunnelIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +93 -0
- 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 +91 -1
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/package.json +1 -2
package/dist/index.d.ts
CHANGED
@@ -285,3 +285,6 @@ export { default as BoxIcon } from './BoxIcon';
|
|
285
285
|
export { default as BoxOpenIcon } from './BoxOpenIcon';
|
286
286
|
export { default as InputTextIcon } from './InputTextIcon';
|
287
287
|
export { default as DropdownIcon } from './DropdownIcon';
|
288
|
+
export { default as Feed2Icon } from './Feed2Icon';
|
289
|
+
export { default as CodeIcon } from './CodeIcon';
|
290
|
+
export { default as FunnelIcon } from './FunnelIcon';
|
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
|
+
"version": "1.0.17",
|
5
5
|
"license": "MIT",
|
6
6
|
"description": "React Duotone Icons Set",
|
7
7
|
"authors": [
|
@@ -28,7 +28,6 @@
|
|
28
28
|
"react": "^16.x || ^17.x || ^18.x"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"@stash-ui/generate-from-figma": "*",
|
32
31
|
"tsdx": "0.14.0"
|
33
32
|
}
|
34
33
|
}
|