@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.113 → 1.1.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const Icon3dPackage: FC<CentralIconBaseProps>;
4
+ export default Icon3dPackage;
@@ -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 n in o)l(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==n&&l(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var f=(r,o,n)=>(n=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>a(l({},"__esModule",{value:!0}),r);var v={};d(v,{Icon3dPackage:()=>c,default:()=>x});module.exports=g(v);var t=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...n})=>m.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),c=r=>t.default.createElement(L,{...r},t.default.createElement(C.Path,{d:"M2.375 8.17387C2.375 7.78901 2.79168 7.54793 3.125 7.74028L11.002 12.2881C11.1565 12.3774 11.2518 12.5423 11.252 12.7207V21.8165C11.252 22.2013 10.8353 22.4415 10.502 22.2491L3.25 18.0625C2.70858 17.7499 2.375 17.1721 2.375 16.5469V8.17387Z",fill:"currentColor"}),t.default.createElement(C.Path,{d:"M20.8789 7.74028C21.2122 7.54793 21.6289 7.78901 21.6289 8.17387V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.2491C13.1686 22.4415 12.752 22.2013 12.752 21.8165V12.7207C12.7521 12.5423 12.8474 12.3774 13.002 12.2881L20.8789 7.74028Z",fill:"currentColor"}),t.default.createElement(C.Path,{d:"M15.6895 9.00395L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44145C3.54177 6.24896 3.5417 5.76767 3.875 5.57524L6.8125 3.87895L15.6895 9.00395Z",fill:"currentColor"}),t.default.createElement(C.Path,{d:"M11.127 1.38872C11.6684 1.07617 12.3355 1.07614 12.877 1.38872L20.1279 5.57524C20.4612 5.76769 20.4612 6.24899 20.1279 6.44145L17.1895 8.13774L8.3125 3.01274L11.127 1.38872Z",fill:"currentColor"})),x=c;0&&(module.exports={Icon3dPackage});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dPackage/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 Icon3dPackage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.375 8.17387C2.375 7.78901 2.79168 7.54793 3.125 7.74028L11.002 12.2881C11.1565 12.3774 11.2518 12.5423 11.252 12.7207V21.8165C11.252 22.2013 10.8353 22.4415 10.502 22.2491L3.25 18.0625C2.70858 17.7499 2.375 17.1721 2.375 16.5469V8.17387Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8789 7.74028C21.2122 7.54793 21.6289 7.78901 21.6289 8.17387V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.2491C13.1686 22.4415 12.752 22.2013 12.752 21.8165V12.7207C12.7521 12.5423 12.8474 12.3774 13.002 12.2881L20.8789 7.74028Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.6895 9.00395L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44145C3.54177 6.24896 3.5417 5.76767 3.875 5.57524L6.8125 3.87895L15.6895 9.00395Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.127 1.38872C11.6684 1.07617 12.3355 1.07614 12.877 1.38872L20.1279 5.57524C20.4612 5.76769 20.4612 6.24899 20.1279 6.44145L17.1895 8.13774L8.3125 3.01274L11.127 1.38872Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dPackage;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gQACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["Icon3dPackage_exports","__export","Icon3dPackage","Icon3dPackage_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dPackage","props","React","CentralIconBase","Icon3dPackage_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:t,size:r=24,...C})=>l.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M2.375 8.17387C2.375 7.78901 2.79168 7.54793 3.125 7.74028L11.002 12.2881C11.1565 12.3774 11.2518 12.5423 11.252 12.7207V21.8165C11.252 22.2013 10.8353 22.4415 10.502 22.2491L3.25 18.0625C2.70858 17.7499 2.375 17.1721 2.375 16.5469V8.17387Z",fill:"currentColor"}),o.createElement(n,{d:"M20.8789 7.74028C21.2122 7.54793 21.6289 7.78901 21.6289 8.17387V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.2491C13.1686 22.4415 12.752 22.2013 12.752 21.8165V12.7207C12.7521 12.5423 12.8474 12.3774 13.002 12.2881L20.8789 7.74028Z",fill:"currentColor"}),o.createElement(n,{d:"M15.6895 9.00395L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44145C3.54177 6.24896 3.5417 5.76767 3.875 5.57524L6.8125 3.87895L15.6895 9.00395Z",fill:"currentColor"}),o.createElement(n,{d:"M11.127 1.38872C11.6684 1.07617 12.3355 1.07614 12.877 1.38872L20.1279 5.57524C20.4612 5.76769 20.4612 6.24899 20.1279 6.44145L17.1895 8.13774L8.3125 3.01274L11.127 1.38872Z",fill:"currentColor"})),P=a;export{a as Icon3dPackage,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dPackage/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 Icon3dPackage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.375 8.17387C2.375 7.78901 2.79168 7.54793 3.125 7.74028L11.002 12.2881C11.1565 12.3774 11.2518 12.5423 11.252 12.7207V21.8165C11.252 22.2013 10.8353 22.4415 10.502 22.2491L3.25 18.0625C2.70858 17.7499 2.375 17.1721 2.375 16.5469V8.17387Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8789 7.74028C21.2122 7.54793 21.6289 7.78901 21.6289 8.17387V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.2491C13.1686 22.4415 12.752 22.2013 12.752 21.8165V12.7207C12.7521 12.5423 12.8474 12.3774 13.002 12.2881L20.8789 7.74028Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.6895 9.00395L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44145C3.54177 6.24896 3.5417 5.76767 3.875 5.57524L6.8125 3.87895L15.6895 9.00395Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.127 1.38872C11.6684 1.07617 12.3355 1.07614 12.877 1.38872L20.1279 5.57524C20.4612 5.76769 20.4612 6.24899 20.1279 6.44145L17.1895 8.13774L8.3125 3.01274L11.127 1.38872Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dPackage;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gQACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dPackage","props","React","CentralIconBase","Icon3dPackage_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconIllustration: FC<CentralIconBaseProps>;
4
+ export default IconIllustration;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var C in r)t(o,C,{get:r[C],enumerable:!0})},l=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!v.call(o,e)&&e!==C&&t(o,e,{get:()=>r[e],enumerable:!(p=I(r,e))||p.enumerable});return o};var a=(o,r,C)=>(C=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?t(C,"default",{value:o,enumerable:!0}):C,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconIllustration:()=>i,default:()=>g});module.exports=P(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.25ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z",fill:"currentColor"})),g=i;0&&(module.exports={IconIllustration});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIllustration/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 IconIllustration: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.25ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIllustration;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wjCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconIllustration_exports","__export","IconIllustration","IconIllustration_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIllustration","props","React","CentralIconBase","IconIllustration_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.25ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z",fill:"currentColor"})),v=a;export{a as IconIllustration,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIllustration/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 IconIllustration: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.25ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIllustration;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wjCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIllustration","props","React","CentralIconBase","IconIllustration_default"]}
package/README.md CHANGED
@@ -1353,6 +1353,7 @@ Below is a complete list of available icons:
1353
1353
  - IconGifSquare
1354
1354
  - IconHd
1355
1355
  - IconHighlights
1356
+ - IconIllustration
1356
1357
  - IconImages1
1357
1358
  - IconImages1Alt
1358
1359
  - IconImages2
@@ -1420,6 +1421,7 @@ Below is a complete list of available icons:
1420
1421
 
1421
1422
  ### Shopping & Payment
1422
1423
 
1424
+ - Icon3dPackage
1423
1425
  - IconAddToBasket
1424
1426
  - IconAddToBasket2
1425
1427
  - IconBanknote1
@@ -42,6 +42,20 @@
42
42
  "packageName": "round-filled-radius-1-stroke-1.5",
43
43
  "componentName": "Icon3dBoxTop"
44
44
  },
