@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.217 → 1.1.219

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.
@@ -1,2 +1,2 @@
1
- "use strict";var k=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(a=d(o,n))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?k(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconArrowsRepeatCircle:()=>m,default:()=>x});module.exports=L(P);var t=c(require("react"));var i=c(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>i.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>t.default.createElement(u,{...r},t.default.createElement(s.Path,{d:"M11 2L14 5L11 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(s.Path,{d:"M13 16L10 19L13 22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(s.Path,{d:"M11 19.0001H14C17.866 19.0001 21 15.866 21 12.0001C21 10.0928 20.2372 8.36361 19 7.10107",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(s.Path,{d:"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),x=m;0&&(module.exports={IconArrowsRepeatCircle});
1
+ "use strict";var k=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(a=d(o,n))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?k(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconArrowsRepeatCircle:()=>m,default:()=>x});module.exports=L(P);var t=c(require("react"));var i=c(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>i.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>t.default.createElement(u,{...r},t.default.createElement(s.Path,{d:"M11 2L14 5L11 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(s.Path,{d:"M13 16L10 19L13 22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(s.Path,{d:"M11 19.0005H14C17.866 19.0005 21 15.8665 21 12.0005C21 10.0932 20.2372 8.3641 19 7.10156",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(s.Path,{d:"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),x=m;0&&(module.exports={IconArrowsRepeatCircle});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconArrowsRepeatCircle/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 IconArrowsRepeatCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 2L14 5L11 8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 16L10 19L13 22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M11 19.0001H14C17.866 19.0001 21 15.866 21 12.0001C21 10.0928 20.2372 8.36361 19 7.10107\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsRepeatCircle;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2FACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconArrowsRepeatCircle_exports","__export","IconArrowsRepeatCircle","IconArrowsRepeatCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsRepeatCircle","props","React","CentralIconBase","IconArrowsRepeatCircle_default"]}
1
+ {"version":3,"sources":["../src/IconArrowsRepeatCircle/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 IconArrowsRepeatCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 2L14 5L11 8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 16L10 19L13 22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M11 19.0005H14C17.866 19.0005 21 15.8665 21 12.0005C21 10.0932 20.2372 8.3641 19 7.10156\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsRepeatCircle;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2FACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconArrowsRepeatCircle_exports","__export","IconArrowsRepeatCircle","IconArrowsRepeatCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsRepeatCircle","props","React","CentralIconBase","IconArrowsRepeatCircle_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(a,{...s,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:"M11 2L14 5L11 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M13 16L10 19L13 22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M11 19.0001H14C17.866 19.0001 21 15.866 21 12.0001C21 10.0928 20.2372 8.36361 19 7.10107",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),B=C;export{C as IconArrowsRepeatCircle,B as default};
1
+ import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(a,{...s,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:"M11 2L14 5L11 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M13 16L10 19L13 22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M11 19.0005H14C17.866 19.0005 21 15.8665 21 12.0005C21 10.0932 20.2372 8.3641 19 7.10156",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),B=C;export{C as IconArrowsRepeatCircle,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconArrowsRepeatCircle/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 IconArrowsRepeatCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 2L14 5L11 8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 16L10 19L13 22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M11 19.0001H14C17.866 19.0001 21 15.866 21 12.0001C21 10.0928 20.2372 8.36361 19 7.10107\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsRepeatCircle;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2FACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsRepeatCircle","props","React","CentralIconBase","IconArrowsRepeatCircle_default"]}
1
+ {"version":3,"sources":["../src/IconArrowsRepeatCircle/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 IconArrowsRepeatCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 2L14 5L11 8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 16L10 19L13 22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M11 19.0005H14C17.866 19.0005 21 15.8665 21 12.0005C21 10.0932 20.2372 8.3641 19 7.10156\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsRepeatCircle;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2FACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsRepeatCircle","props","React","CentralIconBase","IconArrowsRepeatCircle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGoblin: FC<CentralIconBaseProps>;
4
+ export default IconGoblin;
@@ -0,0 +1,2 @@
1
+ "use strict";var h=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},p=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of x(o))!a.call(r,l)&&l!==t&&s(r,l,{get:()=>o[l],enumerable:!(C=f(o,l))||C.enumerable});return r};var i=(r,o,t)=>(t=r!=null?h(k(r)):{},p(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>p(s({},"__esModule",{value:!0}),r);var y={};B(y,{IconGoblin:()=>d,default:()=>g});module.exports=I(y);var n=i(require("react"));var c=i(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...t})=>c.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 e=require("react-native-svg"),d=r=>n.default.createElement(u,{...r},n.default.createElement(e.Rect,{x:"5",y:"3",width:"14",height:"18",rx:"7",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(e.Path,{d:"M9 16C11.25 16.6667 12.75 16.6667 15 16",stroke:"currentColor",strokeWidth:"1.7"}),n.default.createElement(e.Path,{d:"M5 7.5H1V9C1 11.2091 2.79086 13 5 13",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(e.Path,{d:"M19 7.5H23V9C23 11.2091 21.2091 13 19 13",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(e.Circle,{cx:"9.5",cy:"11.5",r:"1.5",fill:"currentColor"}),n.default.createElement(e.Circle,{cx:"14.5",cy:"11.5",r:"1.5",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M7.5 4.5L12 7L16.5 4.5",stroke:"currentColor",strokeWidth:"2"})),g=d;0&&(module.exports={IconGoblin});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGoblin/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconGoblin: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect\n x=\"5\"\n y=\"3\"\n width=\"14\"\n height=\"18\"\n rx=\"7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9 16C11.25 16.6667 12.75 16.6667 15 16\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n />\n <Path\n d=\"M5 7.5H1V9C1 11.2091 2.79086 13 5 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M19 7.5H23V9C23 11.2091 21.2091 13 19 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"9.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"14.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\" />\n <Path d=\"M7.5 4.5L12 7L16.5 4.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGoblin;\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,EAAmC,4BAEtBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0CACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2CACF,OAAO,eACP,YAAY,IACd,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,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAI,CACzE,EAIGE,EAAQJ","names":["IconGoblin_exports","__export","IconGoblin","IconGoblin_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGoblin","props","React","CentralIconBase","IconGoblin_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:o=24,...s})=>C.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as l,Path as t,Rect as i}from"react-native-svg";var c=e=>r.createElement(n,{...e},r.createElement(i,{x:"5",y:"3",width:"14",height:"18",rx:"7",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M9 16C11.25 16.6667 12.75 16.6667 15 16",stroke:"currentColor",strokeWidth:"1.7"}),r.createElement(t,{d:"M5 7.5H1V9C1 11.2091 2.79086 13 5 13",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M19 7.5H23V9C23 11.2091 21.2091 13 19 13",stroke:"currentColor",strokeWidth:"2"}),r.createElement(l,{cx:"9.5",cy:"11.5",r:"1.5",fill:"currentColor"}),r.createElement(l,{cx:"14.5",cy:"11.5",r:"1.5",fill:"currentColor"}),r.createElement(t,{d:"M7.5 4.5L12 7L16.5 4.5",stroke:"currentColor",strokeWidth:"2"})),I=c;export{c as IconGoblin,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGoblin/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconGoblin: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect\n x=\"5\"\n y=\"3\"\n width=\"14\"\n height=\"18\"\n rx=\"7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9 16C11.25 16.6667 12.75 16.6667 15 16\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n />\n <Path\n d=\"M5 7.5H1V9C1 11.2091 2.79086 13 5 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M19 7.5H23V9C23 11.2091 21.2091 13 19 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"9.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"14.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\" />\n <Path d=\"M7.5 4.5L12 7L16.5 4.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGoblin;\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,EAAM,QAAAC,MAAY,mBAE5B,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACJ,EAAA,CACC,EAAE,0CACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,2CACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACL,EAAA,CAAO,GAAG,MAAM,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACvDK,EAAA,cAACL,EAAA,CAAO,GAAG,OAAO,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EACxDK,EAAA,cAACJ,EAAA,CAAK,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAI,CACzE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","Rect","IconGoblin","props","React","CentralIconBase","IconGoblin_default"]}
package/README.md CHANGED
@@ -175,6 +175,7 @@ Below is a complete list of available icons:
175
175
  - IconFileSparkle
176
176
  - IconFolderSparkle
177
177
  - IconFortuneTellerBall
178
+ - IconGoblin
178
179
  - IconHatBunny
179
180
  - IconHatSparkle
180
181
  - IconImageAvatarSparkle
@@ -2032,7 +2032,7 @@
2032
2032
  },
2033
2033
  {
2034
2034
  "category": "Arrows",
2035
- "svg": "<path d=\"M11 2L14 5L11 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M13 16L10 19L13 22\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M11 19.0001H14C17.866 19.0001 21 15.866 21 12.0001C21 10.0928 20.2372 8.36361 19 7.10107\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
2035
+ "svg": "<path d=\"M11 2L14 5L11 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M13 16L10 19L13 22\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M11 19.0005H14C17.866 19.0005 21 15.8665 21 12.0005C21 10.0932 20.2372 8.3641 19 7.10156\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M13 5H10C6.13401 5 3 8.13401 3 12C3 13.9073 3.76281 15.6364 5 16.899\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
2036
2036
  "iconName": "arrows-repeat-circle, repost",
2037
2037
  "variant": {
2038
2038
  "join": "square",
@@ -13006,6 +13006,20 @@
13006
13006
  "packageName": "square-outlined-radius-0-stroke-2",
13007
13007
  "componentName": "IconGoatHead"
13008
13008
  },
13009
+ {
13010
+ "category": "AI & Magic",
13011
+ "svg": "<rect x=\"5\" y=\"3\" width=\"14\" height=\"18\" rx=\"7\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 16C11.25 16.6667 12.75 16.6667 15 16\" stroke=\"currentColor\" stroke-width=\"1.7\"/><path d=\"M5 7.5H1V9C1 11.2091 2.79086 13 5 13\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M19 7.5H23V9C23 11.2091 21.2091 13 19 13\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"9.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"14.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\"/><path d=\"M7.5 4.5L12 7L16.5 4.5\" stroke=\"currentColor\" stroke-width=\"2\"/>",
13012
+ "iconName": "goblin, troll, agent, helper",
13013
+ "variant": {
13014
+ "join": "square",
13015
+ "filled": "off",
13016
+ "radius": "0",
13017
+ "stroke": "2"
13018
+ },
13019
+ "createdAt": "2026-04-30T09:02:09.896316+00:00",
13020
+ "packageName": "square-outlined-radius-0-stroke-2",
13021
+ "componentName": "IconGoblin"
13022
+ },
13009
13023
  {
13010
13024
  "category": "Things",
13011
13025
  "svg": "<path d=\"M2 18L4 11.5H10L12 18H2Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7 11.5L9 5H15L17 11.5H7Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 18L14 11.5H20L22 18H12Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
package/icons/index.d.ts CHANGED
@@ -928,6 +928,7 @@ export type CentralIconName =
928
928
  | "IconGlobe"
929
929
  | "IconGlobe2"
930
930
  | "IconGoatHead"
931
+ | "IconGoblin"
931
932
  | "IconGold"
932
933
  | "IconGoldenGateBridge"
933
934
  | "IconGoldMedal"
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.217",
3
+ "version": "1.1.219",
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,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1977,
14
+ "totalIcons": 1978,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 85,
17
+ "count": 86,
18
18
  "icons": [
19
19
  "IconAiSlop",
20
20
  "IconAiTokens",
@@ -44,6 +44,7 @@
44
44
  "IconFileSparkle",
45
45
  "IconFolderSparkle",
46
46
  "IconFortuneTellerBall",
47
+ "IconGoblin",
47
48
  "IconHatBunny",
48
49
  "IconHatSparkle",
49
50
  "IconImageAvatarSparkle",
@@ -3107,6 +3108,7 @@
3107
3108
  "IconGlobe": "globe, network, translate",
3108
3109
  "IconGlobe2": "globe-2, network, translate",
3109
3110
  "IconGoatHead": "goat-head, goated",
3111
+ "IconGoblin": "goblin, troll, agent, helper",
3110
3112
  "IconGold": "gold, goldbars",
3111
3113
  "IconGoldenGateBridge": "golden-gate-bridge, silicon-valley, sf",
3112
3114
  "IconGoldMedal": "gold-medal, first-place, win",
package/index.d.ts CHANGED
@@ -927,6 +927,7 @@ export { IconGlassWater, default as IconGlassWaterDefault, } from "./IconGlassWa
927
927
  export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
928
928
  export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
929
929
  export { IconGoatHead, default as IconGoatHeadDefault } from "./IconGoatHead";
930
+ export { IconGoblin, default as IconGoblinDefault } from "./IconGoblin";
930
931
  export { IconGold, default as IconGoldDefault } from "./IconGold";
931
932
  export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
932
933
  export { IconGoldenGateBridge, default as IconGoldenGateBridgeDefault, } from "./IconGoldenGateBridge";