@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.182 → 1.1.183
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Icon3dPackage2/index.d.ts +4 -0
- package/Icon3dPackage2/index.js +2 -0
- package/Icon3dPackage2/index.js.map +1 -0
- package/Icon3dPackage2/index.mjs +2 -0
- package/Icon3dPackage2/index.mjs.map +1 -0
- package/IconSunHigh/index.d.ts +4 -0
- package/IconSunHigh/index.js +2 -0
- package/IconSunHigh/index.js.map +1 -0
- package/IconSunHigh/index.mjs +2 -0
- package/IconSunHigh/index.mjs.map +1 -0
- package/IconSunLow/index.d.ts +4 -0
- package/IconSunLow/index.js +2 -0
- package/IconSunLow/index.js.map +1 -0
- package/IconSunLow/index.mjs +2 -0
- package/IconSunLow/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -0
|
@@ -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.375 8.17385C2.37506 7.78905 2.79171 7.54796 3.125 7.74026L11.002 12.2881C11.1565 12.3773 11.2518 12.5423 11.252 12.7207V21.8164C11.252 22.2013 10.8353 22.4415 10.502 22.249L3.25 18.0625C2.7086 17.7499 2.375 17.1721 2.375 16.5469V8.17385Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M20.8789 7.74026C21.2122 7.54796 21.6288 7.78905 21.6289 8.17385V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.249C13.1686 22.4415 12.752 22.2013 12.752 21.8164V12.7207C12.7521 12.5423 12.8474 12.3773 13.002 12.2881L16.6904 10.1582V13.9248C16.6904 14.1442 16.6901 14.2546 16.7188 14.3262C16.7874 14.4975 16.9648 14.5995 17.1475 14.5733C17.2238 14.5623 17.3189 14.5072 17.5088 14.3975C17.685 14.2957 17.7736 14.2452 17.8457 14.1826C18.015 14.0359 18.1294 13.8362 18.1719 13.6162C18.1899 13.5225 18.1904 13.4204 18.1904 13.2168V9.29202L20.8789 7.74026Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M15.6895 9.00393L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44143C3.54181 6.24893 3.54171 5.76764 3.875 5.57522L6.8125 3.87893L15.6895 9.00393Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M11.127 1.3887C11.6684 1.07618 12.3356 1.07615 12.877 1.3887L20.1279 5.57522C20.4612 5.76766 20.4612 6.24895 20.1279 6.44143L17.1895 8.13772L8.3125 3.01272L11.127 1.3887Z",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.375 8.17385C2.37506 7.78905 2.79171 7.54796 3.125 7.74026L11.002 12.2881C11.1565 12.3773 11.2518 12.5423 11.252 12.7207V21.8164C11.252 22.2013 10.8353 22.4415 10.502 22.249L3.25 18.0625C2.7086 17.7499 2.375 17.1721 2.375 16.5469V8.17385Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8789 7.74026C21.2122 7.54796 21.6288 7.78905 21.6289 8.17385V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.249C13.1686 22.4415 12.752 22.2013 12.752 21.8164V12.7207C12.7521 12.5423 12.8474 12.3773 13.002 12.2881L16.6904 10.1582V13.9248C16.6904 14.1442 16.6901 14.2546 16.7188 14.3262C16.7874 14.4975 16.9648 14.5995 17.1475 14.5733C17.2238 14.5623 17.3189 14.5072 17.5088 14.3975C17.685 14.2957 17.7736 14.2452 17.8457 14.1826C18.015 14.0359 18.1294 13.8362 18.1719 13.6162C18.1899 13.5225 18.1904 13.4204 18.1904 13.2168V9.29202L20.8789 7.74026Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.6895 9.00393L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44143C3.54181 6.24893 3.54171 5.76764 3.875 5.57522L6.8125 3.87893L15.6895 9.00393Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.127 1.3887C11.6684 1.07618 12.3356 1.07615 12.877 1.3887L20.1279 5.57522C20.4612 5.76766 20.4612 6.24895 20.1279 6.44143L17.1895 8.13772L8.3125 3.01272L11.127 1.3887Z\"\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,mPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6jBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6KACF,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.375 8.17385C2.37506 7.78905 2.79171 7.54796 3.125 7.74026L11.002 12.2881C11.1565 12.3773 11.2518 12.5423 11.252 12.7207V21.8164C11.252 22.2013 10.8353 22.4415 10.502 22.249L3.25 18.0625C2.7086 17.7499 2.375 17.1721 2.375 16.5469V8.17385Z",fill:"currentColor"}),o.createElement(C,{d:"M20.8789 7.74026C21.2122 7.54796 21.6288 7.78905 21.6289 8.17385V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.249C13.1686 22.4415 12.752 22.2013 12.752 21.8164V12.7207C12.7521 12.5423 12.8474 12.3773 13.002 12.2881L16.6904 10.1582V13.9248C16.6904 14.1442 16.6901 14.2546 16.7188 14.3262C16.7874 14.4975 16.9648 14.5995 17.1475 14.5733C17.2238 14.5623 17.3189 14.5072 17.5088 14.3975C17.685 14.2957 17.7736 14.2452 17.8457 14.1826C18.015 14.0359 18.1294 13.8362 18.1719 13.6162C18.1899 13.5225 18.1904 13.4204 18.1904 13.2168V9.29202L20.8789 7.74026Z",fill:"currentColor"}),o.createElement(C,{d:"M15.6895 9.00393L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44143C3.54181 6.24893 3.54171 5.76764 3.875 5.57522L6.8125 3.87893L15.6895 9.00393Z",fill:"currentColor"}),o.createElement(C,{d:"M11.127 1.3887C11.6684 1.07618 12.3356 1.07615 12.877 1.3887L20.1279 5.57522C20.4612 5.76766 20.4612 6.24895 20.1279 6.44143L17.1895 8.13772L8.3125 3.01272L11.127 1.3887Z",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.375 8.17385C2.37506 7.78905 2.79171 7.54796 3.125 7.74026L11.002 12.2881C11.1565 12.3773 11.2518 12.5423 11.252 12.7207V21.8164C11.252 22.2013 10.8353 22.4415 10.502 22.249L3.25 18.0625C2.7086 17.7499 2.375 17.1721 2.375 16.5469V8.17385Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8789 7.74026C21.2122 7.54796 21.6288 7.78905 21.6289 8.17385V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.249C13.1686 22.4415 12.752 22.2013 12.752 21.8164V12.7207C12.7521 12.5423 12.8474 12.3773 13.002 12.2881L16.6904 10.1582V13.9248C16.6904 14.1442 16.6901 14.2546 16.7188 14.3262C16.7874 14.4975 16.9648 14.5995 17.1475 14.5733C17.2238 14.5623 17.3189 14.5072 17.5088 14.3975C17.685 14.2957 17.7736 14.2452 17.8457 14.1826C18.015 14.0359 18.1294 13.8362 18.1719 13.6162C18.1899 13.5225 18.1904 13.4204 18.1904 13.2168V9.29202L20.8789 7.74026Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.6895 9.00393L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44143C3.54181 6.24893 3.54171 5.76764 3.875 5.57522L6.8125 3.87893L15.6895 9.00393Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.127 1.3887C11.6684 1.07618 12.3356 1.07615 12.877 1.3887L20.1279 5.57522C20.4612 5.76766 20.4612 6.24895 20.1279 6.44143L17.1895 8.13772L8.3125 3.01272L11.127 1.3887Z\"\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,mPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6jBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dPackage2","props","React","CentralIconBase","Icon3dPackage2_default"]}
|
|
@@ -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_27781)"},l.default.createElement(o.Path,{d:"M12 20C12.4142 20 12.75 20.3358 12.75 20.75V23.25C12.75 23.6642 12.4142 24 12 24C11.5858 24 11.25 23.6642 11.25 23.25V20.75C11.25 20.3358 11.5858 20 12 20Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L4.5752 20.4854C4.28229 20.7781 3.8075 20.7782 3.51465 20.4854C3.2218 20.1925 3.22189 19.7177 3.51465 19.4248L5.28223 17.6572Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L20.4854 19.4248C20.7781 19.7177 20.7782 20.1925 20.4854 20.4854C20.1925 20.7782 19.7177 20.7781 19.4248 20.4854L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C5.66941e-06 11.5858 0.33579 11.25 0.75 11.25H3.25Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M23.25 11.25C23.6642 11.25 24 11.5858 24 12C24 12.4142 23.6642 12.75 23.25 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H23.25Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M3.51465 3.51465C3.8075 3.2218 4.28229 3.22188 4.5752 3.51465L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L3.51465 4.5752C3.22188 4.28229 3.2218 3.8075 3.51465 3.51465Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M19.4248 3.51465C19.7177 3.22189 20.1925 3.22181 20.4854 3.51465C20.7782 3.8075 20.7781 4.28229 20.4854 4.5752L18.7178 6.34277C18.4249 6.63567 17.9501 6.63567 17.6572 6.34277C17.3643 6.04988 17.3643 5.57512 17.6572 5.28223L19.4248 3.51465Z",fill:"currentColor"}),l.default.createElement(o.Path,{d:"M12 0C12.4142 0 12.75 0.335786 12.75 0.75V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V0.75C11.25 0.335786 11.5858 0 12 0Z",fill:"currentColor"})),l.default.createElement(o.Defs,null,l.default.createElement(o.ClipPath,{id:"clip0_14944_27781"},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_27781)\">\n <Path\n d=\"M12 20C12.4142 20 12.75 20.3358 12.75 20.75V23.25C12.75 23.6642 12.4142 24 12 24C11.5858 24 11.25 23.6642 11.25 23.25V20.75C11.25 20.3358 11.5858 20 12 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L4.5752 20.4854C4.28229 20.7781 3.8075 20.7782 3.51465 20.4854C3.2218 20.1925 3.22189 19.7177 3.51465 19.4248L5.28223 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L20.4854 19.4248C20.7781 19.7177 20.7782 20.1925 20.4854 20.4854C20.1925 20.7782 19.7177 20.7781 19.4248 20.4854L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C5.66941e-06 11.5858 0.33579 11.25 0.75 11.25H3.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.25 11.25C23.6642 11.25 24 11.5858 24 12C24 12.4142 23.6642 12.75 23.25 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H23.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.51465 3.51465C3.8075 3.2218 4.28229 3.22188 4.5752 3.51465L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L3.51465 4.5752C3.22188 4.28229 3.2218 3.8075 3.51465 3.51465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4248 3.51465C19.7177 3.22189 20.1925 3.22181 20.4854 3.51465C20.7782 3.8075 20.7781 4.28229 20.4854 4.5752L18.7178 6.34277C18.4249 6.63567 17.9501 6.63567 17.6572 6.34277C17.3643 6.04988 17.3643 5.57512 17.6572 5.28223L19.4248 3.51465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 0C12.4142 0 12.75 0.335786 12.75 0.75V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V0.75C11.25 0.335786 11.5858 0 12 0Z\"\n fill=\"currentColor\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_14944_27781\">\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,8JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,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_27781)"},r.createElement(C,{d:"M12 20C12.4142 20 12.75 20.3358 12.75 20.75V23.25C12.75 23.6642 12.4142 24 12 24C11.5858 24 11.25 23.6642 11.25 23.25V20.75C11.25 20.3358 11.5858 20 12 20Z",fill:"currentColor"}),r.createElement(C,{d:"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L4.5752 20.4854C4.28229 20.7781 3.8075 20.7782 3.51465 20.4854C3.2218 20.1925 3.22189 19.7177 3.51465 19.4248L5.28223 17.6572Z",fill:"currentColor"}),r.createElement(C,{d:"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L20.4854 19.4248C20.7781 19.7177 20.7782 20.1925 20.4854 20.4854C20.1925 20.7782 19.7177 20.7781 19.4248 20.4854L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C5.66941e-06 11.5858 0.33579 11.25 0.75 11.25H3.25Z",fill:"currentColor"}),r.createElement(C,{d:"M23.25 11.25C23.6642 11.25 24 11.5858 24 12C24 12.4142 23.6642 12.75 23.25 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H23.25Z",fill:"currentColor"}),r.createElement(C,{d:"M3.51465 3.51465C3.8075 3.2218 4.28229 3.22188 4.5752 3.51465L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L3.51465 4.5752C3.22188 4.28229 3.2218 3.8075 3.51465 3.51465Z",fill:"currentColor"}),r.createElement(C,{d:"M19.4248 3.51465C19.7177 3.22189 20.1925 3.22181 20.4854 3.51465C20.7782 3.8075 20.7781 4.28229 20.4854 4.5752L18.7178 6.34277C18.4249 6.63567 17.9501 6.63567 17.6572 6.34277C17.3643 6.04988 17.3643 5.57512 17.6572 5.28223L19.4248 3.51465Z",fill:"currentColor"}),r.createElement(C,{d:"M12 0C12.4142 0 12.75 0.335786 12.75 0.75V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V0.75C11.25 0.335786 11.5858 0 12 0Z",fill:"currentColor"})),r.createElement(f,null,r.createElement(p,{id:"clip0_14944_27781"},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_27781)\">\n <Path\n d=\"M12 20C12.4142 20 12.75 20.3358 12.75 20.75V23.25C12.75 23.6642 12.4142 24 12 24C11.5858 24 11.25 23.6642 11.25 23.25V20.75C11.25 20.3358 11.5858 20 12 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L4.5752 20.4854C4.28229 20.7781 3.8075 20.7782 3.51465 20.4854C3.2218 20.1925 3.22189 19.7177 3.51465 19.4248L5.28223 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L20.4854 19.4248C20.7781 19.7177 20.7782 20.1925 20.4854 20.4854C20.1925 20.7782 19.7177 20.7781 19.4248 20.4854L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C5.66941e-06 11.5858 0.33579 11.25 0.75 11.25H3.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.25 11.25C23.6642 11.25 24 11.5858 24 12C24 12.4142 23.6642 12.75 23.25 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H23.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.51465 3.51465C3.8075 3.2218 4.28229 3.22188 4.5752 3.51465L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L3.51465 4.5752C3.22188 4.28229 3.2218 3.8075 3.51465 3.51465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4248 3.51465C19.7177 3.22189 20.1925 3.22181 20.4854 3.51465C20.7782 3.8075 20.7781 4.28229 20.4854 4.5752L18.7178 6.34277C18.4249 6.63567 17.9501 6.63567 17.6572 6.34277C17.3643 6.04988 17.3643 5.57512 17.6572 5.28223L19.4248 3.51465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 0C12.4142 0 12.75 0.335786 12.75 0.75V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V0.75C11.25 0.335786 11.5858 0 12 0Z\"\n fill=\"currentColor\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_14944_27781\">\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,8JACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,iPACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,oPACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,0KACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,oKACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,8OACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,kPACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,qJACF,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,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.4142 20 12.75 20.3358 12.75 20.75V21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21V20.75C11.25 20.3358 11.5858 20 12 20Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L6.16602 18.8945C5.8731 19.1871 5.39826 19.1873 5.10547 18.8945C4.81268 18.6017 4.81288 18.1269 5.10547 17.834L5.28223 17.6572Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L18.8945 17.834C19.1871 18.1269 19.1873 18.6017 18.8945 18.8945C18.6017 19.1873 18.1269 19.1871 17.834 18.8945L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12C2.25001 11.5858 2.58579 11.25 3 11.25H3.25Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H21Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M5.10547 5.10547C5.39826 4.81267 5.8731 4.81287 6.16602 5.10547L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L5.10547 6.16602C4.81287 5.8731 4.81267 5.39826 5.10547 5.10547Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M17.834 5.10547C18.1269 4.81288 18.6017 4.81269 18.8945 5.10547C19.1873 5.39826 19.1871 5.8731 18.8945 6.16602L18.7178 6.34277C18.4249 6.63568 17.9501 6.63565 17.6572 6.34277C17.3644 6.04989 17.3644 5.57512 17.6572 5.28223L17.834 5.10547Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V3C11.25 2.58579 11.5858 2.25 12 2.25Z",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.4142 20 12.75 20.3358 12.75 20.75V21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21V20.75C11.25 20.3358 11.5858 20 12 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L6.16602 18.8945C5.8731 19.1871 5.39826 19.1873 5.10547 18.8945C4.81268 18.6017 4.81288 18.1269 5.10547 17.834L5.28223 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L18.8945 17.834C19.1871 18.1269 19.1873 18.6017 18.8945 18.8945C18.6017 19.1873 18.1269 19.1871 17.834 18.8945L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12C2.25001 11.5858 2.58579 11.25 3 11.25H3.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.10547 5.10547C5.39826 4.81267 5.8731 4.81287 6.16602 5.10547L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L5.10547 6.16602C4.81287 5.8731 4.81267 5.39826 5.10547 5.10547Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.834 5.10547C18.1269 4.81288 18.6017 4.81269 18.8945 5.10547C19.1873 5.39826 19.1871 5.8731 18.8945 6.16602L18.7178 6.34277C18.4249 6.63568 17.9501 6.63565 17.6572 6.34277C17.3644 6.04989 17.3644 5.57512 17.6572 5.28223L17.834 5.10547Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V3C11.25 2.58579 11.5858 2.25 12 2.25Z\"\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,iKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,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.4142 20 12.75 20.3358 12.75 20.75V21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21V20.75C11.25 20.3358 11.5858 20 12 20Z",fill:"currentColor"}),r.createElement(C,{d:"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L6.16602 18.8945C5.8731 19.1871 5.39826 19.1873 5.10547 18.8945C4.81268 18.6017 4.81288 18.1269 5.10547 17.834L5.28223 17.6572Z",fill:"currentColor"}),r.createElement(C,{d:"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L18.8945 17.834C19.1871 18.1269 19.1873 18.6017 18.8945 18.8945C18.6017 19.1873 18.1269 19.1871 17.834 18.8945L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12C2.25001 11.5858 2.58579 11.25 3 11.25H3.25Z",fill:"currentColor"}),r.createElement(C,{d:"M21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H21Z",fill:"currentColor"}),r.createElement(C,{d:"M5.10547 5.10547C5.39826 4.81267 5.8731 4.81287 6.16602 5.10547L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L5.10547 6.16602C4.81287 5.8731 4.81267 5.39826 5.10547 5.10547Z",fill:"currentColor"}),r.createElement(C,{d:"M17.834 5.10547C18.1269 4.81288 18.6017 4.81269 18.8945 5.10547C19.1873 5.39826 19.1871 5.8731 18.8945 6.16602L18.7178 6.34277C18.4249 6.63568 17.9501 6.63565 17.6572 6.34277C17.3644 6.04989 17.3644 5.57512 17.6572 5.28223L17.834 5.10547Z",fill:"currentColor"}),r.createElement(C,{d:"M12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V3C11.25 2.58579 11.5858 2.25 12 2.25Z",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.4142 20 12.75 20.3358 12.75 20.75V21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21V20.75C11.25 20.3358 11.5858 20 12 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L6.16602 18.8945C5.8731 19.1871 5.39826 19.1873 5.10547 18.8945C4.81268 18.6017 4.81288 18.1269 5.10547 17.834L5.28223 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L18.8945 17.834C19.1871 18.1269 19.1873 18.6017 18.8945 18.8945C18.6017 19.1873 18.1269 19.1871 17.834 18.8945L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12C2.25001 11.5858 2.58579 11.25 3 11.25H3.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.10547 5.10547C5.39826 4.81267 5.8731 4.81287 6.16602 5.10547L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L5.10547 6.16602C4.81287 5.8731 4.81267 5.39826 5.10547 5.10547Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.834 5.10547C18.1269 4.81288 18.6017 4.81269 18.8945 5.10547C19.1873 5.39826 19.1871 5.8731 18.8945 6.16602L18.7178 6.34277C18.4249 6.63568 17.9501 6.63565 17.6572 6.34277C17.3644 6.04989 17.3644 5.57512 17.6572 5.28223L17.834 5.10547Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V3C11.25 2.58579 11.5858 2.25 12 2.25Z\"\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,iKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSunLow","props","React","CentralIconBase","IconSunLow_default"]}
|
package/README.md
CHANGED
|
@@ -1518,6 +1518,7 @@ Below is a complete list of available icons:
|
|
|
1518
1518
|
### Shopping & Payment
|
|
1519
1519
|
|
|
1520
1520
|
- Icon3dPackage
|
|
1521
|
+
- Icon3dPackage2
|
|
1521
1522
|
- IconAddToBasket
|
|
1522
1523
|
- IconAddToBasket2
|
|
1523
1524
|
- IconBanknote1
|
|
@@ -2174,6 +2175,8 @@ Below is a complete list of available icons:
|
|
|
2174
2175
|
- IconRainyLight
|
|
2175
2176
|
- IconSnowFlakes
|
|
2176
2177
|
- IconSun
|
|
2178
|
+
- IconSunHigh
|
|
2179
|
+
- IconSunLow
|
|
2177
2180
|
- IconSunrise
|
|
2178
2181
|
- IconSunriseArrowUp
|
|
2179
2182
|
- IconSunset
|
package/filtered-icons.json
CHANGED
|
@@ -56,6 +56,20 @@
|
|
|
56
56
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
57
57
|
"componentName": "Icon3dPackage"
|
|
58
58
|
},
|
|
59
|
+
{
|
|
60
|
+
"category": "Shopping & Payment",
|
|
61
|
+
"svg": "<path d=\"M2.375 8.17385C2.37506 7.78905 2.79171 7.54796 3.125 7.74026L11.002 12.2881C11.1565 12.3773 11.2518 12.5423 11.252 12.7207V21.8164C11.252 22.2013 10.8353 22.4415 10.502 22.249L3.25 18.0625C2.7086 17.7499 2.375 17.1721 2.375 16.5469V8.17385Z\" fill=\"currentColor\"/><path d=\"M20.8789 7.74026C21.2122 7.54796 21.6288 7.78905 21.6289 8.17385V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.249C13.1686 22.4415 12.752 22.2013 12.752 21.8164V12.7207C12.7521 12.5423 12.8474 12.3773 13.002 12.2881L16.6904 10.1582V13.9248C16.6904 14.1442 16.6901 14.2546 16.7188 14.3262C16.7874 14.4975 16.9648 14.5995 17.1475 14.5733C17.2238 14.5623 17.3189 14.5072 17.5088 14.3975C17.685 14.2957 17.7736 14.2452 17.8457 14.1826C18.015 14.0359 18.1294 13.8362 18.1719 13.6162C18.1899 13.5225 18.1904 13.4204 18.1904 13.2168V9.29202L20.8789 7.74026Z\" fill=\"currentColor\"/><path d=\"M15.6895 9.00393L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44143C3.54181 6.24893 3.54171 5.76764 3.875 5.57522L6.8125 3.87893L15.6895 9.00393Z\" fill=\"currentColor\"/><path d=\"M11.127 1.3887C11.6684 1.07618 12.3356 1.07615 12.877 1.3887L20.1279 5.57522C20.4612 5.76766 20.4612 6.24895 20.1279 6.44143L17.1895 8.13772L8.3125 3.01272L11.127 1.3887Z\" fill=\"currentColor\"/>",
|
|
62
|
+
"iconName": "3d-package-2, box, delivery",
|
|
63
|
+
"variant": {
|
|
64
|
+
"join": "round",
|
|
65
|
+
"filled": "on",
|
|
66
|
+
"radius": "1",
|
|
67
|
+
"stroke": "1.5"
|
|
68
|
+
},
|
|
69
|
+
"createdAt": "2026-04-09T14:02:42.532304+00:00",
|
|
70
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
71
|
+
"componentName": "Icon3dPackage2"
|
|
72
|
+
},
|
|
59
73
|
{
|
|
60
74
|
"category": "Augmented Reality",
|
|
61
75
|
"svg": "<path d=\"M9.75005 12.0001C9.75005 9.00945 10.0815 6.32893 10.6023 4.41922C10.8642 3.45898 11.1627 2.73613 11.4626 2.27092C11.5335 2.16105 11.5984 2.07431 11.6567 2.00584C11.7706 2.002 11.8851 2.00006 12 2.00006C17.5228 2.00006 22 6.47721 22 12.0001C22 12.115 21.9981 12.2295 21.9942 12.3435C21.9258 12.4018 21.839 12.4666 21.7292 12.5375C21.264 12.8374 20.5411 13.1359 19.5809 13.3978C17.6712 13.9186 14.9907 14.2501 12.0001 14.2501C11.2482 14.2501 10.516 14.2291 9.81064 14.1895C9.771 13.4841 9.75005 12.7519 9.75005 12.0001Z\" fill=\"currentColor\"/><path d=\"M21.752 14.223C21.2351 14.4582 20.6344 14.6653 19.9756 14.8449C17.9041 15.4099 15.0846 15.7501 12.0001 15.7501C11.2933 15.7501 10.6005 15.7322 9.9274 15.6979C10.0752 17.1822 10.3086 18.5041 10.6023 19.5809C10.8642 20.5411 11.1627 21.264 11.4626 21.7292C11.5335 21.8391 11.5984 21.9258 11.6567 21.9943C11.7706 21.9981 11.8851 22.0001 12 22.0001C16.7588 22.0001 20.7413 18.6759 21.752 14.223Z\" fill=\"currentColor\"/><path d=\"M9.77716 21.7521C9.54193 21.2352 9.33486 20.6345 9.15516 19.9756C8.81932 18.7442 8.56293 17.2485 8.4102 15.5899C6.75163 15.4372 5.25593 15.1808 4.02454 14.8449C3.36563 14.6652 2.76491 14.4582 2.24795 14.2229C3.09643 17.961 6.03905 20.9036 9.77716 21.7521Z\" fill=\"currentColor\"/><path d=\"M2.00578 12.3434C2.00194 12.2294 2 12.115 2 12.0001C2 7.2412 5.32416 3.25874 9.77715 2.248C9.54193 2.76495 9.33486 3.36565 9.15516 4.02454C8.5902 6.09604 8.25005 8.91552 8.25005 12.0001C8.25005 12.7068 8.26791 13.3996 8.30224 14.0727C6.81789 13.9249 5.49602 13.6915 4.41922 13.3978C3.45898 13.1359 2.73613 12.8374 2.27092 12.5375C2.16102 12.4666 2.07426 12.4017 2.00578 12.3434Z\" fill=\"currentColor\"/>",
|
|
@@ -23702,6 +23716,34 @@
|
|
|
23702
23716
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
23703
23717
|
"componentName": "IconSunburstChart2"
|
|
23704
23718
|
},
|
|
23719
|
+
{
|
|
23720
|
+
"category": "Weather",
|
|
23721
|
+
"svg": "<g clip-path=\"url(#clip0_14944_27781)\"><path d=\"M12 20C12.4142 20 12.75 20.3358 12.75 20.75V23.25C12.75 23.6642 12.4142 24 12 24C11.5858 24 11.25 23.6642 11.25 23.25V20.75C11.25 20.3358 11.5858 20 12 20Z\" fill=\"currentColor\"/><path d=\"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L4.5752 20.4854C4.28229 20.7781 3.8075 20.7782 3.51465 20.4854C3.2218 20.1925 3.22189 19.7177 3.51465 19.4248L5.28223 17.6572Z\" fill=\"currentColor\"/><path d=\"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L20.4854 19.4248C20.7781 19.7177 20.7782 20.1925 20.4854 20.4854C20.1925 20.7782 19.7177 20.7781 19.4248 20.4854L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C5.66941e-06 11.5858 0.33579 11.25 0.75 11.25H3.25Z\" fill=\"currentColor\"/><path d=\"M23.25 11.25C23.6642 11.25 24 11.5858 24 12C24 12.4142 23.6642 12.75 23.25 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H23.25Z\" fill=\"currentColor\"/><path d=\"M3.51465 3.51465C3.8075 3.2218 4.28229 3.22188 4.5752 3.51465L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L3.51465 4.5752C3.22188 4.28229 3.2218 3.8075 3.51465 3.51465Z\" fill=\"currentColor\"/><path d=\"M19.4248 3.51465C19.7177 3.22189 20.1925 3.22181 20.4854 3.51465C20.7782 3.8075 20.7781 4.28229 20.4854 4.5752L18.7178 6.34277C18.4249 6.63567 17.9501 6.63567 17.6572 6.34277C17.3643 6.04988 17.3643 5.57512 17.6572 5.28223L19.4248 3.51465Z\" fill=\"currentColor\"/><path d=\"M12 0C12.4142 0 12.75 0.335786 12.75 0.75V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V0.75C11.25 0.335786 11.5858 0 12 0Z\" fill=\"currentColor\"/></g><defs><clipPath id=\"clip0_14944_27781\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
|
|
23722
|
+
"iconName": "sun-high, light-mode, day, today",
|
|
23723
|
+
"variant": {
|
|
23724
|
+
"join": "round",
|
|
23725
|
+
"filled": "on",
|
|
23726
|
+
"radius": "1",
|
|
23727
|
+
"stroke": "1.5"
|
|
23728
|
+
},
|
|
23729
|
+
"createdAt": "2026-04-09T14:02:42.532304+00:00",
|
|
23730
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
23731
|
+
"componentName": "IconSunHigh"
|
|
23732
|
+
},
|
|
23733
|
+
{
|
|
23734
|
+
"category": "Weather",
|
|
23735
|
+
"svg": "<path d=\"M12 20C12.4142 20 12.75 20.3358 12.75 20.75V21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21V20.75C11.25 20.3358 11.5858 20 12 20Z\" fill=\"currentColor\"/><path d=\"M5.28223 17.6572C5.57512 17.3643 6.04988 17.3643 6.34277 17.6572C6.63567 17.9501 6.63567 18.4249 6.34277 18.7178L6.16602 18.8945C5.8731 19.1871 5.39826 19.1873 5.10547 18.8945C4.81268 18.6017 4.81288 18.1269 5.10547 17.834L5.28223 17.6572Z\" fill=\"currentColor\"/><path d=\"M17.6572 17.6572C17.9501 17.3643 18.4249 17.3643 18.7178 17.6572L18.8945 17.834C19.1871 18.1269 19.1873 18.6017 18.8945 18.8945C18.6017 19.1873 18.1269 19.1871 17.834 18.8945L17.6572 18.7178C17.3643 18.4249 17.3643 17.9501 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.25 11.25C3.66421 11.25 3.99999 11.5858 4 12C4 12.4142 3.66421 12.75 3.25 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12C2.25001 11.5858 2.58579 11.25 3 11.25H3.25Z\" fill=\"currentColor\"/><path d=\"M21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75H20.75C20.3358 12.75 20 12.4142 20 12C20 11.5858 20.3358 11.25 20.75 11.25H21Z\" fill=\"currentColor\"/><path d=\"M5.10547 5.10547C5.39826 4.81267 5.8731 4.81287 6.16602 5.10547L6.34277 5.28223C6.63567 5.57512 6.63567 6.04988 6.34277 6.34277C6.04988 6.63567 5.57512 6.63567 5.28223 6.34277L5.10547 6.16602C4.81287 5.8731 4.81267 5.39826 5.10547 5.10547Z\" fill=\"currentColor\"/><path d=\"M17.834 5.10547C18.1269 4.81288 18.6017 4.81269 18.8945 5.10547C19.1873 5.39826 19.1871 5.8731 18.8945 6.16602L18.7178 6.34277C18.4249 6.63568 17.9501 6.63565 17.6572 6.34277C17.3644 6.04989 17.3644 5.57512 17.6572 5.28223L17.834 5.10547Z\" fill=\"currentColor\"/><path d=\"M12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V3.25C12.75 3.66421 12.4142 4 12 4C11.5858 4 11.25 3.66421 11.25 3.25V3C11.25 2.58579 11.5858 2.25 12 2.25Z\" fill=\"currentColor\"/>",
|
|
23736
|
+
"iconName": "sun-low, light-mode, day, today",
|
|
23737
|
+
"variant": {
|
|
23738
|
+
"join": "round",
|
|
23739
|
+
"filled": "on",
|
|
23740
|
+
"radius": "1",
|
|
23741
|
+
"stroke": "1.5"
|
|
23742
|
+
},
|
|
23743
|
+
"createdAt": "2026-04-09T14:02:42.532304+00:00",
|
|
23744
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
23745
|
+
"componentName": "IconSunLow"
|
|
23746
|
+
},
|
|
23705
23747
|
{
|
|
23706
23748
|
"category": "Weather",
|
|
23707
23749
|
"svg": "<path d=\"M12.75 2.75C12.75 2.33579 12.4142 2 12 2C11.5858 2 11.25 2.33579 11.25 2.75V3.77941C11.25 4.19363 11.5858 4.52941 12 4.52941C12.4142 4.52941 12.75 4.19363 12.75 3.77941V2.75Z\" fill=\"currentColor\"/><path d=\"M5.99071 4.93366C5.69805 4.64054 5.22318 4.64016 4.93005 4.93282C4.63693 5.22548 4.63655 5.70035 4.92921 5.99348L5.65596 6.72138C5.94862 7.01451 6.42349 7.01489 6.71662 6.72223C7.00974 6.42957 7.01012 5.95469 6.71746 5.66157L5.99071 4.93366Z\" fill=\"currentColor\"/><path d=\"M19.0709 5.99348C19.3635 5.70035 19.3632 5.22548 19.07 4.93282C18.7769 4.64016 18.302 4.64054 18.0094 4.93366L17.2826 5.66157C16.99 5.95469 16.9903 6.42957 17.2835 6.72223C17.5766 7.01489 18.0515 7.01451 18.3441 6.72138L19.0709 5.99348Z\" fill=\"currentColor\"/><path d=\"M2.75 11.5C2.33579 11.5 2 11.8358 2 12.25C2 12.6642 2.33579 13 2.75 13H3.77778C4.19199 13 4.52778 12.6642 4.52778 12.25C4.52778 11.8358 4.19199 11.5 3.77778 11.5H2.75Z\" fill=\"currentColor\"/><path d=\"M20.2222 11.5C19.808 11.5 19.4722 11.8358 19.4722 12.25C19.4722 12.6642 19.808 13 20.2222 13H21.25C21.6642 13 22 12.6642 22 12.25C22 11.8358 21.6642 11.5 21.25 11.5H20.2222Z\" fill=\"currentColor\"/><path d=\"M2.75 15.5C2.33579 15.5 2 15.8358 2 16.25C2 16.6642 2.33579 17 2.75 17H21.25C21.6642 17 22 16.6642 22 16.25C22 15.8358 21.6642 15.5 21.25 15.5H2.75Z\" fill=\"currentColor\"/><path d=\"M6.75 19.5C6.33579 19.5 6 19.8358 6 20.25C6 20.6642 6.33579 21 6.75 21H17.25C17.6642 21 18 20.6642 18 20.25C18 19.8358 17.6642 19.5 17.25 19.5H6.75Z\" fill=\"currentColor\"/><path d=\"M16.25 13C16.6642 13 17 12.6642 17 12.25V12.0068C17 9.24272 14.7625 7 12 7C9.23745 7 7 9.24272 7 12.0068V12.25C7 12.6642 7.33579 13 7.75 13C9.43062 13 14.5694 13 16.25 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"
|
|
@@ -1692,6 +1693,8 @@ export type CentralIconName =
|
|
|
1692
1693
|
| "IconSun"
|
|
1693
1694
|
| "IconSunburstChart"
|
|
1694
1695
|
| "IconSunburstChart2"
|
|
1696
|
+
| "IconSunHigh"
|
|
1697
|
+
| "IconSunLow"
|
|
1695
1698
|
| "IconSunrise"
|
|
1696
1699
|
| "IconSunriseArrowUp"
|
|
1697
1700
|
| "IconSunset"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.183",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1927,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 76,
|
|
@@ -1439,9 +1439,10 @@
|
|
|
1439
1439
|
]
|
|
1440
1440
|
},
|
|
1441
1441
|
"Shopping & Payment": {
|
|
1442
|
-
"count":
|
|
1442
|
+
"count": 71,
|
|
1443
1443
|
"icons": [
|
|
1444
1444
|
"Icon3dPackage",
|
|
1445
|
+
"Icon3dPackage2",
|
|
1445
1446
|
"IconAddToBasket",
|
|
1446
1447
|
"IconAddToBasket2",
|
|
1447
1448
|
"IconBanknote1",
|
|
@@ -2100,7 +2101,7 @@
|
|
|
2100
2101
|
]
|
|
2101
2102
|
},
|
|
2102
2103
|
"Weather": {
|
|
2103
|
-
"count":
|
|
2104
|
+
"count": 22,
|
|
2104
2105
|
"icons": [
|
|
2105
2106
|
"IconCloudSnow",
|
|
2106
2107
|
"IconCloudWeather",
|
|
@@ -2115,6 +2116,8 @@
|
|
|
2115
2116
|
"IconRainyLight",
|
|
2116
2117
|
"IconSnowFlakes",
|
|
2117
2118
|
"IconSun",
|
|
2119
|
+
"IconSunHigh",
|
|
2120
|
+
"IconSunLow",
|
|
2118
2121
|
"IconSunrise",
|
|
2119
2122
|
"IconSunriseArrowUp",
|
|
2120
2123
|
"IconSunset",
|
|
@@ -2130,6 +2133,7 @@
|
|
|
2130
2133
|
"Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
|
|
2131
2134
|
"Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
|
|
2132
2135
|
"Icon3dPackage": "3d-package, box",
|
|
2136
|
+
"Icon3dPackage2": "3d-package-2, box, delivery",
|
|
2133
2137
|
"Icon3dSphere": "3d-sphere",
|
|
2134
2138
|
"Icon4k": "4k",
|
|
2135
2139
|
"IconAddImage": "add-image, upload-image",
|
|
@@ -3819,6 +3823,8 @@
|
|
|
3819
3823
|
"IconSun": "sun, light-mode, day, today",
|
|
3820
3824
|
"IconSunburstChart": "sunburst-chart",
|
|
3821
3825
|
"IconSunburstChart2": "sunburst-chart-2",
|
|
3826
|
+
"IconSunHigh": "sun-high, light-mode, day, today",
|
|
3827
|
+
"IconSunLow": "sun-low, light-mode, day, today",
|
|
3822
3828
|
"IconSunrise": "sunrise",
|
|
3823
3829
|
"IconSunriseArrowUp": "sunrise-arrow-up",
|
|
3824
3830
|
"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";
|
|
@@ -1689,6 +1690,8 @@ export { IconSuitcaseSticker, default as IconSuitcaseStickerDefault, } from "./I
|
|
|
1689
1690
|
export { IconSuitcaseWork, default as IconSuitcaseWorkDefault, } from "./IconSuitcaseWork";
|
|
1690
1691
|
export { IconSummary, default as IconSummaryDefault } from "./IconSummary";
|
|
1691
1692
|
export { IconSun, default as IconSunDefault } from "./IconSun";
|
|
1693
|
+
export { IconSunHigh, default as IconSunHighDefault } from "./IconSunHigh";
|
|
1694
|
+
export { IconSunLow, default as IconSunLowDefault } from "./IconSunLow";
|
|
1692
1695
|
export { IconSunburstChart, default as IconSunburstChartDefault, } from "./IconSunburstChart";
|
|
1693
1696
|
export { IconSunburstChart2, default as IconSunburstChart2Default, } from "./IconSunburstChart2";
|
|
1694
1697
|
export { IconSunrise, default as IconSunriseDefault } from "./IconSunrise";
|