@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.182 → 1.1.184

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 Icon3dPackage2: FC<CentralIconBaseProps>;
4
+ export default Icon3dPackage2;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},C=(r,o,n,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(L=u(o,e))||L.enumerable});return r};var a=(r,o,n)=>(n=r!=null?i(I(r)):{},C(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>C(p({},"__esModule",{value:!0}),r);var V={};d(V,{Icon3dPackage2:()=>c,default:()=>x});module.exports=g(V);var t=a(require("react"));var f=a(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...n})=>f.default.createElement(m.Svg,{...n,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"),c=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{d:"M11.502 12.2881V22.5381L2.875 17.5576L2.625 17.4141V7.16211L11.502 12.2881Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M21.3789 17.4141L21.1289 17.5576L12.502 22.5381V12.2881L16.752 9.83301V15.1484L17.752 14.5713V9.25586L21.3789 7.16211V17.4141Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M7.31348 4.16797L15.9375 9.14844L12.001 11.4219L3.125 6.29688L7.0625 4.02344L7.31348 4.16797Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M20.877 6.29688L16.9385 8.57031L8.0625 3.44629L12.002 1.17285L20.877 6.29688Z",fill:"currentColor"})),x=c;0&&(module.exports={Icon3dPackage2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dPackage2/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 Icon3dPackage2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.502 12.2881V22.5381L2.875 17.5576L2.625 17.4141V7.16211L11.502 12.2881Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.3789 17.4141L21.1289 17.5576L12.502 22.5381V12.2881L16.752 9.83301V15.1484L17.752 14.5713V9.25586L21.3789 7.16211V17.4141Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.31348 4.16797L15.9375 9.14844L12.001 11.4219L3.125 6.29688L7.0625 4.02344L7.31348 4.16797Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.877 6.29688L16.9385 8.57031L8.0625 3.44629L12.002 1.17285L20.877 6.29688Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dPackage2;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gFACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["Icon3dPackage2_exports","__export","Icon3dPackage2","Icon3dPackage2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dPackage2","props","React","CentralIconBase","Icon3dPackage2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as L}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(L,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(n,{d:"M11.502 12.2881V22.5381L2.875 17.5576L2.625 17.4141V7.16211L11.502 12.2881Z",fill:"currentColor"}),o.createElement(n,{d:"M21.3789 17.4141L21.1289 17.5576L12.502 22.5381V12.2881L16.752 9.83301V15.1484L17.752 14.5713V9.25586L21.3789 7.16211V17.4141Z",fill:"currentColor"}),o.createElement(n,{d:"M7.31348 4.16797L15.9375 9.14844L12.001 11.4219L3.125 6.29688L7.0625 4.02344L7.31348 4.16797Z",fill:"currentColor"}),o.createElement(n,{d:"M20.877 6.29688L16.9385 8.57031L8.0625 3.44629L12.002 1.17285L20.877 6.29688Z",fill:"currentColor"})),P=C;export{C as Icon3dPackage2,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dPackage2/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 Icon3dPackage2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.502 12.2881V22.5381L2.875 17.5576L2.625 17.4141V7.16211L11.502 12.2881Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.3789 17.4141L21.1289 17.5576L12.502 22.5381V12.2881L16.752 9.83301V15.1484L17.752 14.5713V9.25586L21.3789 7.16211V17.4141Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.31348 4.16797L15.9375 9.14844L12.001 11.4219L3.125 6.29688L7.0625 4.02344L7.31348 4.16797Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.877 6.29688L16.9385 8.57031L8.0625 3.44629L12.002 1.17285L20.877 6.29688Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dPackage2;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gFACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dPackage2","props","React","CentralIconBase","Icon3dPackage2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLens: FC<CentralIconBaseProps>;
4
+ export default IconLens;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var C=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(p=a(o,e))||p.enumerable});return r};var i=(r,o,n)=>(n=r!=null?c(B(r)):{},f(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),M=r=>f(C({},"__esModule",{value:!0}),r);var Z={};x(Z,{IconLens:()=>L,default:()=>P});module.exports=M(Z);var l=i(require("react"));var m=i(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...n})=>m.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),L=r=>l.default.createElement(u,{...r},l.default.createElement(t.Path,{d:"M15.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 2 12 2Z",fill:"currentColor"})),P=L;0&&(module.exports={IconLens});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLens/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 IconLens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLens;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLens_exports","__export","IconLens","IconLens_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLens","props","React","CentralIconBase","IconLens_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:l,size:n=24,...e})=>C.createElement(p,{...e,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},l);import{Path as o}from"react-native-svg";var f=l=>r.createElement(t,{...l},r.createElement(o,{d:"M15.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z",fill:"currentColor"}),r.createElement(o,{d:"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z",fill:"currentColor"}),r.createElement(o,{d:"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z",fill:"currentColor"}),r.createElement(o,{d:"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z",fill:"currentColor"}),r.createElement(o,{d:"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z",fill:"currentColor"}),r.createElement(o,{d:"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z",fill:"currentColor"}),r.createElement(o,{d:"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 2 12 2Z",fill:"currentColor"})),I=f;export{f as IconLens,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLens/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 IconLens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLens;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLens","props","React","CentralIconBase","IconLens_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSunHigh: FC<CentralIconBaseProps>;
4
+ export default IconSunHigh;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var i=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var t in o)i(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!H.call(r,e)&&e!==t&&i(r,e,{get:()=>o[e],enumerable:!(p=h(o,e))||p.enumerable});return r};var f=(r,o,t)=>(t=r!=null?m(P(r)):{},C(o||!r||!r.__esModule?i(t,"default",{value:r,enumerable:!0}):t,r)),Z=r=>C(i({},"__esModule",{value:!0}),r);var B={};M(B,{IconSunHigh:()=>d,default:()=>g});module.exports=Z(B);var n=f(require("react"));var u=f(require("react")),L=require("react-native-svg"),s=({children:r,size:o=24,...t})=>u.default.createElement(L.Svg,{...t,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"),d=r=>n.default.createElement(s,{...r},n.default.createElement(l.G,{"clip-Path":"url(#clip0_14944_27796)"},n.default.createElement(l.Path,{d:"M12.5 24H11.5V20H12.5V24Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M6.69629 18.0107L3.86816 20.8389L3.16113 20.1318L5.98926 17.3037L6.69629 18.0107Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M20.8389 20.1318L20.1318 20.8389L17.3037 18.0107L18.0107 17.3037L20.8389 20.1318Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M4 12.5H0V11.5H4V12.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M24 12.5H20V11.5H24V12.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M6.69629 5.98926L5.98926 6.69629L3.16113 3.86816L3.86816 3.16113L6.69629 5.98926Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M20.8389 3.86816L18.0107 6.69629L17.3037 5.98926L20.1318 3.16113L20.8389 3.86816Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.5 4H11.5V0H12.5V4Z",fill:"currentColor"})),n.default.createElement(l.Defs,null,n.default.createElement(l.ClipPath,{id:"clip0_14944_27796"},n.default.createElement(l.Rect,{width:"24",height:"24",fill:"white"})))),g=d;0&&(module.exports={IconSunHigh});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSunHigh/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconSunHigh: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#clip0_14944_27796)\">\n <Path d=\"M12.5 24H11.5V20H12.5V24Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.69629 18.0107L3.86816 20.8389L3.16113 20.1318L5.98926 17.3037L6.69629 18.0107Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8389 20.1318L20.1318 20.8389L17.3037 18.0107L18.0107 17.3037L20.8389 20.1318Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M4 12.5H0V11.5H4V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M24 12.5H20V11.5H24V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.69629 5.98926L5.98926 6.69629L3.16113 3.86816L3.86816 3.16113L6.69629 5.98926Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8389 3.86816L18.0107 6.69629L17.3037 5.98926L20.1318 3.16113L20.8389 3.86816Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.5 4H11.5V0H12.5V4Z\" fill=\"currentColor\" />\n </G>\n <Defs>\n <ClipPath id=\"clip0_14944_27796\">\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n </ClipPath>\n </Defs>\n </CentralIconBase>\n );\n};\n\nexport default IconSunHigh;\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,iBAAAE,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,EAA8C,4BAEjCC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,KAAE,YAAU,2BACX,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,EACA,EAAAA,QAAA,cAAC,YACC,EAAAA,QAAA,cAAC,YAAS,GAAG,qBACX,EAAAA,QAAA,cAAC,QAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,CAC5C,CACF,CACF,EAIGE,EAAQJ","names":["IconSunHigh_exports","__export","IconSunHigh","IconSunHigh_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSunHigh","props","React","CentralIconBase","IconSunHigh_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:l=24,...e})=>i.createElement(p,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{ClipPath as C,Defs as f,G as u,Path as o,Rect as L}from"react-native-svg";var s=n=>r.createElement(t,{...n},r.createElement(u,{"clip-Path":"url(#clip0_14944_27796)"},r.createElement(o,{d:"M12.5 24H11.5V20H12.5V24Z",fill:"currentColor"}),r.createElement(o,{d:"M6.69629 18.0107L3.86816 20.8389L3.16113 20.1318L5.98926 17.3037L6.69629 18.0107Z",fill:"currentColor"}),r.createElement(o,{d:"M20.8389 20.1318L20.1318 20.8389L17.3037 18.0107L18.0107 17.3037L20.8389 20.1318Z",fill:"currentColor"}),r.createElement(o,{d:"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z",fill:"currentColor"}),r.createElement(o,{d:"M4 12.5H0V11.5H4V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M24 12.5H20V11.5H24V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M6.69629 5.98926L5.98926 6.69629L3.16113 3.86816L3.86816 3.16113L6.69629 5.98926Z",fill:"currentColor"}),r.createElement(o,{d:"M20.8389 3.86816L18.0107 6.69629L17.3037 5.98926L20.1318 3.16113L20.8389 3.86816Z",fill:"currentColor"}),r.createElement(o,{d:"M12.5 4H11.5V0H12.5V4Z",fill:"currentColor"})),r.createElement(f,null,r.createElement(C,{id:"clip0_14944_27796"},r.createElement(L,{width:"24",height:"24",fill:"white"})))),B=s;export{s as IconSunHigh,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSunHigh/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconSunHigh: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#clip0_14944_27796)\">\n <Path d=\"M12.5 24H11.5V20H12.5V24Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.69629 18.0107L3.86816 20.8389L3.16113 20.1318L5.98926 17.3037L6.69629 18.0107Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8389 20.1318L20.1318 20.8389L17.3037 18.0107L18.0107 17.3037L20.8389 20.1318Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M4 12.5H0V11.5H4V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M24 12.5H20V11.5H24V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.69629 5.98926L5.98926 6.69629L3.16113 3.86816L3.86816 3.16113L6.69629 5.98926Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8389 3.86816L18.0107 6.69629L17.3037 5.98926L20.1318 3.16113L20.8389 3.86816Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.5 4H11.5V0H12.5V4Z\" fill=\"currentColor\" />\n </G>\n <Defs>\n <ClipPath id=\"clip0_14944_27796\">\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n </ClipPath>\n </Defs>\n </CentralIconBase>\n );\n};\n\nexport default IconSunHigh;\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,YAAAG,EAAU,QAAAC,EAAM,KAAAC,EAAG,QAAAC,EAAM,QAAAC,MAAY,mBAEvC,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACL,EAAA,CAAE,YAAU,2BACXK,EAAA,cAACJ,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDI,EAAA,cAACJ,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDI,EAAA,cAACJ,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDI,EAAA,cAACJ,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,EACAI,EAAA,cAACN,EAAA,KACCM,EAAA,cAACP,EAAA,CAAS,GAAG,qBACXO,EAAA,cAACH,EAAA,CAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,CAC5C,CACF,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","ClipPath","Defs","G","Path","Rect","IconSunHigh","props","React","CentralIconBase","IconSunHigh_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSunLow: FC<CentralIconBaseProps>;
4
+ export default IconSunLow;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var C=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of M(o))!B.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(p=c(o,e))||p.enumerable});return r};var L=(r,o,n)=>(n=r!=null?d(Z(r)):{},f(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>f(C({},"__esModule",{value:!0}),r);var a={};H(a,{IconSunLow:()=>s,default:()=>V});module.exports=I(a);var l=L(require("react"));var u=L(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...n})=>u.default.createElement(i.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),s=r=>l.default.createElement(m,{...r},l.default.createElement(t.Path,{d:"M12.5 21.5H11.5V20H12.5V21.5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M6.69629 18.0107L5.63574 19.0713L4.92871 18.3643L5.98926 17.3037L6.69629 18.0107Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M19.0713 18.3643L18.3643 19.0713L17.3037 18.0107L18.0107 17.3037L19.0713 18.3643Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M4 12.5H2.5V11.5H4V12.5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21.5 12.5H20V11.5H21.5V12.5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M6.69629 5.98926L5.98926 6.69629L4.92871 5.63574L5.63574 4.92871L6.69629 5.98926Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M19.0713 5.63574L18.0107 6.69629L17.3037 5.98926L18.3643 4.92871L19.0713 5.63574Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12.5 4H11.5V2.5H12.5V4Z",fill:"currentColor"})),V=s;0&&(module.exports={IconSunLow});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSunLow/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 IconSunLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12.5 21.5H11.5V20H12.5V21.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.69629 18.0107L5.63574 19.0713L4.92871 18.3643L5.98926 17.3037L6.69629 18.0107Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0713 18.3643L18.3643 19.0713L17.3037 18.0107L18.0107 17.3037L19.0713 18.3643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M4 12.5H2.5V11.5H4V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M21.5 12.5H20V11.5H21.5V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.69629 5.98926L5.98926 6.69629L4.92871 5.63574L5.63574 4.92871L6.69629 5.98926Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0713 5.63574L18.0107 6.69629L17.3037 5.98926L18.3643 4.92871L19.0713 5.63574Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.5 4H11.5V2.5H12.5V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconSunLow;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,CACzD,EAIGE,EAAQJ","names":["IconSunLow_exports","__export","IconSunLow","IconSunLow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSunLow","props","React","CentralIconBase","IconSunLow_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:l=24,...e})=>C.createElement(p,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(t,{...n},r.createElement(o,{d:"M12.5 21.5H11.5V20H12.5V21.5Z",fill:"currentColor"}),r.createElement(o,{d:"M6.69629 18.0107L5.63574 19.0713L4.92871 18.3643L5.98926 17.3037L6.69629 18.0107Z",fill:"currentColor"}),r.createElement(o,{d:"M19.0713 18.3643L18.3643 19.0713L17.3037 18.0107L18.0107 17.3037L19.0713 18.3643Z",fill:"currentColor"}),r.createElement(o,{d:"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z",fill:"currentColor"}),r.createElement(o,{d:"M4 12.5H2.5V11.5H4V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M21.5 12.5H20V11.5H21.5V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M6.69629 5.98926L5.98926 6.69629L4.92871 5.63574L5.63574 4.92871L6.69629 5.98926Z",fill:"currentColor"}),r.createElement(o,{d:"M19.0713 5.63574L18.0107 6.69629L17.3037 5.98926L18.3643 4.92871L19.0713 5.63574Z",fill:"currentColor"}),r.createElement(o,{d:"M12.5 4H11.5V2.5H12.5V4Z",fill:"currentColor"})),B=f;export{f as IconSunLow,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSunLow/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 IconSunLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12.5 21.5H11.5V20H12.5V21.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.69629 18.0107L5.63574 19.0713L4.92871 18.3643L5.98926 17.3037L6.69629 18.0107Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0713 18.3643L18.3643 19.0713L17.3037 18.0107L18.0107 17.3037L19.0713 18.3643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M4 12.5H2.5V11.5H4V12.5Z\" fill=\"currentColor\" />\n <Path d=\"M21.5 12.5H20V11.5H21.5V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.69629 5.98926L5.98926 6.69629L4.92871 5.63574L5.63574 4.92871L6.69629 5.98926Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0713 5.63574L18.0107 6.69629L17.3037 5.98926L18.3643 4.92871L19.0713 5.63574Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.5 4H11.5V2.5H12.5V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconSunLow;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,KAAK,eAAe,CACzD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSunLow","props","React","CentralIconBase","IconSunLow_default"]}
package/README.md CHANGED
@@ -1456,6 +1456,7 @@ Below is a complete list of available icons:
1456
1456
  - IconImages41
