@central-icons-react/square-filled-radius-0-stroke-2 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/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react/square-filled-radius-0-stroke-2",
3
- "version": "1.1.36",
3
+ "version": "1.1.37",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-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": 1580,
15
+ "totalIcons": 1581,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
- "count": 44,
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,