@central-icons-react/round-outlined-radius-0-stroke-2 1.1.27 → 1.1.29

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/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.27",
3
+ "version": "1.1.29",
4
4
  "style": "round-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/round-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": 1561,
15
+ "totalIcons": 1563,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 44,
@@ -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": 69,
1180
+ "count": 70,
1180
1181
  "icons": [
1181
1182
  "IconAddToBasket",
1182
1183
  "IconAddToBasket2",
@@ -1246,6 +1247,7 @@
1246
1247
  "IconWallet2",
1247
1248
  "IconWallet3",
1248
1249
  "IconWallet4",
1250
+ "IconWallet5",
1249
1251
  "IconYen"
1250
1252
  ]
1251
1253
  },
@@ -2564,6 +2566,7 @@
2564
2566
  "IconImageAltText": "image-alt-text",
2565
2567
  "IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
2566
2568
  "IconImages1": "images-1, photos, pictures, shot",
2569
+ "IconImages1Alt": "images-1-alt, photos, pictures, shot",
2567
2570
  "IconImages2": "images-2, photos, pictures, shot",
2568
2571
  "IconImages3": "images-3, photos, pictures, shot",
2569
2572
  "IconImages4": "images-4, photos, pictures, shot",
@@ -3270,6 +3273,7 @@
3270
3273
  "IconWallet2": "wallet-2",
3271
3274
  "IconWallet3": "wallet-3",
3272
3275
  "IconWallet4": "wallet-4",
3276
+ "IconWallet5": "wallet-5",
3273
3277
  "IconWallpaper": "wallpaper, os",
3274
3278
  "IconWardrobe": "wardrobe",
3275
3279
  "IconWarningSign": "warning-sign, attention, coution",
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";
@@ -4231,6 +4235,7 @@ export { IconWallet1, default as IconWallet1Default } from "./IconWallet1";
4231
4235
  export { IconWallet2, default as IconWallet2Default } from "./IconWallet2";
4232
4236
  export { IconWallet3, default as IconWallet3Default } from "./IconWallet3";
4233
4237
  export { IconWallet4, default as IconWallet4Default } from "./IconWallet4";
4238
+ export { IconWallet5, default as IconWallet5Default } from "./IconWallet5";
4234
4239
  export {
4235
4240
  IconWallpaper,
4236
4241
  default as IconWallpaperDefault,