@yoroll/react-icon 0.0.13 → 0.0.15

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 (49) hide show
  1. package/dist/index.cjs +1113 -482
  2. package/dist/index.iife.js +1072 -480
  3. package/dist/index.iife.min.js +6 -6
  4. package/dist/index.js +1276 -606
  5. package/dist/index.min.cjs +2 -2
  6. package/dist/index.min.js +2 -2
  7. package/dist/types/components/Aboutus.d.ts +4 -0
  8. package/dist/types/components/Angleright.d.ts +4 -0
  9. package/dist/types/components/Announcement.d.ts +4 -0
  10. package/dist/types/components/Changeprofilephoto.d.ts +4 -0
  11. package/dist/types/components/Copylink.d.ts +4 -0
  12. package/dist/types/components/DownFilled.d.ts +4 -0
  13. package/dist/types/components/DownleftFilled.d.ts +4 -0
  14. package/dist/types/components/DownrightFilled.d.ts +4 -0
  15. package/dist/types/components/Favorite.d.ts +4 -0
  16. package/dist/types/components/FavoriteFilled.d.ts +4 -0
  17. package/dist/types/components/FiletypeImageFilled.d.ts +4 -0
  18. package/dist/types/components/FiletypeTxtFilled.d.ts +4 -0
  19. package/dist/types/components/FiletypeTxtLumiFilled.d.ts +4 -0
  20. package/dist/types/components/FiletypeWordFilled.d.ts +4 -0
  21. package/dist/types/components/FiletypeWordLumiFilled.d.ts +4 -0
  22. package/dist/types/components/Fillin.d.ts +4 -0
  23. package/dist/types/components/FullScreen.d.ts +4 -0
  24. package/dist/types/components/GamecontrolNone.d.ts +4 -0
  25. package/dist/types/components/Gameui.d.ts +4 -0
  26. package/dist/types/components/Hotareacenter.d.ts +4 -0
  27. package/dist/types/components/LeftFilled.d.ts +4 -0
  28. package/dist/types/components/MoreHorizontal.d.ts +4 -0
  29. package/dist/types/components/MouseDrag.d.ts +4 -0
  30. package/dist/types/components/MouseMove.d.ts +4 -0
  31. package/dist/types/components/MouseNumberchange.d.ts +4 -0
  32. package/dist/types/components/OppsFilled.d.ts +4 -0
  33. package/dist/types/components/OptionalcheckedFilled.d.ts +4 -0
  34. package/dist/types/components/Optionaluncheck.d.ts +4 -0
  35. package/dist/types/components/Packagegame.d.ts +4 -0
  36. package/dist/types/components/Publish.d.ts +4 -0
  37. package/dist/types/components/RatioAuto.d.ts +4 -0
  38. package/dist/types/components/RightFilled.d.ts +4 -0
  39. package/dist/types/components/Sendrequest.d.ts +4 -0
  40. package/dist/types/components/SwitchOffFilled.d.ts +4 -0
  41. package/dist/types/components/Undo.d.ts +4 -0
  42. package/dist/types/components/UpFilled.d.ts +4 -0
  43. package/dist/types/components/UpleftFilled.d.ts +4 -0
  44. package/dist/types/components/UprightFilled.d.ts +4 -0
  45. package/dist/types/components/Withdrawgame.d.ts +4 -0
  46. package/dist/types/components/Zoomhandle.d.ts +4 -0
  47. package/dist/types/components/index.d.ts +40 -1
  48. package/package.json +3 -4
  49. package/dist/types/components/Uncheck.d.ts +0 -4
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconAboutus: React.FC<IconProps>;
4
+ export default IconAboutus;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconAngleright: React.FC<IconProps>;
4
+ export default IconAngleright;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconAnnouncement: React.FC<IconProps>;
4
+ export default IconAnnouncement;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconChangeprofilephoto: React.FC<IconProps>;
4
+ export default IconChangeprofilephoto;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconCopylink: React.FC<IconProps>;
4
+ export default IconCopylink;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconDownFilled: React.FC<IconProps>;
4
+ export default IconDownFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconDownleftFilled: React.FC<IconProps>;
4
+ export default IconDownleftFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconDownrightFilled: React.FC<IconProps>;
4
+ export default IconDownrightFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFavorite: React.FC<IconProps>;
4
+ export default IconFavorite;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFavoriteFilled: React.FC<IconProps>;
4
+ export default IconFavoriteFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFiletypeImageFilled: React.FC<IconProps>;
4
+ export default IconFiletypeImageFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFiletypeTxtFilled: React.FC<IconProps>;
4
+ export default IconFiletypeTxtFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFiletypeTxtLumiFilled: React.FC<IconProps>;
4
+ export default IconFiletypeTxtLumiFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFiletypeWordFilled: React.FC<IconProps>;
4
+ export default IconFiletypeWordFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFiletypeWordLumiFilled: React.FC<IconProps>;
4
+ export default IconFiletypeWordLumiFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFillin: React.FC<IconProps>;
4
+ export default IconFillin;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconFullScreen: React.FC<IconProps>;
4
+ export default IconFullScreen;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconGamecontrolNone: React.FC<IconProps>;
4
+ export default IconGamecontrolNone;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconGameui: React.FC<IconProps>;
4
+ export default IconGameui;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconHotareacenter: React.FC<IconProps>;
4
+ export default IconHotareacenter;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconLeftFilled: React.FC<IconProps>;
4
+ export default IconLeftFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconMoreHorizontal: React.FC<IconProps>;
4
+ export default IconMoreHorizontal;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconMouseDrag: React.FC<IconProps>;
4
+ export default IconMouseDrag;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconMouseMove: React.FC<IconProps>;
4
+ export default IconMouseMove;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconMouseNumberchange: React.FC<IconProps>;
4
+ export default IconMouseNumberchange;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconOppsFilled: React.FC<IconProps>;
4
+ export default IconOppsFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconOptionalcheckedFilled: React.FC<IconProps>;
4
+ export default IconOptionalcheckedFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconOptionaluncheck: React.FC<IconProps>;
4
+ export default IconOptionaluncheck;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconPackagegame: React.FC<IconProps>;
4
+ export default IconPackagegame;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconPublish: React.FC<IconProps>;
4
+ export default IconPublish;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconRatioAuto: React.FC<IconProps>;
4
+ export default IconRatioAuto;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconRightFilled: React.FC<IconProps>;
4
+ export default IconRightFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconSendrequest: React.FC<IconProps>;
4
+ export default IconSendrequest;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconSwitchOffFilled: React.FC<IconProps>;
4
+ export default IconSwitchOffFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconUndo: React.FC<IconProps>;
4
+ export default IconUndo;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconUpFilled: React.FC<IconProps>;
4
+ export default IconUpFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconUpleftFilled: React.FC<IconProps>;
4
+ export default IconUpleftFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconUprightFilled: React.FC<IconProps>;
4
+ export default IconUprightFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconWithdrawgame: React.FC<IconProps>;
4
+ export default IconWithdrawgame;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconZoomhandle: React.FC<IconProps>;
4
+ export default IconZoomhandle;
@@ -1,10 +1,13 @@
1
1
  export { default as IconHomepage } from './Homepage';
