@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.45 → 1.1.46

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-1.5",
3
- "version": "1.1.45",
3
+ "version": "1.1.46",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-1.5/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": 1608,
15
+ "totalIcons": 1609,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 61,
@@ -774,7 +774,7 @@
774
774
  ]
775
775
  },
776
776
  "Interface General": {
777
- "count": 169,
777
+ "count": 170,
778
778
  "icons": [
779
779
  "IconAnchor1",
780
780
  "IconAnchor2",
@@ -851,6 +851,7 @@
851
851
  "IconDoupleCheckmark1Small",
852
852
  "IconDoupleCheckmark2Small",
853
853
  "IconElectrocardiogram",
854
+ "IconExclamationCircle",
854
855
  "IconFeature",
855
856
  "IconGauge",
856
857
  "IconHandBell",
@@ -2430,6 +2431,7 @@
2430
2431
  "IconEsc": "esc, power",
2431
2432
  "IconEthereum": "ethereum",
2432
2433
  "IconEuro": "euro, currency, money, coin, EURO",
2434
+ "IconExclamationCircle": "exclamation-circle, info, warning",
2433
2435
  "IconExpand": "expand, window, layout",
2434
2436
  "IconExpand315": "expand-315, enlarge",
2435
2437
  "IconExpand45": "expand-45, enlarge",
package/index.d.ts CHANGED
@@ -1829,6 +1829,10 @@ export {
1829
1829
  export { IconEsc, default as IconEscDefault } from "./IconEsc";
1830
1830
  export { IconEthereum, default as IconEthereumDefault } from "./IconEthereum";
1831
1831
  export { IconEuro, default as IconEuroDefault } from "./IconEuro";
1832
+ export {
1833
+ IconExclamationCircle,
1834
+ default as IconExclamationCircleDefault,
1835
+ } from "./IconExclamationCircle";
1832
1836
  export { IconExpand, default as IconExpandDefault } from "./IconExpand";
1833
1837
  export {
1834
1838
  IconExpand315,