@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.29 → 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.29",
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';",
@@ -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": 1563,
15
+ "totalIcons": 1562,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 44,
@@ -1177,7 +1177,7 @@
1177
1177
  ]
1178
1178
  },
1179
1179
  "Shopping & Payment": {
1180
- "count": 70,
1180
+ "count": 69,
1181
1181
  "icons": [
1182
1182
  "IconAddToBasket",
1183
1183
  "IconAddToBasket2",
@@ -1227,7 +1227,6 @@
1227
1227
  "IconPound",
1228
1228
  "IconReceiptBill",
1229
1229
  "IconReceiptCheck",
1230
- "IconReceiptCheck2",
1231
1230
  "IconReceiptStorno",
1232
1231
  "IconReceiptTax",
1233
1232
  "IconRemoveFromBasket",
@@ -2902,7 +2901,6 @@
2902
2901
  "IconRear": "rear, front-back, change-cam, lens",
2903
2902
  "IconReceiptBill": "receipt-bill, purchase, invoice",
2904
2903
  "IconReceiptCheck": "receipt-check, ticket",
2905
- "IconReceiptCheck2": "receipt-check-2, ticket",
2906
2904
  "IconReceiptionBell": "receiption-bell, concierge",
2907
2905
  "IconReceiptStorno": "receipt-storno, close, remove",
2908
2906
  "IconReceiptTax": "receipt-tax, discount",
package/index.d.ts CHANGED
@@ -3239,10 +3239,6 @@ export {
3239
3239
  IconReceiptCheck,
3240
3240
  default as IconReceiptCheckDefault,
3241
3241
  } from "./IconReceiptCheck";
3242
- export {
3243
- IconReceiptCheck2,
3244
- default as IconReceiptCheck2Default,
3245
- } from "./IconReceiptCheck2";
3246
3242
  export {
3247
3243
  IconReceiptStorno,
3248
3244
  default as IconReceiptStornoDefault,