@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.36 → 1.1.37
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/IconSparkleCentral/index.d.ts +4 -0
- package/IconSparkleCentral/index.js +2 -0
- package/IconSparkleCentral/index.js.map +1 -0
- package/IconSparkleCentral/index.mjs +2 -0
- package/IconSparkleCentral/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 +4 -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/square-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.37",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1.5/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": 1581,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
|
-
"count":
|
|
18
|
+
"count": 45,
|
|
19
19
|
"icons": [
|
|
20
20
|
"IconAppleIntelligenceIcon",
|
|
21
21
|
"IconBoxSparkle",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"IconSparkle",
|
|
50
50
|
"IconSparkle2",
|
|
51
51
|
"IconSparkle3",
|
|
52
|
+
"IconSparkleCentral",
|
|
52
53
|
"IconSparklesSoft",
|
|
53
54
|
"IconSparklesThree",
|
|
54
55
|
"IconSparklesTwo",
|
|
@@ -3085,6 +3086,7 @@
|
|
|
3085
3086
|
"IconSparkle": "sparkle, star, ai",
|
|
3086
3087
|
"IconSparkle2": "sparkle-2, star, magic, ai",
|
|
3087
3088
|
"IconSparkle3": "sparkle-3, ai, star, magic",
|
|
3089
|
+
"IconSparkleCentral": "sparkle-central, star, magic, ai",
|
|
3088
3090
|
"IconSparklesSoft": "sparkles-soft",
|
|
3089
3091
|
"IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
|
|
3090
3092
|
"IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
|
package/index.d.ts
CHANGED
|
@@ -3673,6 +3673,10 @@ export { IconSpacer, default as IconSpacerDefault } from "./IconSpacer";
|
|
|
3673
3673
|
export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
|
|
3674
3674
|
export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
|
|
3675
3675
|
export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
|
|
3676
|
+
export {
|
|
3677
|
+
IconSparkleCentral,
|
|
3678
|
+
default as IconSparkleCentralDefault,
|
|
3679
|
+
} from "./IconSparkleCentral";
|
|
3676
3680
|
export {
|
|
3677
3681
|
IconSparklesSoft,
|
|
3678
3682
|
default as IconSparklesSoftDefault,
|