2
2
  export { default as IconAiwriting } from './Aiwriting';
3
3
  export { default as IconUploadimage } from './Uploadimage';
4
+ export { default as IconAboutus } from './Aboutus';
4
5
  export { default as IconAddSceneChoice } from './AddSceneChoice';
5
6
  export { default as IconAdd } from './Add';
6
7
  export { default as IconAgreements } from './Agreements';
7
8
  export { default as IconAngleDown } from './AngleDown';
9
+ export { default as IconAngleright } from './Angleright';
10
+ export { default as IconAnnouncement } from './Announcement';
8
11
  export { default as IconArtboard } from './Artboard';
9
12
  export { default as IconAssetsFilled } from './AssetsFilled';
10
13
  export { default as IconAssets } from './Assets';
@@ -12,25 +15,39 @@ export { default as IconBacktoprojects } from './Backtoprojects';
12
15
  export { default as IconBackward } from './Backward';
13
16
  export { default as IconBatchShots } from './BatchShots';
14
17
  export { default as IconCanvasmode } from './Canvasmode';
18
+ export { default as IconChangeprofilephoto } from './Changeprofilephoto';
15
19
  export { default as IconChaptercollapse } from './Chaptercollapse';
16
20
  export { default as IconChapterexpand } from './Chapterexpand';
17
21
  export { default as IconCheck } from './Check';
18
22
  export { default as IconCheckedFilled } from './CheckedFilled';
19
23
  export { default as IconClose } from './Close';
20
24
  export { default as IconCopy } from './Copy';
25
+ export { default as IconCopylink } from './Copylink';
21
26
  export { default as IconCreditFilled } from './CreditFilled';
22
27
  export { default as IconCursor } from './Cursor';
23
28
  export { default as IconDeleteSceneChoice } from './DeleteSceneChoice';
24
29
  export { default as IconDelete } from './Delete';
