@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.181 → 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/IconMetaAi/index.d.ts +4 -0
- package/IconMetaAi/index.js +2 -0
- package/IconMetaAi/index.js.map +1 -0
- package/IconMetaAi/index.mjs +2 -0
- package/IconMetaAi/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 +4 -0
- package/filtered-icons.json +57 -1
- package/icons/index.d.ts +4 -0
- package/icons-index.json +14 -6
- package/index.d.ts +4 -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 +29 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?i(B(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var h={};P(h,{Icon3dPackage2:()=>L,default:()=>x});module.exports=g(h);var n=C(require("react"));var m=C(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),L=r=>n.default.createElement(f,{...r},n.default.createElement(s.Path,{d:"M12.0001 2L20.6604 7V17L12.0001 22L3.33984 17V7L12.0001 2Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M20.6604 7L12.0001 12M12.0001 21V12M3.33984 7L12.0001 12",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M17.332 8.92285V14.9219L15.332 16.0771V10.0771L7.17188 5.36621L8.17188 3.63379L17.332 8.92285Z",fill:"currentColor"})),x=L;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=\"M12.0001 2L20.6604 7V17L12.0001 22L3.33984 17V7L12.0001 2Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M20.6604 7L12.0001 12M12.0001 21V12M3.33984 7L12.0001 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M17.332 8.92285V14.9219L15.332 16.0771V10.0771L7.17188 5.36621L8.17188 3.63379L17.332 8.92285Z\"\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,6DACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iGACF,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 s from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12.0001 2L20.6604 7V17L12.0001 22L3.33984 17V7L12.0001 2Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M20.6604 7L12.0001 12M12.0001 21V12M3.33984 7L12.0001 12",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M17.332 8.92285V14.9219L15.332 16.0771V10.0771L7.17188 5.36621L8.17188 3.63379L17.332 8.92285Z",fill:"currentColor"})),I=l;export{l as Icon3dPackage2,I 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=\"M12.0001 2L20.6604 7V17L12.0001 22L3.33984 17V7L12.0001 2Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M20.6604 7L12.0001 12M12.0001 21V12M3.33984 7L12.0001 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M17.332 8.92285V14.9219L15.332 16.0771V10.0771L7.17188 5.36621L8.17188 3.63379L17.332 8.92285Z\"\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,6DACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iGACF,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 c=Object.create;var e=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!M.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=d(o,t))||p.enumerable});return r};var i=(r,o,C)=>(C=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(e({},"__esModule",{value:!0}),r);var g={};x(g,{IconMetaAi:()=>a,default:()=>Z});module.exports=P(g);var n=i(require("react"));var m=i(require("react")),u=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(u.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 l=require("react-native-svg"),a=r=>n.default.createElement(s,{...r},n.default.createElement(l.Path,{d:"M8.25176 15.4257C9.82868 15.4257 10.8618 17.628 10.8618 19.2865C10.8618 20.7003 10.1278 22.25 8.82272 22.25C7.30017 22.25 6.21264 20.1293 6.21264 18.3621C6.21264 16.9211 6.94672 15.4257 8.25176 15.4257Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13.8797 16.2958C15.8373 16.2958 18.1483 18.0086 18.1483 19.7487C18.1483 20.8906 17.1423 21.5159 15.9732 21.5159C14.0429 21.5159 11.7591 19.8302 11.7591 18.0358C11.7591 16.8667 12.7378 16.2958 13.8797 16.2958Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M5.69606 10.8309C6.81078 10.8309 7.4633 11.565 7.4633 12.6525C7.4633 14.6101 5.39699 16.758 3.52099 16.758C2.43346 16.758 1.72656 16.0239 1.72656 14.9092C1.72656 13.006 3.79288 10.8309 5.69606 10.8309Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.9699 11.429C21.3565 11.429 22.2809 12.1631 22.2809 13.2779C22.2809 15.0723 19.834 16.4317 17.9852 16.4317C16.5714 16.4317 15.6742 15.616 15.6742 14.5557C15.6742 12.8156 18.0667 11.429 19.9699 11.429Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M18.1211 4.3057C19.3718 4.3057 20.0243 5.61074 20.0243 6.91578C20.0243 8.65584 18.8552 11.0212 17.1423 11.0212C15.8917 11.0212 15.212 9.77056 15.212 8.43833C15.212 6.6439 16.4354 4.3057 18.1211 4.3057Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M5.88638 5.28448C7.68081 5.28448 9.52961 6.26326 9.52961 7.70424C9.52961 9.06366 7.89831 9.85212 6.2942 9.85212C4.49977 9.85212 2.65097 8.87334 2.65097 7.45955C2.65097 6.15451 4.2007 5.28448 5.88638 5.28448Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M10.9162 1.75C12.7922 1.75 14.5866 4.0882 14.5866 6.01857C14.5866 7.13329 13.9885 7.94894 12.8738 7.94894C10.9978 7.94894 9.17616 5.61074 9.17616 3.70756C9.17616 2.62003 9.77431 1.75 10.9162 1.75Z",fill:"currentColor"})),Z=a;0&&(module.exports={IconMetaAi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMetaAi/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 IconMetaAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.25176 15.4257C9.82868 15.4257 10.8618 17.628 10.8618 19.2865C10.8618 20.7003 10.1278 22.25 8.82272 22.25C7.30017 22.25 6.21264 20.1293 6.21264 18.3621C6.21264 16.9211 6.94672 15.4257 8.25176 15.4257Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.8797 16.2958C15.8373 16.2958 18.1483 18.0086 18.1483 19.7487C18.1483 20.8906 17.1423 21.5159 15.9732 21.5159C14.0429 21.5159 11.7591 19.8302 11.7591 18.0358C11.7591 16.8667 12.7378 16.2958 13.8797 16.2958Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.69606 10.8309C6.81078 10.8309 7.4633 11.565 7.4633 12.6525C7.4633 14.6101 5.39699 16.758 3.52099 16.758C2.43346 16.758 1.72656 16.0239 1.72656 14.9092C1.72656 13.006 3.79288 10.8309 5.69606 10.8309Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.9699 11.429C21.3565 11.429 22.2809 12.1631 22.2809 13.2779C22.2809 15.0723 19.834 16.4317 17.9852 16.4317C16.5714 16.4317 15.6742 15.616 15.6742 14.5557C15.6742 12.8156 18.0667 11.429 19.9699 11.429Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1211 4.3057C19.3718 4.3057 20.0243 5.61074 20.0243 6.91578C20.0243 8.65584 18.8552 11.0212 17.1423 11.0212C15.8917 11.0212 15.212 9.77056 15.212 8.43833C15.212 6.6439 16.4354 4.3057 18.1211 4.3057Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.88638 5.28448C7.68081 5.28448 9.52961 6.26326 9.52961 7.70424C9.52961 9.06366 7.89831 9.85212 6.2942 9.85212C4.49977 9.85212 2.65097 8.87334 2.65097 7.45955C2.65097 6.15451 4.2007 5.28448 5.88638 5.28448Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.9162 1.75C12.7922 1.75 14.5866 4.0882 14.5866 6.01857C14.5866 7.13329 13.9885 7.94894 12.8738 7.94894C10.9978 7.94894 9.17616 5.61074 9.17616 3.70756C9.17616 2.62003 9.77431 1.75 10.9162 1.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMetaAi;\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,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMetaAi_exports","__export","IconMetaAi","IconMetaAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMetaAi","props","React","CentralIconBase","IconMetaAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:C=24,...t})=>e.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(l,{...n},r.createElement(o,{d:"M8.25176 15.4257C9.82868 15.4257 10.8618 17.628 10.8618 19.2865C10.8618 20.7003 10.1278 22.25 8.82272 22.25C7.30017 22.25 6.21264 20.1293 6.21264 18.3621C6.21264 16.9211 6.94672 15.4257 8.25176 15.4257Z",fill:"currentColor"}),r.createElement(o,{d:"M13.8797 16.2958C15.8373 16.2958 18.1483 18.0086 18.1483 19.7487C18.1483 20.8906 17.1423 21.5159 15.9732 21.5159C14.0429 21.5159 11.7591 19.8302 11.7591 18.0358C11.7591 16.8667 12.7378 16.2958 13.8797 16.2958Z",fill:"currentColor"}),r.createElement(o,{d:"M5.69606 10.8309C6.81078 10.8309 7.4633 11.565 7.4633 12.6525C7.4633 14.6101 5.39699 16.758 3.52099 16.758C2.43346 16.758 1.72656 16.0239 1.72656 14.9092C1.72656 13.006 3.79288 10.8309 5.69606 10.8309Z",fill:"currentColor"}),r.createElement(o,{d:"M19.9699 11.429C21.3565 11.429 22.2809 12.1631 22.2809 13.2779C22.2809 15.0723 19.834 16.4317 17.9852 16.4317C16.5714 16.4317 15.6742 15.616 15.6742 14.5557C15.6742 12.8156 18.0667 11.429 19.9699 11.429Z",fill:"currentColor"}),r.createElement(o,{d:"M18.1211 4.3057C19.3718 4.3057 20.0243 5.61074 20.0243 6.91578C20.0243 8.65584 18.8552 11.0212 17.1423 11.0212C15.8917 11.0212 15.212 9.77056 15.212 8.43833C15.212 6.6439 16.4354 4.3057 18.1211 4.3057Z",fill:"currentColor"}),r.createElement(o,{d:"M5.88638 5.28448C7.68081 5.28448 9.52961 6.26326 9.52961 7.70424C9.52961 9.06366 7.89831 9.85212 6.2942 9.85212C4.49977 9.85212 2.65097 8.87334 2.65097 7.45955C2.65097 6.15451 4.2007 5.28448 5.88638 5.28448Z",fill:"currentColor"}),r.createElement(o,{d:"M10.9162 1.75C12.7922 1.75 14.5866 4.0882 14.5866 6.01857C14.5866 7.13329 13.9885 7.94894 12.8738 7.94894C10.9978 7.94894 9.17616 5.61074 9.17616 3.70756C9.17616 2.62003 9.77431 1.75 10.9162 1.75Z",fill:"currentColor"})),M=f;export{f as IconMetaAi,M as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMetaAi/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 IconMetaAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.25176 15.4257C9.82868 15.4257 10.8618 17.628 10.8618 19.2865C10.8618 20.7003 10.1278 22.25 8.82272 22.25C7.30017 22.25 6.21264 20.1293 6.21264 18.3621C6.21264 16.9211 6.94672 15.4257 8.25176 15.4257Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.8797 16.2958C15.8373 16.2958 18.1483 18.0086 18.1483 19.7487C18.1483 20.8906 17.1423 21.5159 15.9732 21.5159C14.0429 21.5159 11.7591 19.8302 11.7591 18.0358C11.7591 16.8667 12.7378 16.2958 13.8797 16.2958Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.69606 10.8309C6.81078 10.8309 7.4633 11.565 7.4633 12.6525C7.4633 14.6101 5.39699 16.758 3.52099 16.758C2.43346 16.758 1.72656 16.0239 1.72656 14.9092C1.72656 13.006 3.79288 10.8309 5.69606 10.8309Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.9699 11.429C21.3565 11.429 22.2809 12.1631 22.2809 13.2779C22.2809 15.0723 19.834 16.4317 17.9852 16.4317C16.5714 16.4317 15.6742 15.616 15.6742 14.5557C15.6742 12.8156 18.0667 11.429 19.9699 11.429Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1211 4.3057C19.3718 4.3057 20.0243 5.61074 20.0243 6.91578C20.0243 8.65584 18.8552 11.0212 17.1423 11.0212C15.8917 11.0212 15.212 9.77056 15.212 8.43833C15.212 6.6439 16.4354 4.3057 18.1211 4.3057Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.88638 5.28448C7.68081 5.28448 9.52961 6.26326 9.52961 7.70424C9.52961 9.06366 7.89831 9.85212 6.2942 9.85212C4.49977 9.85212 2.65097 8.87334 2.65097 7.45955C2.65097 6.15451 4.2007 5.28448 5.88638 5.28448Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.9162 1.75C12.7922 1.75 14.5866 4.0882 14.5866 6.01857C14.5866 7.13329 13.9885 7.94894 12.8738 7.94894C10.9978 7.94894 9.17616 5.61074 9.17616 3.70756C9.17616 2.62003 9.77431 1.75 10.9162 1.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMetaAi;\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,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMetaAi","props","React","CentralIconBase","IconMetaAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var l=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of d(o))!M.call(r,p)&&p!==t&&l(r,p,{get:()=>o[p],enumerable:!(i=m(o,p))||i.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(P(r)):{},s(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>s(l({},"__esModule",{value:!0}),r);var v={};g(v,{IconSunHigh:()=>c,default:()=>I});module.exports=B(v);var n=C(require("react"));var a=C(require("react")),h=require("react-native-svg"),u=({children:r,size:o=24,...t})=>a.default.createElement(h.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(e.G,{"clip-Path":"url(#clip0_14944_27743)"},n.default.createElement(e.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(e.Path,{d:"M12 3V1M12 23V21M21 12H23M1 12H3M5.63603 5.63604L4.22182 4.22183M19.7782 19.7782L18.364 18.364M18.364 5.63606L19.7782 4.22184M4.22183 19.7782L5.63605 18.364",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),n.default.createElement(e.Defs,null,n.default.createElement(e.ClipPath,{id:"clip0_14944_27743"},n.default.createElement(e.Rect,{width:"24",height:"24",fill:"white"})))),I=c;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_27743)\">\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 3V1M12 23V21M21 12H23M1 12H3M5.63603 5.63604L4.22182 4.22183M19.7782 19.7782L18.364 18.364M18.364 5.63606L19.7782 4.22184M4.22183 19.7782L5.63605 18.364\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_14944_27743\">\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,SAAS,UACT,SAAS,UACT,EAAE,oNACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 l from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:o=24,...p})=>l.createElement(i,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{ClipPath as s,Defs as C,G as a,Path as n,Rect as h}from"react-native-svg";var u=e=>r.createElement(t,{...e},r.createElement(a,{"clip-Path":"url(#clip0_14944_27743)"},r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement(n,{d:"M12 3V1M12 23V21M21 12H23M1 12H3M5.63603 5.63604L4.22182 4.22183M19.7782 19.7782L18.364 18.364M18.364 5.63606L19.7782 4.22184M4.22183 19.7782L5.63605 18.364",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),r.createElement(C,null,r.createElement(s,{id:"clip0_14944_27743"},r.createElement(h,{width:"24",height:"24",fill:"white"})))),v=u;export{u as IconSunHigh,v 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_27743)\">\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 3V1M12 23V21M21 12H23M1 12H3M5.63603 5.63604L4.22182 4.22183M19.7782 19.7782L18.364 18.364M18.364 5.63606L19.7782 4.22184M4.22183 19.7782L5.63605 18.364\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_14944_27743\">\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,SAAS,UACT,SAAS,UACT,EAAE,oNACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,+JACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of M(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=f(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?d(B(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(n({},"__esModule",{value:!0}),r);var P={};v(P,{IconSunLow:()=>i,default:()=>L});module.exports=x(P);var p=C(require("react"));var c=C(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),i=r=>p.default.createElement(u,{...r},p.default.createElement(s.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(s.Path,{d:"M12 3V2.5M12 21.5V21M21 12H21.5M2.5 12H3M5.63604 5.63604L5.28249 5.28249M18.7175 18.7175L18.364 18.364M18.364 5.63605L18.7175 5.2825M5.2825 18.7175L5.63605 18.364",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),L=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 3V2.5M12 21.5V21M21 12H21.5M2.5 12H3M5.63604 5.63604L5.28249 5.28249M18.7175 18.7175L18.364 18.364M18.364 5.63605L18.7175 5.2825M5.2825 18.7175L5.63605 18.364\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,SAAS,UACT,SAAS,UACT,EAAE,oNACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qKACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 e from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.createElement(n,{d:"M12 3V2.5M12 21.5V21M21 12H21.5M2.5 12H3M5.63604 5.63604L5.28249 5.28249M18.7175 18.7175L18.364 18.364M18.364 5.63605L18.7175 5.2825M5.2825 18.7175L5.63605 18.364",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),I=l;export{l as IconSunLow,I 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 3V2.5M12 21.5V21M21 12H21.5M2.5 12H3M5.63604 5.63604L5.28249 5.28249M18.7175 18.7175L18.364 18.364M18.364 5.63605L18.7175 5.2825M5.2825 18.7175L5.63605 18.364\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,SAAS,UACT,SAAS,UACT,EAAE,oNACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qKACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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
|
|
@@ -1659,6 +1660,7 @@ Below is a complete list of available icons:
|
|
|
1659
1660
|
- IconManusAi
|
|
1660
1661
|
- IconMastadon
|
|
1661
1662
|
- IconMedium
|
|
1663
|
+
- IconMetaAi
|
|
1662
1664
|
- IconMicrosoftCopilot
|
|
1663
1665
|
- IconMidjourney
|
|
1664
1666
|
- IconMistral
|
|
@@ -2173,6 +2175,8 @@ Below is a complete list of available icons:
|
|
|
2173
2175
|
- IconRainyLight
|
|
2174
2176
|
- IconSnowFlakes
|
|
2175
2177
|
- IconSun
|
|
2178
|
+
- IconSunHigh
|
|
2179
|
+
- IconSunLow
|
|
2176
2180
|
- IconSunrise
|
|
2177
2181
|
- IconSunriseArrowUp
|
|
2178
2182
|
- IconSunset
|
package/filtered-icons.json
CHANGED
|
@@ -56,6 +56,20 @@
|
|
|
56
56
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
57
57
|
"componentName": "Icon3dPackage"
|
|
58
58
|
},
|
|
59
|
+
{
|
|
60
|
+
"category": "Shopping & Payment",
|
|
61
|
+
"svg": "<path d=\"M12.0001 2L20.6604 7V17L12.0001 22L3.33984 17V7L12.0001 2Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M20.6604 7L12.0001 12M12.0001 21V12M3.33984 7L12.0001 12\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M17.332 8.92285V14.9219L15.332 16.0771V10.0771L7.17188 5.36621L8.17188 3.63379L17.332 8.92285Z\" fill=\"currentColor\"/>",
|
|
62
|
+
"iconName": "3d-package-2, box, delivery",
|
|
63
|
+
"variant": {
|
|
64
|
+
"join": "square",
|
|
65
|
+
"filled": "off",
|
|
66
|
+
"radius": "0",
|
|
67
|
+
"stroke": "2"
|
|
68
|
+
},
|
|
69
|
+
"createdAt": "2026-04-09T14:02:42.532304+00:00",
|
|
70
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
71
|
+
"componentName": "Icon3dPackage2"
|
|
72
|
+
},
|
|
59
73
|
{
|
|
60
74
|
"category": "Augmented Reality",
|
|
61
75
|
"svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M3.04492 12.301C3.49788 13.8165 7.33441 15 12.0002 15C16.64 15 20.4598 13.8297 20.9476 12.3263\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M11.4065 20.8239C10.0339 19.9975 9 16.361 9 12C9 7.40754 10.1466 3.61846 11.6278 3.0686\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
@@ -15904,6 +15918,20 @@
|
|
|
15904
15918
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
15905
15919
|
"componentName": "IconMergedSimple"
|
|
15906
15920
|
},
|
|
15921
|
+
{
|
|
15922
|
+
"category": "Social Media & Brands",
|
|
15923
|
+
"svg": "<path d=\"M8.25176 15.4257C9.82868 15.4257 10.8618 17.628 10.8618 19.2865C10.8618 20.7003 10.1278 22.25 8.82272 22.25C7.30017 22.25 6.21264 20.1293 6.21264 18.3621C6.21264 16.9211 6.94672 15.4257 8.25176 15.4257Z\" fill=\"currentColor\"/><path d=\"M13.8797 16.2958C15.8373 16.2958 18.1483 18.0086 18.1483 19.7487C18.1483 20.8906 17.1423 21.5159 15.9732 21.5159C14.0429 21.5159 11.7591 19.8302 11.7591 18.0358C11.7591 16.8667 12.7378 16.2958 13.8797 16.2958Z\" fill=\"currentColor\"/><path d=\"M5.69606 10.8309C6.81078 10.8309 7.4633 11.565 7.4633 12.6525C7.4633 14.6101 5.39699 16.758 3.52099 16.758C2.43346 16.758 1.72656 16.0239 1.72656 14.9092C1.72656 13.006 3.79288 10.8309 5.69606 10.8309Z\" fill=\"currentColor\"/><path d=\"M19.9699 11.429C21.3565 11.429 22.2809 12.1631 22.2809 13.2779C22.2809 15.0723 19.834 16.4317 17.9852 16.4317C16.5714 16.4317 15.6742 15.616 15.6742 14.5557C15.6742 12.8156 18.0667 11.429 19.9699 11.429Z\" fill=\"currentColor\"/><path d=\"M18.1211 4.3057C19.3718 4.3057 20.0243 5.61074 20.0243 6.91578C20.0243 8.65584 18.8552 11.0212 17.1423 11.0212C15.8917 11.0212 15.212 9.77056 15.212 8.43833C15.212 6.6439 16.4354 4.3057 18.1211 4.3057Z\" fill=\"currentColor\"/><path d=\"M5.88638 5.28448C7.68081 5.28448 9.52961 6.26326 9.52961 7.70424C9.52961 9.06366 7.89831 9.85212 6.2942 9.85212C4.49977 9.85212 2.65097 8.87334 2.65097 7.45955C2.65097 6.15451 4.2007 5.28448 5.88638 5.28448Z\" fill=\"currentColor\"/><path d=\"M10.9162 1.75C12.7922 1.75 14.5866 4.0882 14.5866 6.01857C14.5866 7.13329 13.9885 7.94894 12.8738 7.94894C10.9978 7.94894 9.17616 5.61074 9.17616 3.70756C9.17616 2.62003 9.77431 1.75 10.9162 1.75Z\" fill=\"currentColor\"/>",
|
|
15924
|
+
"iconName": "meta-ai",
|
|
15925
|
+
"variant": {
|
|
15926
|
+
"join": "square",
|
|
15927
|
+
"filled": "off",
|
|
15928
|
+
"radius": "0",
|
|
15929
|
+
"stroke": "2"
|
|
15930
|
+
},
|
|
15931
|
+
"createdAt": "2026-04-08T17:01:53.364512+00:00",
|
|
15932
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
15933
|
+
"componentName": "IconMetaAi"
|
|
15934
|
+
},
|
|
15907
15935
|
{
|
|
15908
15936
|
"category": "Sound & Music",
|
|
15909
15937
|
"svg": "<path d=\"M12.0013 19V21M12.0013 19C8.32307 19 6.14811 16.7451 5.01562 15M12.0013 19C15.6795 19 17.8545 16.7451 18.987 15M16.0013 7V11C16.0013 13.2091 14.2104 15 12.0013 15C9.79215 15 8.00129 13.2091 8.00129 11V7C8.00129 4.79086 9.79215 3 12.0013 3C14.2104 3 16.0013 4.79086 16.0013 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
@@ -19813,7 +19841,7 @@
|
|
|
19813
19841
|
{
|
|
19814
19842
|
"category": "Things",
|
|
19815
19843
|
"svg": "<path d=\"M11.9961 7C7.57782 7 3.99609 10.5 3.99609 16V17H19.9961V16C19.9961 10.5 16.4144 7 11.9961 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M3.99609 20H19.9961\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 17V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 7V4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M10 4H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
19816
|
-
"iconName": "receiption-bell, concierge",
|
|
19844
|
+
"iconName": "receiption-bell, concierge, assistant",
|
|
19817
19845
|
"variant": {
|
|
19818
19846
|
"join": "square",
|
|
19819
19847
|
"filled": "off",
|
|
@@ -23688,6 +23716,34 @@
|
|
|
23688
23716
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
23689
23717
|
"componentName": "IconSunburstChart2"
|
|
23690
23718
|
},
|
|
23719
|
+
{
|
|
23720
|
+
"category": "Weather",
|
|
23721
|
+
"svg": "<g clip-path=\"url(#clip0_14944_27743)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 3V1M12 23V21M21 12H23M1 12H3M5.63603 5.63604L4.22182 4.22183M19.7782 19.7782L18.364 18.364M18.364 5.63606L19.7782 4.22184M4.22183 19.7782L5.63605 18.364\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/></g><defs><clipPath id=\"clip0_14944_27743\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
|
|
23722
|
+
"iconName": "sun-high, light-mode, day, today",
|
|
23723
|
+
"variant": {
|
|
23724
|
+
"join": "square",
|
|
23725
|
+
"filled": "off",
|
|
23726
|
+
"radius": "0",
|
|
23727
|
+
"stroke": "2"
|
|
23728
|
+
},
|
|
23729
|
+
"createdAt": "2026-04-09T14:02:42.532304+00:00",
|
|
23730
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
23731
|
+
"componentName": "IconSunHigh"
|
|
23732
|
+
},
|
|
23733
|
+
{
|
|
23734
|
+
"category": "Weather",
|
|
23735
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355C13.5829 17.4882 10.4171 17.4882 8.46447 15.5355C6.51184 13.5829 6.51184 10.4171 8.46447 8.46447C10.4171 6.51184 13.5829 6.51184 15.5355 8.46447Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 3V2.5M12 21.5V21M21 12H21.5M2.5 12H3M5.63604 5.63604L5.28249 5.28249M18.7175 18.7175L18.364 18.364M18.364 5.63605L18.7175 5.2825M5.2825 18.7175L5.63605 18.364\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
23736
|
+
"iconName": "sun-low, light-mode, day, today",
|
|
23737
|
+
"variant": {
|
|
23738
|
+
"join": "square",
|
|
23739
|
+
"filled": "off",
|
|
23740
|
+
"radius": "0",
|
|
23741
|
+
"stroke": "2"
|
|
23742
|
+
},
|
|
23743
|
+
"createdAt": "2026-04-09T14:02:42.532304+00:00",
|
|
23744
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
23745
|
+
"componentName": "IconSunLow"
|
|
23746
|
+
},
|
|
23691
23747
|
{
|
|
23692
23748
|
"category": "Weather",
|
|
23693
23749
|
"svg": "<path d=\"M12 3V4M4 12H3M20 12H21M17.6569 6.34315L18.364 5.63604M3 16H21M7 20H17M6.34383 6.34315L5.63672 5.63604M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
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"
|
|
@@ -1135,6 +1136,7 @@ export type CentralIconName =
|
|
|
1135
1136
|
| "IconMergeConflictSimple"
|
|
1136
1137
|
| "IconMerged"
|
|
1137
1138
|
| "IconMergedSimple"
|
|
1139
|
+
| "IconMetaAi"
|
|
1138
1140
|
| "IconMicrophone"
|
|
1139
1141
|
| "IconMicrophoneOff"
|
|
1140
1142
|
| "IconMicrophoneSparkle"
|
|
@@ -1691,6 +1693,8 @@ export type CentralIconName =
|
|
|
1691
1693
|
| "IconSun"
|
|
1692
1694
|
| "IconSunburstChart"
|
|
1693
1695
|
| "IconSunburstChart2"
|
|
1696
|
+
| "IconSunHigh"
|
|
1697
|
+
| "IconSunLow"
|
|
1694
1698
|
| "IconSunrise"
|
|
1695
1699
|
| "IconSunriseArrowUp"
|
|
1696
1700
|
| "IconSunset"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.183",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/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",
|
|
@@ -1514,7 +1515,7 @@
|
|
|
1514
1515
|
]
|
|
1515
1516
|
},
|
|
1516
1517
|
"Social Media & Brands": {
|
|
1517
|
-
"count":
|
|
1518
|
+
"count": 138,
|
|
1518
1519
|
"icons": [
|
|
1519
1520
|
"IconAdobeAcrobat",
|
|
1520
1521
|
"IconAffinity",
|
|
@@ -1585,6 +1586,7 @@
|
|
|
1585
1586
|
"IconManusAi",
|
|
1586
1587
|
"IconMastadon",
|
|
1587
1588
|
"IconMedium",
|
|
1589
|
+
"IconMetaAi",
|
|
1588
1590
|
"IconMicrosoftCopilot",
|
|
1589
1591
|
"IconMidjourney",
|
|
1590
1592
|
"IconMistral",
|
|
@@ -2099,7 +2101,7 @@
|
|
|
2099
2101
|
]
|
|
2100
2102
|
},
|
|
2101
2103
|
"Weather": {
|
|
2102
|
-
"count":
|
|
2104
|
+
"count": 22,
|
|
2103
2105
|
"icons": [
|
|
2104
2106
|
"IconCloudSnow",
|
|
2105
2107
|
"IconCloudWeather",
|
|
@@ -2114,6 +2116,8 @@
|
|
|
2114
2116
|
"IconRainyLight",
|
|
2115
2117
|
"IconSnowFlakes",
|
|
2116
2118
|
"IconSun",
|
|
2119
|
+
"IconSunHigh",
|
|
2120
|
+
"IconSunLow",
|
|
2117
2121
|
"IconSunrise",
|
|
2118
2122
|
"IconSunriseArrowUp",
|
|
2119
2123
|
"IconSunset",
|
|
@@ -2129,6 +2133,7 @@
|
|
|
2129
2133
|
"Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
|
|
2130
2134
|
"Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
|
|
2131
2135
|
"Icon3dPackage": "3d-package, box",
|
|
2136
|
+
"Icon3dPackage2": "3d-package-2, box, delivery",
|
|
2132
2137
|
"Icon3dSphere": "3d-sphere",
|
|
2133
2138
|
"Icon4k": "4k",
|
|
2134
2139
|
"IconAddImage": "add-image, upload-image",
|
|
@@ -3261,6 +3266,7 @@
|
|
|
3261
3266
|
"IconMergeConflictSimple": "merge-conflict-simple",
|
|
3262
3267
|
"IconMerged": "merged",
|
|
3263
3268
|
"IconMergedSimple": "merged-simple",
|
|
3269
|
+
"IconMetaAi": "meta-ai",
|
|
3264
3270
|
"IconMicrophone": "microphone, mic, sound, podcast",
|
|
3265
3271
|
"IconMicrophoneOff": "microphone-off",
|
|
3266
3272
|
"IconMicrophoneSparkle": "microphone-sparkle, mic, sound, podcast",
|
|
@@ -3540,7 +3546,7 @@
|
|
|
3540
3546
|
"IconRear": "rear, front-back, change-cam, lens",
|
|
3541
3547
|
"IconReceiptBill": "receipt-bill, purchase, invoice",
|
|
3542
3548
|
"IconReceiptCheck": "receipt-check, ticket",
|
|
3543
|
-
"IconReceiptionBell": "receiption-bell, concierge",
|
|
3549
|
+
"IconReceiptionBell": "receiption-bell, concierge, assistant",
|
|
3544
3550
|
"IconReceiptionBell2": "receiption-bell-2, concierge, assistant",
|
|
3545
3551
|
"IconReceiptionBellSparkle": "receiption-bell-sparkle, ai-concierge, ai-assistant",
|
|
3546
3552
|
"IconReceiptStorno": "receipt-storno, close, remove",
|
|
@@ -3817,6 +3823,8 @@
|
|
|
3817
3823
|
"IconSun": "sun, light-mode, day, today",
|
|
3818
3824
|
"IconSunburstChart": "sunburst-chart",
|
|
3819
3825
|
"IconSunburstChart2": "sunburst-chart-2",
|
|
3826
|
+
"IconSunHigh": "sun-high, light-mode, day, today",
|
|
3827
|
+
"IconSunLow": "sun-low, light-mode, day, today",
|
|
3820
3828
|
"IconSunrise": "sunrise",
|
|
3821
3829
|
"IconSunriseArrowUp": "sunrise-arrow-up",
|
|
3822
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";
|
|
@@ -1134,6 +1135,7 @@ export { IconMergeConflict, default as IconMergeConflictDefault, } from "./IconM
|
|
|
1134
1135
|
export { IconMergeConflictSimple, default as IconMergeConflictSimpleDefault, } from "./IconMergeConflictSimple";
|
|
1135
1136
|
export { IconMerged, default as IconMergedDefault } from "./IconMerged";
|
|
1136
1137
|
export { IconMergedSimple, default as IconMergedSimpleDefault, } from "./IconMergedSimple";
|
|
1138
|
+
export { IconMetaAi, default as IconMetaAiDefault } from "./IconMetaAi";
|
|
1137
1139
|
export { IconMicrophone, default as IconMicrophoneDefault, } from "./IconMicrophone";
|
|
1138
1140
|
export { IconMicrophoneOff, default as IconMicrophoneOffDefault, } from "./IconMicrophoneOff";
|
|
1139
1141
|
export { IconMicrophoneSparkle, default as IconMicrophoneSparkleDefault, } from "./IconMicrophoneSparkle";
|
|
@@ -1688,6 +1690,8 @@ export { IconSuitcaseSticker, default as IconSuitcaseStickerDefault, } from "./I
|
|
|
1688
1690
|
export { IconSuitcaseWork, default as IconSuitcaseWorkDefault, } from "./IconSuitcaseWork";
|
|
1689
1691
|
export { IconSummary, default as IconSummaryDefault } from "./IconSummary";
|
|
1690
1692
|
export { IconSun, default as IconSunDefault } from "./IconSun";
|
|
1693
|
+
export { IconSunHigh, default as IconSunHighDefault } from "./IconSunHigh";
|
|
1694
|
+
export { IconSunLow, default as IconSunLowDefault } from "./IconSunLow";
|
|
1691
1695
|
export { IconSunburstChart, default as IconSunburstChartDefault, } from "./IconSunburstChart";
|
|
1692
1696
|
export { IconSunburstChart2, default as IconSunburstChart2Default, } from "./IconSunburstChart2";
|
|
1693
1697
|
export { IconSunrise, default as IconSunriseDefault } from "./IconSunrise";
|