@central-icons-react/square-filled-radius-0-stroke-1 1.1.31 → 1.1.33

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",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-1/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": 68,
1184
1184
  "icons": [
1185
1185
  "IconAddToBasket",
1186
1186
  "IconAddToBasket2",
@@ -1244,7 +1244,6 @@
1244
1244
  "IconShoppingBagEdit2",
1245
1245
  "IconShoppingBagLike1",
1246
1246
  "IconShoppingBagLike2",
1247
- "IconTruck",
1248
1247
  "IconWallet1",
1249
1248
  "IconWallet2",
1250
1249
  "IconWallet3",
@@ -1693,8 +1692,12 @@
1693
1692
  "IconWrite"
1694
1693
  ]
1695
1694
  },
1695
+ "Vehicles": {
1696
+ "count": 1,
1697
+ "icons": ["IconTruck"]
1698
+ },
1696
1699
  "Vehicles & Aircrafts": {
1697
- "count": 32,
1700
+ "count": 34,
1698
1701
  "icons": [
1699
1702
  "IconAirplane",
1700
1703
  "IconAirplaneDown",
@@ -1723,9 +1726,11 @@
1723
1726
  "IconCar9Ev",
1724
1727
  "IconCarFrontView",
1725
1728
  "IconDeliveryBike",
1729
+ "IconFastShipping",
1726
1730
  "IconMountainBike",
1727
1731
  "IconRocket",
1728
1732
  "IconRoller",
1733
+ "IconShipping",
1729
1734
  "IconTrainFrontView",
1730
1735
  "IconUfo"
1731
1736
  ]
@@ -2394,6 +2399,7 @@
2394
2399
  "IconFastForward15s": "fast-forward-15s",
2395
2400
  "IconFastForward30s": "fast-forward-30s",
2396
2401
  "IconFastForward5s": "fast-forward-5s",
2402
+ "IconFastShipping": "fast-shipping, truck, delivery",
2397
2403
  "IconFeather": "feather, writing",
2398
2404
  "IconFeature": "feature, shine",
2399
2405
  "IconFigma": "figma",
@@ -2997,6 +3003,7 @@
2997
3003
  "IconShieldKeyhole": "shield-keyhole",
2998
3004
  "IconShift": "shift",
2999
3005
  "IconShip": "ship, changelog",
3006
+ "IconShipping": "shipping, truck, delivery",
3000
3007
  "IconShoppingBag1": "shopping-bag-1",
3001
3008
  "IconShoppingBag2": "shopping-bag-2",
3002
3009
  "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,