45
+ {
46
+ "category": "Shopping & Payment",
47
+ "svg": "<path d=\"M2.375 8.17387C2.375 7.78901 2.79168 7.54793 3.125 7.74028L11.002 12.2881C11.1565 12.3774 11.2518 12.5423 11.252 12.7207V21.8165C11.252 22.2013 10.8353 22.4415 10.502 22.2491L3.25 18.0625C2.70858 17.7499 2.375 17.1721 2.375 16.5469V8.17387Z\" fill=\"currentColor\"/><path d=\"M20.8789 7.74028C21.2122 7.54793 21.6289 7.78901 21.6289 8.17387V16.5469C21.6289 17.1721 21.2953 17.7499 20.7539 18.0625L13.502 22.2491C13.1686 22.4415 12.752 22.2013 12.752 21.8165V12.7207C12.7521 12.5423 12.8474 12.3774 13.002 12.2881L20.8789 7.74028Z\" fill=\"currentColor\"/><path d=\"M15.6895 9.00395L12.252 10.9893C12.0973 11.0786 11.9067 11.0786 11.752 10.9893L3.875 6.44145C3.54177 6.24896 3.5417 5.76767 3.875 5.57524L6.8125 3.87895L15.6895 9.00395Z\" fill=\"currentColor\"/><path d=\"M11.127 1.38872C11.6684 1.07617 12.3355 1.07614 12.877 1.38872L20.1279 5.57524C20.4612 5.76769 20.4612 6.24899 20.1279 6.44145L17.1895 8.13774L8.3125 3.01274L11.127 1.38872Z\" fill=\"currentColor\"/>",
48
+ "iconName": "3d-package, box",
49
+ "variant": {
50
+ "join": "round",
51
+ "filled": "on",
52
+ "radius": "1",
53
+ "stroke": "1.5"
54
+ },
55
+ "createdAt": "2026-02-02T08:01:02.298254+00:00",
56
+ "packageName": "round-filled-radius-1-stroke-1.5",
57
+ "componentName": "Icon3dPackage"
58
+ },
45
59
  {
46
60
  "category": "Augmented Reality",
47
61
  "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\"/>",
@@ -12740,6 +12754,20 @@
12740
12754
  "packageName": "round-filled-radius-1-stroke-1.5",
12741
12755
  "componentName": "IconIconists"
12742
12756
  },
