@central-icons-react/square-filled-radius-0-stroke-2 1.1.28 → 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/square-filled-radius-0-stroke-2",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-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": 1562,
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",
@@ -2565,6 +2566,7 @@
2565
2566
  "IconImageAltText": "image-alt-text",
2566
2567
  "IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
2567
2568
  "IconImages1": "images-1, photos, pictures, shot",
2569
+ "IconImages1Alt": "images-1-alt, photos, pictures, shot",
2568
2570
  "IconImages2": "images-2, photos, pictures, shot",
2569
2571
  "IconImages3": "images-3, photos, pictures, shot",
2570
2572
  "IconImages4": "images-4, photos, pictures, shot",
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";