@central-icons-react-native/square-filled-radius-0-stroke-1.5 0.0.58 → 0.0.59

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 a=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},L=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=c(o,e))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?a(B(r)):{},L(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>L(p({},"__esModule",{value:!0}),r);var y={};x(y,{IconCursor:()=>u,default:()=>g});module.exports=P(y);var t=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...n})=>i.default.createElement(m.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),u=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{opacity:"0.1",d:"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z",fill:"currentColor"}),t.default.createElement(l.G,{opacity:"0.5"},t.default.createElement(l.Path,{d:"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z",fill:"currentColor"})),t.default.createElement(l.Path,{d:"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z",fill:"currentColor"})),g=u;0&&(module.exports={IconCursor});
1
+ "use strict";var m=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},u=(o,r,e,d)=>{if(r&&typeof r=="object"||typeof r=="function")for(let l of v(r))!B.call(o,l)&&l!==e&&t(o,l,{get:()=>r[l],enumerable:!(d=s(r,l))||d.enumerable});return o};var f=(o,r,e)=>(e=o!=null?m(L(o)):{},u(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>u(t({},"__esModule",{value:!0}),o);var g={};I(g,{IconCursor:()=>c,default:()=>P});module.exports=x(g);var n=f(require("react"));var i=f(require("react")),C=require("react-native-svg"),a=({children:o,size:r=24,...e})=>i.default.createElement(C.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),c=o=>n.default.createElement(a,{...o},n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z",fill:"currentColor"}),n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z",fill:"currentColor"})),P=c;0&&(module.exports={IconCursor});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconCursor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { G, Path } from \"react-native-svg\";\n\nexport const IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.1\"\n d=\"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z\"\n fill=\"currentColor\"\n />\n <G opacity=\"0.5\">\n <Path\n d=\"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z\" fill=\"currentColor\" />\n </G>\n <Path\n d=\"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\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,EAAwB,4BAEXC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,QAAQ,MACR,EAAE,uDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,KAAE,QAAQ,OACT,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4GACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCursor_exports","__export","IconCursor","IconCursor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
1
+ {"version":3,"sources":["../src/IconCursor/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 IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,iEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCursor_exports","__export","IconCursor","IconCursor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var l=({children:t,size:o=24,...e})=>p.createElement(C,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{G as L,Path as n}from"react-native-svg";var f=t=>r.createElement(l,{...t},r.createElement(n,{opacity:"0.1",d:"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z",fill:"currentColor"}),r.createElement(L,{opacity:"0.5"},r.createElement(n,{d:"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z",fill:"currentColor"}),r.createElement(n,{d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z",fill:"currentColor"}),r.createElement(n,{d:"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z",fill:"currentColor"})),r.createElement(n,{d:"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z",fill:"currentColor"}),r.createElement(n,{d:"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z",fill:"currentColor"})),x=f;export{f as IconCursor,x as default};
1
+ import r from"react";import p from"react";import{Svg as d}from"react-native-svg";var n=({children:e,size:o=24,...t})=>p.createElement(d,{...t,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 l}from"react-native-svg";var u=e=>r.createElement(n,{...e},r.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z",fill:"currentColor"}),r.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z",fill:"currentColor"}),r.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z",fill:"currentColor"})),B=u;export{u as IconCursor,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconCursor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { G, Path } from \"react-native-svg\";\n\nexport const IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.1\"\n d=\"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z\"\n fill=\"currentColor\"\n />\n <G opacity=\"0.5\">\n <Path\n d=\"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z\" fill=\"currentColor\" />\n </G>\n <Path\n d=\"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\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,KAAAG,EAAG,QAAAC,MAAY,mBAEjB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,QAAQ,MACR,EAAE,uDACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAE,QAAQ,OACTI,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4GACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","G","Path","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
1
+ {"version":3,"sources":["../src/IconCursor/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 IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,oDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,iEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
@@ -7114,7 +7114,7 @@
7114
7114
  },
7115
7115
  {
7116
7116
  "category": "Social Media & Brands",
7117
- "svg": "<path opacity=\"0.1\" d=\"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z\" fill=\"currentColor\"/><g opacity=\"0.5\"><path d=\"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z\" fill=\"currentColor\"/><path d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z\" fill=\"currentColor\"/><path d=\"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z\" fill=\"currentColor\"/></g><path d=\"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z\" fill=\"currentColor\"/><path d=\"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z\" fill=\"currentColor\"/>",
7117
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\" fill=\"currentColor\"/>",
7118
7118
  "iconName": "cursor",
7119
7119
  "variant": {
7120
7120
  "join": "square",
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/IconHome';",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -3557,8 +3557,8 @@
3557
3557
  "pathname": "src/IconCurrencyYen"
3558
3558
  },
3559
3559
  {
3560
- "svg": "<Path opacity=\"0.1\" d=\"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z\" fill=\"currentColor\"/><G opacity=\"0.5\"><Path d=\"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z\" fill=\"currentColor\"/><Path d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z\" fill=\"currentColor\"/><Path d=\"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z\" fill=\"currentColor\"/></G><Path d=\"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z\" fill=\"currentColor\"/><Path d=\"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z\" fill=\"currentColor\"/>",
3561
- "tags": "G, Path",
3560
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\" fill=\"currentColor\"/>",
3561
+ "tags": "Path",
3562
3562
  "componentName": "IconCursor",
3563
3563
  "iconName": "cursor",
3564
3564
  "pathname": "src/IconCursor"