@central-icons-react/square-filled-radius-0-stroke-2 1.1.36 → 1.1.38

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.38",
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": 1582,
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",
@@ -1029,8 +1030,9 @@
1029
1030
  ]
1030
1031
  },
1031
1032
  "People": {
1032
- "count": 30,
1033
+ "count": 31,
1033
1034
  "icons": [
1035
+ "IconAura",
1034
1036
  "IconBathMan1",
1035
1037
  "IconBathWoman1",
1036
1038
  "IconContacts",
@@ -1925,6 +1927,7 @@
1925
1927
  "IconAt": "at, handle, @",
1926
1928
  "IconAtom": "atom",
1927
1929
  "IconAudio": "audio, music, playlist, musical-note",
1930
+ "IconAura": "aura, enlighten",
1928
1931
  "IconAutoCorrect": "auto-correct, autocheck, text-correction",
1929
1932
  "IconAutoFlash": "auto-flash",
1930
1933
  "IconAutoSize": "auto-size, automatic-size, page",
@@ -3085,6 +3088,7 @@
3085
3088
  "IconSparkle": "sparkle, star, ai",
3086
3089
  "IconSparkle2": "sparkle-2, star, magic, ai",
3087
3090
  "IconSparkle3": "sparkle-3, ai, star, magic",
3091
+ "IconSparkleCentral": "sparkle-central, star, magic, ai",
3088
3092
  "IconSparklesSoft": "sparkles-soft",
3089
3093
  "IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
3090
3094
  "IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
package/index.d.ts CHANGED
@@ -500,6 +500,7 @@ export { IconAsterisk, default as IconAsteriskDefault } from "./IconAsterisk";
500
500
  export { IconAt, default as IconAtDefault } from "./IconAt";
501
501
  export { IconAtom, default as IconAtomDefault } from "./IconAtom";
502
502
  export { IconAudio, default as IconAudioDefault } from "./IconAudio";
503
+ export { IconAura, default as IconAuraDefault } from "./IconAura";
503
504
  export {
504
505
  IconAutoCorrect,
505
506
  default as IconAutoCorrectDefault,
@@ -3673,6 +3674,10 @@ export { IconSpacer, default as IconSpacerDefault } from "./IconSpacer";
3673
3674
  export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
3674
3675
  export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
3675
3676
  export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
3677
+ export {
3678
+ IconSparkleCentral,
3679
+ default as IconSparkleCentralDefault,
3680
+ } from "./IconSparkleCentral";
3676
3681
  export {
3677
3682
  IconSparklesSoft,
3678
3683
  default as IconSparklesSoftDefault,