@central-icons-react/round-filled-radius-3-stroke-1 0.0.60 → 1.0.0
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/Icon3dBoxBottom/index.d.ts +4 -0
- package/Icon3dBoxBottom/index.js +2 -0
- package/Icon3dBoxBottom/index.js.map +1 -0
- package/Icon3dBoxBottom/index.mjs +2 -0
- package/Icon3dBoxBottom/index.mjs.map +1 -0
- package/IconFlashcards/index.d.ts +4 -0
- package/IconFlashcards/index.js +2 -0
- package/IconFlashcards/index.js.map +1 -0
- package/IconFlashcards/index.mjs +2 -0
- package/IconFlashcards/index.mjs.map +1 -0
- package/IconPaintBrush/index.d.ts +4 -0
- package/IconPaintBrush/index.js +2 -0
- package/IconPaintBrush/index.js.map +1 -0
- package/IconPaintBrush/index.mjs +2 -0
- package/IconPaintBrush/index.mjs.map +1 -0
- package/IconPaintBucket/index.d.ts +4 -0
- package/IconPaintBucket/index.js +2 -0
- package/IconPaintBucket/index.js.map +1 -0
- package/IconPaintBucket/index.mjs +2 -0
- package/IconPaintBucket/index.mjs.map +1 -0
- package/IconPaintBucketDrop/index.d.ts +4 -0
- package/IconPaintBucketDrop/index.js +2 -0
- package/IconPaintBucketDrop/index.js.map +1 -0
- package/IconPaintBucketDrop/index.mjs +2 -0
- package/IconPaintBucketDrop/index.mjs.map +1 -0
- package/README.md +5 -0
- package/icons/index.d.ts +5 -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 +15 -5
- 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-filled-radius-3-stroke-1",
|
3
|
-
"version": "0.0
|
3
|
+
"version": "1.0.0",
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
5
5
|
"importExamples": {
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/round-filled-radius-3-stroke-1/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": 1518,
|
16
16
|
"categories": {
|
17
17
|
"AI & Magic": {
|
18
18
|
"count": 32,
|
@@ -179,8 +179,9 @@
|
|
179
179
|
]
|
180
180
|
},
|
181
181
|
"Augmented Reality": {
|
182
|
-
"count":
|
182
|
+
"count": 17,
|
183
183
|
"icons": [
|
184
|
+
"Icon3dBoxBottom",
|
184
185
|
"Icon3dBoxTop",
|
185
186
|
"Icon3dSphere",
|
186
187
|
"IconAr",
|
@@ -427,7 +428,7 @@
|
|
427
428
|
]
|
428
429
|
},
|
429
430
|
"Edit": {
|
430
|
-
"count":
|
431
|
+
"count": 65,
|
431
432
|
"icons": [
|
432
433
|
"IconAddKeyframe",
|
433
434
|
"IconBezier",
|
@@ -468,6 +469,9 @@
|
|
468
469
|
"IconMarkdown",
|
469
470
|
"IconMarker",
|
470
471
|
"IconMarkerCircle",
|
472
|
+
"IconPaintBrush",
|
473
|
+
"IconPaintBucket",
|
474
|
+
"IconPaintBucketDrop",
|
471
475
|
"IconPencil",
|
472
476
|
"IconPencilLine",
|
473
477
|
"IconPencilWave",
|
@@ -1419,7 +1423,7 @@
|
|
1419
1423
|
]
|
1420
1424
|
},
|
1421
1425
|
"Things": {
|
1422
|
-
"count":
|
1426
|
+
"count": 119,
|
1423
1427
|
"icons": [
|
1424
1428
|
"IconAlien",
|
1425
1429
|
"IconBackpack",
|
@@ -1464,6 +1468,7 @@
|
|
1464
1468
|
"IconFire3",
|
1465
1469
|
"IconFlag1",
|
1466
1470
|
"IconFlag2",
|
1471
|
+
"IconFlashcards",
|
1467
1472
|
"IconFootsteps",
|
1468
1473
|
"IconForYou",
|
1469
1474
|
"IconGalaxy",
|
@@ -1704,6 +1709,7 @@
|
|
1704
1709
|
}
|
1705
1710
|
},
|
1706
1711
|
"iconAliases": {
|
1712
|
+
"Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
|
1707
1713
|
"Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
|
1708
1714
|
"Icon3dSphere": "3d-sphere",
|
1709
1715
|
"Icon4k": "4k",
|
@@ -2360,6 +2366,7 @@
|
|
2360
2366
|
"IconFistbump": "fistbump, boom, hands, friends",
|
2361
2367
|
"IconFlag1": "flag-1, priority",
|
2362
2368
|
"IconFlag2": "flag-2, priority",
|
2369
|
+
"IconFlashcards": "flashcards, cards, pages",
|
2363
2370
|
"IconFloppyDisk1": "floppy-disk-1, save",
|
2364
2371
|
"IconFloppyDisk2": "floppy-disk-2, save",
|
2365
2372
|
"IconFocusAuto": "focus-auto",
|
@@ -2707,6 +2714,9 @@
|
|
2707
2714
|
"IconPageTextLock": "page-text-lock",
|
2708
2715
|
"IconPageTextPieChart": "page-text-pie-chart",
|
2709
2716
|
"IconPageTextSearch": "page-text-search",
|
2717
|
+
"IconPaintBrush": "paint-brush, design, color, appearance",
|
2718
|
+
"IconPaintBucket": "paint-bucket, design, color, appearance",
|
2719
|
+
"IconPaintBucketDrop": "paint-bucket-drop",
|
2710
2720
|
"IconPancakes": "pancakes, maple-syrup, breakfast",
|
2711
2721
|
"IconPanoramaView": "panorama-view",
|
2712
2722
|
"IconPaperclip1": "paperclip-1, attachment",
|