1457
1457
  - IconImages5
1458
1458
  - IconImagesCircle
1459
+ - IconLens
1459
1460
  - IconMinimize
1460
1461
  - IconMultiMedia
1461
1462
  - IconNoFlash
@@ -1518,6 +1519,7 @@ Below is a complete list of available icons:
1518
1519
  ### Shopping & Payment
1519
1520
 
1520
1521
  - Icon3dPackage
1522
+ - Icon3dPackage2
1521
1523
  - IconAddToBasket
1522
1524
  - IconAddToBasket2
1523
1525
  - IconBanknote1
@@ -2174,6 +2176,8 @@ Below is a complete list of available icons:
2174
2176
  - IconRainyLight
2175
2177
  - IconSnowFlakes
2176
2178
  - IconSun
2179
+ - IconSunHigh
2180
+ - IconSunLow
2177
2181
  - IconSunrise
2178
2182
  - IconSunriseArrowUp
2179
2183
  - IconSunset
@@ -56,6 +56,20 @@
56
56
  "packageName": "square-filled-radius-0-stroke-1",
57
57
  "componentName": "Icon3dPackage"
58
58
  },
59
+ {
60
+ "category": "Shopping & Payment",
61
+ "svg": "<path d=\"M11.502 12.2881V22.5381L2.875 17.5576L2.625 17.4141V7.16211L11.502 12.2881Z\" fill=\"currentColor\"/><path d=\"M21.3789 17.4141L21.1289 17.5576L12.502 22.5381V12.2881L16.752 9.83301V15.1484L17.752 14.5713V9.25586L21.3789 7.16211V17.4141Z\" fill=\"currentColor\"/><path d=\"M7.31348 4.16797L15.9375 9.14844L12.001 11.4219L3.125 6.29688L7.0625 4.02344L7.31348 4.16797Z\" fill=\"currentColor\"/><path d=\"M20.877 6.29688L16.9385 8.57031L8.0625 3.44629L12.002 1.17285L20.877 6.29688Z\" fill=\"currentColor\"/>",
62
+ "iconName": "3d-package-2, box, delivery",
63
+ "variant": {
64
+ "join": "square",
65
+ "filled": "on",
66
+ "radius": "0",
67
+ "stroke": "1"
68
+ },
69
+ "createdAt": "2026-04-09T14:02:42.532304+00:00",
70
+ "packageName": "square-filled-radius-0-stroke-1",
71
+ "componentName": "Icon3dPackage2"
72
+ },
59
73
  {
60
74
  "category": "Augmented Reality",
61
75
  "svg": "<path d=\"M9.50005 12.0001C9.50005 8.99379 9.83293 6.29012 10.3611 4.35344C10.6262 3.38151 10.9329 2.63112 11.2525 2.13544C11.2784 2.09535 11.3038 2.05765 11.3288 2.02223C11.5506 2.00753 11.7744 2.00006 12 2.00006C17.5228 2.00006 22 6.47721 22 12.0001C22 12.2256 21.9925 12.4495 21.9778 12.6713C21.9424 12.6963 21.9047 12.7217 21.8647 12.7476C21.369 13.0672 20.6186 13.3739 19.6467 13.639C17.71 14.1672 15.0063 14.5001 12.0001 14.5001C11.1648 14.5001 10.3528 14.4744 9.5742 14.4259C9.52575 13.6473 9.50005 12.8354 9.50005 12.0001Z\" fill=\"currentColor\"/><path d=\"M21.8166 13.9165C21.2818 14.1762 20.636 14.4057 19.9098 14.6038C17.8652 15.1614 15.0689 15.5001 12.0001 15.5001C11.1954 15.5001 10.4095 15.4768 9.65101 15.4324C9.79758 17.0464 10.0442 18.4846 10.3611 19.6467C10.6262 20.6186 10.9329 21.369 11.2525 21.8647C11.2784 21.9048 11.3038 21.9425 11.3288 21.9779C11.5507 21.9926 11.7745 22.0001 12 22.0001C16.8674 22.0001 20.9226 18.5225 21.8166 13.9165Z\" fill=\"currentColor\"/><path d=\"M10.0837 21.8166C9.82394 21.2819 9.59442 20.636 9.39635 19.9098C9.05099 18.6435 8.7896 17.0887 8.64065 15.3594C6.91139 15.2105 5.35665 14.9491 4.09032 14.6038C3.36406 14.4057 2.71818 14.1762 2.18343 13.9164C2.957 17.9023 6.0978 21.0431 10.0837 21.8166Z\" fill=\"currentColor\"/><path d=\"M2.02217 12.6712C2.00747 12.4494 2 12.2256 2 12.0001C2 7.13263 5.47757 3.07742 10.0837 2.18348C9.82393 2.71823 9.59441 3.36408 9.39635 4.09032C8.83875 6.13485 8.50005 8.93118 8.50005 12.0001C8.50005 12.8047 8.52334 13.5906 8.56774 14.3491C6.95371 14.2025 5.5155 13.9559 4.35344 13.639C3.38151 13.3739 2.63112 13.0672 2.13544 12.7476C2.09533 12.7217 2.05761 12.6963 2.02217 12.6712Z\" fill=\"currentColor\"/>",
@@ -14644,6 +14658,20 @@
14644
14658
  "packageName": "square-filled-radius-0-stroke-1",
14645
14659
  "componentName": "IconLemonsqueezy"
14646
14660
  },
