@central-icons-react-native/square-outlined-radius-0-stroke-2 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 p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(I(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>C(p({},"__esModule",{value:!0}),r);var x={};g(x,{Icon3dPackage:()=>f,default:()=>k});module.exports=h(x);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),d=({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"),f=r=>n.default.createElement(d,{...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:"M7.67188 4.5L16.3321 9.5",stroke:"currentColor",strokeWidth:"2"})),k=f;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=\"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=\"M7.67188 4.5L16.3321 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,6DACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,YAAY,IACd,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 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 C=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:"M7.67188 4.5L16.3321 9.5",stroke:"currentColor",strokeWidth:"2"})),P=C;export{C 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=\"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=\"M7.67188 4.5L16.3321 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,6DACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,YAAY,IACd,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 p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of h(o))!B.call(r,C)&&C!==t&&p(r,C,{get:()=>o[C],enumerable:!(l=I(o,C))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(x(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>s(p({},"__esModule",{value:!0}),r);var v={};g(v,{IconIllustration:()=>f,default:()=>d});module.exports=P(v);var e=a(require("react"));var m=a(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(i.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 n=require("react-native-svg"),f=r=>e.default.createElement(c,{...r},e.default.createElement(n.Rect,{x:"3",y:"5",width:"18",height:"14",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z",fill:"currentColor"})),d=f;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, Rect } from \"react-native-svg\";\n\nexport const IconIllustration: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect\n x=\"3\"\n y=\"5\"\n width=\"18\"\n height=\"14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z\"\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,EAA2B,4BAEdC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qzBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:t,size:r=24,...n})=>p.createElement(l,{...n,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,Rect as s}from"react-native-svg";var a=t=>o.createElement(C,{...t},o.createElement(s,{x:"3",y:"5",width:"18",height:"14",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z",fill:"currentColor"}),o.createElement(e,{d:"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z",fill:"currentColor"})),g=a;export{a as IconIllustration,g 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, Rect } from \"react-native-svg\";\n\nexport const IconIllustration: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect\n x=\"3\"\n y=\"5\"\n width=\"18\"\n height=\"14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z\"\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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACJ,EAAA,CACC,EAAE,qzBACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,oHACF,KAAK,eACP,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","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": "square-outlined-radius-0-stroke-2",
43
43
  "componentName": "Icon3dBoxTop"
44
44
  },
45
+ {
46
+ "category": "Shopping & Payment",
47
+ "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=\"M7.67188 4.5L16.3321 9.5\" stroke=\"currentColor\" stroke-width=\"2\"/>",
48
+ "iconName": "3d-package, box",
49
+ "variant": {
50
+ "join": "square",
51
+ "filled": "off",
52
+ "radius": "0",
53
+ "stroke": "2"
54
+ },
55
+ "createdAt": "2026-02-02T08:01:02.298254+00:00",
56
+ "packageName": "square-outlined-radius-0-stroke-2",
57
+ "componentName": "Icon3dPackage"
58
+ },
45
59
  {
46
60
  "category": "Augmented Reality",
47
61
  "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\"/>",
@@ -12740,6 +12754,20 @@
12740
12754
  "packageName": "square-outlined-radius-0-stroke-2",
12741
12755
  "componentName": "IconIconists"
12742
12756
  },
12757
+ {
12758
+ "category": "Photography & Video",
12759
+ "svg": "<rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M13.1414 7.06896C14.139 6.83162 15.0168 7.21303 15.131 8.11883C14.9426 8.55504 11.3817 9.45701 12.1378 10.4321C13.6543 10.9352 16.2337 8.11883 18.1382 10.0044C18.8398 12.2571 11.994 10.4332 11.3937 12.1082C11.9436 12.5859 15.7548 11.523 15.2997 13.7109C13.9312 14.9635 8.73863 12.4885 9.01709 14.4242C9.6108 15.4466 11.6102 14.5492 12.1637 15.619C12.2202 15.8965 12.2112 15.9532 12.0873 16.2063C11.1713 17.2329 7.68659 16.0957 6.15731 15.3116C5.9178 15.1888 5.84965 14.8933 5.98382 14.661C6.16443 14.3483 6.29639 14.0868 6.47266 13.6567C6.09269 12.6729 4.77828 11.4043 6.02569 10.1085C7.14975 8.94094 7.50489 12.7675 7.9637 12.8518C8.00973 12.8264 8.05422 12.7981 8.09688 12.767C8.95952 12.1296 6.65832 8.69379 8.87506 8.88631C10.263 9.00688 9.41974 10.8165 10.2663 10.976C11.7933 10.1553 9.386 7.9628 13.1414 7.06896Z\" fill=\"currentColor\"/><path d=\"M17.9527 13.8375C19.2473 14.5517 18.0012 17.2923 16.7375 16.9745C14.4298 16.3941 16.3534 12.9374 17.9527 13.8375Z\" fill=\"currentColor\"/>",
12760
+ "iconName": "illustration, painting, art",
12761
+ "variant": {
12762
+ "join": "square",
12763
+ "filled": "off",
12764
+ "radius": "0",
12765
+ "stroke": "2"
12766
+ },
12767
+ "createdAt": "2026-02-02T08:01:02.298254+00:00",
12768
+ "packageName": "square-outlined-radius-0-stroke-2",
12769
+ "componentName": "IconIllustration"
12770
+ },
12743
12771
  {
12744
12772
  "category": "Devices & Signals",
12745
12773
  "svg": "<path d=\"M21 13H3M10 17H14V21H10V17ZM3 4H21V17H3V4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
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/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.113",
3
+ "version": "1.1.114",
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": 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";