@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.196 → 1.1.197

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 IconAnimatePath: FC<CentralIconBaseProps>;
4
+ export default IconAnimatePath;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!B.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(a=h(o,e))||a.enumerable});return r};var c=(r,o,t)=>(t=r!=null?f(x(r)):{},C(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconAnimatePath:()=>u,default:()=>d});module.exports=P(g);var n=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...t})=>l.default.createElement(m.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 p=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(p.Path,{d:"M3 19C3 17 4.125 8 7.5 8C10.875 8 12 17 12 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M12 19C12 18 12.3637 13.1739 16 9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(p.Circle,{cx:"18.5",cy:"7.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"})),d=u;0&&(module.exports={IconAnimatePath});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAnimatePath/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconAnimatePath: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 19C3 17 4.125 8 7.5 8C10.875 8 12 17 12 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 19C12 18 12.3637 13.1739 16 9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Circle\n cx=\"18.5\"\n cy=\"7.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnimatePath;\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,qBAAAE,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,EAA6B,4BAEhBC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gDACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconAnimatePath_exports","__export","IconAnimatePath","IconAnimatePath_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAnimatePath","props","React","CentralIconBase","IconAnimatePath_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({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{Circle as C,Path as n}from"react-native-svg";var c=t=>o.createElement(e,{...t},o.createElement(n,{d:"M3 19C3 17 4.125 8 7.5 8C10.875 8 12 17 12 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(n,{d:"M12 19C12 18 12.3637 13.1739 16 9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(C,{cx:"18.5",cy:"7.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"})),I=c;export{c as IconAnimatePath,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAnimatePath/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconAnimatePath: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 19C3 17 4.125 8 7.5 8C10.875 8 12 17 12 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 19C12 18 12.3637 13.1739 16 9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Circle\n cx=\"18.5\"\n cy=\"7.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnimatePath;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oCACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconAnimatePath","props","React","CentralIconBase","IconAnimatePath_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconElements: FC<CentralIconBaseProps>;
4
+ export default IconElements;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of h(o))!B.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(p=c(o,n))||p.enumerable});return r};var d=(r,o,t)=>(t=r!=null?a(f(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconElements:()=>u,default:()=>P});module.exports=x(g);var e=d(require("react"));var m=d(require("react")),i=require("react-native-svg"),k=({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 C=require("react-native-svg"),u=r=>e.default.createElement(k,{...r},e.default.createElement(C.Path,{d:"M21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(C.Path,{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(C.Path,{d:"M14.5003 16.3298C15.4569 15.7775 16.6801 16.1053 17.2324 17.0619C17.7847 18.0184 17.4569 19.2416 16.5003 19.7939C15.5437 20.3462 14.3206 20.0184 13.7683 19.0619C13.216 18.1053 13.5437 16.8821 14.5003 16.3298Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(C.Path,{d:"M7.50033 4.20578C8.45692 3.6535 9.6801 3.98125 10.2324 4.93783C10.7847 5.89442 10.4569 7.1176 9.50033 7.66988C8.54375 8.22217 7.32057 7.89442 6.76828 6.93783C6.216 5.98125 6.54375 4.75807 7.50033 4.20578Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(C.Path,{d:"M7.50033 19.7949C6.54375 19.2426 6.216 18.0194 6.76828 17.0628C7.32057 16.1062 8.54375 15.7785 9.50033 16.3308C10.4569 16.8831 10.7847 18.1062 10.2324 19.0628C9.6801 20.0194 8.45692 20.3472 7.50033 19.7949Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(C.Path,{d:"M14.5003 7.66988C13.5437 7.1176 13.216 5.89442 13.7683 4.93783C14.3206 3.98125 15.5437 3.6535 16.5003 4.20578C17.4569 4.75807 17.7847 5.98125 17.2324 6.93783C16.6801 7.89442 15.4569 8.22217 14.5003 7.66988Z",stroke:"currentColor",strokeWidth:"2"})),P=u;0&&(module.exports={IconElements});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconElements/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 IconElements: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M14.5003 16.3298C15.4569 15.7775 16.6801 16.1053 17.2324 17.0619C17.7847 18.0184 17.4569 19.2416 16.5003 19.7939C15.5437 20.3462 14.3206 20.0184 13.7683 19.0619C13.216 18.1053 13.5437 16.8821 14.5003 16.3298Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M7.50033 4.20578C8.45692 3.6535 9.6801 3.98125 10.2324 4.93783C10.7847 5.89442 10.4569 7.1176 9.50033 7.66988C8.54375 8.22217 7.32057 7.89442 6.76828 6.93783C6.216 5.98125 6.54375 4.75807 7.50033 4.20578Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M7.50033 19.7949C6.54375 19.2426 6.216 18.0194 6.76828 17.0628C7.32057 16.1062 8.54375 15.7785 9.50033 16.3308C10.4569 16.8831 10.7847 18.1062 10.2324 19.0628C9.6801 20.0194 8.45692 20.3472 7.50033 19.7949Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M14.5003 7.66988C13.5437 7.1176 13.216 5.89442 13.7683 4.93783C14.3206 3.98125 15.5437 3.6535 16.5003 4.20578C17.4569 4.75807 17.7847 5.98125 17.2324 6.93783C16.6801 7.89442 15.4569 8.22217 14.5003 7.66988Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconElements;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iHACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconElements_exports","__export","IconElements","IconElements_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconElements","props","React","CentralIconBase","IconElements_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";import{Svg as p}from"react-native-svg";var C=({children:e,size:o=24,...n})=>s.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>r.createElement(C,{...e},r.createElement(t,{d:"M21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M14.5003 16.3298C15.4569 15.7775 16.6801 16.1053 17.2324 17.0619C17.7847 18.0184 17.4569 19.2416 16.5003 19.7939C15.5437 20.3462 14.3206 20.0184 13.7683 19.0619C13.216 18.1053 13.5437 16.8821 14.5003 16.3298Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M7.50033 4.20578C8.45692 3.6535 9.6801 3.98125 10.2324 4.93783C10.7847 5.89442 10.4569 7.1176 9.50033 7.66988C8.54375 8.22217 7.32057 7.89442 6.76828 6.93783C6.216 5.98125 6.54375 4.75807 7.50033 4.20578Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M7.50033 19.7949C6.54375 19.2426 6.216 18.0194 6.76828 17.0628C7.32057 16.1062 8.54375 15.7785 9.50033 16.3308C10.4569 16.8831 10.7847 18.1062 10.2324 19.0628C9.6801 20.0194 8.45692 20.3472 7.50033 19.7949Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M14.5003 7.66988C13.5437 7.1176 13.216 5.89442 13.7683 4.93783C14.3206 3.98125 15.5437 3.6535 16.5003 4.20578C17.4569 4.75807 17.7847 5.98125 17.2324 6.93783C16.6801 7.89442 15.4569 8.22217 14.5003 7.66988Z",stroke:"currentColor",strokeWidth:"2"})),B=l;export{l as IconElements,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconElements/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 IconElements: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M14.5003 16.3298C15.4569 15.7775 16.6801 16.1053 17.2324 17.0619C17.7847 18.0184 17.4569 19.2416 16.5003 19.7939C15.5437 20.3462 14.3206 20.0184 13.7683 19.0619C13.216 18.1053 13.5437 16.8821 14.5003 16.3298Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M7.50033 4.20578C8.45692 3.6535 9.6801 3.98125 10.2324 4.93783C10.7847 5.89442 10.4569 7.1176 9.50033 7.66988C8.54375 8.22217 7.32057 7.89442 6.76828 6.93783C6.216 5.98125 6.54375 4.75807 7.50033 4.20578Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M7.50033 19.7949C6.54375 19.2426 6.216 18.0194 6.76828 17.0628C7.32057 16.1062 8.54375 15.7785 9.50033 16.3308C10.4569 16.8831 10.7847 18.1062 10.2324 19.0628C9.6801 20.0194 8.45692 20.3472 7.50033 19.7949Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M14.5003 7.66988C13.5437 7.1176 13.216 5.89442 13.7683 4.93783C14.3206 3.98125 15.5437 3.6535 16.5003 4.20578C17.4569 4.75807 17.7847 5.98125 17.2324 6.93783C16.6801 7.89442 15.4569 8.22217 14.5003 7.66988Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconElements;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iHACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconElements","props","React","CentralIconBase","IconElements_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var L={};g(L,{IconGhost:()=>i,default:()=>v});module.exports=h(L);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),l=({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 f=require("react-native-svg"),i=r=>p.default.createElement(l,{...r},p.default.createElement(f.Path,{d:"M9.4 10.5H9.6M14.4 10.5H14.6M5 21V10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10V21L15.5 19.5L12 21L8.5 19.5L5 21ZM10 10.5C10 10.7761 9.77614 11 9.5 11C9.22386 11 9 10.7761 9 10.5C9 10.2239 9.22386 10 9.5 10C9.77614 10 10 10.2239 10 10.5ZM15 10.5C15 10.7761 14.7761 11 14.5 11C14.2239 11 14 10.7761 14 10.5C14 10.2239 14.2239 10 14.5 10C14.7761 10 15 10.2239 15 10.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),v=i;0&&(module.exports={IconGhost});
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&l(r,e,{get:()=>o[e],enumerable:!(s=x(o,e))||s.enumerable});return r};var c=(r,o,t)=>(t=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>C(l({},"__esModule",{value:!0}),r);var v={};g(v,{IconGhost:()=>i,default:()=>y});module.exports=h(v);var n=c(require("react"));var a=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>a.default.createElement(m.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 p=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M5 10V21L8.5 19.5L12 21L15.5 19.5L19 21V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(p.Circle,{cx:"9.5",cy:"10.5",r:"1.5",fill:"currentColor"}),n.default.createElement(p.Circle,{cx:"14.5",cy:"10.5",r:"1.5",fill:"currentColor"})),y=i;0&&(module.exports={IconGhost});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGhost/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 IconGhost: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.4 10.5H9.6M14.4 10.5H14.6M5 21V10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10V21L15.5 19.5L12 21L8.5 19.5L5 21ZM10 10.5C10 10.7761 9.77614 11 9.5 11C9.22386 11 9 10.7761 9 10.5C9 10.2239 9.22386 10 9.5 10C9.77614 10 10 10.2239 10 10.5ZM15 10.5C15 10.7761 14.7761 11 14.5 11C14.2239 11 14 10.7761 14 10.5C14 10.2239 14.2239 10 14.5 10C14.7761 10 15 10.2239 15 10.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGhost;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yXACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconGhost_exports","__export","IconGhost","IconGhost_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGhost","props","React","CentralIconBase","IconGhost_default"]}
1
+ {"version":3,"sources":["../src/IconGhost/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconGhost: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 10V21L8.5 19.5L12 21L15.5 19.5L19 21V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Circle cx=\"9.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"14.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGhost;\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,eAAAE,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,EAA6B,4BAEhBC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gGACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,CAC1D,EAIGE,EAAQJ","names":["IconGhost_exports","__export","IconGhost","IconGhost_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGhost","props","React","CentralIconBase","IconGhost_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M9.4 10.5H9.6M14.4 10.5H14.6M5 21V10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10V21L15.5 19.5L12 21L8.5 19.5L5 21ZM10 10.5C10 10.7761 9.77614 11 9.5 11C9.22386 11 9 10.7761 9 10.5C9 10.2239 9.22386 10 9.5 10C9.77614 10 10 10.2239 10 10.5ZM15 10.5C15 10.7761 14.7761 11 14.5 11C14.2239 11 14 10.7761 14 10.5C14 10.2239 14.2239 10 14.5 10C14.7761 10 15 10.2239 15 10.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),P=s;export{s as IconGhost,P as default};
1
+ import o from"react";import l from"react";import{Svg as s}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as n,Path as C}from"react-native-svg";var c=t=>o.createElement(e,{...t},o.createElement(C,{d:"M5 10V21L8.5 19.5L12 21L15.5 19.5L19 21V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(n,{cx:"9.5",cy:"10.5",r:"1.5",fill:"currentColor"}),o.createElement(n,{cx:"14.5",cy:"10.5",r:"1.5",fill:"currentColor"})),g=c;export{c as IconGhost,g as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGhost/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 IconGhost: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.4 10.5H9.6M14.4 10.5H14.6M5 21V10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10V21L15.5 19.5L12 21L8.5 19.5L5 21ZM10 10.5C10 10.7761 9.77614 11 9.5 11C9.22386 11 9 10.7761 9 10.5C9 10.2239 9.22386 10 9.5 10C9.77614 10 10 10.2239 10 10.5ZM15 10.5C15 10.7761 14.7761 11 14.5 11C14.2239 11 14 10.7761 14 10.5C14 10.2239 14.2239 10 14.5 10C14.7761 10 15 10.2239 15 10.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGhost;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yXACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGhost","props","React","CentralIconBase","IconGhost_default"]}
1
+ {"version":3,"sources":["../src/IconGhost/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconGhost: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 10V21L8.5 19.5L12 21L15.5 19.5L19 21V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Circle cx=\"9.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"14.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGhost;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gGACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACvDI,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,CAC1D,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconGhost","props","React","CentralIconBase","IconGhost_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGhost2: FC<CentralIconBaseProps>;
4
+ export default IconGhost2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var x=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})},s=(r,o,t,l)=>{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:!(l=x(o,e))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>s(p({},"__esModule",{value:!0}),r);var d={};g(d,{IconGhost2:()=>i,default:()=>y});module.exports=h(d);var n=a(require("react"));var m=a(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 C=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(C.Path,{d:"M10.9984 9.5C10.9984 10.6046 10.4164 11.5 9.69844 11.5C8.98047 11.5 8.39844 10.6046 8.39844 9.5C8.39844 8.39543 8.98047 7.5 9.69844 7.5C10.4164 7.5 10.9984 8.39543 10.9984 9.5Z",fill:"currentColor"}),n.default.createElement(C.Ellipse,{cx:"14.3",cy:"9.5",rx:"1.3",ry:"2",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M8.22403 19.5L5.29313 20.431C4.5298 20.6735 3.79713 19.962 3.97661 19.1814C4.67168 16.1587 4.91166 13.1458 4.97182 10.0828C5.04826 6.19129 8.10953 3 12.0018 3C15.8941 3 18.9554 6.19129 19.0318 10.0828C19.092 13.1458 19.3319 16.1587 20.027 19.1814C20.2065 19.962 19.4738 20.6735 18.7105 20.431L15.7796 19.5L12.3708 20.8535C12.1338 20.9476 11.8698 20.9476 11.6328 20.8535L8.22403 19.5Z",stroke:"currentColor",strokeWidth:"2"})),y=i;0&&(module.exports={IconGhost2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGhost2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Ellipse, Path } from \"react-native-svg\";\n\nexport const IconGhost2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.9984 9.5C10.9984 10.6046 10.4164 11.5 9.69844 11.5C8.98047 11.5 8.39844 10.6046 8.39844 9.5C8.39844 8.39543 8.98047 7.5 9.69844 7.5C10.4164 7.5 10.9984 8.39543 10.9984 9.5Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"14.3\" cy=\"9.5\" rx=\"1.3\" ry=\"2\" fill=\"currentColor\" />\n <Path\n d=\"M8.22403 19.5L5.29313 20.431C4.5298 20.6735 3.79713 19.962 3.97661 19.1814C4.67168 16.1587 4.91166 13.1458 4.97182 10.0828C5.04826 6.19129 8.10953 3 12.0018 3C15.8941 3 18.9554 6.19129 19.0318 10.0828C19.092 13.1458 19.3319 16.1587 20.027 19.1814C20.2065 19.962 19.4738 20.6735 18.7105 20.431L15.7796 19.5L12.3708 20.8535C12.1338 20.9476 11.8698 20.9476 11.6328 20.8535L8.22403 19.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGhost2;\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,EAA8B,4BAEjBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,WAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,KAAK,eAAe,EAChE,EAAAA,QAAA,cAAC,QACC,EAAE,kYACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconGhost2_exports","__export","IconGhost2","IconGhost2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGhost2","props","React","CentralIconBase","IconGhost2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Ellipse as s,Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M10.9984 9.5C10.9984 10.6046 10.4164 11.5 9.69844 11.5C8.98047 11.5 8.39844 10.6046 8.39844 9.5C8.39844 8.39543 8.98047 7.5 9.69844 7.5C10.4164 7.5 10.9984 8.39543 10.9984 9.5Z",fill:"currentColor"}),o.createElement(s,{cx:"14.3",cy:"9.5",rx:"1.3",ry:"2",fill:"currentColor"}),o.createElement(n,{d:"M8.22403 19.5L5.29313 20.431C4.5298 20.6735 3.79713 19.962 3.97661 19.1814C4.67168 16.1587 4.91166 13.1458 4.97182 10.0828C5.04826 6.19129 8.10953 3 12.0018 3C15.8941 3 18.9554 6.19129 19.0318 10.0828C19.092 13.1458 19.3319 16.1587 20.027 19.1814C20.2065 19.962 19.4738 20.6735 18.7105 20.431L15.7796 19.5L12.3708 20.8535C12.1338 20.9476 11.8698 20.9476 11.6328 20.8535L8.22403 19.5Z",stroke:"currentColor",strokeWidth:"2"})),g=a;export{a as IconGhost2,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGhost2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Ellipse, Path } from \"react-native-svg\";\n\nexport const IconGhost2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.9984 9.5C10.9984 10.6046 10.4164 11.5 9.69844 11.5C8.98047 11.5 8.39844 10.6046 8.39844 9.5C8.39844 8.39543 8.98047 7.5 9.69844 7.5C10.4164 7.5 10.9984 8.39543 10.9984 9.5Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"14.3\" cy=\"9.5\" rx=\"1.3\" ry=\"2\" fill=\"currentColor\" />\n <Path\n d=\"M8.22403 19.5L5.29313 20.431C4.5298 20.6735 3.79713 19.962 3.97661 19.1814C4.67168 16.1587 4.91166 13.1458 4.97182 10.0828C5.04826 6.19129 8.10953 3 12.0018 3C15.8941 3 18.9554 6.19129 19.0318 10.0828C19.092 13.1458 19.3319 16.1587 20.027 19.1814C20.2065 19.962 19.4738 20.6735 18.7105 20.431L15.7796 19.5L12.3708 20.8535C12.1338 20.9476 11.8698 20.9476 11.6328 20.8535L8.22403 19.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGhost2;\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,WAAAG,EAAS,QAAAC,MAAY,mBAEvB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mLACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,KAAK,eAAe,EAChEI,EAAA,cAACH,EAAA,CACC,EAAE,kYACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Ellipse","Path","IconGhost2","props","React","CentralIconBase","IconGhost2_default"]}
package/README.md CHANGED
@@ -440,6 +440,7 @@ Below is a complete list of available icons:
440
440
  - IconAgent
441
441
  - IconAgenticCoding
442
442
  - IconAnchor
443
+ - IconAnimatePath
443
444
  - IconAnimation
444
445
  - IconAnimationAuto
445
446
  - IconAnimationEase
@@ -1504,6 +1505,7 @@ Below is a complete list of available icons:
1504
1505
  - IconFingerPrint2
1505
1506
  - IconFirewall
1506
1507
  - IconGhost
1508
+ - IconGhost2
1507
1509
  - IconKey1
1508
1510
  - IconKey2
1509
1511
  - IconKeyhole
@@ -1911,6 +1913,7 @@ Below is a complete list of available icons:
1911
1913
  - IconDiscoBall
1912
1914
  - IconDoorHanger
1913
1915
  - IconDumbell
1916
+ - IconElements
1914
1917
  - IconEmojiAstonished
1915
1918
  - IconExplosion
1916
1919
  - IconFashion
@@ -672,6 +672,20 @@
672
672
  "packageName": "square-outlined-radius-0-stroke-2",
673
673
  "componentName": "IconAngularjs"
674
674
  },
675
+ {
676
+ "category": "Code",
677
+ "svg": "<path d=\"M3 19C3 17 4.125 8 7.5 8C10.875 8 12 17 12 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 19C12 18 12.3637 13.1739 16 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><circle cx=\"18.5\" cy=\"7.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\"/>",
678
+ "iconName": "animate-path, animation, jump",
679
+ "variant": {
680
+ "join": "square",
681
+ "filled": "off",
682
+ "radius": "0",
683
+ "stroke": "2"
684
+ },
685
+ "createdAt": "2026-04-17T09:02:01.842141+00:00",
686
+ "packageName": "square-outlined-radius-0-stroke-2",
687
+ "componentName": "IconAnimatePath"
688
+ },
675
689
  {
676
690
  "category": "Code",
677
691
  "svg": "<path d=\"M3 21L8 16M10 21L12.5 18.5M3 14L5.5 11.5M21 9C21 12.3137 18.3137 15 15 15C11.6863 15 9 12.3137 9 9C9 5.68629 11.6863 3 15 3C18.3137 3 21 5.68629 21 9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -9870,6 +9884,20 @@
9870
9884
  "packageName": "square-outlined-radius-0-stroke-2",
9871
9885
  "componentName": "IconElectrocardiogram"
9872
9886
  },
9887
+ {
9888
+ "category": "Things",
9889
+ "svg": "<path d=\"M21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M14.5003 16.3298C15.4569 15.7775 16.6801 16.1053 17.2324 17.0619C17.7847 18.0184 17.4569 19.2416 16.5003 19.7939C15.5437 20.3462 14.3206 20.0184 13.7683 19.0619C13.216 18.1053 13.5437 16.8821 14.5003 16.3298Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7.50033 4.20578C8.45692 3.6535 9.6801 3.98125 10.2324 4.93783C10.7847 5.89442 10.4569 7.1176 9.50033 7.66988C8.54375 8.22217 7.32057 7.89442 6.76828 6.93783C6.216 5.98125 6.54375 4.75807 7.50033 4.20578Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7.50033 19.7949C6.54375 19.2426 6.216 18.0194 6.76828 17.0628C7.32057 16.1062 8.54375 15.7785 9.50033 16.3308C10.4569 16.8831 10.7847 18.1062 10.2324 19.0628C9.6801 20.0194 8.45692 20.3472 7.50033 19.7949Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M14.5003 7.66988C13.5437 7.1176 13.216 5.89442 13.7683 4.93783C14.3206 3.98125 15.5437 3.6535 16.5003 4.20578C17.4569 4.75807 17.7847 5.98125 17.2324 6.93783C16.6801 7.89442 15.4569 8.22217 14.5003 7.66988Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
9890
+ "iconName": "elements, materials, products, tools, teams, skills, circles",
9891
+ "variant": {
9892
+ "join": "square",
9893
+ "filled": "off",
9894
+ "radius": "0",
9895
+ "stroke": "2"
9896
+ },
9897
+ "createdAt": "2026-04-17T09:02:01.842141+00:00",
9898
+ "packageName": "square-outlined-radius-0-stroke-2",
9899
+ "componentName": "IconElements"
9900
+ },
9873
9901
  {
9874
9902
  "category": "Communication",
9875
9903
  "svg": "<path d=\"M21 5H22V4H21V5ZM21 19V20H22V19H21ZM3 5V4H2V5H3ZM3 19H2V20H3V19ZM21 5H20V19H21H22V5H21ZM3 5V6H21V5V4H3V5ZM3 19H4V5H3H2V19H3ZM21 19V18H3V19V20H21V19Z\" fill=\"currentColor\"/><path d=\"M3.5 6.04547L12 13L20.5 6.04547\" stroke=\"currentColor\" stroke-width=\"2\"/>",
@@ -12602,7 +12630,7 @@
12602
12630
  },
12603
12631
  {
12604
12632
  "category": "Security",
12605
- "svg": "<path d=\"M9.4 10.5H9.6M14.4 10.5H14.6M5 21V10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10V21L15.5 19.5L12 21L8.5 19.5L5 21ZM10 10.5C10 10.7761 9.77614 11 9.5 11C9.22386 11 9 10.7761 9 10.5C9 10.2239 9.22386 10 9.5 10C9.77614 10 10 10.2239 10 10.5ZM15 10.5C15 10.7761 14.7761 11 14.5 11C14.2239 11 14 10.7761 14 10.5C14 10.2239 14.2239 10 14.5 10C14.7761 10 15 10.2239 15 10.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
12633
+ "svg": "<path d=\"M5 10V21L8.5 19.5L12 21L15.5 19.5L19 21V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><circle cx=\"9.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"14.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\"/>",
12606
12634
  "iconName": "ghost, hidden, unknown, horror",
12607
12635
  "variant": {
12608
12636
  "join": "square",
@@ -12614,6 +12642,20 @@
12614
12642
  "packageName": "square-outlined-radius-0-stroke-2",
12615
12643
  "componentName": "IconGhost"
12616
12644
  },
12645
+ {
12646
+ "category": "Security",
12647
+ "svg": "<path d=\"M10.9984 9.5C10.9984 10.6046 10.4164 11.5 9.69844 11.5C8.98047 11.5 8.39844 10.6046 8.39844 9.5C8.39844 8.39543 8.98047 7.5 9.69844 7.5C10.4164 7.5 10.9984 8.39543 10.9984 9.5Z\" fill=\"currentColor\"/><ellipse cx=\"14.3\" cy=\"9.5\" rx=\"1.3\" ry=\"2\" fill=\"currentColor\"/><path d=\"M8.22403 19.5L5.29313 20.431C4.5298 20.6735 3.79713 19.962 3.97661 19.1814C4.67168 16.1587 4.91166 13.1458 4.97182 10.0828C5.04826 6.19129 8.10953 3 12.0018 3C15.8941 3 18.9554 6.19129 19.0318 10.0828C19.092 13.1458 19.3319 16.1587 20.027 19.1814C20.2065 19.962 19.4738 20.6735 18.7105 20.431L15.7796 19.5L12.3708 20.8535C12.1338 20.9476 11.8698 20.9476 11.6328 20.8535L8.22403 19.5Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
12648
+ "iconName": "ghost-2, privacy, hidden, unknown",
12649
+ "variant": {
12650
+ "join": "square",
12651
+ "filled": "off",
12652
+ "radius": "0",
12653
+ "stroke": "2"
12654
+ },
12655
+ "createdAt": "2026-04-17T09:02:01.842141+00:00",
12656
+ "packageName": "square-outlined-radius-0-stroke-2",
12657
+ "componentName": "IconGhost2"
12658
+ },
12617
12659
  {
12618
12660
  "category": "Photography & Video",
12619
12661
  "svg": "<path d=\"M21 5H3V19H21V5Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M10.6489 11.173C10.6489 10.939 10.6029 10.7089 10.5109 10.4826C10.4214 10.2538 10.2834 10.047 10.0968 9.86241C9.91023 9.67518 9.67253 9.52695 9.38371 9.41773C9.09745 9.30591 8.75879 9.25 8.36774 9.25C7.831 9.25 7.37988 9.35662 7.01438 9.56986C6.65144 9.7805 6.37668 10.0691 6.1901 10.4358C6.00608 10.8025 5.91406 11.2186 5.91406 11.684V12.273C5.91406 12.5981 5.95879 12.9102 6.04825 13.2092C6.1377 13.5057 6.27828 13.7696 6.46997 14.0011C6.66422 14.2325 6.91598 14.4158 7.22524 14.5511C7.53707 14.6837 7.91278 14.75 8.3524 14.75C8.76901 14.75 9.12301 14.6902 9.41438 14.5706C9.70831 14.4509 9.94601 14.291 10.1275 14.0908C10.309 13.8905 10.4406 13.6656 10.5224 13.416C10.6067 13.1637 10.6489 12.9076 10.6489 12.6475V11.6489H8.49042V12.7333H9.14218V12.7957C9.14218 12.8972 9.11534 12.9973 9.06167 13.0961C9.00799 13.1949 8.9262 13.2768 8.8163 13.3418C8.70639 13.4069 8.5671 13.4394 8.39841 13.4394C8.16326 13.4394 7.98435 13.3835 7.86167 13.2716C7.73898 13.1572 7.65464 13.0103 7.60863 12.8309C7.56518 12.6514 7.54346 12.4629 7.54346 12.2652V11.7035C7.54346 11.3343 7.61119 11.0521 7.74665 10.8571C7.88467 10.6595 8.08786 10.5606 8.35624 10.5606C8.47125 10.5606 8.57349 10.5775 8.66294 10.6113C8.7524 10.6452 8.8278 10.692 8.88914 10.7518C8.95048 10.809 8.99777 10.874 9.031 10.9468C9.06678 11.0196 9.0885 11.095 9.09617 11.173H10.6489Z\" fill=\"currentColor\"/><path d=\"M13.1217 14.6603V9.33582H11.5115V14.6603H13.1217Z\" fill=\"currentColor\"/><path d=\"M15.8054 14.6603V12.823H17.7109V11.5904H15.8054V10.6152H17.9141V9.33582H14.1952V14.6603H15.8054Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -47,6 +47,7 @@ export type CentralIconName =
47
47
  | "IconAnchor1"
48
48
  | "IconAnchor2"
49
49
  | "IconAngularjs"
50
+ | "IconAnimatePath"
50
51
  | "IconAnimation"
51
52
  | "IconAnimationAuto"
52
53
  | "IconAnimationEase"
@@ -704,6 +705,7 @@ export type CentralIconName =
704
705
  | "IconEditSmall2"
705
706
  | "IconEinstein"
706
707
  | "IconElectrocardiogram"
708
+ | "IconElements"
707
709
  | "IconEmail1"
708
710
  | "IconEmail1Sparkle"
709
711
  | "IconEmail2"
@@ -900,6 +902,7 @@ export type CentralIconName =
900
902
  | "IconGenderFemale"
901
903
  | "IconGenderMale"
902
904
  | "IconGhost"
905
+ | "IconGhost2"
903
906
  | "IconGif"
904
907
  | "IconGifSquare"
905
908
  | "IconGift1"
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.196",
3
+ "version": "1.1.197",
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": 1951,
14
+ "totalIcons": 1954,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 77,
@@ -317,11 +317,12 @@
317
317
  ]
318
318
  },
319
319
  "Code": {
320
- "count": 64,
320
+ "count": 65,
321
321
  "icons": [
322
322
  "IconAgent",
323
323
  "IconAgenticCoding",
324
324
  "IconAnchor",
325
+ "IconAnimatePath",
325
326
  "IconAnimation",
326
327
  "IconAnimationAuto",
327
328
  "IconAnimationEase",
@@ -1417,7 +1418,7 @@
1417
1418
  ]
1418
1419
  },
1419
1420
  "Security": {
1420
- "count": 30,
1421
+ "count": 31,
1421
1422
  "icons": [
1422
1423
  "IconAnonymous",
1423
1424
  "IconAsterisk",
@@ -1426,6 +1427,7 @@
1426
1427
  "IconFingerPrint2",
1427
1428
  "IconFirewall",
1428
1429
  "IconGhost",
1430
+ "IconGhost2",
1429
1431
  "IconKey1",
1430
1432
  "IconKey2",
1431
1433
  "IconKeyhole",
@@ -1806,7 +1808,7 @@
1806
1808
  ]
1807
1809
  },
1808
1810
  "Things": {
1809
- "count": 137,
1811
+ "count": 138,
1810
1812
  "icons": [
1811
1813
  "IconAnvil",
1812
1814
  "IconApps",
@@ -1845,6 +1847,7 @@
1845
1847
  "IconDiscoBall",
1846
1848
  "IconDoorHanger",
1847
1849
  "IconDumbell",
1850
+ "IconElements",
1848
1851
  "IconEmojiAstonished",
1849
1852
  "IconExplosion",
1850
1853
  "IconFashion",
@@ -2201,6 +2204,7 @@
2201
2204
  "IconAnchor1": "anchor-1, link",
2202
2205
  "IconAnchor2": "anchor-2, link",
2203
2206
  "IconAngularjs": "angularjs",
2207
+ "IconAnimatePath": "animate-path, animation, jump",
2204
2208
  "IconAnimation": "animation",
2205
2209
  "IconAnimationAuto": "animation-auto",
2206
2210
  "IconAnimationEase": "animation-ease",
@@ -2858,6 +2862,7 @@
2858
2862
  "IconEditSmall2": "edit-small-2",
2859
2863
  "IconEinstein": "einstein, thinking, physics",
2860
2864
  "IconElectrocardiogram": "electrocardiogram, activity, notification, pulse, heartbeat, beat",
2865
+ "IconElements": "elements, materials, products, tools, teams, skills, circles",
2861
2866
  "IconEmail1": "email-1, envelope",
2862
2867
  "IconEmail1Sparkle": "email-1-sparkle, envelope",
2863
2868
  "IconEmail2": "email-2, envelope",
@@ -3054,6 +3059,7 @@
3054
3059
  "IconGenderFemale": "gender-female",
3055
3060
  "IconGenderMale": "gender-male",
3056
3061
  "IconGhost": "ghost, hidden, unknown, horror",
3062
+ "IconGhost2": "ghost-2, privacy, hidden, unknown",
3057
3063
  "IconGif": "gif",
3058
3064
  "IconGifSquare": "gif-square",
3059
3065
  "IconGift1": "gift-1, present",
package/index.d.ts CHANGED
@@ -46,6 +46,7 @@ export { IconAnchor, default as IconAnchorDefault } from "./IconAnchor";
46
46
  export { IconAnchor1, default as IconAnchor1Default } from "./IconAnchor1";
47
47
  export { IconAnchor2, default as IconAnchor2Default } from "./IconAnchor2";
48
48
  export { IconAngularjs, default as IconAngularjsDefault, } from "./IconAngularjs";
49
+ export { IconAnimatePath, default as IconAnimatePathDefault, } from "./IconAnimatePath";
49
50
  export { IconAnimation, default as IconAnimationDefault, } from "./IconAnimation";
50
51
  export { IconAnimationAuto, default as IconAnimationAutoDefault, } from "./IconAnimationAuto";
51
52
  export { IconAnimationEase, default as IconAnimationEaseDefault, } from "./IconAnimationEase";
@@ -703,6 +704,7 @@ export { IconEditSmall1, default as IconEditSmall1Default, } from "./IconEditSma
703
704
  export { IconEditSmall2, default as IconEditSmall2Default, } from "./IconEditSmall2";
704
705
  export { IconEinstein, default as IconEinsteinDefault } from "./IconEinstein";
705
706
  export { IconElectrocardiogram, default as IconElectrocardiogramDefault, } from "./IconElectrocardiogram";
707
+ export { IconElements, default as IconElementsDefault } from "./IconElements";
706
708
  export { IconEmail1, default as IconEmail1Default } from "./IconEmail1";
707
709
  export { IconEmail1Sparkle, default as IconEmail1SparkleDefault, } from "./IconEmail1Sparkle";
708
710
  export { IconEmail2, default as IconEmail2Default } from "./IconEmail2";
@@ -899,6 +901,7 @@ export { IconGemini, default as IconGeminiDefault } from "./IconGemini";
899
901
  export { IconGenderFemale, default as IconGenderFemaleDefault, } from "./IconGenderFemale";
900
902
  export { IconGenderMale, default as IconGenderMaleDefault, } from "./IconGenderMale";
901
903
  export { IconGhost, default as IconGhostDefault } from "./IconGhost";
904
+ export { IconGhost2, default as IconGhost2Default } from "./IconGhost2";
902
905
  export { IconGif, default as IconGifDefault } from "./IconGif";
903
906
  export { IconGifSquare, default as IconGifSquareDefault, } from "./IconGifSquare";
904
907
  export { IconGift1, default as IconGift1Default } from "./IconGift1";