14661
+ {
14662
+ "category": "Photography & Video",
14663
+ "svg": "<path d=\"M15.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z\" fill=\"currentColor\"/><path d=\"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z\" fill=\"currentColor\"/><path d=\"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z\" fill=\"currentColor\"/><path d=\"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z\" fill=\"currentColor\"/><path d=\"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z\" fill=\"currentColor\"/><path d=\"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z\" fill=\"currentColor\"/><path d=\"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 2 12 2Z\" fill=\"currentColor\"/>",
14664
+ "iconName": "lens, camera, focal-length , aperture, f-stop, iso, focus, depth",
14665
+ "variant": {
14666
+ "join": "square",
14667
+ "filled": "on",
14668
+ "radius": "0",
14669
+ "stroke": "1"
14670
+ },
14671
+ "createdAt": "2026-04-10T14:02:22.83501+00:00",
14672
+ "packageName": "square-filled-radius-0-stroke-1",
14673
+ "componentName": "IconLens"
14674
+ },
14647
14675
  {
14648
14676
  "category": "Typography",
14649
14677
  "svg": "<path d=\"M12.0469 8.91016L13.3711 12.6836H10.6289L11.9531 8.91016H12.0469Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11.4785 7.54492L8.36133 16H9.46875L10.3184 13.5801H13.6816L14.5312 16H15.6387L12.5215 7.54492H11.4785Z\" fill=\"currentColor\"/>",
@@ -23702,6 +23730,34 @@
23702
23730
  "packageName": "square-filled-radius-0-stroke-1",
23703
23731
  "componentName": "IconSunburstChart2"
23704
23732
  },
