@yoroll/react-icon 0.0.17 → 0.0.18

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFmVeditorstart: React.FC<IconProps>;
4
+ export default IconFmVeditorstart;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconGamecontrolTerminal: React.FC<IconProps>;
4
+ export default IconGamecontrolTerminal;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconQtEsave: React.FC<IconProps>;
4
+ export default IconQtEsave;
@@ -1,5 +1,7 @@
1
1
  export { default as IconHomepage } from './Homepage';
2
2
  export { default as IconAiwriting } from './Aiwriting';
3
+ export { default as IconFmVeditorstart } from './FmVeditorstart';
4
+ export { default as IconQtEsave } from './QtEsave';
3
5
  export { default as IconUploadimage } from './Uploadimage';
4
6
  export { default as IconAboutus } from './Aboutus';
5
7
  export { default as IconAddSceneChoice } from './AddSceneChoice';
@@ -63,6 +65,7 @@ export { default as IconGamecontrolChoice } from './GamecontrolChoice';
63
65
  export { default as IconGamecontrolGameplay } from './GamecontrolGameplay';
64
66
  export { default as IconGamecontrolLinear } from './GamecontrolLinear';
65
67
  export { default as IconGamecontrolNone } from './GamecontrolNone';
68
+ export { default as IconGamecontrolTerminal } from './GamecontrolTerminal';
66
69
  export { default as IconGamelanguage } from './Gamelanguage';
67
70
  export { default as IconGamepreview } from './Gamepreview';
68
71
  export { default as IconGameui } from './Gameui';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoroll/react-icon",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",