@central-icons-react-native/round-filled-radius-3-stroke-1 1.1.54 → 1.1.56
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/IconCalenderSparkle/index.d.ts +4 -0
- package/IconCalenderSparkle/index.js +2 -0
- package/IconCalenderSparkle/index.js.map +1 -0
- package/IconCalenderSparkle/index.mjs +2 -0
- package/IconCalenderSparkle/index.mjs.map +1 -0
- 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 +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!V.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var H={};x(H,{IconCalenderSparkle:()=>i,default:()=>g});module.exports=P(H);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),g=i;0&&(module.exports={IconCalenderSparkle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCalenderSparkle/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 IconCalenderSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderSparkle;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCalenderSparkle_exports","__export","IconCalenderSparkle","IconCalenderSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCalenderSparkle","props","React","CentralIconBase","IconCalenderSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(t,{d:"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z",fill:"currentColor"}),C.createElement(t,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),V=a;export{a as IconCalenderSparkle,V as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCalenderSparkle/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 IconCalenderSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderSparkle;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCalenderSparkle","props","React","CentralIconBase","IconCalenderSparkle_default"]}
|
|
@@ -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 7C9.70914 7 11.5 8.79086 11.5 11C11.5 13.2091 9.70914 15 7.5 15C5.29086 15 3.5 13.2091 3.5 11C3.5 8.79086 5.29086 7 7.5 7Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 5C10.8137 5 13.5 7.68629 13.5 11C13.5 12.4768 12.9649 13.8277 12.0801 14.873L15.3535 18.1465C15.5488 18.3417 15.5488 18.6583 15.3535 18.8535C15.1583 19.0488 14.8417 19.0488 14.6465 18.8535L11.373 15.5801C10.3277 16.4649 8.97681 17 7.5 17C4.18629 17 1.5 14.3137 1.5 11C1.5 7.68629 4.18629 5 7.5 5ZM7.5 6C4.73858 6 2.5 8.23858 2.5 11C2.5 13.7614 4.73858 16 7.5 16C10.2614 16 12.5 13.7614 12.5 11C12.5 8.23858 10.2614 6 7.5 6Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.6465 9.64648C21.8417 9.45122 22.1583 9.45122 22.3535 9.64648C22.5488 9.84175 22.5488 10.1583 22.3535 10.3535L19.8535 12.8535C19.6583 13.0488 19.3417 13.0488 19.1465 12.8535L16.6465 10.3535C16.4512 10.1583 16.4512 9.84175 16.6465 9.64648C16.8417 9.45122 17.1583 9.45122 17.3535 9.64648L19.5 11.793L21.6465 9.64648Z",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 7C9.70914 7 11.5 8.79086 11.5 11C11.5 13.2091 9.70914 15 7.5 15C5.29086 15 3.5 13.2091 3.5 11C3.5 8.79086 5.29086 7 7.5 7Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.5 5C10.8137 5 13.5 7.68629 13.5 11C13.5 12.4768 12.9649 13.8277 12.0801 14.873L15.3535 18.1465C15.5488 18.3417 15.5488 18.6583 15.3535 18.8535C15.1583 19.0488 14.8417 19.0488 14.6465 18.8535L11.373 15.5801C10.3277 16.4649 8.97681 17 7.5 17C4.18629 17 1.5 14.3137 1.5 11C1.5 7.68629 4.18629 5 7.5 5ZM7.5 6C4.73858 6 2.5 8.23858 2.5 11C2.5 13.7614 4.73858 16 7.5 16C10.2614 16 12.5 13.7614 12.5 11C12.5 8.23858 10.2614 6 7.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6465 9.64648C21.8417 9.45122 22.1583 9.45122 22.3535 9.64648C22.5488 9.84175 22.5488 10.1583 22.3535 10.3535L19.8535 12.8535C19.6583 13.0488 19.3417 13.0488 19.1465 12.8535L16.6465 10.3535C16.4512 10.1583 16.4512 9.84175 16.6465 9.64648C16.8417 9.45122 17.1583 9.45122 17.3535 9.64648L19.5 11.793L21.6465 9.64648Z\"\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,kIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+aACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gUACF,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 7C9.70914 7 11.5 8.79086 11.5 11C11.5 13.2091 9.70914 15 7.5 15C5.29086 15 3.5 13.2091 3.5 11C3.5 8.79086 5.29086 7 7.5 7Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 5C10.8137 5 13.5 7.68629 13.5 11C13.5 12.4768 12.9649 13.8277 12.0801 14.873L15.3535 18.1465C15.5488 18.3417 15.5488 18.6583 15.3535 18.8535C15.1583 19.0488 14.8417 19.0488 14.6465 18.8535L11.373 15.5801C10.3277 16.4649 8.97681 17 7.5 17C4.18629 17 1.5 14.3137 1.5 11C1.5 7.68629 4.18629 5 7.5 5ZM7.5 6C4.73858 6 2.5 8.23858 2.5 11C2.5 13.7614 4.73858 16 7.5 16C10.2614 16 12.5 13.7614 12.5 11C12.5 8.23858 10.2614 6 7.5 6Z",fill:"currentColor"}),o.createElement(C,{d:"M21.6465 9.64648C21.8417 9.45122 22.1583 9.45122 22.3535 9.64648C22.5488 9.84175 22.5488 10.1583 22.3535 10.3535L19.8535 12.8535C19.6583 13.0488 19.3417 13.0488 19.1465 12.8535L16.6465 10.3535C16.4512 10.1583 16.4512 9.84175 16.6465 9.64648C16.8417 9.45122 17.1583 9.45122 17.3535 9.64648L19.5 11.793L21.6465 9.64648Z",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 7C9.70914 7 11.5 8.79086 11.5 11C11.5 13.2091 9.70914 15 7.5 15C5.29086 15 3.5 13.2091 3.5 11C3.5 8.79086 5.29086 7 7.5 7Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.5 5C10.8137 5 13.5 7.68629 13.5 11C13.5 12.4768 12.9649 13.8277 12.0801 14.873L15.3535 18.1465C15.5488 18.3417 15.5488 18.6583 15.3535 18.8535C15.1583 19.0488 14.8417 19.0488 14.6465 18.8535L11.373 15.5801C10.3277 16.4649 8.97681 17 7.5 17C4.18629 17 1.5 14.3137 1.5 11C1.5 7.68629 4.18629 5 7.5 5ZM7.5 6C4.73858 6 2.5 8.23858 2.5 11C2.5 13.7614 4.73858 16 7.5 16C10.2614 16 12.5 13.7614 12.5 11C12.5 8.23858 10.2614 6 7.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6465 9.64648C21.8417 9.45122 22.1583 9.45122 22.3535 9.64648C22.5488 9.84175 22.5488 10.1583 22.3535 10.3535L19.8535 12.8535C19.6583 13.0488 19.3417 13.0488 19.1465 12.8535L16.6465 10.3535C16.4512 10.1583 16.4512 9.84175 16.6465 9.64648C16.8417 9.45122 17.1583 9.45122 17.3535 9.64648L19.5 11.793L21.6465 9.64648Z\"\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,kIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+aACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gUACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSearchOptions","props","React","CentralIconBase","IconSearchOptions_default"]}
|
package/README.md
CHANGED
|
@@ -154,6 +154,7 @@ Below is a complete list of available icons:
|
|
|
154
154
|
- IconBroomSparkle
|
|
155
155
|
- IconBubbleSparkle
|
|
156
156
|
- IconBubbleWideSparkle
|
|
157
|
+
- IconCalenderSparkle
|
|
157
158
|
- IconClipboard2Sparkle
|
|
158
159
|
- IconCloudySparkle
|
|
159
160
|
- IconConsoleSparkle
|
|
@@ -1002,6 +1003,7 @@ Below is a complete list of available icons:
|
|
|
1002
1003
|
- IconQuickSearch
|
|
1003
1004
|
- IconReview
|
|
1004
1005
|
- IconSearchMenu
|
|
1006
|
+
- IconSearchOptions
|
|
1005
1007
|
- IconShapesPlusXSquareCircle
|
|
1006
1008
|
- IconShareAndroid
|
|
1007
1009
|
- IconShareOs
|
package/filtered-icons.json
CHANGED
|
@@ -4522,6 +4522,20 @@
|
|
|
4522
4522
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
4523
4523
|
"componentName": "IconCalenderRemove"
|
|
4524
4524
|
},
|
|
4525
|
+
{
|
|
4526
|
+
"category": "AI & Magic",
|
|
4527
|
+
"svg": "<path d=\"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z\" fill=\"currentColor\"/><path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
|
|
4528
|
+
"iconName": "calender-sparkle, date, plan",
|
|
4529
|
+
"variant": {
|
|
4530
|
+
"join": "round",
|
|
4531
|
+
"filled": "on",
|
|
4532
|
+
"radius": "3",
|
|
4533
|
+
"stroke": "1"
|
|
4534
|
+
},
|
|
4535
|
+
"createdAt": "2025-12-03T18:02:10.565319+00:00",
|
|
4536
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
4537
|
+
"componentName": "IconCalenderSparkle"
|
|
4538
|
+
},
|
|
4525
4539
|
{
|
|
4526
4540
|
"category": "Time & Date",
|
|
4527
4541
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6.5C3 4.567 4.567 3 6.5 3H17.5C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5ZM20 8H4V17.5C4 18.8807 5.11929 20 6.5 20H17.5C18.8807 20 20 18.8807 20 17.5V8ZM9.5 14C9.5 12.6193 10.6193 11.5 12 11.5C13.3807 11.5 14.5 12.6193 14.5 14C14.5 15.3807 13.3807 16.5 12 16.5C10.6193 16.5 9.5 15.3807 9.5 14Z\" fill=\"currentColor\"/>",
|
|
@@ -17556,6 +17570,20 @@
|
|
|
17556
17570
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
17557
17571
|
"componentName": "IconSearchMenu"
|
|
17558
17572
|
},
|
|
17573
|
+
{
|
|
17574
|
+
"category": "Interface General",
|
|
17575
|
+
"svg": "<path d=\"M7.5 7C9.70914 7 11.5 8.79086 11.5 11C11.5 13.2091 9.70914 15 7.5 15C5.29086 15 3.5 13.2091 3.5 11C3.5 8.79086 5.29086 7 7.5 7Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.5 5C10.8137 5 13.5 7.68629 13.5 11C13.5 12.4768 12.9649 13.8277 12.0801 14.873L15.3535 18.1465C15.5488 18.3417 15.5488 18.6583 15.3535 18.8535C15.1583 19.0488 14.8417 19.0488 14.6465 18.8535L11.373 15.5801C10.3277 16.4649 8.97681 17 7.5 17C4.18629 17 1.5 14.3137 1.5 11C1.5 7.68629 4.18629 5 7.5 5ZM7.5 6C4.73858 6 2.5 8.23858 2.5 11C2.5 13.7614 4.73858 16 7.5 16C10.2614 16 12.5 13.7614 12.5 11C12.5 8.23858 10.2614 6 7.5 6Z\" fill=\"currentColor\"/><path d=\"M21.6465 9.64648C21.8417 9.45122 22.1583 9.45122 22.3535 9.64648C22.5488 9.84175 22.5488 10.1583 22.3535 10.3535L19.8535 12.8535C19.6583 13.0488 19.3417 13.0488 19.1465 12.8535L16.6465 10.3535C16.4512 10.1583 16.4512 9.84175 16.6465 9.64648C16.8417 9.45122 17.1583 9.45122 17.3535 9.64648L19.5 11.793L21.6465 9.64648Z\" fill=\"currentColor\"/>",
|
|
17576
|
+
"iconName": "search-options, settings",
|
|
17577
|
+
"variant": {
|
|
17578
|
+
"join": "round",
|
|
17579
|
+
"filled": "on",
|
|
17580
|
+
"radius": "3",
|
|
17581
|
+
"stroke": "1"
|
|
17582
|
+
},
|
|
17583
|
+
"createdAt": "2025-12-03T14:01:43.586129+00:00",
|
|
17584
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
17585
|
+
"componentName": "IconSearchOptions"
|
|
17586
|
+
},
|
|
17559
17587
|
{
|
|
17560
17588
|
"category": "Crypto",
|
|
17561
17589
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 7.5C2 5.567 3.567 4 5.5 4H18.5C20.433 4 22 5.567 22 7.5V16.5C22 18.433 20.433 20 18.5 20H5.5C3.567 20 2 18.433 2 16.5V7.5ZM6 8.5C6 8.22386 6.22386 8 6.5 8H10.5C10.7761 8 11 8.22386 11 8.5C11 8.77614 10.7761 9 10.5 9H6.5C6.22386 9 6 8.77614 6 8.5ZM13.5 8C13.2239 8 13 8.22386 13 8.5C13 8.77614 13.2239 9 13.5 9H17.5C17.7761 9 18 8.77614 18 8.5C18 8.22386 17.7761 8 17.5 8H13.5ZM6 12C6 11.7239 6.22386 11.5 6.5 11.5H10.5C10.7761 11.5 11 11.7239 11 12C11 12.2761 10.7761 12.5 10.5 12.5H6.5C6.22386 12.5 6 12.2761 6 12ZM13.5 11.5C13.2239 11.5 13 11.7239 13 12C13 12.2761 13.2239 12.5 13.5 12.5H17.5C17.7761 12.5 18 12.2761 18 12C18 11.7239 17.7761 11.5 17.5 11.5H13.5ZM6 15.5C6 15.2239 6.22386 15 6.5 15H10.5C10.7761 15 11 15.2239 11 15.5C11 15.7761 10.7761 16 10.5 16H6.5C6.22386 16 6 15.7761 6 15.5ZM13.5 15C13.2239 15 13 15.2239 13 15.5C13 15.7761 13.2239 16 13.5 16H17.5C17.7761 16 18 15.7761 18 15.5C18 15.2239 17.7761 15 17.5 15H13.5Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -322,6 +322,7 @@ export type CentralIconName =
|
|
|
322
322
|
| "IconCalenderAdd"
|
|
323
323
|
| "IconCalenderNextWeek"
|
|
324
324
|
| "IconCalenderRemove"
|
|
325
|
+
| "IconCalenderSparkle"
|
|
325
326
|
| "IconCalenderToday"
|
|
326
327
|
| "IconCalenderTomorrow"
|
|
327
328
|
| "IconCall"
|
|
@@ -1253,6 +1254,7 @@ export type CentralIconName =
|
|
|
1253
1254
|
| "IconSearchIntelligence"
|
|
1254
1255
|
| "IconSearchlinesSparkle"
|
|
1255
1256
|
| "IconSearchMenu"
|
|
1257
|
+
| "IconSearchOptions"
|
|
1256
1258
|
| "IconSecretPhrase"
|
|
1257
1259
|
| "IconSend"
|
|
1258
1260
|
| "IconServer"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.56",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1622,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 63,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBag2Sparkle",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"IconBroomSparkle",
|
|
25
25
|
"IconBubbleSparkle",
|
|
26
26
|
"IconBubbleWideSparkle",
|
|
27
|
+
"IconCalenderSparkle",
|
|
27
28
|
"IconClipboard2Sparkle",
|
|
28
29
|
"IconCloudySparkle",
|
|
29
30
|
"IconConsoleSparkle",
|
|
@@ -781,7 +782,7 @@
|
|
|
781
782
|
]
|
|
782
783
|
},
|
|
783
784
|
"Interface General": {
|
|
784
|
-
"count":
|
|
785
|
+
"count": 173,
|
|
785
786
|
"icons": [
|
|
786
787
|
"IconAnchor1",
|
|
787
788
|
"IconAnchor2",
|
|
@@ -906,6 +907,7 @@
|
|
|
906
907
|
"IconQuickSearch",
|
|
907
908
|
"IconReview",
|
|
908
909
|
"IconSearchMenu",
|
|
910
|
+
"IconSearchOptions",
|
|
909
911
|
"IconShapesPlusXSquareCircle",
|
|
910
912
|
"IconShareAndroid",
|
|
911
913
|
"IconShareOs",
|
|
@@ -2133,6 +2135,7 @@
|
|
|
2133
2135
|
"IconCalenderAdd": "calender-add, date-add",
|
|
2134
2136
|
"IconCalenderNextWeek": "calender-next-week",
|
|
2135
2137
|
"IconCalenderRemove": "calender-remove, date-remove",
|
|
2138
|
+
"IconCalenderSparkle": "calender-sparkle, date, plan",
|
|
2136
2139
|
"IconCalenderToday": "calender-today",
|
|
2137
2140
|
"IconCalenderTomorrow": "calender-tomorrow",
|
|
2138
2141
|
"IconCall": "call, phone",
|
|
@@ -3064,6 +3067,7 @@
|
|
|
3064
3067
|
"IconSearchIntelligence": "search-intelligence, search-ai",
|
|
3065
3068
|
"IconSearchlinesSparkle": "search lines-sparkle, magnifier, document, list, page, file",
|
|
3066
3069
|
"IconSearchMenu": "search-menu, list-search",
|
|
3070
|
+
"IconSearchOptions": "search-options, settings",
|
|
3067
3071
|
"IconSecretPhrase": "secret-phrase, code, private-phrase",
|
|
3068
3072
|
"IconSend": "send, email, paper-plane, arrow",
|
|
3069
3073
|
"IconServer": "server, data, storage",
|
package/index.d.ts
CHANGED
|
@@ -321,6 +321,7 @@ export { IconCalender5, default as IconCalender5Default, } from "./IconCalender5
|
|
|
321
321
|
export { IconCalenderAdd, default as IconCalenderAddDefault, } from "./IconCalenderAdd";
|
|
322
322
|
export { IconCalenderNextWeek, default as IconCalenderNextWeekDefault, } from "./IconCalenderNextWeek";
|
|
323
323
|
export { IconCalenderRemove, default as IconCalenderRemoveDefault, } from "./IconCalenderRemove";
|
|
324
|
+
export { IconCalenderSparkle, default as IconCalenderSparkleDefault, } from "./IconCalenderSparkle";
|
|
324
325
|
export { IconCalenderToday, default as IconCalenderTodayDefault, } from "./IconCalenderToday";
|
|
325
326
|
export { IconCalenderTomorrow, default as IconCalenderTomorrowDefault, } from "./IconCalenderTomorrow";
|
|
326
327
|
export { IconCall, default as IconCallDefault } from "./IconCall";
|
|
@@ -1251,6 +1252,7 @@ export { IconScript2, default as IconScript2Default } from "./IconScript2";
|
|
|
1251
1252
|
export { IconSdCard, default as IconSdCardDefault } from "./IconSdCard";
|
|
1252
1253
|
export { IconSearchIntelligence, default as IconSearchIntelligenceDefault, } from "./IconSearchIntelligence";
|
|
1253
1254
|
export { IconSearchMenu, default as IconSearchMenuDefault, } from "./IconSearchMenu";
|
|
1255
|
+
export { IconSearchOptions, default as IconSearchOptionsDefault, } from "./IconSearchOptions";
|
|
1254
1256
|
export { IconSearchlinesSparkle, default as IconSearchlinesSparkleDefault, } from "./IconSearchlinesSparkle";
|
|
1255
1257
|
export { IconSecretPhrase, default as IconSecretPhraseDefault, } from "./IconSecretPhrase";
|
|
1256
1258
|
export { IconSend, default as IconSendDefault } from "./IconSend";
|