@yoroll/react-icon 0.0.14 → 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.
- package/dist/index.cjs +642 -490
- package/dist/index.iife.js +632 -490
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +784 -622
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Angleright.d.ts +4 -0
- package/dist/types/components/Copylink.d.ts +4 -0
- package/dist/types/components/Favorite.d.ts +4 -0
- package/dist/types/components/FavoriteFilled.d.ts +4 -0
- package/dist/types/components/Fillin.d.ts +4 -0
- package/dist/types/components/FullScreen.d.ts +4 -0
- package/dist/types/components/RatioAuto.d.ts +4 -0
- package/dist/types/components/Sendrequest.d.ts +4 -0
- package/dist/types/components/Undo.d.ts +4 -0
- package/dist/types/components/Zoomhandle.d.ts +4 -0
- package/dist/types/components/index.d.ts +10 -0
- package/package.json +2 -2
|
@@ -6,6 +6,7 @@ export { default as IconAddSceneChoice } from './AddSceneChoice';
|
|
|
6
6
|
export { default as IconAdd } from './Add';
|
|
7
7
|
export { default as IconAgreements } from './Agreements';
|
|
8
8
|
export { default as IconAngleDown } from './AngleDown';
|
|
9
|
+
export { default as IconAngleright } from './Angleright';
|
|
9
10
|
export { default as IconAnnouncement } from './Announcement';
|
|
10
11
|
export { default as IconArtboard } from './Artboard';
|
|
11
12
|
export { default as IconAssetsFilled } from './AssetsFilled';
|
|
@@ -21,6 +22,7 @@ export { default as IconCheck } from './Check';
|
|
|
21
22
|
export { default as IconCheckedFilled } from './CheckedFilled';
|
|
22
23
|
export { default as IconClose } from './Close';
|
|
23
24
|
export { default as IconCopy } from './Copy';
|
|
25
|
+
export { default as IconCopylink } from './Copylink';
|
|
24
26
|
export { default as IconCreditFilled } from './CreditFilled';
|
|
25
27
|
export { default as IconCursor } from './Cursor';
|
|
26
28
|
export { default as IconDeleteSceneChoice } from './DeleteSceneChoice';
|
|
@@ -30,6 +32,8 @@ export { default as IconDownleftFilled } from './DownleftFilled';
|
|
|
30
32
|
export { default as IconDownload } from './Download';
|
|
31
33
|
export { default as IconDownrightFilled } from './DownrightFilled';
|
|
32
34
|
export { default as IconDraghandleFilled } from './DraghandleFilled';
|
|
35
|
+
export { default as IconFavoriteFilled } from './FavoriteFilled';
|
|
36
|
+
export { default as IconFavorite } from './Favorite';
|
|
33
37
|
export { default as IconFeedbackFailFilled } from './FeedbackFailFilled';
|
|
34
38
|
export { default as IconFeedbackPendingFilled } from './FeedbackPendingFilled';
|
|
35
39
|
export { default as IconFeedbackProblemFilled } from './FeedbackProblemFilled';
|
|
@@ -41,7 +45,9 @@ export { default as IconFiletypeTxtFilled } from './FiletypeTxtFilled';
|
|
|
41
45
|
export { default as IconFiletypeTxtLumiFilled } from './FiletypeTxtLumiFilled';
|
|
42
46
|
export { default as IconFiletypeWordFilled } from './FiletypeWordFilled';
|
|
43
47
|
export { default as IconFiletypeWordLumiFilled } from './FiletypeWordLumiFilled';
|
|
48
|
+
export { default as IconFillin } from './Fillin';
|
|
44
49
|
export { default as IconFoldedMenu } from './FoldedMenu';
|
|
50
|
+
export { default as IconFullScreen } from './FullScreen';
|
|
45
51
|
export { default as IconGameFilled } from './GameFilled';
|
|
46
52
|
export { default as IconGame } from './Game';
|
|
47
53
|
export { default as IconGamebackupFilled } from './GamebackupFilled';
|
|
@@ -121,12 +127,14 @@ export { default as IconPublish } from './Publish';
|
|
|
121
127
|
export { default as IconRatio169 } from './Ratio169';
|
|
122
128
|
export { default as IconRatio11 } from './Ratio11';
|
|
123
129
|
export { default as IconRatio916 } from './Ratio916';
|
|
130
|
+
export { default as IconRatioAuto } from './RatioAuto';
|
|
124
131
|
export { default as IconRatio } from './Ratio';
|
|
125
132
|
export { default as IconReEdit } from './ReEdit';
|
|
126
133
|
export { default as IconRegenerate } from './Regenerate';
|
|
127
134
|
export { default as IconRightFilled } from './RightFilled';
|
|
128
135
|
export { default as IconSceneNext } from './SceneNext';
|
|
129
136
|
export { default as IconScriptmode } from './Scriptmode';
|
|
137
|
+
export { default as IconSendrequest } from './Sendrequest';
|
|
130
138
|
export { default as IconShareFilled } from './ShareFilled';
|
|
131
139
|
export { default as IconShare } from './Share';
|
|
132
140
|
export { default as IconSocialX } from './SocialX';
|
|
@@ -143,6 +151,7 @@ export { default as IconTextLogo } from './TextLogo';
|
|
|
143
151
|
export { default as IconTips } from './Tips';
|
|
144
152
|
export { default as IconToolsFilled } from './ToolsFilled';
|
|
145
153
|
export { default as IconTools } from './Tools';
|
|
154
|
+
export { default as IconUndo } from './Undo';
|
|
146
155
|
export { default as IconUpFilled } from './UpFilled';
|
|
147
156
|
export { default as IconUpleftFilled } from './UpleftFilled';
|
|
148
157
|
export { default as IconUploadfiles } from './Uploadfiles';
|
|
@@ -154,6 +163,7 @@ export { default as IconVideogenerate } from './Videogenerate';
|
|
|
154
163
|
export { default as IconVisualstyles } from './Visualstyles';
|
|
155
164
|
export { default as IconVolume } from './Volume';
|
|
156
165
|
export { default as IconWithdrawgame } from './Withdrawgame';
|
|
166
|
+
export { default as IconZoomhandle } from './Zoomhandle';
|
|
157
167
|
export { default as IconZoomin } from './Zoomin';
|
|
158
168
|
export { default as IconZoomout } from './Zoomout';
|
|
159
169
|
export type IconProps = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yoroll/react-icon",
|
|
3
|
-
"version": "0.0.
|
|
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": {
|