@central-icons-react/round-outlined-radius-0-stroke-2 1.1.17 → 1.1.18
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/IconTumblr/index.d.ts +4 -0
- package/IconTumblr/index.js +2 -0
- package/IconTumblr/index.js.map +1 -0
- package/IconTumblr/index.mjs +2 -0
- package/IconTumblr/index.mjs.map +1 -0
- package/README.md +1 -0
- package/icons/index.d.ts +1 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react/round-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.18",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/round-outlined-radius-0-stroke-2/IconHome';",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1554,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 44,
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
]
|
|
1249
1249
|
},
|
|
1250
1250
|
"Social Media & Brands": {
|
|
1251
|
-
"count":
|
|
1251
|
+
"count": 101,
|
|
1252
1252
|
"icons": [
|
|
1253
1253
|
"IconAnthropic",
|
|
1254
1254
|
"IconApple",
|
|
@@ -1337,6 +1337,7 @@
|
|
|
1337
1337
|
"IconTelegram",
|
|
1338
1338
|
"IconThreads",
|
|
1339
1339
|
"IconTiktok",
|
|
1340
|
+
"IconTumblr",
|
|
1340
1341
|
"IconTwitch",
|
|
1341
1342
|
"IconTwitter",
|
|
1342
1343
|
"IconTypescript",
|
|
@@ -3200,6 +3201,7 @@
|
|
|
3200
3201
|
"IconTriangleExclamation": "triangle-exclamation, error, warning, alert",
|
|
3201
3202
|
"IconTrophy": "trophy, win, champion",
|
|
3202
3203
|
"IconTruck": "truck, delivery",
|
|
3204
|
+
"IconTumblr": "tumblr",
|
|
3203
3205
|
"IconTwitch": "twitch",
|
|
3204
3206
|
"IconTwitter": "twitter, larry",
|
|
3205
3207
|
"IconTypescript": "typescript",
|
package/index.d.ts
CHANGED
|
@@ -4079,6 +4079,7 @@ export {
|
|
|
4079
4079
|
} from "./IconTriangleExclamation";
|
|
4080
4080
|
export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";
|
|
4081
4081
|
export { IconTruck, default as IconTruckDefault } from "./IconTruck";
|
|
4082
|
+
export { IconTumblr, default as IconTumblrDefault } from "./IconTumblr";
|
|
4082
4083
|
export { IconTwitch, default as IconTwitchDefault } from "./IconTwitch";
|
|
4083
4084
|
export { IconTwitter, default as IconTwitterDefault } from "./IconTwitter";
|
|
4084
4085
|
export {
|