12757
+ {
12758
+ "category": "Photography & Video",
12759
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.25 4C21.2165 4 22 4.7835 22 5.75V18.25C22 19.2165 21.2165 20 20.25 20H3.75C2.7835 20 2 19.2165 2 18.25V5.75C2 4.7835 2.7835 4 3.75 4H20.25ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z\" fill=\"currentColor\"/>",
12760
+ "iconName": "illustration, painting, art",
12761
+ "variant": {
12762
+ "join": "round",
12763
+ "filled": "on",
12764
+ "radius": "1",
12765
+ "stroke": "1.5"
12766
+ },
12767
+ "createdAt": "2026-02-02T08:01:02.298254+00:00",
12768
+ "packageName": "round-filled-radius-1-stroke-1.5",
12769
+ "componentName": "IconIllustration"
12770
+ },
12743
12771
  {
12744
12772
  "category": "Devices & Signals",
12745
12773
  "svg": "<path d=\"M3.75 3C2.7835 3 2 3.7835 2 4.75V12.5H22V4.75C22 3.7835 21.2165 3 20.25 3H3.75Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 16.25V14H22V16.25C22 17.2165 21.2165 18 20.25 18H15V21.25C15 21.6642 14.6642 22 14.25 22H9.75C9.33579 22 9 21.6642 9 21.25V18H3.75C2.7835 18 2 17.2165 2 16.25ZM10.5 18V20.5H13.5V18H10.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -2,6 +2,7 @@ export type CentralIconName =
2
2
  | "Icon3d"
3
3
  | "Icon3dBoxBottom"
4
4
  | "Icon3dBoxTop"
5
+ | "Icon3dPackage"
5
6
  | "Icon3dSphere"
6
7
  | "Icon4k"
7
8
  | "IconAddKeyframe"
@@ -909,6 +910,7 @@ export type CentralIconName =
909
910
  | "IconIcebowl"
910
911
  | "IconIceHockey"
911
912
  | "IconIconists"
913
+ | "IconIllustration"
912
914
  | "IconImac"
913
915
  | "IconImageAltText"
914
916
  | "IconImageAvatarSparkle"
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.113",
3
+ "version": "1.1.114",
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": 1743,
14
+ "totalIcons": 1745,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 67,
@@ -1222,7 +1222,7 @@
1222
1222
  ]
