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

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.27",
3
+ "version": "1.1.28",
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": 1561,
15
+ "totalIcons": 1562,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 44,
@@ -1176,7 +1176,7 @@
1176
1176
  ]
1177
1177
  },
1178
1178
  "Shopping & Payment": {
1179
- "count": 69,
1179
+ "count": 70,
1180
1180
  "icons": [
1181
1181
  "IconAddToBasket",
1182
1182
  "IconAddToBasket2",
@@ -1246,6 +1246,7 @@
1246
1246
  "IconWallet2",
1247
1247
  "IconWallet3",
1248
1248
  "IconWallet4",
1249
+ "IconWallet5",
1249
1250
  "IconYen"
1250
1251
  ]
1251
1252
  },
@@ -3270,6 +3271,7 @@
3270
3271
  "IconWallet2": "wallet-2",
3271
3272
  "IconWallet3": "wallet-3",
3272
3273
  "IconWallet4": "wallet-4",
3274
+ "IconWallet5": "wallet-5",
3273
3275
  "IconWallpaper": "wallpaper, os",
3274
3276
  "IconWardrobe": "wardrobe",
3275
3277
  "IconWarningSign": "warning-sign, attention, coution",
package/index.d.ts CHANGED
@@ -4231,6 +4231,7 @@ export { IconWallet1, default as IconWallet1Default } from "./IconWallet1";
4231
4231
  export { IconWallet2, default as IconWallet2Default } from "./IconWallet2";
4232
4232
  export { IconWallet3, default as IconWallet3Default } from "./IconWallet3";
4233
4233
  export { IconWallet4, default as IconWallet4Default } from "./IconWallet4";
4234
+ export { IconWallet5, default as IconWallet5Default } from "./IconWallet5";
4234
4235
  export {
4235
4236
  IconWallpaper,
4236
4237
  default as IconWallpaperDefault,