@central-icons-react-native/round-filled-radius-3-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 l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==C&&l(r,t,{get:()=>o[t],enumerable:!(p=u(o,t))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(l({},"__esModule",{value:!0}),r);var V={};d(V,{Icon3dPackage2:()=>c,default:()=>x});module.exports=g(V);var n=f(require("react"));var m=f(require("react")),L=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(L.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 e=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(e.Path,{d:"M2.625 8.02837C2.6252 7.64363 3.04176 7.40338 3.375 7.59575L11.252 12.1436C11.4066 12.2329 11.5019 12.3986 11.502 12.5772V21.6729C11.5016 22.0575 11.0852 22.2978 10.752 22.1055L4.375 18.4249C3.29211 17.7997 2.62507 16.644 2.625 15.3936V8.02837Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M20.6289 7.59575C20.9622 7.40338 21.3787 7.64363 21.3789 8.02837V15.3936C21.3788 16.644 20.7118 17.7997 19.6289 18.4249L13.252 22.1055C12.9188 22.2978 12.5023 22.0575 12.502 21.6729V12.5772C12.502 12.3986 12.5973 12.2329 12.752 12.1436L16.752 9.83403V14.4561C16.752 14.6067 16.7525 14.6818 16.7705 14.7315C16.8203 14.8683 16.9611 14.9501 17.1045 14.9249C17.1565 14.9156 17.2216 14.8778 17.3516 14.8028C17.4484 14.7469 17.4969 14.7183 17.5371 14.6846C17.6452 14.5939 17.7187 14.4681 17.7432 14.3291C17.7523 14.2775 17.752 14.2213 17.752 14.1094V9.25591L20.6289 7.59575Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M15.9375 9.14848L12.251 11.2774C12.0963 11.3667 11.9057 11.3667 11.751 11.2774L3.875 6.73052C3.54177 6.53804 3.54177 6.05676 3.875 5.86431L7.06348 4.02348L15.9375 9.14848Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M10.252 2.18364C11.3348 1.55863 12.6692 1.55853 13.752 2.18364L20.127 5.86431C20.4602 6.05675 20.4602 6.53804 20.127 6.73052L16.9385 8.57036L8.0625 3.44634L10.252 2.18364Z",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=\"M2.625 8.02837C2.6252 7.64363 3.04176 7.40338 3.375 7.59575L11.252 12.1436C11.4066 12.2329 11.5019 12.3986 11.502 12.5772V21.6729C11.5016 22.0575 11.0852 22.2978 10.752 22.1055L4.375 18.4249C3.29211 17.7997 2.62507 16.644 2.625 15.3936V8.02837Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6289 7.59575C20.9622 7.40338 21.3787 7.64363 21.3789 8.02837V15.3936C21.3788 16.644 20.7118 17.7997 19.6289 18.4249L13.252 22.1055C12.9188 22.2978 12.5023 22.0575 12.502 21.6729V12.5772C12.502 12.3986 12.5973 12.2329 12.752 12.1436L16.752 9.83403V14.4561C16.752 14.6067 16.7525 14.6818 16.7705 14.7315C16.8203 14.8683 16.9611 14.9501 17.1045 14.9249C17.1565 14.9156 17.2216 14.8778 17.3516 14.8028C17.4484 14.7469 17.4969 14.7183 17.5371 14.6846C17.6452 14.5939 17.7187 14.4681 17.7432 14.3291C17.7523 14.2775 17.752 14.2213 17.752 14.1094V9.25591L20.6289 7.59575Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9375 9.14848L12.251 11.2774C12.0963 11.3667 11.9057 11.3667 11.751 11.2774L3.875 6.73052C3.54177 6.53804 3.54177 6.05676 3.875 5.86431L7.06348 4.02348L15.9375 9.14848Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.252 2.18364C11.3348 1.55863 12.6692 1.55853 13.752 2.18364L20.127 5.86431C20.4602 6.05675 20.4602 6.53804 20.127 6.73052L16.9385 8.57036L8.0625 3.44634L10.252 2.18364Z\"\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,uPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2jBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8KACF,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 l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(C,{d:"M2.625 8.02837C2.6252 7.64363 3.04176 7.40338 3.375 7.59575L11.252 12.1436C11.4066 12.2329 11.5019 12.3986 11.502 12.5772V21.6729C11.5016 22.0575 11.0852 22.2978 10.752 22.1055L4.375 18.4249C3.29211 17.7997 2.62507 16.644 2.625 15.3936V8.02837Z",fill:"currentColor"}),o.createElement(C,{d:"M20.6289 7.59575C20.9622 7.40338 21.3787 7.64363 21.3789 8.02837V15.3936C21.3788 16.644 20.7118 17.7997 19.6289 18.4249L13.252 22.1055C12.9188 22.2978 12.5023 22.0575 12.502 21.6729V12.5772C12.502 12.3986 12.5973 12.2329 12.752 12.1436L16.752 9.83403V14.4561C16.752 14.6067 16.7525 14.6818 16.7705 14.7315C16.8203 14.8683 16.9611 14.9501 17.1045 14.9249C17.1565 14.9156 17.2216 14.8778 17.3516 14.8028C17.4484 14.7469 17.4969 14.7183 17.5371 14.6846C17.6452 14.5939 17.7187 14.4681 17.7432 14.3291C17.7523 14.2775 17.752 14.2213 17.752 14.1094V9.25591L20.6289 7.59575Z",fill:"currentColor"}),o.createElement(C,{d:"M15.9375 9.14848L12.251 11.2774C12.0963 11.3667 11.9057 11.3667 11.751 11.2774L3.875 6.73052C3.54177 6.53804 3.54177 6.05676 3.875 5.86431L7.06348 4.02348L15.9375 9.14848Z",fill:"currentColor"}),o.createElement(C,{d:"M10.252 2.18364C11.3348 1.55863 12.6692 1.55853 13.752 2.18364L20.127 5.86431C20.4602 6.05675 20.4602 6.53804 20.127 6.73052L16.9385 8.57036L8.0625 3.44634L10.252 2.18364Z",fill:"currentColor"})),P=a;export{a 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=\"M2.625 8.02837C2.6252 7.64363 3.04176 7.40338 3.375 7.59575L11.252 12.1436C11.4066 12.2329 11.5019 12.3986 11.502 12.5772V21.6729C11.5016 22.0575 11.0852 22.2978 10.752 22.1055L4.375 18.4249C3.29211 17.7997 2.62507 16.644 2.625 15.3936V8.02837Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6289 7.59575C20.9622 7.40338 21.3787 7.64363 21.3789 8.02837V15.3936C21.3788 16.644 20.7118 17.7997 19.6289 18.4249L13.252 22.1055C12.9188 22.2978 12.5023 22.0575 12.502 21.6729V12.5772C12.502 12.3986 12.5973 12.2329 12.752 12.1436L16.752 9.83403V14.4561C16.752 14.6067 16.7525 14.6818 16.7705 14.7315C16.8203 14.8683 16.9611 14.9501 17.1045 14.9249C17.1565 14.9156 17.2216 14.8778 17.3516 14.8028C17.4484 14.7469 17.4969 14.7183 17.5371 14.6846C17.6452 14.5939 17.7187 14.4681 17.7432 14.3291C17.7523 14.2775 17.752 14.2213 17.752 14.1094V9.25591L20.6289 7.59575Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9375 9.14848L12.251 11.2774C12.0963 11.3667 11.9057 11.3667 11.751 11.2774L3.875 6.73052C3.54177 6.53804 3.54177 6.05676 3.875 5.86431L7.06348 4.02348L15.9375 9.14848Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.252 2.18364C11.3348 1.55863 12.6692 1.55853 13.752 2.18364L20.127 5.86431C20.4602 6.05675 20.4602 6.53804 20.127 6.73052L16.9385 8.57036L8.0625 3.44634L10.252 2.18364Z\"\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,uPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2jBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8KACF,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 h=Object.create;var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,Z=Object.prototype.hasOwnProperty;var g=(r,C)=>{for(var n in C)e(r,n,{get:C[n],enumerable:!0})},p=(r,C,n,i)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of P(C))!Z.call(r,t)&&t!==n&&e(r,t,{get:()=>C[t],enumerable:!(i=c(C,t))||i.enumerable});return r};var f=(r,C,n)=>(n=r!=null?h(M(r)):{},p(C||!r||!r.__esModule?e(n,"default",{value:r,enumerable:!0}):n,r)),B=r=>p(e({},"__esModule",{value:!0}),r);var L={};g(L,{IconSunHigh:()=>m,default:()=>I});module.exports=B(L);var l=f(require("react"));var u=f(require("react")),s=require("react-native-svg"),d=({children:r,size:C=24,...n})=>u.default.createElement(s.Svg,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var o=require("react-native-svg"),m=r=>l.default.createElement(d,{...r},l.default.createElement(o.G,{"clip-Path":"url(#clip0_14944_27816)"},l.default.createElement(o.Path,{d:"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V23.5C12.5 23.7761 12.2761 24 12 24C11.7239 24 11.5 23.7761 11.5 23.5V20.5C11.5 20.2239 11.7239 20 12 20Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53803 17.8525 6.53804 18.169 6.34277 18.3643L4.22168 20.4854C4.02641 20.6805 3.70987 20.6806 3.51465 20.4854C3.31942 20.2901 3.31949 19.9736 3.51465 19.7783L5.63574 17.6572Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L20.4854 19.7783C20.6805 19.9736 20.6806 20.2901 20.4854 20.4854C20.2901 20.6806 19.9736 20.6805 19.7783 20.4854L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z",fill:"currentColor"}),l.default.createElement(o.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(o.Path,{d:"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H0.5C0.223858 12.5 7.71345e-08 12.2761 0 12C9.53672e-07 11.7239 0.223858 11.5 0.5 11.5H3.5Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M23.5 11.5C23.7761 11.5 24 11.7239 24 12C24 12.2761 23.7761 12.5 23.5 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H23.5Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M3.51465 3.51465C3.70987 3.31942 4.02641 3.31949 4.22168 3.51465L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L3.51465 4.22168C3.31949 4.02641 3.31942 3.70987 3.51465 3.51465Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M19.7783 3.51465C19.9736 3.31949 20.2901 3.31942 20.4854 3.51465C20.6806 3.70987 20.6805 4.02641 20.4854 4.22168L18.3643 6.34277C18.169 6.53804 17.8525 6.53803 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L19.7783 3.51465Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M12 0C12.2761 0 12.5 0.223858 12.5 0.5V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V0.5C11.5 0.223858 11.7239 0 12 0Z",fill:"currentColor"})),l.default.createElement(o.Defs,null,l.default.createElement(o.ClipPath,{id:"clip0_14944_27816"},l.default.createElement(o.Rect,{width:"24",height:"24",fill:"white"})))),I=m;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_27816)\">\n <Path\n d=\"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V23.5C12.5 23.7761 12.2761 24 12 24C11.7239 24 11.5 23.7761 11.5 23.5V20.5C11.5 20.2239 11.7239 20 12 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53803 17.8525 6.53804 18.169 6.34277 18.3643L4.22168 20.4854C4.02641 20.6805 3.70987 20.6806 3.51465 20.4854C3.31942 20.2901 3.31949 19.9736 3.51465 19.7783L5.63574 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L20.4854 19.7783C20.6805 19.9736 20.6806 20.2901 20.4854 20.4854C20.2901 20.6806 19.9736 20.6805 19.7783 20.4854L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z\"\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\n d=\"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H0.5C0.223858 12.5 7.71345e-08 12.2761 0 12C9.53672e-07 11.7239 0.223858 11.5 0.5 11.5H3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.5 11.5C23.7761 11.5 24 11.7239 24 12C24 12.2761 23.7761 12.5 23.5 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H23.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.51465 3.51465C3.70987 3.31942 4.02641 3.31949 4.22168 3.51465L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L3.51465 4.22168C3.31949 4.02641 3.31942 3.70987 3.51465 3.51465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.7783 3.51465C19.9736 3.31949 20.2901 3.31942 20.4854 3.51465C20.6806 3.70987 20.6805 4.02641 20.4854 4.22168L18.3643 6.34277C18.169 6.53804 17.8525 6.53803 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L19.7783 3.51465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 0C12.2761 0 12.5 0.223858 12.5 0.5V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V0.5C11.5 0.223858 11.7239 0 12 0Z\"\n fill=\"currentColor\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_14944_27816\">\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,QACC,EAAE,oJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2IACF,KAAK,eACP,CACF,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 e from"react";import{Svg as i}from"react-native-svg";var n=({children:l,size:o=24,...t})=>e.createElement(i,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{ClipPath as p,Defs as f,G as u,Path as C,Rect as s}from"react-native-svg";var d=l=>r.createElement(n,{...l},r.createElement(u,{"clip-Path":"url(#clip0_14944_27816)"},r.createElement(C,{d:"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V23.5C12.5 23.7761 12.2761 24 12 24C11.7239 24 11.5 23.7761 11.5 23.5V20.5C11.5 20.2239 11.7239 20 12 20Z",fill:"currentColor"}),r.createElement(C,{d:"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53803 17.8525 6.53804 18.169 6.34277 18.3643L4.22168 20.4854C4.02641 20.6805 3.70987 20.6806 3.51465 20.4854C3.31942 20.2901 3.31949 19.9736 3.51465 19.7783L5.63574 17.6572Z",fill:"currentColor"}),r.createElement(C,{d:"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L20.4854 19.7783C20.6805 19.9736 20.6806 20.2901 20.4854 20.4854C20.2901 20.6806 19.9736 20.6805 19.7783 20.4854L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z",fill:"currentColor"}),r.createElement(C,{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(C,{d:"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H0.5C0.223858 12.5 7.71345e-08 12.2761 0 12C9.53672e-07 11.7239 0.223858 11.5 0.5 11.5H3.5Z",fill:"currentColor"}),r.createElement(C,{d:"M23.5 11.5C23.7761 11.5 24 11.7239 24 12C24 12.2761 23.7761 12.5 23.5 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H23.5Z",fill:"currentColor"}),r.createElement(C,{d:"M3.51465 3.51465C3.70987 3.31942 4.02641 3.31949 4.22168 3.51465L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L3.51465 4.22168C3.31949 4.02641 3.31942 3.70987 3.51465 3.51465Z",fill:"currentColor"}),r.createElement(C,{d:"M19.7783 3.51465C19.9736 3.31949 20.2901 3.31942 20.4854 3.51465C20.6806 3.70987 20.6805 4.02641 20.4854 4.22168L18.3643 6.34277C18.169 6.53804 17.8525 6.53803 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L19.7783 3.51465Z",fill:"currentColor"}),r.createElement(C,{d:"M12 0C12.2761 0 12.5 0.223858 12.5 0.5V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V0.5C11.5 0.223858 11.7239 0 12 0Z",fill:"currentColor"})),r.createElement(f,null,r.createElement(p,{id:"clip0_14944_27816"},r.createElement(s,{width:"24",height:"24",fill:"white"})))),L=d;export{d as IconSunHigh,L 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_27816)\">\n <Path\n d=\"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V23.5C12.5 23.7761 12.2761 24 12 24C11.7239 24 11.5 23.7761 11.5 23.5V20.5C11.5 20.2239 11.7239 20 12 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53803 17.8525 6.53804 18.169 6.34277 18.3643L4.22168 20.4854C4.02641 20.6805 3.70987 20.6806 3.51465 20.4854C3.31942 20.2901 3.31949 19.9736 3.51465 19.7783L5.63574 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L20.4854 19.7783C20.6805 19.9736 20.6806 20.2901 20.4854 20.4854C20.2901 20.6806 19.9736 20.6805 19.7783 20.4854L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z\"\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\n d=\"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H0.5C0.223858 12.5 7.71345e-08 12.2761 0 12C9.53672e-07 11.7239 0.223858 11.5 0.5 11.5H3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.5 11.5C23.7761 11.5 24 11.7239 24 12C24 12.2761 23.7761 12.5 23.5 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H23.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.51465 3.51465C3.70987 3.31942 4.02641 3.31949 4.22168 3.51465L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L3.51465 4.22168C3.31949 4.02641 3.31942 3.70987 3.51465 3.51465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.7783 3.51465C19.9736 3.31949 20.2901 3.31942 20.4854 3.51465C20.6806 3.70987 20.6805 4.02641 20.4854 4.22168L18.3643 6.34277C18.169 6.53804 17.8525 6.53803 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L19.7783 3.51465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 0C12.2761 0 12.5 0.223858 12.5 0.5V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V0.5C11.5 0.223858 11.7239 0 12 0Z\"\n fill=\"currentColor\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_14944_27816\">\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,CACC,EAAE,oJACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,+OACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,8OACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,yKACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,wJACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,gPACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,+OACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,2IACF,KAAK,eACP,CACF,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 c=Object.create;var e=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,C)=>{for(var l in C)e(r,l,{get:C[l],enumerable:!0})},f=(r,C,l,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of M(C))!B.call(r,t)&&t!==l&&e(r,t,{get:()=>C[t],enumerable:!(p=L(C,t))||p.enumerable});return r};var u=(r,C,l)=>(l=r!=null?c(Z(r)):{},f(C||!r||!r.__esModule?e(l,"default",{value:r,enumerable:!0}):l,r)),a=r=>f(e({},"__esModule",{value:!0}),r);var P={};I(P,{IconSunLow:()=>d,default:()=>x});module.exports=a(P);var o=u(require("react"));var i=u(require("react")),m=require("react-native-svg"),s=({children:r,size:C=24,...l})=>i.default.createElement(m.Svg,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),d=r=>o.default.createElement(s,{...r},o.default.createElement(n.Path,{d:"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V21C12.5 21.2761 12.2761 21.5 12 21.5C11.7239 21.5 11.5 21.2761 11.5 21V20.5C11.5 20.2239 11.7239 20 12 20Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53804 17.8525 6.53804 18.169 6.34277 18.3643L5.98926 18.7178C5.79397 18.9127 5.47739 18.9129 5.28223 18.7178C5.08707 18.5226 5.08726 18.206 5.28223 18.0107L5.63574 17.6572Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L18.7178 18.0107C18.9127 18.206 18.9129 18.5226 18.7178 18.7178C18.5226 18.9129 18.206 18.9127 18.0107 18.7178L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z",fill:"currentColor"}),o.default.createElement(n.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"}),o.default.createElement(n.Path,{d:"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H3C2.72386 12.5 2.5 12.2761 2.5 12C2.50001 11.7239 2.72386 11.5 3 11.5H3.5Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M21 11.5C21.2761 11.5 21.5 11.7239 21.5 12C21.5 12.2761 21.2761 12.5 21 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H21Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M5.28223 5.28223C5.47739 5.08706 5.79397 5.08726 5.98926 5.28223L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L5.28223 5.98926C5.08726 5.79397 5.08706 5.47739 5.28223 5.28223Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M18.0107 5.28223C18.206 5.08726 18.5226 5.08707 18.7178 5.28223C18.9129 5.47739 18.9127 5.79397 18.7178 5.98926L18.3643 6.34277C18.169 6.53804 17.8525 6.53804 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L18.0107 5.28223Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M12 2.5C12.2761 2.5 12.5 2.72386 12.5 3V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V3C11.5 2.72386 11.7239 2.5 12 2.5Z",fill:"currentColor"})),x=d;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\n d=\"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V21C12.5 21.2761 12.2761 21.5 12 21.5C11.7239 21.5 11.5 21.2761 11.5 21V20.5C11.5 20.2239 11.7239 20 12 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53804 17.8525 6.53804 18.169 6.34277 18.3643L5.98926 18.7178C5.79397 18.9127 5.47739 18.9129 5.28223 18.7178C5.08707 18.5226 5.08726 18.206 5.28223 18.0107L5.63574 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L18.7178 18.0107C18.9127 18.206 18.9129 18.5226 18.7178 18.7178C18.5226 18.9129 18.206 18.9127 18.0107 18.7178L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z\"\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\n d=\"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H3C2.72386 12.5 2.5 12.2761 2.5 12C2.50001 11.7239 2.72386 11.5 3 11.5H3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11.5C21.2761 11.5 21.5 11.7239 21.5 12C21.5 12.2761 21.2761 12.5 21 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.28223 5.28223C5.47739 5.08706 5.79397 5.08726 5.98926 5.28223L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L5.28223 5.98926C5.08726 5.79397 5.08706 5.47739 5.28223 5.28223Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.0107 5.28223C18.206 5.08726 18.5226 5.08707 18.7178 5.28223C18.9129 5.47739 18.9127 5.79397 18.7178 5.98926L18.3643 6.34277C18.169 6.53804 17.8525 6.53804 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L18.0107 5.28223Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2.5C12.2761 2.5 12.5 2.72386 12.5 3V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V3C11.5 2.72386 11.7239 2.5 12 2.5Z\"\n fill=\"currentColor\"\n />\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,QACC,EAAE,sJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6IACF,KAAK,eACP,CACF,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 e from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:o=24,...t})=>e.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{Path as C}from"react-native-svg";var f=l=>r.createElement(n,{...l},r.createElement(C,{d:"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V21C12.5 21.2761 12.2761 21.5 12 21.5C11.7239 21.5 11.5 21.2761 11.5 21V20.5C11.5 20.2239 11.7239 20 12 20Z",fill:"currentColor"}),r.createElement(C,{d:"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53804 17.8525 6.53804 18.169 6.34277 18.3643L5.98926 18.7178C5.79397 18.9127 5.47739 18.9129 5.28223 18.7178C5.08707 18.5226 5.08726 18.206 5.28223 18.0107L5.63574 17.6572Z",fill:"currentColor"}),r.createElement(C,{d:"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L18.7178 18.0107C18.9127 18.206 18.9129 18.5226 18.7178 18.7178C18.5226 18.9129 18.206 18.9127 18.0107 18.7178L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z",fill:"currentColor"}),r.createElement(C,{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(C,{d:"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H3C2.72386 12.5 2.5 12.2761 2.5 12C2.50001 11.7239 2.72386 11.5 3 11.5H3.5Z",fill:"currentColor"}),r.createElement(C,{d:"M21 11.5C21.2761 11.5 21.5 11.7239 21.5 12C21.5 12.2761 21.2761 12.5 21 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H21Z",fill:"currentColor"}),r.createElement(C,{d:"M5.28223 5.28223C5.47739 5.08706 5.79397 5.08726 5.98926 5.28223L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L5.28223 5.98926C5.08726 5.79397 5.08706 5.47739 5.28223 5.28223Z",fill:"currentColor"}),r.createElement(C,{d:"M18.0107 5.28223C18.206 5.08726 18.5226 5.08707 18.7178 5.28223C18.9129 5.47739 18.9127 5.79397 18.7178 5.98926L18.3643 6.34277C18.169 6.53804 17.8525 6.53804 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L18.0107 5.28223Z",fill:"currentColor"}),r.createElement(C,{d:"M12 2.5C12.2761 2.5 12.5 2.72386 12.5 3V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V3C11.5 2.72386 11.7239 2.5 12 2.5Z",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\n d=\"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V21C12.5 21.2761 12.2761 21.5 12 21.5C11.7239 21.5 11.5 21.2761 11.5 21V20.5C11.5 20.2239 11.7239 20 12 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53804 17.8525 6.53804 18.169 6.34277 18.3643L5.98926 18.7178C5.79397 18.9127 5.47739 18.9129 5.28223 18.7178C5.08707 18.5226 5.08726 18.206 5.28223 18.0107L5.63574 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L18.7178 18.0107C18.9127 18.206 18.9129 18.5226 18.7178 18.7178C18.5226 18.9129 18.206 18.9127 18.0107 18.7178L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z\"\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\n d=\"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H3C2.72386 12.5 2.5 12.2761 2.5 12C2.50001 11.7239 2.72386 11.5 3 11.5H3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11.5C21.2761 11.5 21.5 11.7239 21.5 12C21.5 12.2761 21.2761 12.5 21 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.28223 5.28223C5.47739 5.08706 5.79397 5.08726 5.98926 5.28223L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L5.28223 5.98926C5.08726 5.79397 5.08706 5.47739 5.28223 5.28223Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.0107 5.28223C18.206 5.08726 18.5226 5.08707 18.7178 5.28223C18.9129 5.47739 18.9127 5.79397 18.7178 5.98926L18.3643 6.34277C18.169 6.53804 17.8525 6.53804 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L18.0107 5.28223Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2.5C12.2761 2.5 12.5 2.72386 12.5 3V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V3C11.5 2.72386 11.7239 2.5 12 2.5Z\"\n fill=\"currentColor\"\n />\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,CACC,EAAE,sJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6IACF,KAAK,eACP,CACF,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": "round-filled-radius-3-stroke-1",
57
57
  "componentName": "Icon3dPackage"
58
58
  },
59
+ {
60
+ "category": "Shopping & Payment",
61
+ "svg": "<path d=\"M2.625 8.02837C2.6252 7.64363 3.04176 7.40338 3.375 7.59575L11.252 12.1436C11.4066 12.2329 11.5019 12.3986 11.502 12.5772V21.6729C11.5016 22.0575 11.0852 22.2978 10.752 22.1055L4.375 18.4249C3.29211 17.7997 2.62507 16.644 2.625 15.3936V8.02837Z\" fill=\"currentColor\"/><path d=\"M20.6289 7.59575C20.9622 7.40338 21.3787 7.64363 21.3789 8.02837V15.3936C21.3788 16.644 20.7118 17.7997 19.6289 18.4249L13.252 22.1055C12.9188 22.2978 12.5023 22.0575 12.502 21.6729V12.5772C12.502 12.3986 12.5973 12.2329 12.752 12.1436L16.752 9.83403V14.4561C16.752 14.6067 16.7525 14.6818 16.7705 14.7315C16.8203 14.8683 16.9611 14.9501 17.1045 14.9249C17.1565 14.9156 17.2216 14.8778 17.3516 14.8028C17.4484 14.7469 17.4969 14.7183 17.5371 14.6846C17.6452 14.5939 17.7187 14.4681 17.7432 14.3291C17.7523 14.2775 17.752 14.2213 17.752 14.1094V9.25591L20.6289 7.59575Z\" fill=\"currentColor\"/><path d=\"M15.9375 9.14848L12.251 11.2774C12.0963 11.3667 11.9057 11.3667 11.751 11.2774L3.875 6.73052C3.54177 6.53804 3.54177 6.05676 3.875 5.86431L7.06348 4.02348L15.9375 9.14848Z\" fill=\"currentColor\"/><path d=\"M10.252 2.18364C11.3348 1.55863 12.6692 1.55853 13.752 2.18364L20.127 5.86431C20.4602 6.05675 20.4602 6.53804 20.127 6.73052L16.9385 8.57036L8.0625 3.44634L10.252 2.18364Z\" fill=\"currentColor\"/>",
62
+ "iconName": "3d-package-2, box, delivery",
63
+ "variant": {
64
+ "join": "round",
65
+ "filled": "on",
66
+ "radius": "3",
67
+ "stroke": "1"
68
+ },
69
+ "createdAt": "2026-04-09T14:02:42.532304+00:00",
70
+ "packageName": "round-filled-radius-3-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": "round-filled-radius-3-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": "round",
14667
+ "filled": "on",
14668
+ "radius": "3",
14669
+ "stroke": "1"
14670
+ },
14671
+ "createdAt": "2026-04-10T14:02:22.83501+00:00",
14672
+ "packageName": "round-filled-radius-3-stroke-1",
14673
+ "componentName": "IconLens"
14674
+ },
14647
14675
  {
14648
14676
  "category": "Typography",
14649
14677
  "svg": "<path d=\"M12.0176 8.82812L13.3711 12.6836H10.6289L11.9824 8.82812H12.0176Z\" 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 2ZM12.0117 7.46289C11.666 7.46289 11.4492 7.62695 11.3203 7.97266L8.60156 15.3262C8.55469 15.4551 8.53711 15.543 8.53711 15.6191C8.53711 15.8887 8.75977 16.082 9.06445 16.082C9.32812 16.082 9.48047 15.959 9.58008 15.6777L10.3242 13.5801H13.6699L14.4199 15.6777C14.5195 15.959 14.6719 16.082 14.9355 16.082C15.2402 16.082 15.4629 15.8887 15.4629 15.6191C15.4629 15.543 15.4453 15.4551 15.3984 15.3262L12.6738 7.9668C12.5449 7.62109 12.334 7.46289 12.0117 7.46289Z\" fill=\"currentColor\"/>",
@@ -23702,6 +23730,34 @@
23702
23730
  "packageName": "round-filled-radius-3-stroke-1",
23703
23731
  "componentName": "IconSunburstChart2"
23704
23732
  },
23733
+ {
23734
+ "category": "Weather",
23735
+ "svg": "<g clip-path=\"url(#clip0_14944_27816)\"><path d=\"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V23.5C12.5 23.7761 12.2761 24 12 24C11.7239 24 11.5 23.7761 11.5 23.5V20.5C11.5 20.2239 11.7239 20 12 20Z\" fill=\"currentColor\"/><path d=\"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53803 17.8525 6.53804 18.169 6.34277 18.3643L4.22168 20.4854C4.02641 20.6805 3.70987 20.6806 3.51465 20.4854C3.31942 20.2901 3.31949 19.9736 3.51465 19.7783L5.63574 17.6572Z\" fill=\"currentColor\"/><path d=\"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L20.4854 19.7783C20.6805 19.9736 20.6806 20.2901 20.4854 20.4854C20.2901 20.6806 19.9736 20.6805 19.7783 20.4854L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z\" 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=\"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H0.5C0.223858 12.5 7.71345e-08 12.2761 0 12C9.53672e-07 11.7239 0.223858 11.5 0.5 11.5H3.5Z\" fill=\"currentColor\"/><path d=\"M23.5 11.5C23.7761 11.5 24 11.7239 24 12C24 12.2761 23.7761 12.5 23.5 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H23.5Z\" fill=\"currentColor\"/><path d=\"M3.51465 3.51465C3.70987 3.31942 4.02641 3.31949 4.22168 3.51465L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L3.51465 4.22168C3.31949 4.02641 3.31942 3.70987 3.51465 3.51465Z\" fill=\"currentColor\"/><path d=\"M19.7783 3.51465C19.9736 3.31949 20.2901 3.31942 20.4854 3.51465C20.6806 3.70987 20.6805 4.02641 20.4854 4.22168L18.3643 6.34277C18.169 6.53804 17.8525 6.53803 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L19.7783 3.51465Z\" fill=\"currentColor\"/><path d=\"M12 0C12.2761 0 12.5 0.223858 12.5 0.5V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V0.5C11.5 0.223858 11.7239 0 12 0Z\" fill=\"currentColor\"/></g><defs><clipPath id=\"clip0_14944_27816\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
23736
+ "iconName": "sun-high, light-mode, day, today",
23737
+ "variant": {
23738
+ "join": "round",
23739
+ "filled": "on",
23740
+ "radius": "3",
23741
+ "stroke": "1"
23742
+ },
23743
+ "createdAt": "2026-04-09T14:02:42.532304+00:00",
23744
+ "packageName": "round-filled-radius-3-stroke-1",
23745
+ "componentName": "IconSunHigh"
23746
+ },
23747
+ {
23748
+ "category": "Weather",
23749
+ "svg": "<path d=\"M12 20C12.2761 20 12.5 20.2239 12.5 20.5V21C12.5 21.2761 12.2761 21.5 12 21.5C11.7239 21.5 11.5 21.2761 11.5 21V20.5C11.5 20.2239 11.7239 20 12 20Z\" fill=\"currentColor\"/><path d=\"M5.63574 17.6572C5.831 17.462 6.14751 17.462 6.34277 17.6572C6.53804 17.8525 6.53804 18.169 6.34277 18.3643L5.98926 18.7178C5.79397 18.9127 5.47739 18.9129 5.28223 18.7178C5.08707 18.5226 5.08726 18.206 5.28223 18.0107L5.63574 17.6572Z\" fill=\"currentColor\"/><path d=\"M17.6572 17.6572C17.8525 17.462 18.169 17.462 18.3643 17.6572L18.7178 18.0107C18.9127 18.206 18.9129 18.5226 18.7178 18.7178C18.5226 18.9129 18.206 18.9127 18.0107 18.7178L17.6572 18.3643C17.462 18.169 17.462 17.8525 17.6572 17.6572Z\" 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=\"M3.5 11.5C3.77614 11.5 3.99999 11.7239 4 12C4 12.2761 3.77614 12.5 3.5 12.5H3C2.72386 12.5 2.5 12.2761 2.5 12C2.50001 11.7239 2.72386 11.5 3 11.5H3.5Z\" fill=\"currentColor\"/><path d=\"M21 11.5C21.2761 11.5 21.5 11.7239 21.5 12C21.5 12.2761 21.2761 12.5 21 12.5H20.5C20.2239 12.5 20 12.2761 20 12C20 11.7239 20.2239 11.5 20.5 11.5H21Z\" fill=\"currentColor\"/><path d=\"M5.28223 5.28223C5.47739 5.08706 5.79397 5.08726 5.98926 5.28223L6.34277 5.63574C6.53804 5.831 6.53804 6.14751 6.34277 6.34277C6.14751 6.53804 5.831 6.53804 5.63574 6.34277L5.28223 5.98926C5.08726 5.79397 5.08706 5.47739 5.28223 5.28223Z\" fill=\"currentColor\"/><path d=\"M18.0107 5.28223C18.206 5.08726 18.5226 5.08707 18.7178 5.28223C18.9129 5.47739 18.9127 5.79397 18.7178 5.98926L18.3643 6.34277C18.169 6.53804 17.8525 6.53804 17.6572 6.34277C17.462 6.14751 17.462 5.831 17.6572 5.63574L18.0107 5.28223Z\" fill=\"currentColor\"/><path d=\"M12 2.5C12.2761 2.5 12.5 2.72386 12.5 3V3.5C12.5 3.77614 12.2761 4 12 4C11.7239 4 11.5 3.77614 11.5 3.5V3C11.5 2.72386 11.7239 2.5 12 2.5Z\" fill=\"currentColor\"/>",
23750
+ "iconName": "sun-low, light-mode, day, today",
23751
+ "variant": {
23752
+ "join": "round",
23753
+ "filled": "on",
23754
+ "radius": "3",
23755
+ "stroke": "1"
23756
+ },
23757
+ "createdAt": "2026-04-09T14:02:42.532304+00:00",
23758
+ "packageName": "round-filled-radius-3-stroke-1",
23759
+ "componentName": "IconSunLow"
23760
+ },
23705
23761
  {
23706
23762
  "category": "Weather",
23707
23763
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3C12.2761 3 12.5 3.22386 12.5 3.5V5.5C12.5 5.77614 12.2761 6 12 6C11.7239 6 11.5 5.77614 11.5 5.5V3.5C11.5 3.22386 11.7239 3 12 3ZM19.0727 5.42893C19.2679 5.62419 19.2679 5.94077 19.0727 6.13604L17.6192 7.58953C17.4239 7.7848 17.1073 7.7848 16.9121 7.58953C16.7168 7.39427 16.7168 7.07769 16.9121 6.88243L18.3656 5.42893C18.5608 5.23367 18.8774 5.23367 19.0727 5.42893ZM4.9277 5.42893C5.12296 5.23367 5.43954 5.23367 5.6348 5.42893L7.0883 6.88243C7.28356 7.07769 7.28356 7.39427 7.0883 7.58954C6.89304 7.7848 6.57646 7.7848 6.38119 7.58954L4.9277 6.13604C4.73243 5.94078 4.73243 5.6242 4.9277 5.42893ZM7.47253 12.997C7.19806 12.9666 7.00015 12.7195 7.03049 12.4451C7.30691 9.94456 9.42602 8 12 8C14.574 8 16.6931 9.94456 16.9695 12.4451C16.9999 12.7195 16.8019 12.9666 16.5275 12.997C15.699 13.0886 8.30097 13.0886 7.47253 12.997ZM2 12.5C2 12.2239 2.22386 12 2.5 12H4.55556C4.8317 12 5.05556 12.2239 5.05556 12.5C5.05556 12.7761 4.8317 13 4.55556 13H2.5C2.22386 13 2 12.7761 2 12.5ZM18.9444 12.5C18.9444 12.2239 19.1683 12 19.4444 12H21.5C21.7761 12 22 12.2239 22 12.5C22 12.7761 21.7761 13 21.5 13H19.4444C19.1683 13 18.9444 12.7761 18.9444 12.5ZM2 16.5C2 16.2239 2.22386 16 2.5 16H21.5C21.7761 16 22 16.2239 22 16.5C22 16.7761 21.7761 17 21.5 17H2.5C2.22386 17 2 16.7761 2 16.5ZM6 19.5C6 19.2239 6.22386 19 6.5 19H17.5C17.7761 19 18 19.2239 18 19.5C18 19.7761 17.7761 20 17.5 20H6.5C6.22386 20 6 19.7761 6 19.5Z\" 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/round-filled-radius-3-stroke-1",
3
- "version": "1.1.182",
3
+ "version": "1.1.184",
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,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";