@central-icons-react/square-filled-radius-0-stroke-1 1.1.53 → 1.1.55

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.53",
3
+ "version": "1.1.55",
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": 1620,
15
+ "totalIcons": 1621,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 62,
@@ -543,8 +543,8 @@
543
543
  "IconVariables",
544
544
  "IconVectorAnchorPointAsymmetric",
545
545
  "IconVectorAnchorPointDisconnected",
546
+ "IconVectorAnchorPointMirrored",
546
547
  "IconVectorAnchorPointStraight",
547
- "IconVectorAnchorPointStraight1",
548
548
  "IconVectorLogo",
549
549
  "IconWhiteboard",
550
550
  "IconWrite1",
@@ -782,7 +782,7 @@
782
782
  ]
783
783
  },
784
784
  "Interface General": {
785
- "count": 172,
785
+ "count": 173,
786
786
  "icons": [
787
787
  "IconAnchor1",
788
788
  "IconAnchor2",
@@ -907,6 +907,7 @@
907
907
  "IconQuickSearch",
908
908
  "IconReview",
909
909
  "IconSearchMenu",
910
+ "IconSearchOptions",
910
911
  "IconShapesPlusXSquareCircle",
911
912
  "IconShareAndroid",
912
913
  "IconShareOs",
@@ -3065,6 +3066,7 @@
3065
3066
  "IconSearchIntelligence": "search-intelligence, search-ai",
3066
3067
  "IconSearchlinesSparkle": "search lines-sparkle, magnifier, document, list, page, file",
3067
3068
  "IconSearchMenu": "search-menu, list-search",
3069
+ "IconSearchOptions": "search-options, settings",
3068
3070
  "IconSecretPhrase": "secret-phrase, code, private-phrase",
3069
3071
  "IconSend": "send, email, paper-plane, arrow",
3070
3072
  "IconServer": "server, data, storage",
@@ -3344,8 +3346,8 @@
3344
3346
  "IconVault": "vault, safe",
3345
3347
  "IconVectorAnchorPointAsymmetric": "vector-anchor-point-asymmetric",
3346
3348
  "IconVectorAnchorPointDisconnected": "vector-anchor-point-disconnected",
3349
+ "IconVectorAnchorPointMirrored": "vector-anchor-point-mirrored, mirror-angle",
3347
3350
  "IconVectorAnchorPointStraight": "vector-anchor-point-straight, no-smoothing",
3348
- "IconVectorAnchorPointStraight1": "vector-anchor-point-straight, mirror-angle",
3349
3351
  "IconVectorLogo": "vector-logo, svg",
3350
3352
  "IconVenmo": "venmo",
3351
3353
  "IconVercel": "vercel",
package/index.d.ts CHANGED
@@ -3537,6 +3537,10 @@ export {
3537
3537
  IconSearchMenu,
3538
3538
  default as IconSearchMenuDefault,
3539
3539
  } from "./IconSearchMenu";
3540
+ export {
3541
+ IconSearchOptions,
3542
+ default as IconSearchOptionsDefault,
3543
+ } from "./IconSearchOptions";
3540
3544
  export {
3541
3545
  IconSearchlinesSparkle,
3542
3546
  default as IconSearchlinesSparkleDefault,
@@ -4294,14 +4298,14 @@ export {
4294
4298
  IconVectorAnchorPointDisconnected,
4295
4299
  default as IconVectorAnchorPointDisconnectedDefault,
4296
4300
  } from "./IconVectorAnchorPointDisconnected";
4301
+ export {
4302
+ IconVectorAnchorPointMirrored,
4303
+ default as IconVectorAnchorPointMirroredDefault,
4304
+ } from "./IconVectorAnchorPointMirrored";
4297
4305
  export {
4298
4306
  IconVectorAnchorPointStraight,
4299
4307
  default as IconVectorAnchorPointStraightDefault,
4300
4308
  } from "./IconVectorAnchorPointStraight";
4301
- export {
4302
- IconVectorAnchorPointStraight1,
4303
- default as IconVectorAnchorPointStraight1Default,
4304
- } from "./IconVectorAnchorPointStraight1";
4305
4309
  export {
4306
4310
  IconVectorLogo,
4307
4311
  default as IconVectorLogoDefault,