@yoroll/react-icon 0.0.10 → 0.0.11

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.
@@ -59,7 +59,6 @@ export { default as IconInvitecode } from './Invitecode';
59
59
  export { default as IconLoading } from './Loading';
60
60
  export { default as IconLogin } from './Login';
61
61
  export { default as IconLogout } from './Logout';
62
- export { default as IconModelGeminiFilled1 } from './ModelGeminiFilled1';
63
62
  export { default as IconModelGeminiFilled } from './ModelGeminiFilled';
64
63
  export { default as IconModelDeepmindFilled } from './ModelDeepmindFilled';
65
64
  export { default as IconModelSoraFilled } from './ModelSoraFilled';
@@ -73,7 +72,6 @@ export { default as IconNext } from './Next';
73
72
  export { default as IconNextscene } from './Nextscene';
74
73
  export { default as IconOneclickgenerate } from './Oneclickgenerate';
75
74
  export { default as IconOpendemo } from './Opendemo';
76
- export { default as IconPageError1 } from './PageError1';
77
75
  export { default as IconPageError } from './PageError';
78
76
  export { default as IconPencil } from './Pencil';
79
77
  export { default as IconPick } from './Pick';
@@ -100,7 +98,6 @@ export { default as IconSoundOn } from './SoundOn';
100
98
  export { default as IconStoryboard } from './Storyboard';
101
99
  export { default as IconStyleAutoFilled } from './StyleAutoFilled';
102
100
  export { default as IconStyle } from './Style';
103
- export { default as IconSwitchOnFilled1 } from './SwitchOnFilled1';
104
101
  export { default as IconSwitchOnFilled } from './SwitchOnFilled';
105
102
  export { default as IconTarget } from './Target';
106
103
  export { default as IconTextLogo } from './TextLogo';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoroll/react-icon",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
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 IconModelGeminiFilled1: React.FC<IconProps>;
4
- export default IconModelGeminiFilled1;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '.';
3
- declare const IconPageError1: React.FC<IconProps>;
4
- export default IconPageError1;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '.';
3
- declare const IconSwitchOnFilled1: React.FC<IconProps>;
4
- export default IconSwitchOnFilled1;