@central-icons-react/round-outlined-radius-2-stroke-2 1.0.3 → 1.0.4
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/IconCursorAi/index.d.ts +4 -0
- package/IconCursorAi/index.js +2 -0
- package/IconCursorAi/index.js.map +1 -0
- package/IconCursorAi/index.mjs +2 -0
- package/IconCursorAi/index.mjs.map +1 -0
- package/IconDispersion/index.d.ts +4 -0
- package/IconDispersion/index.js +2 -0
- package/IconDispersion/index.js.map +1 -0
- package/IconDispersion/index.mjs +2 -0
- package/IconDispersion/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.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-2-stroke-2",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
5
5
|
"importExamples": {
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/round-outlined-radius-2-stroke-2/IconHome';",
|
@@ -12,16 +12,17 @@
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
14
14
|
},
|
15
|
-
"totalIcons":
|
15
|
+
"totalIcons": 1522,
|
16
16
|
"categories": {
|
17
17
|
"AI & Magic": {
|
18
|
-
"count":
|
18
|
+
"count": 33,
|
19
19
|
"icons": [
|
20
20
|
"IconAppleIntelligenceIcon",
|
21
21
|
"IconBoxSparkle",
|
22
22
|
"IconBrain1",
|
23
23
|
"IconBrain2",
|
24
24
|
"IconBroomSparkle",
|
25
|
+
"IconCursorAi",
|
25
26
|
"IconCuteRobot",
|
26
27
|
"IconEyeSparkle",
|
27
28
|
"IconFortuneTellerBall",
|
@@ -429,7 +430,7 @@
|
|
429
430
|
]
|
430
431
|
},
|
431
432
|
"Edit": {
|
432
|
-
"count":
|
433
|
+
"count": 67,
|
433
434
|
"icons": [
|
434
435
|
"IconAddKeyframe",
|
435
436
|
"IconBezier",
|
@@ -456,6 +457,7 @@
|
|
456
457
|
"IconColorSwatch",
|
457
458
|
"IconComponents",
|
458
459
|
"IconCornerRadius",
|
460
|
+
"IconDispersion",
|
459
461
|
"IconEditBig",
|
460
462
|
"IconEditSmall1",
|
461
463
|
"IconEditSmall2",
|
@@ -2225,6 +2227,7 @@
|
|
2225
2227
|
"IconCursor1": "cursor-1, arrow",
|
2226
2228
|
"IconCursor2": "cursor-2, arrow",
|
2227
2229
|
"IconCursor3": "cursor-3, arrow",
|
2230
|
+
"IconCursorAi": "cursor-ai, agent, magic",
|
2228
2231
|
"IconCursorClick": "cursor-click, arrow, clickbait",
|
2229
2232
|
"IconCursorList": "cursor-list, cursor, list",
|
2230
2233
|
"IconCurtain": "curtain, showtime, theater",
|
@@ -2259,6 +2262,7 @@
|
|
2259
2262
|
"IconDirectorChair": "director-chair, chair",
|
2260
2263
|
"IconDiscord": "discord",
|
2261
2264
|
"IconDishwasher": "dishwasher, clean",
|
2265
|
+
"IconDispersion": "dispersion, refraction",
|
2262
2266
|
"IconDivider": "divider, add-line",
|
2263
2267
|
"IconDollar": "dollar, currency, money, coin, USD",
|
2264
2268
|
"IconDonut": "donut",
|