@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.
@@ -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 IconCopylink: React.FC<IconProps>;
4
+ export default IconCopylink;
@@ -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 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 IconRatioAuto: React.FC<IconProps>;
4
+ export default IconRatioAuto;
@@ -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 IconUndo: React.FC<IconProps>;
4
+ export default IconUndo;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconZoomhandle: React.FC<IconProps>;
4
+ export default IconZoomhandle;
@@ -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.14",
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": {