@yoroll/react-icon 0.0.16 → 0.0.17

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 IconAutolayout: React.FC<IconProps>;
4
+ export default IconAutolayout;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconCcg: React.FC<IconProps>;
4
+ export default IconCcg;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconCcgFilled: React.FC<IconProps>;
4
+ export default IconCcgFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconCcggame: React.FC<IconProps>;
4
+ export default IconCcggame;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconCcglanguage: React.FC<IconProps>;
4
+ export default IconCcglanguage;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconCollapsewindow: React.FC<IconProps>;
4
+ export default IconCollapsewindow;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconExpandwindow: React.FC<IconProps>;
4
+ export default IconExpandwindow;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconProblemFilled: React.FC<IconProps>;
4
+ export default IconProblemFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconScrolldown: React.FC<IconProps>;
4
+ export default IconScrolldown;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconSidebar: React.FC<IconProps>;
4
+ export default IconSidebar;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconUserfollow: React.FC<IconProps>;
4
+ export default IconUserfollow;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconUserfollowback: React.FC<IconProps>;
4
+ export default IconUserfollowback;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '.';
3
+ declare const IconUserfollowed: React.FC<IconProps>;
4
+ export default IconUserfollowed;
@@ -11,16 +11,22 @@ export { default as IconAnnouncement } from './Announcement';
11
11
  export { default as IconArtboard } from './Artboard';
12
12
  export { default as IconAssetsFilled } from './AssetsFilled';
13
13
  export { default as IconAssets } from './Assets';
14
+ export { default as IconAutolayout } from './Autolayout';
14
15
  export { default as IconBacktoprojects } from './Backtoprojects';
15
16
  export { default as IconBackward } from './Backward';
16
17
  export { default as IconBatchShots } from './BatchShots';
17
18
  export { default as IconCanvasmode } from './Canvasmode';
19
+ export { default as IconCcgFilled } from './CcgFilled';
20
+ export { default as IconCcg } from './Ccg';
21
+ export { default as IconCcggame } from './Ccggame';
22
+ export { default as IconCcglanguage } from './Ccglanguage';
18
23
  export { default as IconChangeprofilephoto } from './Changeprofilephoto';
19
24
  export { default as IconChaptercollapse } from './Chaptercollapse';
20
25
  export { default as IconChapterexpand } from './Chapterexpand';
21
26
  export { default as IconCheck } from './Check';
22
27
  export { default as IconCheckedFilled } from './CheckedFilled';
23
28
  export { default as IconClose } from './Close';
29
+ export { default as IconCollapsewindow } from './Collapsewindow';
24
30
  export { default as IconCopy } from './Copy';
25
31
  export { default as IconCopylink } from './Copylink';
26
32
  export { default as IconCreditFilled } from './CreditFilled';
@@ -32,6 +38,7 @@ export { default as IconDownleftFilled } from './DownleftFilled';
32
38
  export { default as IconDownload } from './Download';
33
39
  export { default as IconDownrightFilled } from './DownrightFilled';
34
40
  export { default as IconDraghandleFilled } from './DraghandleFilled';
41
+ export { default as IconExpandwindow } from './Expandwindow';
35
42
  export { default as IconFavoriteFilled } from './FavoriteFilled';
36
43
  export { default as IconFavorite } from './Favorite';
37
44
  export { default as IconFeedbackFailFilled } from './FeedbackFailFilled';
@@ -123,6 +130,7 @@ export { default as IconPlanFilled } from './PlanFilled';
123
130
  export { default as IconPlayFilled } from './PlayFilled';
124
131
  export { default as IconPlay } from './Play';
125
132
  export { default as IconPreviouscene } from './Previouscene';
133
+ export { default as IconProblemFilled } from './ProblemFilled';
126
134
  export { default as IconProblemNoticeFilled } from './ProblemNoticeFilled';
127
135
  export { default as IconProblem } from './Problem';
128
136
  export { default as IconPublish } from './Publish';
@@ -137,9 +145,11 @@ export { default as IconResultsetting } from './Resultsetting';
137
145
  export { default as IconRightFilled } from './RightFilled';
138
146
  export { default as IconSceneNext } from './SceneNext';
139
147
  export { default as IconScriptmode } from './Scriptmode';
148
+ export { default as IconScrolldown } from './Scrolldown';
140
149
  export { default as IconSendrequest } from './Sendrequest';
141
150
  export { default as IconShareFilled } from './ShareFilled';
142
151
  export { default as IconShare } from './Share';
152
+ export { default as IconSidebar } from './Sidebar';
143
153
  export { default as IconSocialX } from './SocialX';
144
154
  export { default as IconSocialDiscord } from './SocialDiscord';
145
155
  export { default as IconSoundOff } from './SoundOff';
@@ -163,6 +173,9 @@ export { default as IconUploadfiles } from './Uploadfiles';
163
173
  export { default as IconUploadstory } from './Uploadstory';
164
174
  export { default as IconUprightFilled } from './UprightFilled';
165
175
  export { default as IconUserfeedback } from './Userfeedback';
176
+ export { default as IconUserfollow } from './Userfollow';
177
+ export { default as IconUserfollowback } from './Userfollowback';
178
+ export { default as IconUserfollowed } from './Userfollowed';
166
179
  export { default as IconVideoGeneration } from './VideoGeneration';
167
180
  export { default as IconVideoLength } from './VideoLength';
168
181
  export { default as IconVideogenerate } from './Videogenerate';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoroll/react-icon",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",