@central-icons-react/square-filled-radius-0-stroke-2 1.1.54 → 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-2",
3
- "version": "1.1.54",
3
+ "version": "1.1.55",
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": 1620,
15
+ "totalIcons": 1621,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 62,
@@ -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",
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,