@central-icons-react/square-filled-radius-0-stroke-2 1.1.48 → 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-2",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
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": 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",
@@ -890,6 +890,7 @@
890
890
  "IconPlanning",
891
891
  "IconPlusLarge",
892
892
  "IconPlusSmall",
893
+ "IconPreview",
893
894
  "IconProgress25",
894
895
  "IconProgress50",
895
896
  "IconProgress75",
@@ -2956,6 +2957,7 @@
2956
2957
  "IconPostcard2": "postcard-2, address",
2957
2958
  "IconPound": "pound, currency, money, coin, GBP",
2958
2959
  "IconPowerPlant": "power-plant, coal, gas, factory",
2960
+ "IconPreview": "preview, details",
2959
2961
  "IconPrinter": "printer, print",
2960
2962
  "IconProcessor": "processor, chip",
2961
2963
  "IconProducthunt": "producthunt",
package/index.d.ts CHANGED
@@ -3281,6 +3281,7 @@ export {
3281
3281
  IconPowerPlant,
3282
3282
  default as IconPowerPlantDefault,
3283
3283
  } from "./IconPowerPlant";
3284
+ export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
3284
3285
  export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
3285
3286
  export {
3286
3287
  IconProcessor,