30
+ export { default as IconDownFilled } from './DownFilled';
31
+ export { default as IconDownleftFilled } from './DownleftFilled';
25
32
  export { default as IconDownload } from './Download';
33
+ export { default as IconDownrightFilled } from './DownrightFilled';
26
34
  export { default as IconDraghandleFilled } from './DraghandleFilled';
35
+ export { default as IconFavoriteFilled } from './FavoriteFilled';
36
+ export { default as IconFavorite } from './Favorite';
27
37
  export { default as IconFeedbackFailFilled } from './FeedbackFailFilled';
28
38
  export { default as IconFeedbackPendingFilled } from './FeedbackPendingFilled';
29
39
  export { default as IconFeedbackProblemFilled } from './FeedbackProblemFilled';
30
40
  export { default as IconFeedbackProblem } from './FeedbackProblem';
41
+ export { default as IconFiletypeImageFilled } from './FiletypeImageFilled';
31
42
  export { default as IconFiletypePdfFilled } from './FiletypePdfFilled';
32
43
  export { default as IconFiletypePdfLumiFilled } from './FiletypePdfLumiFilled';
44
+ export { default as IconFiletypeTxtFilled } from './FiletypeTxtFilled';
45
+ export { default as IconFiletypeTxtLumiFilled } from './FiletypeTxtLumiFilled';
46
+ export { default as IconFiletypeWordFilled } from './FiletypeWordFilled';
47
+ export { default as IconFiletypeWordLumiFilled } from './FiletypeWordLumiFilled';
48
+ export { default as IconFillin } from './Fillin';
33
49
  export { default as IconFoldedMenu } from './FoldedMenu';
50
+ export { default as IconFullScreen } from './FullScreen';
34
51
  export { default as IconGameFilled } from './GameFilled';
35
52
  export { default as IconGame } from './Game';
36
53
  export { default as IconGamebackupFilled } from './GamebackupFilled';
@@ -38,8 +55,10 @@ export { default as IconGamebackup } from './Gamebackup';
38
55
  export { default as IconGamecontrolChoice } from './GamecontrolChoice';
39
56
  export { default as IconGamecontrolGameplay } from './GamecontrolGameplay';
40
57
  export { default as IconGamecontrolLinear } from './GamecontrolLinear';
58
+ export { default as IconGamecontrolNone } from './GamecontrolNone';
41
59
  export { default as IconGamelanguage } from './Gamelanguage';
42
60
  export { default as IconGamepreview } from './Gamepreview';
61
+ export { default as IconGameui } from './Gameui';
43
62
  export { default as IconGenerateMultimage } from './GenerateMultimage';
44
63
  export { default as IconGenerateFilled } from './GenerateFilled';
45
64
  export { default as IconGenerateFrameStart } from './GenerateFrameStart';
@@ -58,10 +77,12 @@ export { default as IconGoogleLogoFilled } from './GoogleLogoFilled';
58
77
  export { default as IconHandtool } from './Handtool';
59
78
  export { default as IconHelp } from './Help';
60
79
  export { default as IconHomepageFilled } from './HomepageFilled';
80
+ export { default as IconHotareacenter } from './Hotareacenter';
61
81
  export { default as IconImageGeneration } from './ImageGeneration';
62
82
  export { default as IconImageLoadFailedFilled } from './ImageLoadFailedFilled';
63
83
  export { default as IconInfo } from './Info';
64
84
  export { default as IconInvitecode } from './Invitecode';
85
+ export { default as IconLeftFilled } from './LeftFilled';
65
86
  export { default as IconLoading } from './Loading';
66
87
  export { default as IconLogin } from './Login';
67
88
  export { default as IconLogout } from './Logout';
@@ -73,15 +94,23 @@ export { default as IconModelSoraFilled } from './ModelSoraFilled';
73
94
  export { default as IconModelNanobananaLogoNomoFilled } from './ModelNanobananaLogoNomoFilled';
74
95
  export { default as IconModels } from './Models';
75
96
  export { default as IconMoreCollapse } from './MoreCollapse';
97
+ export { default as IconMoreHorizontal } from './MoreHorizontal';
76
98
  export { default as IconMoreShowed } from './MoreShowed';
77
99
  export { default as IconMore } from './More';
78
100
  export { default as IconMoresettings } from './Moresettings';
101
+ export { default as IconMouseDrag } from './MouseDrag';
102
+ export { default as IconMouseMove } from './MouseMove';
103
+ export { default as IconMouseNumberchange } from './MouseNumberchange';
79
104
  export { default as IconMusicassets } from './Musicassets';
80
105
  export { default as IconMute } from './Mute';
81
106
  export { default as IconNext } from './Next';
