@central-icons-react-native/round-outlined-radius-1-stroke-1 0.0.58 → 0.0.60

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 Icon3dBoxTop: FC<CentralIconBaseProps>;
4
+ export default Icon3dBoxTop;
@@ -0,0 +1,2 @@
1
+ "use strict";var L=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of f(r))!x.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(s=d(r,n))||s.enumerable});return o};var m=(o,r,e)=>(e=o!=null?L(B(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(t({},"__esModule",{value:!0}),o);var k={};I(k,{Icon3dBoxTop:()=>u,default:()=>g});module.exports=P(k);var C=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:o,size:r=24,...e})=>c.default.createElement(i.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"),u=o=>C.default.createElement(l,{...o},C.default.createElement(p.Path,{d:"M11.1998 2.2119C11.4913 2.04364 11.637 1.95951 11.7919 1.92658C11.929 1.89744 12.0706 1.89744 12.2077 1.92658C12.3626 1.95951 12.5084 2.04364 12.7998 2.2119L20.0766 6.41314C20.368 6.58141 20.5137 6.66554 20.6197 6.78324C20.7135 6.88739 20.7843 7.01008 20.8276 7.14336C20.8766 7.29399 20.8766 7.46225 20.8766 7.79878V16.2013C20.8766 16.5378 20.8766 16.7061 20.8276 16.8567C20.7843 16.99 20.7135 17.1127 20.6197 17.2168C20.5137 17.3345 20.368 17.4186 20.0766 17.5869L12.7998 21.7881C12.5084 21.9564 12.3626 22.0405 12.2077 22.0735C12.0706 22.1026 11.929 22.1026 11.7919 22.0735C11.637 22.0405 11.4913 21.9564 11.1998 21.7881L3.92305 17.5869C3.6316 17.4186 3.48588 17.3345 3.3799 17.2168C3.28613 17.1127 3.2153 16.99 3.17199 16.8567C3.12305 16.7061 3.12305 16.5378 3.12305 16.2013V7.79878C3.12305 7.46225 3.12305 7.29399 3.17199 7.14336C3.2153 7.01008 3.28613 6.88739 3.3799 6.78324C3.48588 6.66554 3.6316 6.58141 3.92305 6.41314L11.1998 2.2119Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M12.0001 12L20.6604 7M12.0001 12L3.33984 7M12.0001 12V22",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={Icon3dBoxTop});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxTop/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 Icon3dBoxTop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.1998 2.2119C11.4913 2.04364 11.637 1.95951 11.7919 1.92658C11.929 1.89744 12.0706 1.89744 12.2077 1.92658C12.3626 1.95951 12.5084 2.04364 12.7998 2.2119L20.0766 6.41314C20.368 6.58141 20.5137 6.66554 20.6197 6.78324C20.7135 6.88739 20.7843 7.01008 20.8276 7.14336C20.8766 7.29399 20.8766 7.46225 20.8766 7.79878V16.2013C20.8766 16.5378 20.8766 16.7061 20.8276 16.8567C20.7843 16.99 20.7135 17.1127 20.6197 17.2168C20.5137 17.3345 20.368 17.4186 20.0766 17.5869L12.7998 21.7881C12.5084 21.9564 12.3626 22.0405 12.2077 22.0735C12.0706 22.1026 11.929 22.1026 11.7919 22.0735C11.637 22.0405 11.4913 21.9564 11.1998 21.7881L3.92305 17.5869C3.6316 17.4186 3.48588 17.3345 3.3799 17.2168C3.28613 17.1127 3.2153 16.99 3.17199 16.8567C3.12305 16.7061 3.12305 16.5378 3.12305 16.2013V7.79878C3.12305 7.46225 3.12305 7.29399 3.17199 7.14336C3.2153 7.01008 3.28613 6.88739 3.3799 6.78324C3.48588 6.66554 3.6316 6.58141 3.92305 6.41314L11.1998 2.2119Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.0001 12L20.6604 7M12.0001 12L3.33984 7M12.0001 12V22\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,i7BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["Icon3dBoxTop_exports","__export","Icon3dBoxTop","Icon3dBoxTop_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:r,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as t}from"react-native-svg";var a=r=>e.createElement(n,{...r},e.createElement(t,{d:"M11.1998 2.2119C11.4913 2.04364 11.637 1.95951 11.7919 1.92658C11.929 1.89744 12.0706 1.89744 12.2077 1.92658C12.3626 1.95951 12.5084 2.04364 12.7998 2.2119L20.0766 6.41314C20.368 6.58141 20.5137 6.66554 20.6197 6.78324C20.7135 6.88739 20.7843 7.01008 20.8276 7.14336C20.8766 7.29399 20.8766 7.46225 20.8766 7.79878V16.2013C20.8766 16.5378 20.8766 16.7061 20.8276 16.8567C20.7843 16.99 20.7135 17.1127 20.6197 17.2168C20.5137 17.3345 20.368 17.4186 20.0766 17.5869L12.7998 21.7881C12.5084 21.9564 12.3626 22.0405 12.2077 22.0735C12.0706 22.1026 11.929 22.1026 11.7919 22.0735C11.637 22.0405 11.4913 21.9564 11.1998 21.7881L3.92305 17.5869C3.6316 17.4186 3.48588 17.3345 3.3799 17.2168C3.28613 17.1127 3.2153 16.99 3.17199 16.8567C3.12305 16.7061 3.12305 16.5378 3.12305 16.2013V7.79878C3.12305 7.46225 3.12305 7.29399 3.17199 7.14336C3.2153 7.01008 3.28613 6.88739 3.3799 6.78324C3.48588 6.66554 3.6316 6.58141 3.92305 6.41314L11.1998 2.2119Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M12.0001 12L20.6604 7M12.0001 12L3.33984 7M12.0001 12V22",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as Icon3dBoxTop,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxTop/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 Icon3dBoxTop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.1998 2.2119C11.4913 2.04364 11.637 1.95951 11.7919 1.92658C11.929 1.89744 12.0706 1.89744 12.2077 1.92658C12.3626 1.95951 12.5084 2.04364 12.7998 2.2119L20.0766 6.41314C20.368 6.58141 20.5137 6.66554 20.6197 6.78324C20.7135 6.88739 20.7843 7.01008 20.8276 7.14336C20.8766 7.29399 20.8766 7.46225 20.8766 7.79878V16.2013C20.8766 16.5378 20.8766 16.7061 20.8276 16.8567C20.7843 16.99 20.7135 17.1127 20.6197 17.2168C20.5137 17.3345 20.368 17.4186 20.0766 17.5869L12.7998 21.7881C12.5084 21.9564 12.3626 22.0405 12.2077 22.0735C12.0706 22.1026 11.929 22.1026 11.7919 22.0735C11.637 22.0405 11.4913 21.9564 11.1998 21.7881L3.92305 17.5869C3.6316 17.4186 3.48588 17.3345 3.3799 17.2168C3.28613 17.1127 3.2153 16.99 3.17199 16.8567C3.12305 16.7061 3.12305 16.5378 3.12305 16.2013V7.79878C3.12305 7.46225 3.12305 7.29399 3.17199 7.14336C3.2153 7.01008 3.28613 6.88739 3.3799 6.78324C3.48588 6.66554 3.6316 6.58141 3.92305 6.41314L11.1998 2.2119Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.0001 12L20.6604 7M12.0001 12L3.33984 7M12.0001 12V22\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,i7BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
@@ -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"]}
@@ -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 e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var M={};g(M,{IconDice2:()=>f,default:()=>v});module.exports=d(M);var C=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(c.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 i=require("react-native-svg"),f=r=>C.default.createElement(l,{...r},C.default.createElement(i.Path,{d:"M7.5 8H8.5M15.5 16H16.5M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM17 16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16ZM4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),v=f;0&&(module.exports={IconDice2});
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=B(o,n))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(x(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>s(t({},"__esModule",{value:!0}),r);var h={};d(h,{IconDice2:()=>f,default:()=>v});module.exports=g(h);var C=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.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 p=require("react-native-svg"),f=r=>C.default.createElement(i,{...r},C.default.createElement(p.Path,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M16 14.5C16.8284 14.5 17.5 15.1716 17.5 16C17.5 16.8284 16.8284 17.5 16 17.5C15.1716 17.5 14.5 16.8284 14.5 16C14.5 15.1716 15.1716 14.5 16 14.5ZM8 6.5C8.82843 6.5 9.5 7.17157 9.5 8C9.5 8.82843 8.82843 9.5 8 9.5C7.17157 9.5 6.5 8.82843 6.5 8C6.5 7.17157 7.17157 6.5 8 6.5Z",fill:"currentColor"})),v=f;0&&(module.exports={IconDice2});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconDice2/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 IconDice2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 8H8.5M15.5 16H16.5M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM17 16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16ZM4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDice2;\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,0ZACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDice2_exports","__export","IconDice2","IconDice2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDice2","props","React","CentralIconBase","IconDice2_default"]}
1
+ {"version":3,"sources":["../src/IconDice2/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 IconDice2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 14.5C16.8284 14.5 17.5 15.1716 17.5 16C17.5 16.8284 16.8284 17.5 16 17.5C15.1716 17.5 14.5 16.8284 14.5 16C14.5 15.1716 15.1716 14.5 16 14.5ZM8 6.5C8.82843 6.5 9.5 7.17157 9.5 8C9.5 8.82843 8.82843 9.5 8 9.5C7.17157 9.5 6.5 8.82843 6.5 8C6.5 7.17157 7.17157 6.5 8 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDice2;\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,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mRACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDice2_exports","__export","IconDice2","IconDice2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDice2","props","React","CentralIconBase","IconDice2_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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=>t.createElement(e,{...o},t.createElement(a,{d:"M7.5 8H8.5M15.5 16H16.5M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM17 16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16ZM4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s as IconDice2,P as default};
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(a,{...C,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 t}from"react-native-svg";var s=o=>e.createElement(n,{...o},e.createElement(t,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M16 14.5C16.8284 14.5 17.5 15.1716 17.5 16C17.5 16.8284 16.8284 17.5 16 17.5C15.1716 17.5 14.5 16.8284 14.5 16C14.5 15.1716 15.1716 14.5 16 14.5ZM8 6.5C8.82843 6.5 9.5 7.17157 9.5 8C9.5 8.82843 8.82843 9.5 8 9.5C7.17157 9.5 6.5 8.82843 6.5 8C6.5 7.17157 7.17157 6.5 8 6.5Z",fill:"currentColor"})),P=s;export{s as IconDice2,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconDice2/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 IconDice2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 8H8.5M15.5 16H16.5M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM17 16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16ZM4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDice2;\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,0ZACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDice2","props","React","CentralIconBase","IconDice2_default"]}
1
+ {"version":3,"sources":["../src/IconDice2/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 IconDice2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 14.5C16.8284 14.5 17.5 15.1716 17.5 16C17.5 16.8284 16.8284 17.5 16 17.5C15.1716 17.5 14.5 16.8284 14.5 16C14.5 15.1716 15.1716 14.5 16 14.5ZM8 6.5C8.82843 6.5 9.5 7.17157 9.5 8C9.5 8.82843 8.82843 9.5 8 9.5C7.17157 9.5 6.5 8.82843 6.5 8C6.5 7.17157 7.17157 6.5 8 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDice2;\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,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDice2","props","React","CentralIconBase","IconDice2_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var c=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var u=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!i.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=f(o,e))||p.enumerable});return r};var a=(r,o,C)=>(C=r!=null?c(I(r)):{},L(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>L(t({},"__esModule",{value:!0}),r);var g={};u(g,{IconEyeOpen:()=>Z,default:()=>P});module.exports=x(g);var n=a(require("react"));var l=a(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...C})=>l.default.createElement(m.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var M=require("react-native-svg"),Z=r=>n.default.createElement(s,{...r},n.default.createElement(M.Path,{d:"M2.21736 11.5637L1.77266 11.3351H1.77266L2.21736 11.5637ZM21.7826 11.5636L21.3379 11.7921V11.7921L21.7826 11.5636ZM2.21736 12.4364L1.77266 12.6649H1.77266L2.21736 12.4364ZM21.7826 12.4363L21.3379 12.2077V12.2077L21.7826 12.4363ZM2.66206 11.7922C5.02014 7.2043 8.55244 5.00003 12 5C15.4475 4.99997 18.9798 7.20419 21.3379 11.7921L22.2273 11.335C19.7447 6.50478 15.9147 3.99997 12 4C8.08525 4.00003 4.25526 6.5049 1.77266 11.3351L2.66206 11.7922ZM1.77266 12.6649C4.25526 17.4952 8.08525 20 12 19.9999C15.9147 19.9999 19.7447 17.495 22.2273 12.6648L21.3379 12.2077C18.9798 16.7956 15.4475 18.9999 12 18.9999C8.55243 19 5.02014 16.7958 2.66206 12.2078L1.77266 12.6649ZM1.77266 11.3351C1.5595 11.7498 1.5595 12.2502 1.77266 12.6649L2.66206 12.2078C2.59637 12.08 2.59637 11.92 2.66206 11.7922L1.77266 11.3351ZM21.3379 11.7921C21.4036 11.9199 21.4036 12.0799 21.3379 12.2077L22.2273 12.6648C22.4405 12.2501 22.4405 11.7497 22.2273 11.335L21.3379 11.7921ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V15.5C13.933 15.5 15.5 13.933 15.5 12H14.5ZM12 14.5C10.6193 14.5 9.49998 13.3807 9.49998 12H8.49998C8.49998 13.933 10.067 15.5 12 15.5V14.5ZM9.49998 12C9.49998 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.49998 10.067 8.49998 12H9.49998ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H15.5C15.5 10.067 13.933 8.5 12 8.5V9.5Z",fill:"currentColor"})),P=Z;0&&(module.exports={IconEyeOpen});
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=d(o,n))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconEyeOpen:()=>u,default:()=>k});module.exports=g(v);var p=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.default.createElement(i.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 C=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(C.Path,{d:"M21.7826 11.5636C16.9419 2.14541 7.05805 2.14551 2.21736 11.5637C2.07794 11.8349 2.07794 12.1651 2.21736 12.4364C7.05805 21.8545 16.9419 21.8544 21.7826 12.4363C21.922 12.165 21.922 11.8348 21.7826 11.5636Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconEyeOpen});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEyeOpen/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 IconEyeOpen: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.21736 11.5637L1.77266 11.3351H1.77266L2.21736 11.5637ZM21.7826 11.5636L21.3379 11.7921V11.7921L21.7826 11.5636ZM2.21736 12.4364L1.77266 12.6649H1.77266L2.21736 12.4364ZM21.7826 12.4363L21.3379 12.2077V12.2077L21.7826 12.4363ZM2.66206 11.7922C5.02014 7.2043 8.55244 5.00003 12 5C15.4475 4.99997 18.9798 7.20419 21.3379 11.7921L22.2273 11.335C19.7447 6.50478 15.9147 3.99997 12 4C8.08525 4.00003 4.25526 6.5049 1.77266 11.3351L2.66206 11.7922ZM1.77266 12.6649C4.25526 17.4952 8.08525 20 12 19.9999C15.9147 19.9999 19.7447 17.495 22.2273 12.6648L21.3379 12.2077C18.9798 16.7956 15.4475 18.9999 12 18.9999C8.55243 19 5.02014 16.7958 2.66206 12.2078L1.77266 12.6649ZM1.77266 11.3351C1.5595 11.7498 1.5595 12.2502 1.77266 12.6649L2.66206 12.2078C2.59637 12.08 2.59637 11.92 2.66206 11.7922L1.77266 11.3351ZM21.3379 11.7921C21.4036 11.9199 21.4036 12.0799 21.3379 12.2077L22.2273 12.6648C22.4405 12.2501 22.4405 11.7497 22.2273 11.335L21.3379 11.7921ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V15.5C13.933 15.5 15.5 13.933 15.5 12H14.5ZM12 14.5C10.6193 14.5 9.49998 13.3807 9.49998 12H8.49998C8.49998 13.933 10.067 15.5 12 15.5V14.5ZM9.49998 12C9.49998 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.49998 10.067 8.49998 12H9.49998ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H15.5C15.5 10.067 13.933 8.5 12 8.5V9.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeOpen;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4xCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEyeOpen_exports","__export","IconEyeOpen","IconEyeOpen_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEyeOpen","props","React","CentralIconBase","IconEyeOpen_default"]}
1
+ {"version":3,"sources":["../src/IconEyeOpen/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 IconEyeOpen: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7826 11.5636C16.9419 2.14541 7.05805 2.14551 2.21736 11.5637C2.07794 11.8349 2.07794 12.1651 2.21736 12.4364C7.05805 21.8545 16.9419 21.8544 21.7826 12.4363C21.922 12.165 21.922 11.8348 21.7826 11.5636Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeOpen;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconEyeOpen_exports","__export","IconEyeOpen","IconEyeOpen_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEyeOpen","props","React","CentralIconBase","IconEyeOpen_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...t})=>n.createElement(p,{...t,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 L}from"react-native-svg";var a=o=>e.createElement(C,{...o},e.createElement(L,{d:"M2.21736 11.5637L1.77266 11.3351H1.77266L2.21736 11.5637ZM21.7826 11.5636L21.3379 11.7921V11.7921L21.7826 11.5636ZM2.21736 12.4364L1.77266 12.6649H1.77266L2.21736 12.4364ZM21.7826 12.4363L21.3379 12.2077V12.2077L21.7826 12.4363ZM2.66206 11.7922C5.02014 7.2043 8.55244 5.00003 12 5C15.4475 4.99997 18.9798 7.20419 21.3379 11.7921L22.2273 11.335C19.7447 6.50478 15.9147 3.99997 12 4C8.08525 4.00003 4.25526 6.5049 1.77266 11.3351L2.66206 11.7922ZM1.77266 12.6649C4.25526 17.4952 8.08525 20 12 19.9999C15.9147 19.9999 19.7447 17.495 22.2273 12.6648L21.3379 12.2077C18.9798 16.7956 15.4475 18.9999 12 18.9999C8.55243 19 5.02014 16.7958 2.66206 12.2078L1.77266 12.6649ZM1.77266 11.3351C1.5595 11.7498 1.5595 12.2502 1.77266 12.6649L2.66206 12.2078C2.59637 12.08 2.59637 11.92 2.66206 11.7922L1.77266 11.3351ZM21.3379 11.7921C21.4036 11.9199 21.4036 12.0799 21.3379 12.2077L22.2273 12.6648C22.4405 12.2501 22.4405 11.7497 22.2273 11.335L21.3379 11.7921ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V15.5C13.933 15.5 15.5 13.933 15.5 12H14.5ZM12 14.5C10.6193 14.5 9.49998 13.3807 9.49998 12H8.49998C8.49998 13.933 10.067 15.5 12 15.5V14.5ZM9.49998 12C9.49998 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.49998 10.067 8.49998 12H9.49998ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H15.5C15.5 10.067 13.933 8.5 12 8.5V9.5Z",fill:"currentColor"})),i=a;export{a as IconEyeOpen,i as default};
1
+ import e from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(s,{...p,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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M21.7826 11.5636C16.9419 2.14541 7.05805 2.14551 2.21736 11.5637C2.07794 11.8349 2.07794 12.1651 2.21736 12.4364C7.05805 21.8545 16.9419 21.8544 21.7826 12.4363C21.922 12.165 21.922 11.8348 21.7826 11.5636Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconEyeOpen,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEyeOpen/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 IconEyeOpen: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.21736 11.5637L1.77266 11.3351H1.77266L2.21736 11.5637ZM21.7826 11.5636L21.3379 11.7921V11.7921L21.7826 11.5636ZM2.21736 12.4364L1.77266 12.6649H1.77266L2.21736 12.4364ZM21.7826 12.4363L21.3379 12.2077V12.2077L21.7826 12.4363ZM2.66206 11.7922C5.02014 7.2043 8.55244 5.00003 12 5C15.4475 4.99997 18.9798 7.20419 21.3379 11.7921L22.2273 11.335C19.7447 6.50478 15.9147 3.99997 12 4C8.08525 4.00003 4.25526 6.5049 1.77266 11.3351L2.66206 11.7922ZM1.77266 12.6649C4.25526 17.4952 8.08525 20 12 19.9999C15.9147 19.9999 19.7447 17.495 22.2273 12.6648L21.3379 12.2077C18.9798 16.7956 15.4475 18.9999 12 18.9999C8.55243 19 5.02014 16.7958 2.66206 12.2078L1.77266 12.6649ZM1.77266 11.3351C1.5595 11.7498 1.5595 12.2502 1.77266 12.6649L2.66206 12.2078C2.59637 12.08 2.59637 11.92 2.66206 11.7922L1.77266 11.3351ZM21.3379 11.7921C21.4036 11.9199 21.4036 12.0799 21.3379 12.2077L22.2273 12.6648C22.4405 12.2501 22.4405 11.7497 22.2273 11.335L21.3379 11.7921ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V15.5C13.933 15.5 15.5 13.933 15.5 12H14.5ZM12 14.5C10.6193 14.5 9.49998 13.3807 9.49998 12H8.49998C8.49998 13.933 10.067 15.5 12 15.5V14.5ZM9.49998 12C9.49998 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.49998 10.067 8.49998 12H9.49998ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H15.5C15.5 10.067 13.933 8.5 12 8.5V9.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeOpen;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4xCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEyeOpen","props","React","CentralIconBase","IconEyeOpen_default"]}
1
+ {"version":3,"sources":["../src/IconEyeOpen/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 IconEyeOpen: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7826 11.5636C16.9419 2.14541 7.05805 2.14551 2.21736 11.5637C2.07794 11.8349 2.07794 12.1651 2.21736 12.4364C7.05805 21.8545 16.9419 21.8544 21.7826 12.4363C21.922 12.165 21.922 11.8348 21.7826 11.5636Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeOpen;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEyeOpen","props","React","CentralIconBase","IconEyeOpen_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var a=Object.create;var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var u=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},n=(C,r,o,Z)=>{if(r&&typeof r=="object"||typeof r=="function")for(let L of c(r))!i.call(C,L)&&L!==o&&t(C,L,{get:()=>r[L],enumerable:!(Z=m(r,L))||Z.enumerable});return C};var p=(C,r,o)=>(o=C!=null?a(f(C)):{},n(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),B=C=>n(t({},"__esModule",{value:!0}),C);var P={};u(P,{IconPassword:()=>V,default:()=>I});module.exports=B(P);var e=p(require("react"));var H=p(require("react")),l=require("react-native-svg"),s=({children:C,size:r=24,...o})=>H.default.createElement(l.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var M=require("react-native-svg"),V=C=>e.default.createElement(s,{...C},e.default.createElement(M.Path,{d:"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM17 8.5C17 8.22386 16.7761 8 16.5 8C16.2239 8 16 8.22386 16 8.5H17ZM16 15.5C16 15.7761 16.2239 16 16.5 16C16.7761 16 17 15.7761 17 15.5H16ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273ZM16 8.5V15.5H17V8.5H16Z",fill:"currentColor"}),e.default.createElement(M.Path,{d:"M8 12.625C8.34518 12.625 8.625 12.3452 8.625 12C8.625 11.6548 8.34518 11.375 8 11.375C7.65482 11.375 7.375 11.6548 7.375 12C7.375 12.3452 7.65482 12.625 8 12.625ZM12 12.625C12.3452 12.625 12.625 12.3452 12.625 12C12.625 11.6548 12.3452 11.375 12 11.375C11.6548 11.375 11.375 11.6548 11.375 12C11.375 12.3452 11.6548 12.625 12 12.625Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"})),I=V;0&&(module.exports={IconPassword});
1
+ "use strict";var m=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!I.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(p=f(o,n))||p.enumerable});return r};var i=(r,o,e)=>(e=r!=null?m(B(r)):{},l(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(s({},"__esModule",{value:!0}),r);var h={};P(h,{IconPassword:()=>d,default:()=>g});module.exports=x(h);var t=i(require("react"));var u=i(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(a.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 C=require("react-native-svg"),d=r=>t.default.createElement(c,{...r},t.default.createElement(C.Path,{d:"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M16.5 8.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M8 11.375C8.34518 11.375 8.625 11.6548 8.625 12C8.625 12.3452 8.34518 12.625 8 12.625C7.65482 12.625 7.375 12.3452 7.375 12C7.375 11.6548 7.65482 11.375 8 11.375Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),t.default.createElement(C.Path,{d:"M12 11.375C12.3452 11.375 12.625 11.6548 12.625 12C12.625 12.3452 12.3452 12.625 12 12.625C11.6548 12.625 11.375 12.3452 11.375 12C11.375 11.6548 11.6548 11.375 12 11.375Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"})),g=d;0&&(module.exports={IconPassword});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPassword/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 IconPassword: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM17 8.5C17 8.22386 16.7761 8 16.5 8C16.2239 8 16 8.22386 16 8.5H17ZM16 15.5C16 15.7761 16.2239 16 16.5 16C16.7761 16 17 15.7761 17 15.5H16ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273ZM16 8.5V15.5H17V8.5H16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 12.625C8.34518 12.625 8.625 12.3452 8.625 12C8.625 11.6548 8.34518 11.375 8 11.375C7.65482 11.375 7.375 11.6548 7.375 12C7.375 12.3452 7.65482 12.625 8 12.625ZM12 12.625C12.3452 12.625 12.625 12.3452 12.625 12C12.625 11.6548 12.3452 11.375 12 11.375C11.6548 11.375 11.375 11.6548 11.375 12C11.375 12.3452 11.6548 12.625 12 12.625Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.25\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPassword;\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,+vFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gVACF,KAAK,eACL,OAAO,eACP,YAAY,OACd,CACF,EAIGE,EAAQJ","names":["IconPassword_exports","__export","IconPassword","IconPassword_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPassword","props","React","CentralIconBase","IconPassword_default"]}
1
+ {"version":3,"sources":["../src/IconPassword/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 IconPassword: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 8.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 11.375C8.34518 11.375 8.625 11.6548 8.625 12C8.625 12.3452 8.34518 12.625 8 12.625C7.65482 12.625 7.375 12.3452 7.375 12C7.375 11.6548 7.65482 11.375 8 11.375Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.25\"\n />\n <Path\n d=\"M12 11.375C12.3452 11.375 12.625 11.6548 12.625 12C12.625 12.3452 12.3452 12.625 12 12.625C11.6548 12.625 11.375 12.3452 11.375 12C11.375 11.6548 11.6548 11.375 12 11.375Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.25\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPassword;\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,ggBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qKACF,KAAK,eACL,OAAO,eACP,YAAY,OACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8KACF,KAAK,eACL,OAAO,eACP,YAAY,OACd,CACF,EAIGE,EAAQJ","names":["IconPassword_exports","__export","IconPassword","IconPassword_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPassword","props","React","CentralIconBase","IconPassword_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import M from"react";import{Svg as Z}from"react-native-svg";var L=({children:r,size:C=24,...e})=>M.createElement(Z,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as t}from"react-native-svg";var n=r=>o.createElement(L,{...r},o.createElement(t,{d:"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM17 8.5C17 8.22386 16.7761 8 16.5 8C16.2239 8 16 8.22386 16 8.5H17ZM16 15.5C16 15.7761 16.2239 16 16.5 16C16.7761 16 17 15.7761 17 15.5H16ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273ZM16 8.5V15.5H17V8.5H16Z",fill:"currentColor"}),o.createElement(t,{d:"M8 12.625C8.34518 12.625 8.625 12.3452 8.625 12C8.625 11.6548 8.34518 11.375 8 11.375C7.65482 11.375 7.375 11.6548 7.375 12C7.375 12.3452 7.65482 12.625 8 12.625ZM12 12.625C12.3452 12.625 12.625 12.3452 12.625 12C12.625 11.6548 12.3452 11.375 12 11.375C11.6548 11.375 11.375 11.6548 11.375 12C11.375 12.3452 11.6548 12.625 12 12.625Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"})),i=n;export{n as IconPassword,i as default};
1
+ import o from"react";import s from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...C})=>s.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M16.5 8.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M8 11.375C8.34518 11.375 8.625 11.6548 8.625 12C8.625 12.3452 8.34518 12.625 8 12.625C7.65482 12.625 7.375 12.3452 7.375 12C7.375 11.6548 7.65482 11.375 8 11.375Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),o.createElement(e,{d:"M12 11.375C12.3452 11.375 12.625 11.6548 12.625 12C12.625 12.3452 12.3452 12.625 12 12.625C11.6548 12.625 11.375 12.3452 11.375 12C11.375 11.6548 11.6548 11.375 12 11.375Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"})),I=l;export{l as IconPassword,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPassword/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 IconPassword: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM17 8.5C17 8.22386 16.7761 8 16.5 8C16.2239 8 16 8.22386 16 8.5H17ZM16 15.5C16 15.7761 16.2239 16 16.5 16C16.7761 16 17 15.7761 17 15.5H16ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273ZM16 8.5V15.5H17V8.5H16Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 12.625C8.34518 12.625 8.625 12.3452 8.625 12C8.625 11.6548 8.34518 11.375 8 11.375C7.65482 11.375 7.375 11.6548 7.375 12C7.375 12.3452 7.65482 12.625 8 12.625ZM12 12.625C12.3452 12.625 12.625 12.3452 12.625 12C12.625 11.6548 12.3452 11.375 12 11.375C11.6548 11.375 11.375 11.6548 11.375 12C11.375 12.3452 11.6548 12.625 12 12.625Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.25\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPassword;\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,+vFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gVACF,KAAK,eACL,OAAO,eACP,YAAY,OACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPassword","props","React","CentralIconBase","IconPassword_default"]}
1
+ {"version":3,"sources":["../src/IconPassword/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 IconPassword: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 8.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 11.375C8.34518 11.375 8.625 11.6548 8.625 12C8.625 12.3452 8.34518 12.625 8 12.625C7.65482 12.625 7.375 12.3452 7.375 12C7.375 11.6548 7.65482 11.375 8 11.375Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.25\"\n />\n <Path\n d=\"M12 11.375C12.3452 11.375 12.625 11.6548 12.625 12C12.625 12.3452 12.3452 12.625 12 12.625C11.6548 12.625 11.375 12.3452 11.375 12C11.375 11.6548 11.6548 11.375 12 11.375Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.25\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPassword;\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,ggBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qKACF,KAAK,eACL,OAAO,eACP,YAAY,OACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8KACF,KAAK,eACL,OAAO,eACP,YAAY,OACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPassword","props","React","CentralIconBase","IconPassword_default"]}
package/README.md CHANGED
@@ -300,6 +300,7 @@ Below is a complete list of available icons:
300
300
 
301
301
  ### Augmented Reality
302
302
 
303
+ - Icon3dBoxTop
303
304
  - Icon3dSphere
304
305
  - IconAr
305
306
  - IconArCube1
@@ -1,5 +1,19 @@
1
1
  {
2
2
  "data": [
3
+ {
4
+ "category": "Augmented Reality",
5
+ "svg": "<path d=\"M11.1998 2.2119C11.4913 2.04364 11.637 1.95951 11.7919 1.92658C11.929 1.89744 12.0706 1.89744 12.2077 1.92658C12.3626 1.95951 12.5084 2.04364 12.7998 2.2119L20.0766 6.41314C20.368 6.58141 20.5137 6.66554 20.6197 6.78324C20.7135 6.88739 20.7843 7.01008 20.8276 7.14336C20.8766 7.29399 20.8766 7.46225 20.8766 7.79878V16.2013C20.8766 16.5378 20.8766 16.7061 20.8276 16.8567C20.7843 16.99 20.7135 17.1127 20.6197 17.2168C20.5137 17.3345 20.368 17.4186 20.0766 17.5869L12.7998 21.7881C12.5084 21.9564 12.3626 22.0405 12.2077 22.0735C12.0706 22.1026 11.929 22.1026 11.7919 22.0735C11.637 22.0405 11.4913 21.9564 11.1998 21.7881L3.92305 17.5869C3.6316 17.4186 3.48588 17.3345 3.3799 17.2168C3.28613 17.1127 3.2153 16.99 3.17199 16.8567C3.12305 16.7061 3.12305 16.5378 3.12305 16.2013V7.79878C3.12305 7.46225 3.12305 7.29399 3.17199 7.14336C3.2153 7.01008 3.28613 6.88739 3.3799 6.78324C3.48588 6.66554 3.6316 6.58141 3.92305 6.41314L11.1998 2.2119Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.0001 12L20.6604 7M12.0001 12L3.33984 7M12.0001 12V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6
+ "iconName": "3d-box-top, shaders, model, cube, ar",
7
+ "variant": {
8
+ "join": "round",
9
+ "filled": "off",
10
+ "radius": "1",
11
+ "stroke": "1"
12
+ },
13
+ "createdAt": "2025-08-28T10:30:32.636072+00:00",
14
+ "packageName": "round-outlined-radius-1-stroke-1",
15
+ "componentName": "Icon3dBoxTop"
16
+ },
3
17
  {
4
18
  "category": "Augmented Reality",
5
19
  "svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M2.60645 12.4757C3.29491 13.9989 7.23833 15.1666 12 15.1666C16.6988 15.1666 20.6009 14.0295 21.3646 12.5357\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M11.4997 21.3822C9.98835 20.6631 8.83301 16.7363 8.83301 12C8.83301 7.3877 9.92863 3.54312 11.3817 2.68079\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
@@ -7114,7 +7128,7 @@
7114
7128
  },
7115
7129
  {
7116
7130
  "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\"/>",
7131
+ "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
7132
  "iconName": "cursor",
7119
7133
  "variant": {
7120
7134
  "join": "round",
@@ -7492,7 +7506,7 @@
7492
7506
  },
7493
7507
  {
7494
7508
  "category": "Gaming",
7495
- "svg": "<path d=\"M7.5 8H8.5M15.5 16H16.5M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM17 16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16ZM4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7509
+ "svg": "<path d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 14.5C16.8284 14.5 17.5 15.1716 17.5 16C17.5 16.8284 16.8284 17.5 16 17.5C15.1716 17.5 14.5 16.8284 14.5 16C14.5 15.1716 15.1716 14.5 16 14.5ZM8 6.5C8.82843 6.5 9.5 7.17157 9.5 8C9.5 8.82843 8.82843 9.5 8 9.5C7.17157 9.5 6.5 8.82843 6.5 8C6.5 7.17157 7.17157 6.5 8 6.5Z\" fill=\"currentColor\"/>",
7496
7510
  "iconName": "dice-2, roll",
7497
7511
  "variant": {
7498
7512
  "join": "round",
@@ -8472,7 +8486,7 @@
8472
8486
  },
8473
8487
  {
8474
8488
  "category": "Accessibility",
8475
- "svg": "<path d=\"M2.21736 11.5637L1.77266 11.3351H1.77266L2.21736 11.5637ZM21.7826 11.5636L21.3379 11.7921V11.7921L21.7826 11.5636ZM2.21736 12.4364L1.77266 12.6649H1.77266L2.21736 12.4364ZM21.7826 12.4363L21.3379 12.2077V12.2077L21.7826 12.4363ZM2.66206 11.7922C5.02014 7.2043 8.55244 5.00003 12 5C15.4475 4.99997 18.9798 7.20419 21.3379 11.7921L22.2273 11.335C19.7447 6.50478 15.9147 3.99997 12 4C8.08525 4.00003 4.25526 6.5049 1.77266 11.3351L2.66206 11.7922ZM1.77266 12.6649C4.25526 17.4952 8.08525 20 12 19.9999C15.9147 19.9999 19.7447 17.495 22.2273 12.6648L21.3379 12.2077C18.9798 16.7956 15.4475 18.9999 12 18.9999C8.55243 19 5.02014 16.7958 2.66206 12.2078L1.77266 12.6649ZM1.77266 11.3351C1.5595 11.7498 1.5595 12.2502 1.77266 12.6649L2.66206 12.2078C2.59637 12.08 2.59637 11.92 2.66206 11.7922L1.77266 11.3351ZM21.3379 11.7921C21.4036 11.9199 21.4036 12.0799 21.3379 12.2077L22.2273 12.6648C22.4405 12.2501 22.4405 11.7497 22.2273 11.335L21.3379 11.7921ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V15.5C13.933 15.5 15.5 13.933 15.5 12H14.5ZM12 14.5C10.6193 14.5 9.49998 13.3807 9.49998 12H8.49998C8.49998 13.933 10.067 15.5 12 15.5V14.5ZM9.49998 12C9.49998 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.49998 10.067 8.49998 12H9.49998ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H15.5C15.5 10.067 13.933 8.5 12 8.5V9.5Z\" fill=\"currentColor\"/>",
8489
+ "svg": "<path d=\"M21.7826 11.5636C16.9419 2.14541 7.05805 2.14551 2.21736 11.5637C2.07794 11.8349 2.07794 12.1651 2.21736 12.4364C7.05805 21.8545 16.9419 21.8544 21.7826 12.4363C21.922 12.165 21.922 11.8348 21.7826 11.5636Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
8476
8490
  "iconName": "eye-open, show, see, reveal, look, visible",
8477
8491
  "variant": {
8478
8492
  "join": "round",
@@ -14198,7 +14212,7 @@
14198
14212
  },
14199
14213
  {
14200
14214
  "category": "Security",
14201
- "svg": "<path d=\"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM17 8.5C17 8.22386 16.7761 8 16.5 8C16.2239 8 16 8.22386 16 8.5H17ZM16 15.5C16 15.7761 16.2239 16 16.5 16C16.7761 16 17 15.7761 17 15.5H16ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273ZM16 8.5V15.5H17V8.5H16Z\" fill=\"currentColor\"/><path d=\"M8 12.625C8.34518 12.625 8.625 12.3452 8.625 12C8.625 11.6548 8.34518 11.375 8 11.375C7.65482 11.375 7.375 11.6548 7.375 12C7.375 12.3452 7.65482 12.625 8 12.625ZM12 12.625C12.3452 12.625 12.625 12.3452 12.625 12C12.625 11.6548 12.3452 11.375 12 11.375C11.6548 11.375 11.375 11.6548 11.375 12C11.375 12.3452 11.6548 12.625 12 12.625Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.25\"/>",
14215
+ "svg": "<path d=\"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 8.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 11.375C8.34518 11.375 8.625 11.6548 8.625 12C8.625 12.3452 8.34518 12.625 8 12.625C7.65482 12.625 7.375 12.3452 7.375 12C7.375 11.6548 7.65482 11.375 8 11.375Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.25\"/><path d=\"M12 11.375C12.3452 11.375 12.625 11.6548 12.625 12C12.625 12.3452 12.3452 12.625 12 12.625C11.6548 12.625 11.375 12.3452 11.375 12C11.375 11.6548 11.6548 11.375 12 11.375Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.25\"/>",
14202
14216
  "iconName": "password, lock, protection",
14203
14217
  "variant": {
14204
14218
  "join": "round",
package/icons/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export type CentralIconName =
2
+ | "Icon3dBoxTop"
2
3
  | "Icon3dSphere"
3
4
  | "Icon4k"
4
5
  | "IconAddKeyframe"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/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": 1512,
14
+ "totalIcons": 1513,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -178,8 +178,9 @@
178
178
  ]
179
179
  },
180
180
  "Augmented Reality": {
181
- "count": 15,
181
+ "count": 16,
182
182
  "icons": [
183
+ "Icon3dBoxTop",
183
184
  "Icon3dSphere",
184
185
  "IconAr",
185
186
  "IconArCube1",
@@ -1702,6 +1703,7 @@
1702
1703
  }
1703
1704
  },
1704
1705
  "iconAliases": {
1706
+ "Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
1705
1707
  "Icon3dSphere": "3d-sphere",
1706
1708
  "Icon4k": "4k",
1707
1709
  "IconAddKeyframe": "add-keyframe, rhombus",
package/license-check.js CHANGED
@@ -16,6 +16,10 @@ const licenseCheck = async () => {
16
16
  headers: {
17
17
  Authorization: `Bearer ${licenseKey}`,
18
18
  },
19
+ body: JSON.stringify({
20
+ package: "central-icons-react-native/round-outlined-radius-1-stroke-1",
21
+ version: "0.0.60",
22
+ }),
19
23
  signal: controller.signal,
20
24
  });
21
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "data": [
3
+ {
4
+ "svg": "<Path d=\"M11.1998 2.2119C11.4913 2.04364 11.637 1.95951 11.7919 1.92658C11.929 1.89744 12.0706 1.89744 12.2077 1.92658C12.3626 1.95951 12.5084 2.04364 12.7998 2.2119L20.0766 6.41314C20.368 6.58141 20.5137 6.66554 20.6197 6.78324C20.7135 6.88739 20.7843 7.01008 20.8276 7.14336C20.8766 7.29399 20.8766 7.46225 20.8766 7.79878V16.2013C20.8766 16.5378 20.8766 16.7061 20.8276 16.8567C20.7843 16.99 20.7135 17.1127 20.6197 17.2168C20.5137 17.3345 20.368 17.4186 20.0766 17.5869L12.7998 21.7881C12.5084 21.9564 12.3626 22.0405 12.2077 22.0735C12.0706 22.1026 11.929 22.1026 11.7919 22.0735C11.637 22.0405 11.4913 21.9564 11.1998 21.7881L3.92305 17.5869C3.6316 17.4186 3.48588 17.3345 3.3799 17.2168C3.28613 17.1127 3.2153 16.99 3.17199 16.8567C3.12305 16.7061 3.12305 16.5378 3.12305 16.2013V7.79878C3.12305 7.46225 3.12305 7.29399 3.17199 7.14336C3.2153 7.01008 3.28613 6.88739 3.3799 6.78324C3.48588 6.66554 3.6316 6.58141 3.92305 6.41314L11.1998 2.2119Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.0001 12L20.6604 7M12.0001 12L3.33984 7M12.0001 12V22\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
5
+ "tags": "Path",
6
+ "componentName": "Icon3dBoxTop",
7
+ "iconName": "3d-box-top, shaders, model, cube, ar",
8
+ "pathname": "src/Icon3dBoxTop"
9
+ },
3
10
  {
4
11
  "svg": "<Path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M2.60645 12.4757C3.29491 13.9989 7.23833 15.1666 12 15.1666C16.6988 15.1666 20.6009 14.0295 21.3646 12.5357\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M11.4997 21.3822C9.98835 20.6631 8.83301 16.7363 8.83301 12C8.83301 7.3877 9.92863 3.54312 11.3817 2.68079\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
5
12
  "tags": "Path",
@@ -3557,8 +3564,8 @@
3557
3564
  "pathname": "src/IconCurrencyYen"
3558
3565
  },
3559
3566
  {
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",
3567
+ "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\"/>",
3568
+ "tags": "Path",
3562
3569
  "componentName": "IconCursor",
3563
3570
  "iconName": "cursor",
3564
3571
  "pathname": "src/IconCursor"
@@ -3746,7 +3753,7 @@
3746
3753
  "pathname": "src/IconDice1"
3747
3754
  },
3748
3755
  {
3749
- "svg": "<Path d=\"M7.5 8H8.5M15.5 16H16.5M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM17 16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16ZM4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
3756
+ "svg": "<Path d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 14.5C16.8284 14.5 17.5 15.1716 17.5 16C17.5 16.8284 16.8284 17.5 16 17.5C15.1716 17.5 14.5 16.8284 14.5 16C14.5 15.1716 15.1716 14.5 16 14.5ZM8 6.5C8.82843 6.5 9.5 7.17157 9.5 8C9.5 8.82843 8.82843 9.5 8 9.5C7.17157 9.5 6.5 8.82843 6.5 8C6.5 7.17157 7.17157 6.5 8 6.5Z\" fill=\"currentColor\"/>",
3750
3757
  "tags": "Path",
3751
3758
  "componentName": "IconDice2",
3752
3759
  "iconName": "dice-2, roll",
@@ -4236,7 +4243,7 @@
4236
4243
  "pathname": "src/IconEyeClosed"
4237
4244
  },
4238
4245
  {
4239
- "svg": "<Path d=\"M2.21736 11.5637L1.77266 11.3351H1.77266L2.21736 11.5637ZM21.7826 11.5636L21.3379 11.7921V11.7921L21.7826 11.5636ZM2.21736 12.4364L1.77266 12.6649H1.77266L2.21736 12.4364ZM21.7826 12.4363L21.3379 12.2077V12.2077L21.7826 12.4363ZM2.66206 11.7922C5.02014 7.2043 8.55244 5.00003 12 5C15.4475 4.99997 18.9798 7.20419 21.3379 11.7921L22.2273 11.335C19.7447 6.50478 15.9147 3.99997 12 4C8.08525 4.00003 4.25526 6.5049 1.77266 11.3351L2.66206 11.7922ZM1.77266 12.6649C4.25526 17.4952 8.08525 20 12 19.9999C15.9147 19.9999 19.7447 17.495 22.2273 12.6648L21.3379 12.2077C18.9798 16.7956 15.4475 18.9999 12 18.9999C8.55243 19 5.02014 16.7958 2.66206 12.2078L1.77266 12.6649ZM1.77266 11.3351C1.5595 11.7498 1.5595 12.2502 1.77266 12.6649L2.66206 12.2078C2.59637 12.08 2.59637 11.92 2.66206 11.7922L1.77266 11.3351ZM21.3379 11.7921C21.4036 11.9199 21.4036 12.0799 21.3379 12.2077L22.2273 12.6648C22.4405 12.2501 22.4405 11.7497 22.2273 11.335L21.3379 11.7921ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V15.5C13.933 15.5 15.5 13.933 15.5 12H14.5ZM12 14.5C10.6193 14.5 9.49998 13.3807 9.49998 12H8.49998C8.49998 13.933 10.067 15.5 12 15.5V14.5ZM9.49998 12C9.49998 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.49998 10.067 8.49998 12H9.49998ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H15.5C15.5 10.067 13.933 8.5 12 8.5V9.5Z\" fill=\"currentColor\"/>",
4246
+ "svg": "<Path d=\"M21.7826 11.5636C16.9419 2.14541 7.05805 2.14551 2.21736 11.5637C2.07794 11.8349 2.07794 12.1651 2.21736 12.4364C7.05805 21.8545 16.9419 21.8544 21.7826 12.4363C21.922 12.165 21.922 11.8348 21.7826 11.5636Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4240
4247
  "tags": "Path",
4241
4248
  "componentName": "IconEyeOpen",
4242
4249
  "iconName": "eye-open, show, see, reveal, look, visible",
@@ -7099,7 +7106,7 @@
7099
7106
  "pathname": "src/IconPassport"
7100
7107
  },
7101
7108
  {
7102
- "svg": "<Path d=\"M4.04601 20.391L4.273 19.9455H4.273L4.04601 20.391ZM3.60899 19.954L3.16349 20.181L3.16349 20.181L3.60899 19.954ZM20.391 19.954L20.8365 20.181V20.181L20.391 19.954ZM19.954 20.391L20.181 20.8365H20.181L19.954 20.391ZM20.391 4.04601L19.9455 4.273V4.273L20.391 4.04601ZM19.954 3.60899L20.181 3.16349L20.181 3.16349L19.954 3.60899ZM3.60899 4.04601L3.16349 3.81901L3.16349 3.81901L3.60899 4.04601ZM4.04601 3.60899L3.81901 3.16349L3.81901 3.16349L4.04601 3.60899ZM17 8.5C17 8.22386 16.7761 8 16.5 8C16.2239 8 16 8.22386 16 8.5H17ZM16 15.5C16 15.7761 16.2239 16 16.5 16C16.7761 16 17 15.7761 17 15.5H16ZM20 5.1V18.9H21V5.1H20ZM18.9 20H5.1V21H18.9V20ZM4 18.9V5.1H3V18.9H4ZM5.1 4H18.9V3H5.1V4ZM5.1 20C4.81172 20 4.62559 19.9996 4.48392 19.988C4.34809 19.9769 4.29773 19.9581 4.273 19.9455L3.81901 20.8365C4.0082 20.9329 4.20481 20.9686 4.40249 20.9847C4.59432 21.0004 4.82822 21 5.1 21V20ZM3 18.9C3 19.1718 2.99961 19.4057 3.01528 19.5975C3.03144 19.7952 3.06709 19.9918 3.16349 20.181L4.0545 19.727C4.0419 19.7023 4.02306 19.6519 4.01196 19.5161C4.00039 19.3744 4 19.1883 4 18.9H3ZM4.273 19.9455C4.17892 19.8976 4.10243 19.8211 4.0545 19.727L3.16349 20.181C3.3073 20.4632 3.53677 20.6927 3.81902 20.8365L4.273 19.9455ZM20 18.9C20 19.1883 19.9996 19.3744 19.988 19.5161C19.9769 19.6519 19.9581 19.7023 19.9455 19.727L20.8365 20.181C20.9329 19.9918 20.9686 19.7952 20.9847 19.5975C21.0004 19.4057 21 19.1718 21 18.9H20ZM18.9 21C19.1718 21 19.4057 21.0004 19.5975 20.9847C19.7952 20.9686 19.9918 20.9329 20.181 20.8365L19.727 19.9455C19.7023 19.9581 19.6519 19.9769 19.5161 19.988C19.3744 19.9996 19.1883 20 18.9 20V21ZM19.9455 19.727C19.8976 19.8211 19.8211 19.8976 19.727 19.9455L20.181 20.8365C20.4632 20.6927 20.6927 20.4632 20.8365 20.181L19.9455 19.727ZM21 5.1C21 4.82822 21.0004 4.59432 20.9847 4.40249C20.9686 4.20481 20.9329 4.0082 20.8365 3.81901L19.9455 4.273C19.9581 4.29773 19.9769 4.34809 19.988 4.48392C19.9996 4.62559 20 4.81172 20 5.1H21ZM18.9 4C19.1883 4 19.3744 4.00039 19.5161 4.01196C19.6519 4.02306 19.7023 4.0419 19.727 4.0545L20.181 3.16349C19.9918 3.06709 19.7952 3.03144 19.5975 3.01528C19.4057 2.99961 19.1718 3 18.9 3V4ZM20.8365 3.81902C20.6927 3.53677 20.4632 3.3073 20.181 3.16349L19.727 4.0545C19.8211 4.10243 19.8976 4.17892 19.9455 4.273L20.8365 3.81902ZM4 5.1C4 4.81172 4.00039 4.62559 4.01196 4.48392C4.02306 4.34809 4.0419 4.29773 4.0545 4.273L3.16349 3.81901C3.06709 4.0082 3.03144 4.20481 3.01528 4.40249C2.99961 4.59432 3 4.82822 3 5.1H4ZM5.1 3C4.82822 3 4.59432 2.99961 4.40249 3.01528C4.20481 3.03144 4.0082 3.06709 3.81901 3.16349L4.273 4.0545C4.29773 4.0419 4.34809 4.02306 4.48392 4.01196C4.62559 4.00039 4.81172 4 5.1 4V3ZM4.0545 4.273C4.10243 4.17892 4.17892 4.10243 4.273 4.0545L3.81901 3.16349C3.53677 3.3073 3.3073 3.53677 3.16349 3.81901L4.0545 4.273ZM16 8.5V15.5H17V8.5H16Z\" fill=\"currentColor\"/><Path d=\"M8 12.625C8.34518 12.625 8.625 12.3452 8.625 12C8.625 11.6548 8.34518 11.375 8 11.375C7.65482 11.375 7.375 11.6548 7.375 12C7.375 12.3452 7.65482 12.625 8 12.625ZM12 12.625C12.3452 12.625 12.625 12.3452 12.625 12C12.625 11.6548 12.3452 11.375 12 11.375C11.6548 11.375 11.375 11.6548 11.375 12C11.375 12.3452 11.6548 12.625 12 12.625Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/>",
7109
+ "svg": "<Path d=\"M20.5 18.9V5.1C20.5 4.53995 20.5 4.25992 20.391 4.04601C20.2951 3.85785 20.1422 3.70487 19.954 3.60899C19.7401 3.5 19.4601 3.5 18.9 3.5H5.1C4.53995 3.5 4.25992 3.5 4.04601 3.60899C3.85785 3.70487 3.70487 3.85785 3.60899 4.04601C3.5 4.25992 3.5 4.53995 3.5 5.1V18.9C3.5 19.46 3.5 19.7401 3.60899 19.954C3.70487 20.1421 3.85785 20.2951 4.04601 20.391C4.25992 20.5 4.53995 20.5 5.1 20.5H18.9C19.4601 20.5 19.7401 20.5 19.954 20.391C20.1422 20.2951 20.2951 20.1421 20.391 19.954C20.5 19.7401 20.5 19.46 20.5 18.9Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 8.5V15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 11.375C8.34518 11.375 8.625 11.6548 8.625 12C8.625 12.3452 8.34518 12.625 8 12.625C7.65482 12.625 7.375 12.3452 7.375 12C7.375 11.6548 7.65482 11.375 8 11.375Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M12 11.375C12.3452 11.375 12.625 11.6548 12.625 12C12.625 12.3452 12.3452 12.625 12 12.625C11.6548 12.625 11.375 12.3452 11.375 12C11.375 11.6548 11.6548 11.375 12 11.375Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/>",
7103
7110
  "tags": "Path",
7104
7111
  "componentName": "IconPassword",
7105
7112
  "iconName": "password, lock, protection",