@central-icons-react-native/round-filled-radius-2-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/IconSearchOptions/index.d.ts +4 -0
- package/IconSearchOptions/index.js +2 -0
- package/IconSearchOptions/index.js.map +1 -0
- package/IconSearchOptions/index.mjs +2 -0
- package/IconSearchOptions/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -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.5C11.0899 4.5 14 7.41015 14 11C14 12.434 13.5336 13.7581 12.7471 14.833L15.707 17.793C16.0976 18.1835 16.0976 18.8165 15.707 19.207C15.3165 19.5976 14.6835 19.5976 14.293 19.207L11.333 16.2471C10.2581 17.0336 8.93401 17.5 7.5 17.5C3.91015 17.5 1 14.5899 1 11C1 7.41015 3.91015 4.5 7.5 4.5ZM7.5 6.5C5.01472 6.5 3 8.51472 3 11C3 13.4853 5.01472 15.5 7.5 15.5C9.98528 15.5 12 13.4853 12 11C12 8.51472 9.98528 6.5 7.5 6.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.293 9.29297C21.6835 8.90244 22.3165 8.90244 22.707 9.29297C23.0976 9.68349 23.0976 10.3165 22.707 10.707L20.207 13.207C19.8165 13.5976 19.1835 13.5976 18.793 13.207L16.293 10.707C15.9024 10.3165 15.9024 9.68349 16.293 9.29297C16.6835 8.90244 17.3165 8.90244 17.707 9.29297L19.5 11.0859L21.293 9.29297Z",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.5C11.0899 4.5 14 7.41015 14 11C14 12.434 13.5336 13.7581 12.7471 14.833L15.707 17.793C16.0976 18.1835 16.0976 18.8165 15.707 19.207C15.3165 19.5976 14.6835 19.5976 14.293 19.207L11.333 16.2471C10.2581 17.0336 8.93401 17.5 7.5 17.5C3.91015 17.5 1 14.5899 1 11C1 7.41015 3.91015 4.5 7.5 4.5ZM7.5 6.5C5.01472 6.5 3 8.51472 3 11C3 13.4853 5.01472 15.5 7.5 15.5C9.98528 15.5 12 13.4853 12 11C12 8.51472 9.98528 6.5 7.5 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.293 9.29297C21.6835 8.90244 22.3165 8.90244 22.707 9.29297C23.0976 9.68349 23.0976 10.3165 22.707 10.707L20.207 13.207C19.8165 13.5976 19.1835 13.5976 18.793 13.207L16.293 10.707C15.9024 10.3165 15.9024 9.68349 16.293 9.29297C16.6835 8.90244 17.3165 8.90244 17.707 9.29297L19.5 11.0859L21.293 9.29297Z\"\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,4aACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oTACF,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.5C11.0899 4.5 14 7.41015 14 11C14 12.434 13.5336 13.7581 12.7471 14.833L15.707 17.793C16.0976 18.1835 16.0976 18.8165 15.707 19.207C15.3165 19.5976 14.6835 19.5976 14.293 19.207L11.333 16.2471C10.2581 17.0336 8.93401 17.5 7.5 17.5C3.91015 17.5 1 14.5899 1 11C1 7.41015 3.91015 4.5 7.5 4.5ZM7.5 6.5C5.01472 6.5 3 8.51472 3 11C3 13.4853 5.01472 15.5 7.5 15.5C9.98528 15.5 12 13.4853 12 11C12 8.51472 9.98528 6.5 7.5 6.5Z",fill:"currentColor"}),o.createElement(C,{d:"M21.293 9.29297C21.6835 8.90244 22.3165 8.90244 22.707 9.29297C23.0976 9.68349 23.0976 10.3165 22.707 10.707L20.207 13.207C19.8165 13.5976 19.1835 13.5976 18.793 13.207L16.293 10.707C15.9024 10.3165 15.9024 9.68349 16.293 9.29297C16.6835 8.90244 17.3165 8.90244 17.707 9.29297L19.5 11.0859L21.293 9.29297Z",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.5C11.0899 4.5 14 7.41015 14 11C14 12.434 13.5336 13.7581 12.7471 14.833L15.707 17.793C16.0976 18.1835 16.0976 18.8165 15.707 19.207C15.3165 19.5976 14.6835 19.5976 14.293 19.207L11.333 16.2471C10.2581 17.0336 8.93401 17.5 7.5 17.5C3.91015 17.5 1 14.5899 1 11C1 7.41015 3.91015 4.5 7.5 4.5ZM7.5 6.5C5.01472 6.5 3 8.51472 3 11C3 13.4853 5.01472 15.5 7.5 15.5C9.98528 15.5 12 13.4853 12 11C12 8.51472 9.98528 6.5 7.5 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.293 9.29297C21.6835 8.90244 22.3165 8.90244 22.707 9.29297C23.0976 9.68349 23.0976 10.3165 22.707 10.707L20.207 13.207C19.8165 13.5976 19.1835 13.5976 18.793 13.207L16.293 10.707C15.9024 10.3165 15.9024 9.68349 16.293 9.29297C16.6835 8.90244 17.3165 8.90244 17.707 9.29297L19.5 11.0859L21.293 9.29297Z\"\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,4aACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oTACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSearchOptions","props","React","CentralIconBase","IconSearchOptions_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -17556,6 +17556,20 @@
|
|
|
17556
17556
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
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.5C11.0899 4.5 14 7.41015 14 11C14 12.434 13.5336 13.7581 12.7471 14.833L15.707 17.793C16.0976 18.1835 16.0976 18.8165 15.707 19.207C15.3165 19.5976 14.6835 19.5976 14.293 19.207L11.333 16.2471C10.2581 17.0336 8.93401 17.5 7.5 17.5C3.91015 17.5 1 14.5899 1 11C1 7.41015 3.91015 4.5 7.5 4.5ZM7.5 6.5C5.01472 6.5 3 8.51472 3 11C3 13.4853 5.01472 15.5 7.5 15.5C9.98528 15.5 12 13.4853 12 11C12 8.51472 9.98528 6.5 7.5 6.5Z\" fill=\"currentColor\"/><path d=\"M21.293 9.29297C21.6835 8.90244 22.3165 8.90244 22.707 9.29297C23.0976 9.68349 23.0976 10.3165 22.707 10.707L20.207 13.207C19.8165 13.5976 19.1835 13.5976 18.793 13.207L16.293 10.707C15.9024 10.3165 15.9024 9.68349 16.293 9.29297C16.6835 8.90244 17.3165 8.90244 17.707 9.29297L19.5 11.0859L21.293 9.29297Z\" fill=\"currentColor\"/>",
|
|
17562
|
+
"iconName": "search-options, settings",
|
|
17563
|
+
"variant": {
|
|
17564
|
+
"join": "round",
|
|
17565
|
+
"filled": "on",
|
|
17566
|
+
"radius": "2",
|
|
17567
|
+
"stroke": "2"
|
|
17568
|
+
},
|
|
17569
|
+
"createdAt": "2025-12-03T14:01:43.586129+00:00",
|
|
17570
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
17571
|
+
"componentName": "IconSearchOptions"
|
|
17572
|
+
},
|
|
17559
17573
|
{
|
|
17560
17574
|
"category": "Crypto",
|
|
17561
17575
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 7C2 5.34315 3.34315 4 5 4H19C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7ZM6 9C6 8.44772 6.44772 8 7 8H10C10.5523 8 11 8.44772 11 9C11 9.55228 10.5523 10 10 10H7C6.44772 10 6 9.55228 6 9ZM14 8C13.4477 8 13 8.44772 13 9C13 9.55228 13.4477 10 14 10H17C17.5523 10 18 9.55228 18 9C18 8.44772 17.5523 8 17 8H14ZM6 12C6 11.4477 6.44772 11 7 11H10C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H7C6.44772 13 6 12.5523 6 12ZM14 11C13.4477 11 13 11.4477 13 12C13 12.5523 13.4477 13 14 13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H14ZM6 15C6 14.4477 6.44772 14 7 14H10C10.5523 14 11 14.4477 11 15C11 15.5523 10.5523 16 10 16H7C6.44772 16 6 15.5523 6 15ZM14 14C13.4477 14 13 14.4477 13 15C13 15.5523 13.4477 16 14 16H17C17.5523 16 18 15.5523 18 15C18 14.4477 17.5523 14 17 14H14Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.55",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/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":
|
|
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":
|
|
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";
|