@central-icons-react-native/round-filled-radius-0-stroke-1.5 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 u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!v.call(r,C)&&C!==e&&t(r,C,{get:()=>o[C],enumerable:!(p=d(o,C))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var L={};x(L,{IconSearchOptions:()=>i,default:()=>g});module.exports=P(L);var n=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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 l=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L15.5303 17.9697C15.8232 18.2626 15.8232 18.7374 15.5303 19.0303C15.2374 19.3232 14.7626 19.3232 14.4697 19.0303L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.4697 9.46973C21.7626 9.17683 22.2374 9.17683 22.5303 9.46973C22.8232 9.76262 22.8232 10.2374 22.5303 10.5303L20.0303 13.0303C19.7374 13.3232 19.2626 13.3232 18.9697 13.0303L16.4697 10.5303C16.1768 10.2374 16.1768 9.76262 16.4697 9.46973C16.7626 9.17683 17.2374 9.17683 17.5303 9.46973L19.5 11.4395L21.4697 9.46973Z",fill:"currentColor"})),g=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 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L15.5303 17.9697C15.8232 18.2626 15.8232 18.7374 15.5303 19.0303C15.2374 19.3232 14.7626 19.3232 14.4697 19.0303L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4697 9.46973C21.7626 9.17683 22.2374 9.17683 22.5303 9.46973C22.8232 9.76262 22.8232 10.2374 22.5303 10.5303L20.0303 13.0303C19.7374 13.3232 19.2626 13.3232 18.9697 13.0303L16.4697 10.5303C16.1768 10.2374 16.1768 9.76262 16.4697 9.46973C16.7626 9.17683 17.2374 9.17683 17.5303 9.46973L19.5 11.4395L21.4697 9.46973Z\"\n fill=\"currentColor\"\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,sHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qeACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iUACF,KAAK,eACP,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 l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,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 C}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(C,{d:"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L15.5303 17.9697C15.8232 18.2626 15.8232 18.7374 15.5303 19.0303C15.2374 19.3232 14.7626 19.3232 14.4697 19.0303L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z",fill:"currentColor"}),o.createElement(C,{d:"M21.4697 9.46973C21.7626 9.17683 22.2374 9.17683 22.5303 9.46973C22.8232 9.76262 22.8232 10.2374 22.5303 10.5303L20.0303 13.0303C19.7374 13.3232 19.2626 13.3232 18.9697 13.0303L16.4697 10.5303C16.1768 10.2374 16.1768 9.76262 16.4697 9.46973C16.7626 9.17683 17.2374 9.17683 17.5303 9.46973L19.5 11.4395L21.4697 9.46973Z",fill:"currentColor"})),v=a;export{a as IconSearchOptions,v 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 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L15.5303 17.9697C15.8232 18.2626 15.8232 18.7374 15.5303 19.0303C15.2374 19.3232 14.7626 19.3232 14.4697 19.0303L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4697 9.46973C21.7626 9.17683 22.2374 9.17683 22.5303 9.46973C22.8232 9.76262 22.8232 10.2374 22.5303 10.5303L20.0303 13.0303C19.7374 13.3232 19.2626 13.3232 18.9697 13.0303L16.4697 10.5303C16.1768 10.2374 16.1768 9.76262 16.4697 9.46973C16.7626 9.17683 17.2374 9.17683 17.5303 9.46973L19.5 11.4395L21.4697 9.46973Z\"\n fill=\"currentColor\"\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,sHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qeACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iUACF,KAAK,eACP,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": "round-filled-radius-0-stroke-1.5",
17557
17557
  "componentName": "IconSearchMenu"
17558
17558
  },
17559
+ {
17560
+ "category": "Interface General",
17561
+ "svg": "<path d=\"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L15.5303 17.9697C15.8232 18.2626 15.8232 18.7374 15.5303 19.0303C15.2374 19.3232 14.7626 19.3232 14.4697 19.0303L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z\" fill=\"currentColor\"/><path d=\"M21.4697 9.46973C21.7626 9.17683 22.2374 9.17683 22.5303 9.46973C22.8232 9.76262 22.8232 10.2374 22.5303 10.5303L20.0303 13.0303C19.7374 13.3232 19.2626 13.3232 18.9697 13.0303L16.4697 10.5303C16.1768 10.2374 16.1768 9.76262 16.4697 9.46973C16.7626 9.17683 17.2374 9.17683 17.5303 9.46973L19.5 11.4395L21.4697 9.46973Z\" fill=\"currentColor\"/>",
17562
+ "iconName": "search-options, settings",
17563
+ "variant": {
17564
+ "join": "round",
17565
+ "filled": "on",
17566
+ "radius": "0",
17567
+ "stroke": "1.5"
17568
+ },
17569
+ "createdAt": "2025-12-03T14:01:43.586129+00:00",
17570
+ "packageName": "round-filled-radius-0-stroke-1.5",
17571
+ "componentName": "IconSearchOptions"
17572
+ },
17559
17573
  {
17560
17574
  "category": "Crypto",
17561
17575
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4.75C2 4.33579 2.33579 4 2.75 4H21.25C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75ZM6 8.75C6 8.33579 6.33579 8 6.75 8H10.25C10.6642 8 11 8.33579 11 8.75C11 9.16421 10.6642 9.5 10.25 9.5H6.75C6.33579 9.5 6 9.16421 6 8.75ZM13.75 8C13.3358 8 13 8.33579 13 8.75C13 9.16421 13.3358 9.5 13.75 9.5H17.25C17.6642 9.5 18 9.16421 18 8.75C18 8.33579 17.6642 8 17.25 8H13.75ZM6 12C6 11.5858 6.33579 11.25 6.75 11.25H10.25C10.6642 11.25 11 11.5858 11 12C11 12.4142 10.6642 12.75 10.25 12.75H6.75C6.33579 12.75 6 12.4142 6 12ZM13.75 11.25C13.3358 11.25 13 11.5858 13 12C13 12.4142 13.3358 12.75 13.75 12.75H17.25C17.6642 12.75 18 12.4142 18 12C18 11.5858 17.6642 11.25 17.25 11.25H13.75ZM6 15.25C6 14.8358 6.33579 14.5 6.75 14.5H10.25C10.6642 14.5 11 14.8358 11 15.25C11 15.6642 10.6642 16 10.25 16H6.75C6.33579 16 6 15.6642 6 15.25ZM13.75 14.5C13.3358 14.5 13 14.8358 13 15.25C13 15.6642 13.3358 16 13.75 16H17.25C17.6642 16 18 15.6642 18 15.25C18 14.8358 17.6642 14.5 17.25 14.5H13.75Z\" fill=\"currentColor\"/>",
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/round-filled-radius-0-stroke-1.5",
3
- "version": "1.1.54",
3
+ "version": "1.1.55",
4
4
  "style": "round-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1.5/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";