@stash-ui/duotone-icons 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ArticleShareIcon.d.ts +4 -0
- package/dist/BrowserIcon.d.ts +4 -0
- package/dist/CamVideoIcon.d.ts +4 -0
- package/dist/{PencilIcon.d.ts → CamWebIcon.d.ts} +2 -2
- package/dist/CommentsIcon.d.ts +4 -0
- package/dist/DataDateIcon.d.ts +4 -0
- package/dist/DragSquaresHorizontalIcon.d.ts +4 -0
- package/dist/DragSquaresVerticalIcon.d.ts +4 -0
- package/dist/EmojiJoyIcon.d.ts +4 -0
- package/dist/EmojiLaughIcon.d.ts +4 -0
- package/dist/EmojiWinkIcon.d.ts +4 -0
- package/dist/FileExportIcon.d.ts +4 -0
- package/dist/FileImportIcon.d.ts +4 -0
- package/dist/HandHoldingDollarIcon.d.ts +4 -0
- package/dist/ImageMoveIcon.d.ts +4 -0
- package/dist/ListAddIcon.d.ts +4 -0
- package/dist/ListUlIcon.d.ts +4 -0
- package/dist/MicIcon.d.ts +4 -0
- package/dist/PaginationAltIcon.d.ts +4 -0
- package/dist/PaginationIcon.d.ts +4 -0
- package/dist/PaperClockIcon.d.ts +4 -0
- package/dist/PencilSingleIcon.d.ts +4 -0
- package/dist/PencilWritingIcon.d.ts +4 -0
- package/dist/PinThumbtackIcon.d.ts +4 -0
- package/dist/PlayBtnIcon.d.ts +4 -0
- package/dist/SearchResultsIcon.d.ts +4 -0
- package/dist/SectionDividerIcon.d.ts +4 -0
- package/dist/SubscriptionListIcon.d.ts +4 -0
- package/dist/TelegramIcon.d.ts +4 -0
- package/dist/UserAddIcon.d.ts +4 -0
- package/dist/VersionIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +1379 -454
- package/dist/duotone-icons.cjs.development.js.map +1 -1
- package/dist/duotone-icons.cjs.production.min.js +1 -1
- package/dist/duotone-icons.cjs.production.min.js.map +1 -1
- package/dist/duotone-icons.esm.js +1349 -454
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +32 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
export { IconProps } from './types';
|
1
2
|
export { default as FeedIcon } from './FeedIcon';
|
2
3
|
export { default as CompassIcon } from './CompassIcon';
|
3
4
|
export { default as SearchIcon } from './SearchIcon';
|
@@ -16,7 +17,7 @@ export { default as ExclamationCircleIcon } from './ExclamationCircleIcon';
|
|
16
17
|
export { default as ExclamationAlertIcon } from './ExclamationAlertIcon';
|
17
18
|
export { default as ExplicitContentIcon } from './ExplicitContentIcon';
|
18
19
|
export { default as TrashCanIcon } from './TrashCanIcon';
|
19
|
-
export { default as
|
20
|
+
export { default as PencilWritingIcon } from './PencilWritingIcon';
|
20
21
|
export { default as CheckIcon } from './CheckIcon';
|
21
22
|
export { default as CopyIcon } from './CopyIcon';
|
22
23
|
export { default as EyeOpenedIcon } from './EyeOpenedIcon';
|
@@ -34,6 +35,7 @@ export { default as ImageMinusIcon } from './ImageMinusIcon';
|
|
34
35
|
export { default as ImageBanIcon } from './ImageBanIcon';
|
35
36
|
export { default as ImagePlusIcon } from './ImagePlusIcon';
|
36
37
|
export { default as ImageExclamationIcon } from './ImageExclamationIcon';
|
38
|
+
export { default as ImageMoveIcon } from './ImageMoveIcon';
|
37
39
|
export { default as LightBulbIcon } from './LightBulbIcon';
|
38
40
|
export { default as LightBulbExclamationIcon } from './LightBulbExclamationIcon';
|
39
41
|
export { default as CloudIcon } from './CloudIcon';
|
@@ -55,6 +57,7 @@ export { default as UserArrowDownIcon } from './UserArrowDownIcon';
|
|
55
57
|
export { default as UserClockIcon } from './UserClockIcon';
|
56
58
|
export { default as UserDollarIcon } from './UserDollarIcon';
|
57
59
|
export { default as UserCheckIcon } from './UserCheckIcon';
|
60
|
+
export { default as UserAddIcon } from './UserAddIcon';
|
58
61
|
export { default as UserGroupIcon } from './UserGroupIcon';
|
59
62
|
export { default as DollarSignIcon } from './DollarSignIcon';
|
60
63
|
export { default as CreditCardIcon } from './CreditCardIcon';
|
@@ -189,6 +192,7 @@ export { default as EllipsisHIcon } from './EllipsisHIcon';
|
|
189
192
|
export { default as SocialTwitterIcon } from './SocialTwitterIcon';
|
190
193
|
export { default as SocialWhatsappIcon } from './SocialWhatsappIcon';
|
191
194
|
export { default as SocialFacebookIcon } from './SocialFacebookIcon';
|
195
|
+
export { default as TelegramIcon } from './TelegramIcon';
|
192
196
|
export { default as FolderIcon } from './FolderIcon';
|
193
197
|
export { default as FolderMultipleIcon } from './FolderMultipleIcon';
|
194
198
|
export { default as FolderAltIcon } from './FolderAltIcon';
|
@@ -202,6 +206,7 @@ export { default as FolderArrowDownIcon } from './FolderArrowDownIcon';
|
|
202
206
|
export { default as FolderArrowRightIcon } from './FolderArrowRightIcon';
|
203
207
|
export { default as ArticleAltIcon } from './ArticleAltIcon';
|
204
208
|
export { default as ArticlePlusIcon } from './ArticlePlusIcon';
|
209
|
+
export { default as ArticleShareIcon } from './ArticleShareIcon';
|
205
210
|
export { default as ShareIcon } from './ShareIcon';
|
206
211
|
export { default as SocialUnsplashIcon } from './SocialUnsplashIcon';
|
207
212
|
export { default as GifIcon } from './GifIcon';
|
@@ -209,7 +214,33 @@ export { default as QrCodeIcon } from './QrCodeIcon';
|
|
209
214
|
export { default as SidePeekIcon } from './SidePeekIcon';
|
210
215
|
export { default as GlobeIcon } from './GlobeIcon';
|
211
216
|
export { default as PixIcon } from './PixIcon';
|
217
|
+
export { default as BrowserIcon } from './BrowserIcon';
|
212
218
|
export { default as DataTextIcon } from './DataTextIcon';
|
213
219
|
export { default as DataBooleanIcon } from './DataBooleanIcon';
|
220
|
+
export { default as DataDateIcon } from './DataDateIcon';
|
214
221
|
export { default as DataNumbersIcon } from './DataNumbersIcon';
|
215
222
|
export { default as MarkerIcon } from './MarkerIcon';
|
223
|
+
export { default as SectionDividerIcon } from './SectionDividerIcon';
|
224
|
+
export { default as DragSquaresHorizontalIcon } from './DragSquaresHorizontalIcon';
|
225
|
+
export { default as DragSquaresVerticalIcon } from './DragSquaresVerticalIcon';
|
226
|
+
export { default as FileImportIcon } from './FileImportIcon';
|
227
|
+
export { default as FileExportIcon } from './FileExportIcon';
|
228
|
+
export { default as PaginationAltIcon } from './PaginationAltIcon';
|
229
|
+
export { default as PaginationIcon } from './PaginationIcon';
|
230
|
+
export { default as SearchResultsIcon } from './SearchResultsIcon';
|
231
|
+
export { default as SubscriptionListIcon } from './SubscriptionListIcon';
|
232
|
+
export { default as PinThumbtackIcon } from './PinThumbtackIcon';
|
233
|
+
export { default as CommentsIcon } from './CommentsIcon';
|
234
|
+
export { default as HandHoldingDollarIcon } from './HandHoldingDollarIcon';
|
235
|
+
export { default as ListAddIcon } from './ListAddIcon';
|
236
|
+
export { default as ListUlIcon } from './ListUlIcon';
|
237
|
+
export { default as EmojiWinkIcon } from './EmojiWinkIcon';
|
238
|
+
export { default as EmojiJoyIcon } from './EmojiJoyIcon';
|
239
|
+
export { default as EmojiLaughIcon } from './EmojiLaughIcon';
|
240
|
+
export { default as MicIcon } from './MicIcon';
|
241
|
+
export { default as CamVideoIcon } from './CamVideoIcon';
|
242
|
+
export { default as CamWebIcon } from './CamWebIcon';
|
243
|
+
export { default as PlayBtnIcon } from './PlayBtnIcon';
|
244
|
+
export { default as PencilSingleIcon } from './PencilSingleIcon';
|
245
|
+
export { default as PaperClockIcon } from './PaperClockIcon';
|
246
|
+
export { default as VersionIcon } from './VersionIcon';
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@stash-ui/duotone-icons",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.2",
|
5
5
|
"license": "MIT",
|
6
6
|
"description": "React Duotone Icons Set",
|
7
7
|
"authors": [
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"access": "public"
|
20
20
|
},
|
21
21
|
"scripts": {
|
22
|
-
"generate-src": "generate-icons --file=X5DiJzGRQXCyEfBqocT235 --style=
|
22
|
+
"generate-src": "generate-icons --file=X5DiJzGRQXCyEfBqocT235 --style=Duotone --platform=react",
|
23
23
|
"build": "rimraf dist && tsdx build --format es,cjs --entry src/index.tsx",
|
24
24
|
"watch": "rimraf dist && tsdx watch --format es,cjs --entry src/index.tsx",
|
25
25
|
"prepublishOnly": "npm run build"
|
@@ -31,5 +31,5 @@
|
|
31
31
|
"@stash-ui/generate-from-figma": "*",
|
32
32
|
"tsdx": "0.14.0"
|
33
33
|
},
|
34
|
-
"gitHead": "
|
34
|
+
"gitHead": "11b2a91ea49efb57fd0e605e0217c69437079986"
|
35
35
|
}
|