@yoroll/react-icon 0.0.6 → 0.0.8

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.
Files changed (37) hide show
  1. package/dist/index.cjs +796 -357
  2. package/dist/index.iife.js +767 -357
  3. package/dist/index.iife.min.js +6 -6
  4. package/dist/index.js +897 -429
  5. package/dist/index.min.cjs +2 -2
  6. package/dist/index.min.js +2 -2
  7. package/dist/types/components/Aiwriting.d.ts +4 -0
  8. package/dist/types/components/Canvasmode.d.ts +4 -0
  9. package/dist/types/components/Chaptercollapse.d.ts +4 -0
  10. package/dist/types/components/Chapterexpand.d.ts +4 -0
  11. package/dist/types/components/Copy.d.ts +4 -0
  12. package/dist/types/components/DeleteSceneChoice.d.ts +4 -0
  13. package/dist/types/components/FiletypePdfLumiFilled.d.ts +4 -0
  14. package/dist/types/components/GamecontrolChoice.d.ts +4 -0
  15. package/dist/types/components/GamecontrolGameplay.d.ts +4 -0
  16. package/dist/types/components/GamecontrolLinear.d.ts +4 -0
  17. package/dist/types/components/Gamepreview.d.ts +4 -0
  18. package/dist/types/components/Handtool.d.ts +4 -0
  19. package/dist/types/components/ImageLoadFailedFilled.d.ts +4 -0
  20. package/dist/types/components/Info.d.ts +4 -0
  21. package/dist/types/components/Invitecode.d.ts +4 -0
  22. package/dist/types/components/Musicassets.d.ts +4 -0
  23. package/dist/types/components/Nextscene.d.ts +4 -0
  24. package/dist/types/components/Oneclickgenerate.d.ts +4 -0
  25. package/dist/types/components/Opendemo.d.ts +4 -0
  26. package/dist/types/components/PageError.d.ts +4 -0
  27. package/dist/types/components/Pick.d.ts +4 -0
  28. package/dist/types/components/Previouscene.d.ts +4 -0
  29. package/dist/types/components/ProblemNoticeFilled.d.ts +4 -0
  30. package/dist/types/components/Scriptmode.d.ts +4 -0
  31. package/dist/types/components/Storyboard.d.ts +4 -0
  32. package/dist/types/components/SwitchOnFilled.d.ts +4 -0
  33. package/dist/types/components/Target.d.ts +4 -0
  34. package/dist/types/components/Uploadimage.d.ts +4 -0
  35. package/dist/types/components/Videogenerate.d.ts +4 -0
  36. package/dist/types/components/index.d.ts +29 -0
  37. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconDeleteSceneChoice: React.FC<IconProps>;
4
+ export default IconDeleteSceneChoice;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFiletypePdfLumiFilled: React.FC<IconProps>;
4
+ export default IconFiletypePdfLumiFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconGamecontrolChoice: React.FC<IconProps>;
4
+ export default IconGamecontrolChoice;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconGamecontrolGameplay: React.FC<IconProps>;
4
+ export default IconGamecontrolGameplay;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconGamecontrolLinear: React.FC<IconProps>;
4
+ export default IconGamecontrolLinear;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconGamepreview: React.FC<IconProps>;
4
+ export default IconGamepreview;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconHandtool: React.FC<IconProps>;
4
+ export default IconHandtool;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconImageLoadFailedFilled: React.FC<IconProps>;
4
+ export default IconImageLoadFailedFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconInfo: React.FC<IconProps>;
4
+ export default IconInfo;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconInvitecode: React.FC<IconProps>;
4
+ export default IconInvitecode;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconMusicassets: React.FC<IconProps>;
4
+ export default IconMusicassets;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconNextscene: React.FC<IconProps>;
4
+ export default IconNextscene;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconOneclickgenerate: React.FC<IconProps>;
4
+ export default IconOneclickgenerate;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconOpendemo: React.FC<IconProps>;
4
+ export default IconOpendemo;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconPageError: React.FC<IconProps>;
4
+ export default IconPageError;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconPick: React.FC<IconProps>;
4
+ export default IconPick;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconPreviouscene: React.FC<IconProps>;
4
+ export default IconPreviouscene;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconProblemNoticeFilled: React.FC<IconProps>;
4
+ export default IconProblemNoticeFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconScriptmode: React.FC<IconProps>;
4
+ export default IconScriptmode;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconStoryboard: React.FC<IconProps>;
4
+ export default IconStoryboard;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconSwitchOnFilled: React.FC<IconProps>;
4
+ export default IconSwitchOnFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconTarget: React.FC<IconProps>;
4
+ export default IconTarget;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconUploadimage: React.FC<IconProps>;
4
+ export default IconUploadimage;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconVideogenerate: React.FC<IconProps>;
4
+ export default IconVideogenerate;
@@ -1,4 +1,6 @@
1
1
  export { default as IconHomepage } from './Homepage';
2
+ export { default as IconAiwriting } from './Aiwriting';
3
+ export { default as IconUploadimage } from './Uploadimage';
2
4
  export { default as IconAdd } from './Add';
3
5
  export { default as IconAgreements } from './Agreements';
4
6
  export { default as IconAngleDown } from './AngleDown';
@@ -7,10 +9,15 @@ export { default as IconAssetsFilled } from './AssetsFilled';
7
9
  export { default as IconAssets } from './Assets';
8
10
  export { default as IconBackward } from './Backward';
9
11
  export { default as IconBatchShots } from './BatchShots';