23733
+ {
23734
+ "category": "Weather",
23735
+ "svg": "<g clip-path=\"url(#clip0_14944_27796)\"><path d=\"M12.5 24H11.5V20H12.5V24Z\" fill=\"currentColor\"/><path d=\"M6.69629 18.0107L3.86816 20.8389L3.16113 20.1318L5.98926 17.3037L6.69629 18.0107Z\" fill=\"currentColor\"/><path d=\"M20.8389 20.1318L20.1318 20.8389L17.3037 18.0107L18.0107 17.3037L20.8389 20.1318Z\" fill=\"currentColor\"/><path d=\"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z\" fill=\"currentColor\"/><path d=\"M4 12.5H0V11.5H4V12.5Z\" fill=\"currentColor\"/><path d=\"M24 12.5H20V11.5H24V12.5Z\" fill=\"currentColor\"/><path d=\"M6.69629 5.98926L5.98926 6.69629L3.16113 3.86816L3.86816 3.16113L6.69629 5.98926Z\" fill=\"currentColor\"/><path d=\"M20.8389 3.86816L18.0107 6.69629L17.3037 5.98926L20.1318 3.16113L20.8389 3.86816Z\" fill=\"currentColor\"/><path d=\"M12.5 4H11.5V0H12.5V4Z\" fill=\"currentColor\"/></g><defs><clipPath id=\"clip0_14944_27796\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
23736
+ "iconName": "sun-high, light-mode, day, today",
23737
+ "variant": {
23738
+ "join": "square",
23739
+ "filled": "on",
23740
+ "radius": "0",
23741
+ "stroke": "1"
23742
+ },
23743
+ "createdAt": "2026-04-09T14:02:42.532304+00:00",
23744
+ "packageName": "square-filled-radius-0-stroke-1",
23745
+ "componentName": "IconSunHigh"
23746
+ },
23747
+ {
23748
+ "category": "Weather",
23749
+ "svg": "<path d=\"M12.5 21.5H11.5V20H12.5V21.5Z\" fill=\"currentColor\"/><path d=\"M6.69629 18.0107L5.63574 19.0713L4.92871 18.3643L5.98926 17.3037L6.69629 18.0107Z\" fill=\"currentColor\"/><path d=\"M19.0713 18.3643L18.3643 19.0713L17.3037 18.0107L18.0107 17.3037L19.0713 18.3643Z\" fill=\"currentColor\"/><path d=\"M7.75781 7.75781C10.101 5.41467 13.899 5.41467 16.2422 7.75781C18.5853 10.101 18.5853 13.899 16.2422 16.2422C13.899 18.5853 10.101 18.5853 7.75781 16.2422C5.41467 13.899 5.41467 10.101 7.75781 7.75781Z\" fill=\"currentColor\"/><path d=\"M4 12.5H2.5V11.5H4V12.5Z\" fill=\"currentColor\"/><path d=\"M21.5 12.5H20V11.5H21.5V12.5Z\" fill=\"currentColor\"/><path d=\"M6.69629 5.98926L5.98926 6.69629L4.92871 5.63574L5.63574 4.92871L6.69629 5.98926Z\" fill=\"currentColor\"/><path d=\"M19.0713 5.63574L18.0107 6.69629L17.3037 5.98926L18.3643 4.92871L19.0713 5.63574Z\" fill=\"currentColor\"/><path d=\"M12.5 4H11.5V2.5H12.5V4Z\" fill=\"currentColor\"/>",
23750
+ "iconName": "sun-low, light-mode, day, today",
23751
+ "variant": {
23752
+ "join": "square",
23753
+ "filled": "on",
23754
+ "radius": "0",
23755
+ "stroke": "1"
23756
+ },
23757
+ "createdAt": "2026-04-09T14:02:42.532304+00:00",
23758
+ "packageName": "square-filled-radius-0-stroke-1",
23759
+ "componentName": "IconSunLow"
23760
+ },
23705
23761
  {
23706
23762
  "category": "Weather",
23707
23763
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3V6H11.5V3H12.5ZM2 12H5.05556V13H2V12ZM18.9444 12H22V13H18.9444V12ZM2 16H22V17H2V16ZM6 19H18V20H6V19Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5585 7.23598L18.7191 5.07538L19.4262 5.78248L17.2656 7.94309L16.5585 7.23598Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.28125 5.07538L7.44185 7.23598L6.73475 7.94309L4.57414 5.78249L5.28125 5.07538Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 13C7 10.2386 9.23858 8 12 8C14.7614 8 17 10.2386 17 13C14.9176 13 9.08237 13 7 13Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export type CentralIconName =
3
3
  | "Icon3dBoxBottom"
4
4
  | "Icon3dBoxTop"
5
5
  | "Icon3dPackage"
6
+ | "Icon3dPackage2"
6
7
  | "Icon3dSphere"
7
8
  | "Icon4k"
8
9
  | "IconAddImage"
@@ -1045,6 +1046,7 @@ export type CentralIconName =
1045
1046
  | "IconLayoutWindow"
1046
1047
  | "IconLeaderboard"
1047
1048
  | "IconLemonsqueezy"
1049
+ | "IconLens"
1048
1050
  | "IconLetterACircle"
1049
1051
  | "IconLetterASquare"
1050
1052
  | "IconLetterZCircle"
@@ -1692,6 +1694,8 @@ export type CentralIconName =
1692
1694
  | "IconSun"
1693
1695
  | "IconSunburstChart"
1694
1696
  | "IconSunburstChart2"
1697
+ | "IconSunHigh"
1698
+ | "IconSunLow"
1695
1699
  | "IconSunrise"
1696
1700
  | "IconSunriseArrowUp"
1697
1701
  | "IconSunset"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "1.1.182",
3
+ "version": "1.1.184",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-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": 1924,
14
+ "totalIcons": 1928,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 76,
@@ -1315,7 +1315,7 @@
1315
1315
  ]
