@central-icons-react/round-outlined-radius-0-stroke-1.5 1.1.0 → 1.1.1
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/IconFinder1/index.d.ts +4 -0
- package/IconFinder1/index.js +2 -0
- package/IconFinder1/index.js.map +1 -0
- package/IconFinder1/index.mjs +2 -0
- package/IconFinder1/index.mjs.map +1 -0
- package/IconRockingHorse/index.d.ts +4 -0
- package/IconRockingHorse/index.js +2 -0
- package/IconRockingHorse/index.js.map +1 -0
- package/IconRockingHorse/index.mjs +2 -0
- package/IconRockingHorse/index.mjs.map +1 -0
- package/README.md +2 -0
- package/icons/index.d.ts +2 -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 +8 -4
- package/index.d.ts +5 -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-1.5",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.1",
|
4
4
|
"style": "round-outlined-radius-0-stroke-1.5",
|
5
5
|
"importExamples": {
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/round-outlined-radius-0-stroke-1.5/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": 1529,
|
16
16
|
"categories": {
|
17
17
|
"AI & Magic": {
|
18
18
|
"count": 33,
|
@@ -1229,7 +1229,7 @@
|
|
1229
1229
|
]
|
1230
1230
|
},
|
1231
1231
|
"Social Media & Brands": {
|
1232
|
-
"count":
|
1232
|
+
"count": 96,
|
1233
1233
|
"icons": [
|
1234
1234
|
"IconAnthropic",
|
1235
1235
|
"IconApple",
|
@@ -1258,6 +1258,7 @@
|
|
1258
1258
|
"IconFacebook",
|
1259
1259
|
"IconFacebookMessenger",
|
1260
1260
|
"IconFigma",
|
1261
|
+
"IconFinder1",
|
1261
1262
|
"IconFirefox",
|
1262
1263
|
"IconFramer",
|
1263
1264
|
"IconGemini",
|
@@ -1432,7 +1433,7 @@
|
|
1432
1433
|
]
|
1433
1434
|
},
|
1434
1435
|
"Things": {
|
1435
|
-
"count":
|
1436
|
+
"count": 120,
|
1436
1437
|
"icons": [
|
1437
1438
|
"IconAlien",
|
1438
1439
|
"IconBackpack",
|
@@ -1517,6 +1518,7 @@
|
|
1517
1518
|
"IconReadingList",
|
1518
1519
|
"IconReceiptionBell",
|
1519
1520
|
"IconRescueRing",
|
1521
|
+
"IconRockingHorse",
|
1520
1522
|
"IconScissors1",
|
1521
1523
|
"IconScissors2",
|
1522
1524
|
"IconShovel",
|
@@ -2368,6 +2370,7 @@
|
|
2368
2370
|
"IconFilterDescending": "filter-descending, sort, za",
|
2369
2371
|
"IconFilterTimeline": "filter-timeline, sort",
|
2370
2372
|
"IconFinder": "finder, files, os",
|
2373
|
+
"IconFinder1": "finder",
|
2371
2374
|
"IconFinderFace": "finder-face",
|
2372
2375
|
"IconFingerPrint1": "finger-print-1, touch-id",
|
2373
2376
|
"IconFingerPrint2": "finger-print-2, touch-id",
|
@@ -2872,6 +2875,7 @@
|
|
2872
2875
|
"IconRobinhood": "robinhood",
|
2873
2876
|
"IconRobot": "robot",
|
2874
2877
|
"IconRocket": "rocket, startup, launch",
|
2878
|
+
"IconRockingHorse": "rocking-horse, child, kids, toy",
|
2875
2879
|
"IconRoller": "roller, scooter",
|
2876
2880
|
"IconRose": "rose, flower, romance, love",
|
2877
2881
|
"IconRotate": "rotate, rotation, x-axis",
|
package/index.d.ts
CHANGED
@@ -1860,6 +1860,7 @@ export {
|
|
1860
1860
|
default as IconFilterTimelineDefault,
|
1861
1861
|
} from "./IconFilterTimeline";
|
1862
1862
|
export { IconFinder, default as IconFinderDefault } from "./IconFinder";
|
1863
|
+
export { IconFinder1, default as IconFinder1Default } from "./IconFinder1";
|
1863
1864
|
export {
|
1864
1865
|
IconFinderFace,
|
1865
1866
|
default as IconFinderFaceDefault,
|
@@ -3243,6 +3244,10 @@ export {
|
|
3243
3244
|
} from "./IconRobinhood";
|
3244
3245
|
export { IconRobot, default as IconRobotDefault } from "./IconRobot";
|
3245
3246
|
export { IconRocket, default as IconRocketDefault } from "./IconRocket";
|
3247
|
+
export {
|
3248
|
+
IconRockingHorse,
|
3249
|
+
default as IconRockingHorseDefault,
|
3250
|
+
} from "./IconRockingHorse";
|
3246
3251
|
export { IconRoller, default as IconRollerDefault } from "./IconRoller";
|
3247
3252
|
export { IconRose, default as IconRoseDefault } from "./IconRose";
|
3248
3253
|
export { IconRotate, default as IconRotateDefault } from "./IconRotate";
|