@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.28 → 1.1.30

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.28",
3
+ "version": "1.1.30",
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';",
@@ -1060,7 +1060,7 @@
1060
1060
  ]
1061
1061
  },
1062
1062
  "Photography & Video": {
1063
- "count": 79,
1063
+ "count": 80,
1064
1064
  "icons": [
1065
1065
  "Icon4k",
1066
1066
  "IconAdjustPhoto",
@@ -1111,6 +1111,7 @@
1111
1111
  "IconHd",
1112
1112
  "IconHighlights",
1113
1113
  "IconImages1",
1114
+ "IconImages1Alt",
1114
1115
  "IconImages2",
1115
1116
  "IconImages3",
1116
1117
  "IconImages4",
@@ -1176,7 +1177,7 @@
1176
1177
  ]
1177
1178
  },
1178
1179
  "Shopping & Payment": {
1179
- "count": 70,
1180
+ "count": 69,
1180
1181
  "icons": [
1181
1182
  "IconAddToBasket",
1182
1183
  "IconAddToBasket2",
@@ -1226,7 +1227,6 @@
1226
1227
  "IconPound",
1227
1228
  "IconReceiptBill",
1228
1229
  "IconReceiptCheck",
1229
- "IconReceiptCheck2",
1230
1230
  "IconReceiptStorno",
1231
1231
  "IconReceiptTax",
1232
1232
  "IconRemoveFromBasket",
@@ -2565,6 +2565,7 @@
2565
2565
  "IconImageAltText": "image-alt-text",
2566
2566
  "IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
2567
2567
  "IconImages1": "images-1, photos, pictures, shot",
2568
+ "IconImages1Alt": "images-1-alt, photos, pictures, shot",
2568
2569
  "IconImages2": "images-2, photos, pictures, shot",
2569
2570
  "IconImages3": "images-3, photos, pictures, shot",
2570
2571
  "IconImages4": "images-4, photos, pictures, shot",
@@ -2900,7 +2901,6 @@
2900
2901
  "IconRear": "rear, front-back, change-cam, lens",
2901
2902
  "IconReceiptBill": "receipt-bill, purchase, invoice",
2902
2903
  "IconReceiptCheck": "receipt-check, ticket",
2903
- "IconReceiptCheck2": "receipt-check-2, ticket",
2904
2904
  "IconReceiptionBell": "receiption-bell, concierge",
2905
2905
  "IconReceiptStorno": "receipt-storno, close, remove",
2906
2906
  "IconReceiptTax": "receipt-tax, discount",
package/index.d.ts CHANGED
@@ -2296,6 +2296,10 @@ export {
2296
2296
  default as IconImageSparkleDefault,
2297
2297
  } from "./IconImageSparkle";
2298
2298
  export { IconImages1, default as IconImages1Default } from "./IconImages1";
2299
+ export {
2300
+ IconImages1Alt,
2301
+ default as IconImages1AltDefault,
2302
+ } from "./IconImages1Alt";
2299
2303
  export { IconImages2, default as IconImages2Default } from "./IconImages2";
2300
2304
  export { IconImages3, default as IconImages3Default } from "./IconImages3";
2301
2305
  export { IconImages4, default as IconImages4Default } from "./IconImages4";
@@ -3235,10 +3239,6 @@ export {
3235
3239
  IconReceiptCheck,
3236
3240
  default as IconReceiptCheckDefault,
3237
3241
  } from "./IconReceiptCheck";
3238
- export {
3239
- IconReceiptCheck2,
3240
- default as IconReceiptCheck2Default,
3241
- } from "./IconReceiptCheck2";
3242
3242
  export {
3243
3243
  IconReceiptStorno,
3244
3244
  default as IconReceiptStornoDefault,