1316
1316
  },
1317
1317
  "Photography & Video": {
1318
- "count": 84,
1318
+ "count": 85,
1319
1319
  "icons": [
1320
1320
  "Icon4k",
1321
1321
  "IconAddImage",
@@ -1376,6 +1376,7 @@
1376
1376
  "IconImages41",
1377
1377
  "IconImages5",
1378
1378
  "IconImagesCircle",
1379
+ "IconLens",
1379
1380
  "IconMinimize",
1380
1381
  "IconMultiMedia",
1381
1382
  "IconNoFlash",
@@ -1439,9 +1440,10 @@
1439
1440
  ]
1440
1441
  },
1441
1442
  "Shopping & Payment": {
1442
- "count": 70,
1443
+ "count": 71,
1443
1444
  "icons": [
1444
1445
  "Icon3dPackage",
1446
+ "Icon3dPackage2",
1445
1447
  "IconAddToBasket",
1446
1448
  "IconAddToBasket2",
1447
1449
  "IconBanknote1",
@@ -2100,7 +2102,7 @@
2100
2102
  ]
2101
2103
  },
2102
2104
  "Weather": {
2103
- "count": 20,
2105
+ "count": 22,
2104
2106
  "icons": [
2105
2107
  "IconCloudSnow",
2106
2108
  "IconCloudWeather",
@@ -2115,6 +2117,8 @@
2115
2117
  "IconRainyLight",
2116
2118
  "IconSnowFlakes",
2117
2119
  "IconSun",
2120
+ "IconSunHigh",
2121
+ "IconSunLow",
2118
2122
  "IconSunrise",
2119
2123
  "IconSunriseArrowUp",
2120
2124
  "IconSunset",
@@ -2130,6 +2134,7 @@
2130
2134
  "Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
2131
2135
  "Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
2132
2136
  "Icon3dPackage": "3d-package, box",
2137
+ "Icon3dPackage2": "3d-package-2, box, delivery",
2133
2138
  "Icon3dSphere": "3d-sphere",
2134
2139
  "Icon4k": "4k",
2135
2140
  "IconAddImage": "add-image, upload-image",
@@ -3172,6 +3177,7 @@
3172
3177
  "IconLayoutWindow": "layout-window, grid, window",
3173
3178
  "IconLeaderboard": "leaderboard, winner, stats, graph",
3174
3179
  "IconLemonsqueezy": "lemonsqueezy",
3180
+ "IconLens": "lens, camera, focal-length, aperture, f-stop, iso, focus, depth",
3175
3181
  "IconLetterACircle": "letter-a-circle",
3176
3182
  "IconLetterASquare": "letter-a-square, key",
3177
3183
  "IconLetterZCircle": "letter-z-circle",
@@ -3819,6 +3825,8 @@
3819
3825
  "IconSun": "sun, light-mode, day, today",
3820
3826
  "IconSunburstChart": "sunburst-chart",
3821
3827
  "IconSunburstChart2": "sunburst-chart-2",
3828
+ "IconSunHigh": "sun-high, light-mode, day, today",
3829
+ "IconSunLow": "sun-low, light-mode, day, today",
3822
3830
  "IconSunrise": "sunrise",
3823
3831
  "IconSunriseArrowUp": "sunrise-arrow-up",
3824
3832
  "IconSunset": "sunset",
package/index.d.ts CHANGED
@@ -2,6 +2,7 @@ export { Icon3d, default as Icon3dDefault } from "./Icon3d";
2
2
  export { Icon3dBoxBottom, default as Icon3dBoxBottomDefault, } from "./Icon3dBoxBottom";
3
3
  export { Icon3dBoxTop, default as Icon3dBoxTopDefault } from "./Icon3dBoxTop";
4
4
  export { Icon3dPackage, default as Icon3dPackageDefault, } from "./Icon3dPackage";
5
+ export { Icon3dPackage2, default as Icon3dPackage2Default, } from "./Icon3dPackage2";
5
6
  export { Icon3dSphere, default as Icon3dSphereDefault } from "./Icon3dSphere";
6
7
  export { Icon4k, default as Icon4kDefault } from "./Icon4k";
7
8
  export { IconAddImage, default as IconAddImageDefault } from "./IconAddImage";
@@ -1044,6 +1045,7 @@ export { IconLayoutTopbar, default as IconLayoutTopbarDefault, } from "./IconLay
1044
1045
  export { IconLayoutWindow, default as IconLayoutWindowDefault, } from "./IconLayoutWindow";
1045
1046
  export { IconLeaderboard, default as IconLeaderboardDefault, } from "./IconLeaderboard";
1046
1047
  export { IconLemonsqueezy, default as IconLemonsqueezyDefault, } from "./IconLemonsqueezy";
1048
+ export { IconLens, default as IconLensDefault } from "./IconLens";
1047
1049
  export { IconLetterACircle, default as IconLetterACircleDefault, } from "./IconLetterACircle";
1048
1050
  export { IconLetterASquare, default as IconLetterASquareDefault, } from "./IconLetterASquare";
1049
1051
  export { IconLetterZCircle, default as IconLetterZCircleDefault, } from "./IconLetterZCircle";
@@ -1689,6 +1691,8 @@ export { IconSuitcaseSticker, default as IconSuitcaseStickerDefault, } from "./I
1689
1691
  export { IconSuitcaseWork, default as IconSuitcaseWorkDefault, } from "./IconSuitcaseWork";
1690
1692
  export { IconSummary, default as IconSummaryDefault } from "./IconSummary";
1691
1693
  export { IconSun, default as IconSunDefault } from "./IconSun";
1694
+ export { IconSunHigh, default as IconSunHighDefault } from "./IconSunHigh";
1695
+ export { IconSunLow, default as IconSunLowDefault } from "./IconSunLow";
1692
1696
  export { IconSunburstChart, default as IconSunburstChartDefault, } from "./IconSunburstChart";
1693
1697
  export { IconSunburstChart2, default as IconSunburstChart2Default, } from "./IconSunburstChart2";
1694
1698
  export { IconSunrise, default as IconSunriseDefault } from "./IconSunrise";