1223
1223
  },
1224
1224
  "Photography & Video": {
1225
- "count": 82,
1225
+ "count": 83,
1226
1226
  "icons": [
1227
1227
  "Icon4k",
1228
1228
  "IconAdjustPhoto",
@@ -1273,6 +1273,7 @@
1273
1273
  "IconGifSquare",
1274
1274
  "IconHd",
1275
1275
  "IconHighlights",
1276
+ "IconIllustration",
1276
1277
  "IconImages1",
1277
1278
  "IconImages1Alt",
1278
1279
  "IconImages2",
@@ -1342,8 +1343,9 @@
1342
1343
  ]
1343
1344
  },
1344
1345
  "Shopping & Payment": {
1345
- "count": 68,
1346
+ "count": 69,
1346
1347
  "icons": [
1348
+ "Icon3dPackage",
1347
1349
  "IconAddToBasket",
1348
1350
  "IconAddToBasket2",
1349
1351
  "IconBanknote1",
@@ -1946,6 +1948,7 @@
1946
1948
  "Icon3d": "3d, shaders",
1947
1949
  "Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
1948
1950
  "Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
1951
+ "Icon3dPackage": "3d-package, box",
1949
1952
  "Icon3dSphere": "3d-sphere",
1950
1953
  "Icon4k": "4k",
1951
1954
  "IconAddKeyframe": "add-keyframe, rhombus",
@@ -2853,6 +2856,7 @@
2853
2856
  "IconIcebowl": "icebowl, cooling, vibe",
2854
2857
  "IconIceHockey": "ice-hockey",
2855
2858
  "IconIconists": "iconists",
2859
+ "IconIllustration": "illustration, painting, art",
2856
2860
  "IconImac": "imac, computer",
2857
2861
  "IconImageAltText": "image-alt-text",
2858
2862
  "IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
package/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  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
+ export { Icon3dPackage, default as Icon3dPackageDefault, } from "./Icon3dPackage";
4
5
  export { Icon3dSphere, default as Icon3dSphereDefault } from "./Icon3dSphere";
5
6
  export { Icon4k, default as Icon4kDefault } from "./Icon4k";
6
7
  export { IconAddKeyframe, default as IconAddKeyframeDefault, } from "./IconAddKeyframe";
@@ -908,6 +909,7 @@ export { IconHumanMashine, default as IconHumanMashineDefault, } from "./IconHum
908
909
  export { IconIceHockey, default as IconIceHockeyDefault, } from "./IconIceHockey";
909
910
  export { IconIcebowl, default as IconIcebowlDefault } from "./IconIcebowl";
910
911
  export { IconIconists, default as IconIconistsDefault } from "./IconIconists";
912
+ export { IconIllustration, default as IconIllustrationDefault, } from "./IconIllustration";
911
913
  export { IconImac, default as IconImacDefault } from "./IconImac";
912
914
  export { IconImageAltText, default as IconImageAltTextDefault, } from "./IconImageAltText";
913
915
  export { IconImageAvatarSparkle, default as IconImageAvatarSparkleDefault, } from "./IconImageAvatarSparkle";