82
107
  export { default as IconNextscene } from './Nextscene';
83
108
  export { default as IconOneclickgenerate } from './Oneclickgenerate';
84
109
  export { default as IconOpendemo } from './Opendemo';
110
+ export { default as IconOppsFilled } from './OppsFilled';
111
+ export { default as IconOptionalcheckedFilled } from './OptionalcheckedFilled';
112
+ export { default as IconOptionaluncheck } from './Optionaluncheck';
113
+ export { default as IconPackagegame } from './Packagegame';
85
114
  export { default as IconPageError } from './PageError';
86
115
  export { default as IconParameters } from './Parameters';
87
116
  export { default as IconPause } from './Pause';
@@ -94,14 +123,18 @@ export { default as IconPlay } from './Play';
94
123
  export { default as IconPreviouscene } from './Previouscene';
95
124
  export { default as IconProblemNoticeFilled } from './ProblemNoticeFilled';
96
125
  export { default as IconProblem } from './Problem';
126
+ export { default as IconPublish } from './Publish';
97
127
  export { default as IconRatio169 } from './Ratio169';
98
128
  export { default as IconRatio11 } from './Ratio11';
99
129
  export { default as IconRatio916 } from './Ratio916';
130
+ export { default as IconRatioAuto } from './RatioAuto';
100
131
  export { default as IconRatio } from './Ratio';
101
132
  export { default as IconReEdit } from './ReEdit';
102
133
  export { default as IconRegenerate } from './Regenerate';
134
+ export { default as IconRightFilled } from './RightFilled';
103
135
  export { default as IconSceneNext } from './SceneNext';
104
136
  export { default as IconScriptmode } from './Scriptmode';
137
+ export { default as IconSendrequest } from './Sendrequest';
105
138
  export { default as IconShareFilled } from './ShareFilled';
106
139
  export { default as IconShare } from './Share';
107
140
  export { default as IconSocialX } from './SocialX';
@@ -111,20 +144,26 @@ export { default as IconSoundOn } from './SoundOn';
111
144
  export { default as IconStoryboard } from './Storyboard';
112
145
  export { default as IconStyleAutoFilled } from './StyleAutoFilled';
113
146
  export { default as IconStyle } from './Style';
147
+ export { default as IconSwitchOffFilled } from './SwitchOffFilled';
114
148
  export { default as IconSwitchOnFilled } from './SwitchOnFilled';
115
149
  export { default as IconTarget } from './Target';
116
150
  export { default as IconTextLogo } from './TextLogo';
117
151
  export { default as IconTips } from './Tips';
118
152
  export { default as IconToolsFilled } from './ToolsFilled';
119
153
  export { default as IconTools } from './Tools';
120
- export { default as IconUncheck } from './Uncheck';
154
+ export { default as IconUndo } from './Undo';
155
+ export { default as IconUpFilled } from './UpFilled';
156
+ export { default as IconUpleftFilled } from './UpleftFilled';
121
157
  export { default as IconUploadfiles } from './Uploadfiles';
158
+ export { default as IconUprightFilled } from './UprightFilled';
122
159
  export { default as IconUserfeedback } from './Userfeedback';
123
160
  export { default as IconVideoGeneration } from './VideoGeneration';
124
161
  export { default as IconVideoLength } from './VideoLength';
125
162
  export { default as IconVideogenerate } from './Videogenerate';
126
163
  export { default as IconVisualstyles } from './Visualstyles';
127
164
  export { default as IconVolume } from './Volume';
165
+ export { default as IconWithdrawgame } from './Withdrawgame';
166
+ export { default as IconZoomhandle } from './Zoomhandle';
128
167
  export { default as IconZoomin } from './Zoomin';
129
168
  export { default as IconZoomout } from './Zoomout';
130
169
  export type IconProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoroll/react-icon",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -23,7 +23,7 @@
23
23
  "homepage": "https://github.com/LinearGameAI/linear-game-icons.git#README",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "https://github.com/LinearGameAI/linear-game-icons.git",
26
+ "url": "git+https://github.com/LinearGameAI/linear-game-icons.git",
27
27
  "directory": "packages/react"
28
28
  },
29
29
  "bugs": {
@@ -53,6 +53,5 @@
53
53
  },
54
54
  "sideEffects": false,
55
55
  "unpkg": "dist/index.iife.min.js",
56
- "jsdelivr": "dist/index.iife.min.js",
57
- "devDependencies": {}
56
+ "jsdelivr": "dist/index.iife.min.js"
58
57
  }
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '.';
3
- declare const IconUncheck: React.FC<IconProps>;
4
- export default IconUncheck;