@central-icons-react/square-filled-radius-0-stroke-2 1.1.37 → 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.37",
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,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": 1581,
15
+ "totalIcons": 1582,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 45,
@@ -1030,8 +1030,9 @@
1030
1030
  ]
1031
1031
  },
1032
1032
  "People": {
1033
- "count": 30,
1033
+ "count": 31,
1034
1034
  "icons": [
1035
+ "IconAura",
1035
1036
  "IconBathMan1",
1036
1037
  "IconBathWoman1",
1037
1038
  "IconContacts",
@@ -1926,6 +1927,7 @@
1926
1927
  "IconAt": "at, handle, @",
1927
1928
  "IconAtom": "atom",
1928
1929
  "IconAudio": "audio, music, playlist, musical-note",
1930
+ "IconAura": "aura, enlighten",
1929
1931
  "IconAutoCorrect": "auto-correct, autocheck, text-correction",
1930
1932
  "IconAutoFlash": "auto-flash",
1931
1933
  "IconAutoSize": "auto-size, automatic-size, page",
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,