@central-icons-react-native/square-filled-radius-0-stroke-1.5 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCalenderSparkle: FC<CentralIconBaseProps>;
4
+ export default IconCalenderSparkle;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=i(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?c(B(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(n({},"__esModule",{value:!0}),r);var g={};L(g,{IconCalenderSparkle:()=>V,default:()=>P});module.exports=x(g);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),H=({children:r,size:o=24,...e})=>s.default.createElement(f.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"),V=r=>p.default.createElement(H,{...r},p.default.createElement(l.Path,{d:"M8.5 2H7V4H3V21H12.5V19.5H4.5V10H19.5V12.5H21V4H17V2H15.5V4H8.5V2Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),P=V;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.5 2H7V4H3V21H12.5V19.5H4.5V10H19.5V12.5H21V4H17V2H15.5V4H8.5V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\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,qEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,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 e from"react";import l from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(a,{...p,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 n}from"react-native-svg";var C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M8.5 2H7V4H3V21H12.5V19.5H4.5V10H19.5V12.5H21V4H17V2H15.5V4H8.5V2Z",fill:"currentColor"}),e.createElement(n,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),I=C;export{C as IconCalenderSparkle,I 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.5 2H7V4H3V21H12.5V19.5H4.5V10H19.5V12.5H21V4H17V2H15.5V4H8.5V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\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,qEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCalenderSparkle","props","React","CentralIconBase","IconCalenderSparkle_default"]}
@@ -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 C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!I.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var g={};v(g,{IconSearchOptions:()=>i,default:()=>P});module.exports=x(g);var t=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=>t.default.createElement(c,{...r},t.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"}),t.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.8555L16.0605 18.5L15 19.5605L11.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"}),t.default.createElement(l.Path,{d:"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z",fill:"currentColor"})),P=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.8555L16.0605 18.5L15 19.5605L11.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=\"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z\"\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,6YACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,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 t=({children:e,size:r=24,...C})=>l.createElement(p,{...C,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 n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(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",fill:"currentColor"}),o.createElement(n,{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.8555L16.0605 18.5L15 19.5605L11.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(n,{d:"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z",fill:"currentColor"})),I=a;export{a as IconSearchOptions,I 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.8555L16.0605 18.5L15 19.5605L11.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=\"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z\"\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,6YACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,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
@@ -4522,6 +4522,20 @@
4522
4522
  "packageName": "square-filled-radius-0-stroke-1.5",
4523
4523
  "componentName": "IconCalenderRemove"
4524
4524
  },
4525
+ {
4526
+ "category": "AI & Magic",
4527
+ "svg": "<path d=\"M8.5 2H7V4H3V21H12.5V19.5H4.5V10H19.5V12.5H21V4H17V2H15.5V4H8.5V2Z\" fill=\"currentColor\"/><path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
4528
+ "iconName": "calender-sparkle, date, plan",
4529
+ "variant": {
4530
+ "join": "square",
4531
+ "filled": "on",
4532
+ "radius": "0",
4533
+ "stroke": "1.5"
4534
+ },
4535
+ "createdAt": "2025-12-03T18:02:10.565319+00:00",
4536
+ "packageName": "square-filled-radius-0-stroke-1.5",
4537
+ "componentName": "IconCalenderSparkle"
4538
+ },
4525
4539
  {
4526
4540
  "category": "Time & Date",
4527
4541
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3H21V21H3V3ZM19.5 8H4.5V19.5H19.5V8ZM9.5 13.75C9.5 12.3693 10.6193 11.25 12 11.25C13.3807 11.25 14.5 12.3693 14.5 13.75C14.5 15.1307 13.3807 16.25 12 16.25C10.6193 16.25 9.5 15.1307 9.5 13.75Z\" fill=\"currentColor\"/>",
@@ -17556,6 +17570,20 @@
17556
17570
  "packageName": "square-filled-radius-0-stroke-1.5",
17557
17571
  "componentName": "IconSearchMenu"
17558
17572
  },
17573
+ {
17574
+ "category": "Interface General",
17575
+ "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.8555L16.0605 18.5L15 19.5605L11.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=\"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z\" fill=\"currentColor\"/>",
17576
+ "iconName": "search-options, settings",
17577
+ "variant": {
17578
+ "join": "square",
17579
+ "filled": "on",
17580
+ "radius": "0",
17581
+ "stroke": "1.5"
17582
+ },
17583
+ "createdAt": "2025-12-03T14:01:43.586129+00:00",
17584
+ "packageName": "square-filled-radius-0-stroke-1.5",
17585
+ "componentName": "IconSearchOptions"
17586
+ },
17559
17587
  {
17560
17588
  "category": "Crypto",
17561
17589
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4H22V20H2V4ZM6 8H11V9.5H6V8ZM13 8V9.5H18V8H13ZM6 11.25H11V12.75H6V11.25ZM13 11.25V12.75H18V11.25H13ZM6 14.5H11V16H6V14.5ZM13 14.5V16H18V14.5H13Z\" 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/square-filled-radius-0-stroke-1.5",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/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": 1620,
14
+ "totalIcons": 1622,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 62,
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": 172,
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";