12
+ export { default as IconCanvasmode } from './Canvasmode';
13
+ export { default as IconChaptercollapse } from './Chaptercollapse';
14
+ export { default as IconChapterexpand } from './Chapterexpand';
10
15
  export { default as IconCheckedFilled } from './CheckedFilled';
11
16
  export { default as IconClose } from './Close';
17
+ export { default as IconCopy } from './Copy';
12
18
  export { default as IconCreditFilled } from './CreditFilled';
13
19
  export { default as IconCursor } from './Cursor';
20
+ export { default as IconDeleteSceneChoice } from './DeleteSceneChoice';
14
21
  export { default as IconDelete } from './Delete';
15
22
  export { default as IconDownload } from './Download';
16
23
  export { default as IconFeedbackFailFilled } from './FeedbackFailFilled';
@@ -18,7 +25,12 @@ export { default as IconFeedbackPendingFilled } from './FeedbackPendingFilled';
18
25
  export { default as IconFeedbackProblemFilled } from './FeedbackProblemFilled';
19
26
  export { default as IconFeedbackProblem } from './FeedbackProblem';
20
27
  export { default as IconFiletypePdfFilled } from './FiletypePdfFilled';
28
+ export { default as IconFiletypePdfLumiFilled } from './FiletypePdfLumiFilled';
29
+ export { default as IconGamecontrolChoice } from './GamecontrolChoice';
30
+ export { default as IconGamecontrolGameplay } from './GamecontrolGameplay';
31
+ export { default as IconGamecontrolLinear } from './GamecontrolLinear';
21
32
  export { default as IconGamelanguage } from './Gamelanguage';
33
+ export { default as IconGamepreview } from './Gamepreview';
22
34
  export { default as IconGenerateMultimage } from './GenerateMultimage';
23
35
  export { default as IconGenerateFilled } from './GenerateFilled';
24
36
  export { default as IconGenerateFrameStart } from './GenerateFrameStart';
@@ -34,9 +46,13 @@ export { default as IconGenreScifi } from './GenreScifi';
34
46
  export { default as IconGenreSuspense } from './GenreSuspense';
35
47
  export { default as IconGenre } from './Genre';
36
48
  export { default as IconGoogleLogoFilled } from './GoogleLogoFilled';
49
+ export { default as IconHandtool } from './Handtool';
37
50
  export { default as IconHelp } from './Help';
38
51
  export { default as IconHomepageFilled } from './HomepageFilled';
39
52
  export { default as IconImageGeneration } from './ImageGeneration';
53
+ export { default as IconImageLoadFailedFilled } from './ImageLoadFailedFilled';
54
+ export { default as IconInfo } from './Info';
55
+ export { default as IconInvitecode } from './Invitecode';
40
56
  export { default as IconLoading } from './Loading';
41
57
  export { default as IconLogin } from './Login';
42
58
  export { default as IconLogout } from './Logout';
@@ -47,9 +63,17 @@ export { default as IconModelNanobananaLogoNomoFilled } from './ModelNanobananaL
47
63
  export { default as IconModels } from './Models';
48
64
  export { default as IconMore } from './More';
49
65
  export { default as IconMoresettings } from './Moresettings';
66
+ export { default as IconMusicassets } from './Musicassets';
50
67
  export { default as IconMute } from './Mute';
68
+ export { default as IconNextscene } from './Nextscene';
69
+ export { default as IconOneclickgenerate } from './Oneclickgenerate';
70
+ export { default as IconOpendemo } from './Opendemo';
71
+ export { default as IconPageError } from './PageError';
51
72
  export { default as IconPencil } from './Pencil';
73
+ export { default as IconPick } from './Pick';
52
74
  export { default as IconPlanFilled } from './PlanFilled';
75
+ export { default as IconPreviouscene } from './Previouscene';
76
+ export { default as IconProblemNoticeFilled } from './ProblemNoticeFilled';
53
77
  export { default as IconProblem } from './Problem';
54
78
  export { default as IconRatio169 } from './Ratio169';
55
79
  export { default as IconRatio11 } from './Ratio11';
@@ -57,12 +81,16 @@ export { default as IconRatio916 } from './Ratio916';
57
81
  export { default as IconRatio } from './Ratio';
58
82
  export { default as IconReEdit } from './ReEdit';
59
83
  export { default as IconRegenerate } from './Regenerate';
84
+ export { default as IconScriptmode } from './Scriptmode';
60
85
  export { default as IconSocialX } from './SocialX';
61
86
  export { default as IconSocialDiscord } from './SocialDiscord';
62
87
  export { default as IconSoundOff } from './SoundOff';
63
88
  export { default as IconSoundOn } from './SoundOn';
89
+ export { default as IconStoryboard } from './Storyboard';
64
90
  export { default as IconStyleAutoFilled } from './StyleAutoFilled';
65
91
  export { default as IconStyle } from './Style';
92
+ export { default as IconSwitchOnFilled } from './SwitchOnFilled';
93
+ export { default as IconTarget } from './Target';
66
94
  export { default as IconTextLogo } from './TextLogo';
67
95
  export { default as IconToolsFilled } from './ToolsFilled';
68
96
  export { default as IconTools } from './Tools';
@@ -70,6 +98,7 @@ export { default as IconUploadfiles } from './Uploadfiles';
70
98
  export { default as IconUserfeedback } from './Userfeedback';
71
99
  export { default as IconVideoGeneration } from './VideoGeneration';
72
100
  export { default as IconVideoLength } from './VideoLength';
101
+ export { default as IconVideogenerate } from './Videogenerate';
73
102
  export { default as IconVisualstyles } from './Visualstyles';
74
103
  export { default as IconVolume } from './Volume';
75
104
  export type IconProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoroll/react-icon",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",