@central-icons-react-native/square-outlined-radius-0-stroke-1 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSearchOptions: FC<CentralIconBaseProps>;
4
+ export default IconSearchOptions;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(x(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>C(p({},"__esModule",{value:!0}),r);var d={};g(d,{IconSearchOptions:()=>i,default:()=>L});module.exports=k(d);var n=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),i=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M7.5 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M15 18.5L11.5 15",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M17 10L19.5 12.5L22 10",stroke:"currentColor",strokeLinecap:"square"})),L=i;0&&(module.exports={IconSearchOptions});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSearchOptions/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSearchOptions: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M15 18.5L11.5 15\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M17 10L19.5 12.5L22 10\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSearchOptions;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qIACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,cAAc,SAAS,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconSearchOptions_exports","__export","IconSearchOptions","IconSearchOptions_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSearchOptions","props","React","CentralIconBase","IconSearchOptions_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M7.5 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M15 18.5L11.5 15",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M17 10L19.5 12.5L22 10",stroke:"currentColor",strokeLinecap:"square"})),P=C;export{C as IconSearchOptions,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSearchOptions/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSearchOptions: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M15 18.5L11.5 15\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M17 10L19.5 12.5L22 10\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSearchOptions;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qIACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,OAAO,eAAe,cAAc,SAAS,EACxEG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSearchOptions","props","React","CentralIconBase","IconSearchOptions_default"]}
package/README.md CHANGED
@@ -1002,6 +1002,7 @@ Below is a complete list of available icons:
1002
1002
  - IconQuickSearch
1003
1003
  - IconReview
1004
1004
  - IconSearchMenu
1005
+ - IconSearchOptions
1005
1006
  - IconShapesPlusXSquareCircle
1006
1007
  - IconShareAndroid
1007
1008
  - IconShareOs
@@ -17556,6 +17556,20 @@
17556
17556
  "packageName": "square-outlined-radius-0-stroke-1",
17557
17557
  "componentName": "IconSearchMenu"
17558
17558
  },
17559
+ {
17560
+ "category": "Interface General",
17561
+ "svg": "<path d=\"M7.5 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M15 18.5L11.5 15\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M17 10L19.5 12.5L22 10\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
17562
+ "iconName": "search-options, settings",
17563
+ "variant": {
17564
+ "join": "square",
17565
+ "filled": "off",
17566
+ "radius": "0",
17567
+ "stroke": "1"
17568
+ },
17569
+ "createdAt": "2025-12-03T14:01:43.586129+00:00",
17570
+ "packageName": "square-outlined-radius-0-stroke-1",
17571
+ "componentName": "IconSearchOptions"
17572
+ },
17559
17573
  {
17560
17574
  "category": "Crypto",
17561
17575
  "svg": "<path d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M6.5 8.5L10.5 8.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 8.5H17.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M6.5 12L10.5 12\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 12H17.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M6.5 15.5L10.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 15.5H17.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
package/icons/index.d.ts CHANGED
@@ -1253,6 +1253,7 @@ export type CentralIconName =
1253
1253
  | "IconSearchIntelligence"
1254
1254
  | "IconSearchlinesSparkle"
1255
1255
  | "IconSearchMenu"
1256
+ | "IconSearchOptions"
1256
1257
  | "IconSecretPhrase"
1257
1258
  | "IconSend"
1258
1259
  | "IconServer"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.54",
3
+ "version": "1.1.55",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1620,
14
+ "totalIcons": 1621,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 62,
@@ -781,7 +781,7 @@
781
781
  ]
782
782
  },
783
783
  "Interface General": {
784
- "count": 172,
784
+ "count": 173,
785
785
  "icons": [
786
786
  "IconAnchor1",
787
787
  "IconAnchor2",
@@ -906,6 +906,7 @@
906
906
  "IconQuickSearch",
907
907
  "IconReview",
908
908
  "IconSearchMenu",
909
+ "IconSearchOptions",
909
910
  "IconShapesPlusXSquareCircle",
910
911
  "IconShareAndroid",
911
912
  "IconShareOs",
@@ -3064,6 +3065,7 @@
3064
3065
  "IconSearchIntelligence": "search-intelligence, search-ai",
3065
3066
  "IconSearchlinesSparkle": "search lines-sparkle, magnifier, document, list, page, file",
3066
3067
  "IconSearchMenu": "search-menu, list-search",
3068
+ "IconSearchOptions": "search-options, settings",
3067
3069
  "IconSecretPhrase": "secret-phrase, code, private-phrase",
3068
3070
  "IconSend": "send, email, paper-plane, arrow",
3069
3071
  "IconServer": "server, data, storage",
package/index.d.ts CHANGED
@@ -1251,6 +1251,7 @@ export { IconScript2, default as IconScript2Default } from "./IconScript2";
1251
1251
  export { IconSdCard, default as IconSdCardDefault } from "./IconSdCard";
1252
1252
  export { IconSearchIntelligence, default as IconSearchIntelligenceDefault, } from "./IconSearchIntelligence";
1253
1253
  export { IconSearchMenu, default as IconSearchMenuDefault, } from "./IconSearchMenu";
1254
+ export { IconSearchOptions, default as IconSearchOptionsDefault, } from "./IconSearchOptions";
1254
1255
  export { IconSearchlinesSparkle, default as IconSearchlinesSparkleDefault, } from "./IconSearchlinesSparkle";
1255
1256
  export { IconSecretPhrase, default as IconSecretPhraseDefault, } from "./IconSecretPhrase";
1256
1257
  export { IconSend, default as IconSendDefault } from "./IconSend";