@yoroll/react-icon 0.0.8 → 0.0.9

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.
@@ -70,7 +70,6 @@ export { default as IconOneclickgenerate } from './Oneclickgenerate';
70
70
  export { default as IconOpendemo } from './Opendemo';
71
71
  export { default as IconPageError } from './PageError';
72
72
  export { default as IconPencil } from './Pencil';
73
- export { default as IconPick } from './Pick';
74
73
  export { default as IconPlanFilled } from './PlanFilled';
75
74
  export { default as IconPreviouscene } from './Previouscene';
76
75
  export { default as IconProblemNoticeFilled } from './ProblemNoticeFilled';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoroll/react-icon",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '.';
3
- declare const IconPick: React.FC<IconProps>;
4
- export default IconPick;