@central-icons-react/round-outlined-radius-0-stroke-2 1.1.11 → 1.1.12
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/IconSparkle3/index.d.ts +4 -0
- package/IconSparkle3/index.js +2 -0
- package/IconSparkle3/index.js.map +1 -0
- package/IconSparkle3/index.mjs +2 -0
- package/IconSparkle3/index.mjs.map +1 -0
- package/README.md +4 -3
- 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 +9 -7
- 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.12",
|
|
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,10 +12,10 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1545,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
|
-
"count":
|
|
18
|
+
"count": 41,
|
|
19
19
|
"icons": [
|
|
20
20
|
"IconAppleIntelligenceIcon",
|
|
21
21
|
"IconBoxSparkle",
|
|
@@ -45,13 +45,17 @@
|
|
|
45
45
|
"IconSearchIntelligence",
|
|
46
46
|
"IconSparkle",
|
|
47
47
|
"IconSparkle2",
|
|
48
|
+
"IconSparkle3",
|
|
48
49
|
"IconSparklesSoft",
|
|
49
50
|
"IconSparklesThree",
|
|
50
51
|
"IconSparklesTwo",
|
|
51
52
|
"IconSparklesTwo2",
|
|
53
|
+
"IconSpeachToText",
|
|
52
54
|
"IconStarWand",
|
|
53
55
|
"IconTextToImage",
|
|
56
|
+
"IconTextToSpeach",
|
|
54
57
|
"IconVisualIntelligence",
|
|
58
|
+
"IconVoice2",
|
|
55
59
|
"IconWindowSparkle",
|
|
56
60
|
"IconWizardHat"
|
|
57
61
|
]
|
|
@@ -1341,7 +1345,7 @@
|
|
|
1341
1345
|
]
|
|
1342
1346
|
},
|
|
1343
1347
|
"Sound & Music": {
|
|
1344
|
-
"count":
|
|
1348
|
+
"count": 47,
|
|
1345
1349
|
"icons": [
|
|
1346
1350
|
"IconAirpodLeft",
|
|
1347
1351
|
"IconAirpodRight",
|
|
@@ -1378,13 +1382,10 @@
|
|
|
1378
1382
|
"IconShuffle",
|
|
1379
1383
|
"IconSkip",
|
|
1380
1384
|
"IconSoundFx",
|
|
1381
|
-
"IconSpeachToText",
|
|
1382
1385
|
"IconStop",
|
|
1383
1386
|
"IconStopCircle",
|
|
1384
|
-
"IconTextToSpeach",
|
|
1385
1387
|
"IconVocalMicrophone",
|
|
1386
1388
|
"IconVoice1",
|
|
1387
|
-
"IconVoice2",
|
|
1388
1389
|
"IconVoice3",
|
|
1389
1390
|
"IconVoiceRecord",
|
|
1390
1391
|
"IconVolumeDown",
|
|
@@ -3016,6 +3017,7 @@
|
|
|
3016
3017
|
"IconSpacer": "spacer, seperator",
|
|
3017
3018
|
"IconSparkle": "sparkle, star, ai",
|
|
3018
3019
|
"IconSparkle2": "sparkle-2, star, magic, ai",
|
|
3020
|
+
"IconSparkle3": "sparkle-3, ai, star, magic",
|
|
3019
3021
|
"IconSparklesSoft": "sparkles-soft",
|
|
3020
3022
|
"IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
|
|
3021
3023
|
"IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
|
package/index.d.ts
CHANGED
|
@@ -3592,6 +3592,7 @@ export { IconSpace, default as IconSpaceDefault } from "./IconSpace";
|
|
|
3592
3592
|
export { IconSpacer, default as IconSpacerDefault } from "./IconSpacer";
|
|
3593
3593
|
export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
|
|
3594
3594
|
export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
|
|
3595
|
+
export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
|
|
3595
3596
|
export {
|
|
3596
3597
|
IconSparklesSoft,
|
|
3597
3598
|
default as IconSparklesSoftDefault,
|