@central-icons-react/square-outlined-radius-0-stroke-2 1.1.31 → 1.1.32

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-outlined-radius-0-stroke-2",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-outlined-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": 1565,
15
+ "totalIcons": 1567,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 44,
@@ -1180,7 +1180,7 @@
1180
1180
  ]
1181
1181
  },
1182
1182
  "Shopping & Payment": {
1183
- "count": 69,
1183
+ "count": 71,
1184
1184
  "icons": [
1185
1185
  "IconAddToBasket",
1186
1186
  "IconAddToBasket2",
@@ -1205,6 +1205,7 @@
1205
1205
  "IconDollar",
1206
1206
  "IconEuro",
1207
1207
  "IconFastDelivery",
1208
+ "IconFastShipping",
1208
1209
  "IconGift1",
1209
1210
  "IconGift2",
1210
1211
  "IconGiftBox",
@@ -1234,6 +1235,7 @@
1234
1235
  "IconReceiptTax",
1235
1236
  "IconRemoveFromBasket",
1236
1237
  "IconRemoveFromBasket2",
1238
+ "IconShipping",
1237
1239
  "IconShoppingBag1",
1238
1240
  "IconShoppingBag2",
1239
1241
  "IconShoppingBag3",
@@ -2394,6 +2396,7 @@
2394
2396
  "IconFastForward15s": "fast-forward-15s",
2395
2397
  "IconFastForward30s": "fast-forward-30s",
2396
2398
  "IconFastForward5s": "fast-forward-5s",
2399
+ "IconFastShipping": "fast-shipping, truck, delivery",
2397
2400
  "IconFeather": "feather, writing",
2398
2401
  "IconFeature": "feature, shine",
2399
2402
  "IconFigma": "figma",
@@ -2997,6 +3000,7 @@
2997
3000
  "IconShieldKeyhole": "shield-keyhole",
2998
3001
  "IconShift": "shift",
2999
3002
  "IconShip": "ship, changelog",
3003
+ "IconShipping": "shipping, truck, delivery",
3000
3004
  "IconShoppingBag1": "shopping-bag-1",
3001
3005
  "IconShoppingBag2": "shopping-bag-2",
3002
3006
  "IconShoppingBag3": "shopping-bag-3",
package/index.d.ts CHANGED
@@ -1845,6 +1845,10 @@ export {
1845
1845
  IconFastForward5s,
1846
1846
  default as IconFastForward5sDefault,
1847
1847
  } from "./IconFastForward5s";
1848
+ export {
1849
+ IconFastShipping,
1850
+ default as IconFastShippingDefault,
1851
+ } from "./IconFastShipping";
1848
1852
  export { IconFeather, default as IconFeatherDefault } from "./IconFeather";
1849
1853
  export { IconFeature, default as IconFeatureDefault } from "./IconFeature";
1850
1854
  export { IconFigma, default as IconFigmaDefault } from "./IconFigma";
@@ -3489,6 +3493,7 @@ export {
3489
3493
  } from "./IconShieldKeyhole";
3490
3494
  export { IconShift, default as IconShiftDefault } from "./IconShift";
3491
3495
  export { IconShip, default as IconShipDefault } from "./IconShip";
3496
+ export { IconShipping, default as IconShippingDefault } from "./IconShipping";
3492
3497
  export {
3493
3498
  IconShoppingBag1,
3494
3499
  default as IconShoppingBag1Default,