@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.56 → 1.1.57

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.56",
3
+ "version": "1.1.57",
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": 1622,
15
+ "totalIcons": 1623,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -783,7 +783,7 @@
783
783
  ]
784
784
  },
785
785
  "Interface General": {
786
- "count": 173,
786
+ "count": 174,
787
787
  "icons": [
788
788
  "IconAnchor1",
789
789
  "IconAnchor2",
@@ -862,6 +862,7 @@
862
862
  "IconDoupleCheckmark2Small",
863
863
  "IconElectrocardiogram",
864
864
  "IconExclamationCircle",
865
+ "IconExclamationCircleBold",
865
866
  "IconExclamationTriangle",
866
867
  "IconFeature",
867
868
  "IconGauge",
@@ -2450,6 +2451,7 @@
2450
2451
  "IconEthereum": "ethereum",
2451
2452
  "IconEuro": "euro, currency, money, coin, EURO",
2452
2453
  "IconExclamationCircle": "exclamation-circle, info, warning",
2454
+ "IconExclamationCircleBold": "exclamation-circle-bold, info, warning",
2453
2455
  "IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
2454
2456
  "IconExpand": "expand, window, layout",
2455
2457
  "IconExpand315": "expand-315, enlarge",
package/index.d.ts CHANGED
@@ -1853,6 +1853,10 @@ export {
1853
1853
  IconExclamationCircle,
1854
1854
  default as IconExclamationCircleDefault,
1855
1855
  } from "./IconExclamationCircle";
1856
+ export {
1857
+ IconExclamationCircleBold,
1858
+ default as IconExclamationCircleBoldDefault,
1859
+ } from "./IconExclamationCircleBold";
1856
1860
  export {
1857
1861
  IconExclamationTriangle,
1858
1862
  default as IconExclamationTriangleDefault,