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

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.46",
3
+ "version": "1.1.49",
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": 1609,
15
+ "totalIcons": 1610,
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": 170,
777
+ "count": 171,
778
778
  "icons": [
779
779
  "IconAnchor1",
780
780
  "IconAnchor2",
@@ -852,6 +852,7 @@
852
852
  "IconDoupleCheckmark2Small",
853
853
  "IconElectrocardiogram",
854
854
  "IconExclamationCircle",
855
+ "IconExclamationTriangle",
855
856
  "IconFeature",
856
857
  "IconGauge",
857
858
  "IconHandBell",
@@ -889,6 +890,7 @@
889
890
  "IconPlanning",
890
891
  "IconPlusLarge",
891
892
  "IconPlusSmall",
893
+ "IconPreview",
892
894
  "IconProgress25",
893
895
  "IconProgress50",
894
896
  "IconProgress75",
@@ -936,7 +938,6 @@
936
938
  "IconTrashCanSimple",
937
939
  "IconTrashPaper",
938
940
  "IconTrashPermanently",
939
- "IconTriangleExclamation",
940
941
  "IconUnarchiv",
941
942
  "IconUnpin",
942
943
  "IconUntrash",
@@ -2432,6 +2433,7 @@
2432
2433
  "IconEthereum": "ethereum",
2433
2434
  "IconEuro": "euro, currency, money, coin, EURO",
2434
2435
  "IconExclamationCircle": "exclamation-circle, info, warning",
2436
+ "IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
2435
2437
  "IconExpand": "expand, window, layout",
2436
2438
  "IconExpand315": "expand-315, enlarge",
2437
2439
  "IconExpand45": "expand-45, enlarge",
@@ -2955,6 +2957,7 @@
2955
2957
  "IconPostcard2": "postcard-2, address",
2956
2958
  "IconPound": "pound, currency, money, coin, GBP",
2957
2959
  "IconPowerPlant": "power-plant, coal, gas, factory",
2960
+ "IconPreview": "preview, details",
2958
2961
  "IconPrinter": "printer, print",
2959
2962
  "IconProcessor": "processor, chip",
2960
2963
  "IconProducthunt": "producthunt",
@@ -3303,7 +3306,6 @@
3303
3306
  "IconTrending4": "trending-4, chart",
3304
3307
  "IconTrending5": "trending-5, chart, analytics",
3305
3308
  "IconTrendingCircle": "trending-circle",
3306
- "IconTriangleExclamation": "triangle-exclamation, error, warning, alert",
3307
3309
  "IconTrophy": "trophy, win, champion",
3308
3310
  "IconTruck": "truck, delivery",
3309
3311
  "IconTumblr": "tumblr",
package/index.d.ts CHANGED
@@ -1833,6 +1833,10 @@ export {
1833
1833
  IconExclamationCircle,
1834
1834
  default as IconExclamationCircleDefault,
1835
1835
  } from "./IconExclamationCircle";
1836
+ export {
1837
+ IconExclamationTriangle,
1838
+ default as IconExclamationTriangleDefault,
1839
+ } from "./IconExclamationTriangle";
1836
1840
  export { IconExpand, default as IconExpandDefault } from "./IconExpand";
1837
1841
  export {
1838
1842
  IconExpand315,
@@ -3277,6 +3281,7 @@ export {
3277
3281
  IconPowerPlant,
3278
3282
  default as IconPowerPlantDefault,
3279
3283
  } from "./IconPowerPlant";
3284
+ export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
3280
3285
  export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
3281
3286
  export {
3282
3287
  IconProcessor,
@@ -4228,10 +4233,6 @@ export {
4228
4233
  IconTrendingCircle,
4229
4234
  default as IconTrendingCircleDefault,
4230
4235
  } from "./IconTrendingCircle";
4231
- export {
4232
- IconTriangleExclamation,
4233
- default as IconTriangleExclamationDefault,
4234
- } from "./IconTriangleExclamation";
4235
4236
  export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";
4236
4237
  export { IconTruck, default as IconTruckDefault } from "./IconTruck";
4237
4238
  export { IconTumblr, default as IconTumblrDefault } from "./IconTumblr";