@central-icons-react/square-outlined-radius-0-stroke-1 1.1.39 → 1.1.40

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-1",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1/IconHome';",
@@ -12,10 +12,10 @@
12
12
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
13
13
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
14
14
  },
15
- "totalIcons": 1583,
15
+ "totalIcons": 1586,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
- "count": 46,
18
+ "count": 47,
19
19
  "icons": [
20
20
  "IconAppleIntelligenceIcon",
21
21
  "IconBoxSparkle",
@@ -57,6 +57,7 @@
57
57
  "IconSparklesTwo2",
58
58
  "IconSpeachToText",
59
59
  "IconStarWand",
60
+ "IconSwitchVoice",
60
61
  "IconTextToImage",
61
62
  "IconTextToSpeach",
62
63
  "IconVisualIntelligence",
@@ -263,8 +264,9 @@
263
264
  ]
264
265
  },
265
266
  "Code": {
266
- "count": 38,
267
+ "count": 40,
267
268
  "icons": [
269
+ "IconAnchor",
268
270
  "IconAnimation",
269
271
  "IconAnimationAuto",
270
272
  "IconAnimationEase",
@@ -295,6 +297,7 @@
295
297
  "IconDraft",
296
298
  "IconForkCode",
297
299
  "IconHammer",
300
+ "IconHook",
298
301
  "IconPullRequest",
299
302
  "IconPush",
300
303
  "IconRequestClosed",
@@ -1809,6 +1812,7 @@
1809
1812
  "IconAlt": "alt",
1810
1813
  "IconAmericanFootball": "american-football, nfl",
1811
1814
  "IconAnalytics": "analytics, analysis",
1815
+ "IconAnchor": "anchor, webhooks",
1812
1816
  "IconAnchor1": "anchor-1, link",
1813
1817
  "IconAnchor2": "anchor-2, link",
1814
1818
  "IconAnimation": "animation",
@@ -2582,6 +2586,7 @@
2582
2586
  "IconHomePersonalFeed": "home-personal-feed, for-you",
2583
2587
  "IconHomeRoof": "home-roof, house",
2584
2588
  "IconHomeRoundDoor": "home-round-door",
2589
+ "IconHook": "hook, phishing",
2585
2590
  "IconHorizontalAlignmentBottom": "horizontal-alignment-bottom",
2586
2591
  "IconHorizontalAlignmentCenter": "horizontal-alignment-center",
2587
2592
  "IconHorizontalAlignmentTop": "horizontal-alignment-top",
@@ -3176,6 +3181,7 @@
3176
3181
  "IconSupport": "support",
3177
3182
  "IconSurfing": "surfing, wave, vibe",
3178
3183
  "IconSushi": "sushi, nigiri, sashime, maki",
3184
+ "IconSwitchVoice": "switch-voice, change-voice",
3179
3185
  "IconSword": "sword, action, gaming",
3180
3186
  "IconTable": "table, spreedsheet, chart",
3181
3187
  "IconTactics1": "tactics-1, game-plan, prototype, play",
package/index.d.ts CHANGED
@@ -90,6 +90,7 @@ export {
90
90
  IconAnalytics,
91
91
  default as IconAnalyticsDefault,
92
92
  } from "./IconAnalytics";
93
+ export { IconAnchor, default as IconAnchorDefault } from "./IconAnchor";
93
94
  export { IconAnchor1, default as IconAnchor1Default } from "./IconAnchor1";
94
95
  export { IconAnchor2, default as IconAnchor2Default } from "./IconAnchor2";
95
96
  export {
@@ -2270,6 +2271,7 @@ export {
2270
2271
  IconHomeRoundDoor,
2271
2272
  default as IconHomeRoundDoorDefault,
2272
2273
  } from "./IconHomeRoundDoor";
2274
+ export { IconHook, default as IconHookDefault } from "./IconHook";
2273
2275
  export {
2274
2276
  IconHorizontalAlignmentBottom,
2275
2277
  default as IconHorizontalAlignmentBottomDefault,
@@ -3929,6 +3931,10 @@ export {
3929
3931
  export { IconSupport, default as IconSupportDefault } from "./IconSupport";
3930
3932
  export { IconSurfing, default as IconSurfingDefault } from "./IconSurfing";
3931
3933
  export { IconSushi, default as IconSushiDefault } from "./IconSushi";
3934
+ export {
3935
+ IconSwitchVoice,
3936
+ default as IconSwitchVoiceDefault,
3937
+ } from "./IconSwitchVoice";
3932
3938
  export { IconSword, default as IconSwordDefault } from "./IconSword";
3933
3939
  export { IconTable, default as IconTableDefault } from "./IconTable";
3934
3940
  export { IconTactics1, default as IconTactics1Default } from "./IconTactics1";