@stash-ui/duotone-icons 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AirplaneIcon.d.ts +4 -0
- package/dist/BugIcon.d.ts +4 -0
- package/dist/BurgerIcon.d.ts +4 -0
- package/dist/FlagIcon.d.ts +4 -0
- package/dist/FootballIcon.d.ts +4 -0
- package/dist/GraduationCapIcon.d.ts +4 -0
- package/dist/HeadsetIcon.d.ts +4 -0
- package/dist/LeafIcon.d.ts +4 -0
- package/dist/MoonIcon.d.ts +4 -0
- package/dist/PeaceSymbolIcon.d.ts +4 -0
- package/dist/PodcastIcon.d.ts +4 -0
- package/dist/SaveRibbonIcon.d.ts +4 -0
- package/dist/ShopIcon.d.ts +4 -0
- package/dist/SunIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +380 -0
- 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 +367 -1
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +14 -1
- package/package.json +2 -3
- package/LICENSE +0 -21
package/dist/index.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
export { IconProps } from './types';
|
2
1
|
export { default as FeedIcon } from './FeedIcon';
|
3
2
|
export { default as CompassIcon } from './CompassIcon';
|
4
3
|
export { default as SearchIcon } from './SearchIcon';
|
@@ -244,3 +243,17 @@ export { default as PlayBtnIcon } from './PlayBtnIcon';
|
|
244
243
|
export { default as PencilSingleIcon } from './PencilSingleIcon';
|
245
244
|
export { default as PaperClockIcon } from './PaperClockIcon';
|
246
245
|
export { default as VersionIcon } from './VersionIcon';
|
246
|
+
export { default as ShopIcon } from './ShopIcon';
|
247
|
+
export { default as FootballIcon } from './FootballIcon';
|
248
|
+
export { default as PeaceSymbolIcon } from './PeaceSymbolIcon';
|
249
|
+
export { default as FlagIcon } from './FlagIcon';
|
250
|
+
export { default as LeafIcon } from './LeafIcon';
|
251
|
+
export { default as BurgerIcon } from './BurgerIcon';
|
252
|
+
export { default as AirplaneIcon } from './AirplaneIcon';
|
253
|
+
export { default as SaveRibbonIcon } from './SaveRibbonIcon';
|
254
|
+
export { default as PodcastIcon } from './PodcastIcon';
|
255
|
+
export { default as GraduationCapIcon } from './GraduationCapIcon';
|
256
|
+
export { default as HeadsetIcon } from './HeadsetIcon';
|
257
|
+
export { default as BugIcon } from './BugIcon';
|
258
|
+
export { default as SunIcon } from './SunIcon';
|
259
|
+
export { default as MoonIcon } from './MoonIcon';
|
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.4",
|
5
5
|
"license": "MIT",
|
6
6
|
"description": "React Duotone Icons Set",
|
7
7
|
"authors": [
|
@@ -30,6 +30,5 @@
|
|
30
30
|
"devDependencies": {
|
31
31
|
"@stash-ui/generate-from-figma": "*",
|
32
32
|
"tsdx": "0.14.0"
|
33
|
-
}
|
34
|
-
"gitHead": "11b2a91ea49efb57fd0e605e0217c69437079986"
|
33
|
+
}
|
35
34
|
}
|
package/LICENSE
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
MIT License
|
2
|
-
|
3
|
-
Copyright (c) 2022 Pingback LLC
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|