@central-icons-react-native/round-outlined-radius-3-stroke-1 0.0.57 → 0.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- "use strict";var a=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},L=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=c(o,e))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?a(B(r)):{},L(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>L(p({},"__esModule",{value:!0}),r);var y={};x(y,{IconCursor:()=>u,default:()=>g});module.exports=P(y);var t=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...n})=>i.default.createElement(m.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),u=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{opacity:"0.1",d:"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z",fill:"currentColor"}),t.default.createElement(l.G,{opacity:"0.5"},t.default.createElement(l.Path,{d:"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z",fill:"currentColor"})),t.default.createElement(l.Path,{d:"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z",fill:"currentColor"})),g=u;0&&(module.exports={IconCursor});
1
+ "use strict";var m=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},u=(o,r,e,d)=>{if(r&&typeof r=="object"||typeof r=="function")for(let l of v(r))!B.call(o,l)&&l!==e&&t(o,l,{get:()=>r[l],enumerable:!(d=s(r,l))||d.enumerable});return o};var f=(o,r,e)=>(e=o!=null?m(L(o)):{},u(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>u(t({},"__esModule",{value:!0}),o);var g={};I(g,{IconCursor:()=>c,default:()=>P});module.exports=x(g);var n=f(require("react"));var i=f(require("react")),C=require("react-native-svg"),a=({children:o,size:r=24,...e})=>i.default.createElement(C.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),c=o=>n.default.createElement(a,{...o},n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z",fill:"currentColor"}),n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z",fill:"currentColor"})),P=c;0&&(module.exports={IconCursor});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconCursor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { G, Path } from \"react-native-svg\";\n\nexport const IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.1\"\n d=\"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z\"\n fill=\"currentColor\"\n />\n <G opacity=\"0.5\">\n <Path\n d=\"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z\" fill=\"currentColor\" />\n </G>\n <Path\n d=\"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAwB,4BAEXC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,QAAQ,MACR,EAAE,uDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,KAAE,QAAQ,OACT,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4GACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCursor_exports","__export","IconCursor","IconCursor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
1
+ {"version":3,"sources":["../src/IconCursor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,iEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCursor_exports","__export","IconCursor","IconCursor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var l=({children:t,size:o=24,...e})=>p.createElement(C,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{G as L,Path as n}from"react-native-svg";var f=t=>r.createElement(l,{...t},r.createElement(n,{opacity:"0.1",d:"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z",fill:"currentColor"}),r.createElement(L,{opacity:"0.5"},r.createElement(n,{d:"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z",fill:"currentColor"}),r.createElement(n,{d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z",fill:"currentColor"}),r.createElement(n,{d:"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z",fill:"currentColor"})),r.createElement(n,{d:"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z",fill:"currentColor"}),r.createElement(n,{d:"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z",fill:"currentColor"})),x=f;export{f as IconCursor,x as default};
1
+ import r from"react";import p from"react";import{Svg as d}from"react-native-svg";var n=({children:e,size:o=24,...t})=>p.createElement(d,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as l}from"react-native-svg";var u=e=>r.createElement(n,{...e},r.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z",fill:"currentColor"}),r.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z",fill:"currentColor"}),r.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z",fill:"currentColor"})),B=u;export{u as IconCursor,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconCursor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { G, Path } from \"react-native-svg\";\n\nexport const IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.1\"\n d=\"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z\"\n fill=\"currentColor\"\n />\n <G opacity=\"0.5\">\n <Path\n d=\"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z\" fill=\"currentColor\" />\n </G>\n <Path\n d=\"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,KAAAG,EAAG,QAAAC,MAAY,mBAEjB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,QAAQ,MACR,EAAE,uDACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAE,QAAQ,OACTI,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4GACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","G","Path","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
1
+ {"version":3,"sources":["../src/IconCursor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,oDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,iEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
@@ -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 16ZM6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.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:"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.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 16ZM6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.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=\"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.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 16ZM6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.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:"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.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 16ZM6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.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=\"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.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.68066 10.7169L3.11279 10.9685L2.68066 10.7169ZM21.3194 10.7168L21.7515 10.4653V10.4653L21.3194 10.7168ZM2.68066 13.2831L3.11279 13.0316L2.68066 13.2831ZM21.3194 13.283L21.7515 13.5345L21.3194 13.283ZM3.11279 10.9685C5.45746 6.94029 8.764 5.00003 12 5C15.2361 4.99998 18.5426 6.94018 20.8873 10.9683L21.7515 10.4653C19.2713 6.2043 15.6709 3.99997 12 4C8.32912 4.00003 4.72873 6.20441 2.24853 10.4654L3.11279 10.9685ZM2.24854 13.5346C4.72873 17.7956 8.32913 20 12 19.9999C15.6709 19.9999 19.2713 17.7955 21.7515 13.5345L20.8873 13.0315C18.5426 17.0597 15.2361 18.9999 12 18.9999C8.76399 19 5.45746 17.0598 3.11279 13.0316L2.24854 13.5346ZM2.24853 10.4654C1.69775 11.4117 1.69775 12.5884 2.24854 13.5346L3.11279 13.0316C2.743 12.3963 2.743 11.6038 3.11279 10.9685L2.24853 10.4654ZM20.8873 10.9683C21.257 11.6036 21.257 12.3962 20.8873 13.0315L21.7515 13.5345C22.3023 12.5883 22.3023 11.4115 21.7515 10.4653L20.8873 10.9683ZM14.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.50002 13.3807 9.50002 12H8.50002C8.50002 13.933 10.067 15.5 12 15.5V14.5ZM9.50002 12C9.50002 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.50002 10.067 8.50002 12H9.50002ZM12 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.3194 10.7168C16.4945 2.42766 7.50553 2.42775 2.68066 10.7169C2.22038 11.5077 2.22038 12.4923 2.68066 13.2831C7.50553 21.5723 16.4945 21.5722 21.3194 13.283C21.7797 12.4922 21.7797 11.5076 21.3194 10.7168Z",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.68066 10.7169L3.11279 10.9685L2.68066 10.7169ZM21.3194 10.7168L21.7515 10.4653V10.4653L21.3194 10.7168ZM2.68066 13.2831L3.11279 13.0316L2.68066 13.2831ZM21.3194 13.283L21.7515 13.5345L21.3194 13.283ZM3.11279 10.9685C5.45746 6.94029 8.764 5.00003 12 5C15.2361 4.99998 18.5426 6.94018 20.8873 10.9683L21.7515 10.4653C19.2713 6.2043 15.6709 3.99997 12 4C8.32912 4.00003 4.72873 6.20441 2.24853 10.4654L3.11279 10.9685ZM2.24854 13.5346C4.72873 17.7956 8.32913 20 12 19.9999C15.6709 19.9999 19.2713 17.7955 21.7515 13.5345L20.8873 13.0315C18.5426 17.0597 15.2361 18.9999 12 18.9999C8.76399 19 5.45746 17.0598 3.11279 13.0316L2.24854 13.5346ZM2.24853 10.4654C1.69775 11.4117 1.69775 12.5884 2.24854 13.5346L3.11279 13.0316C2.743 12.3963 2.743 11.6038 3.11279 10.9685L2.24853 10.4654ZM20.8873 10.9683C21.257 11.6036 21.257 12.3962 20.8873 13.0315L21.7515 13.5345C22.3023 12.5883 22.3023 11.4115 21.7515 10.4653L20.8873 10.9683ZM14.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.50002 13.3807 9.50002 12H8.50002C8.50002 13.933 10.067 15.5 12 15.5V14.5ZM9.50002 12C9.50002 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.50002 10.067 8.50002 12H9.50002ZM12 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,owCACF,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.3194 10.7168C16.4945 2.42766 7.50553 2.42775 2.68066 10.7169C2.22038 11.5077 2.22038 12.4923 2.68066 13.2831C7.50553 21.5723 16.4945 21.5722 21.3194 13.283C21.7797 12.4922 21.7797 11.5076 21.3194 10.7168Z\"\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,mNACF,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.68066 10.7169L3.11279 10.9685L2.68066 10.7169ZM21.3194 10.7168L21.7515 10.4653V10.4653L21.3194 10.7168ZM2.68066 13.2831L3.11279 13.0316L2.68066 13.2831ZM21.3194 13.283L21.7515 13.5345L21.3194 13.283ZM3.11279 10.9685C5.45746 6.94029 8.764 5.00003 12 5C15.2361 4.99998 18.5426 6.94018 20.8873 10.9683L21.7515 10.4653C19.2713 6.2043 15.6709 3.99997 12 4C8.32912 4.00003 4.72873 6.20441 2.24853 10.4654L3.11279 10.9685ZM2.24854 13.5346C4.72873 17.7956 8.32913 20 12 19.9999C15.6709 19.9999 19.2713 17.7955 21.7515 13.5345L20.8873 13.0315C18.5426 17.0597 15.2361 18.9999 12 18.9999C8.76399 19 5.45746 17.0598 3.11279 13.0316L2.24854 13.5346ZM2.24853 10.4654C1.69775 11.4117 1.69775 12.5884 2.24854 13.5346L3.11279 13.0316C2.743 12.3963 2.743 11.6038 3.11279 10.9685L2.24853 10.4654ZM20.8873 10.9683C21.257 11.6036 21.257 12.3962 20.8873 13.0315L21.7515 13.5345C22.3023 12.5883 22.3023 11.4115 21.7515 10.4653L20.8873 10.9683ZM14.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.50002 13.3807 9.50002 12H8.50002C8.50002 13.933 10.067 15.5 12 15.5V14.5ZM9.50002 12C9.50002 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.50002 10.067 8.50002 12H9.50002ZM12 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.3194 10.7168C16.4945 2.42766 7.50553 2.42775 2.68066 10.7169C2.22038 11.5077 2.22038 12.4923 2.68066 13.2831C7.50553 21.5723 16.4945 21.5722 21.3194 13.283C21.7797 12.4922 21.7797 11.5076 21.3194 10.7168Z",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.68066 10.7169L3.11279 10.9685L2.68066 10.7169ZM21.3194 10.7168L21.7515 10.4653V10.4653L21.3194 10.7168ZM2.68066 13.2831L3.11279 13.0316L2.68066 13.2831ZM21.3194 13.283L21.7515 13.5345L21.3194 13.283ZM3.11279 10.9685C5.45746 6.94029 8.764 5.00003 12 5C15.2361 4.99998 18.5426 6.94018 20.8873 10.9683L21.7515 10.4653C19.2713 6.2043 15.6709 3.99997 12 4C8.32912 4.00003 4.72873 6.20441 2.24853 10.4654L3.11279 10.9685ZM2.24854 13.5346C4.72873 17.7956 8.32913 20 12 19.9999C15.6709 19.9999 19.2713 17.7955 21.7515 13.5345L20.8873 13.0315C18.5426 17.0597 15.2361 18.9999 12 18.9999C8.76399 19 5.45746 17.0598 3.11279 13.0316L2.24854 13.5346ZM2.24853 10.4654C1.69775 11.4117 1.69775 12.5884 2.24854 13.5346L3.11279 13.0316C2.743 12.3963 2.743 11.6038 3.11279 10.9685L2.24853 10.4654ZM20.8873 10.9683C21.257 11.6036 21.257 12.3962 20.8873 13.0315L21.7515 13.5345C22.3023 12.5883 22.3023 11.4115 21.7515 10.4653L20.8873 10.9683ZM14.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.50002 13.3807 9.50002 12H8.50002C8.50002 13.933 10.067 15.5 12 15.5V14.5ZM9.50002 12C9.50002 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.50002 10.067 8.50002 12H9.50002ZM12 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,owCACF,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.3194 10.7168C16.4945 2.42766 7.50553 2.42775 2.68066 10.7169C2.22038 11.5077 2.22038 12.4923 2.68066 13.2831C7.50553 21.5723 16.4945 21.5722 21.3194 13.283C21.7797 12.4922 21.7797 11.5076 21.3194 10.7168Z\"\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,mNACF,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"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGlass: FC<CentralIconBaseProps>;
4
+ export default IconGlass;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=x(o,t))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?i(I(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>C(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconGlass:()=>u,default:()=>y});module.exports=v(d);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(f,{...r},p.default.createElement(s.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),p.default.createElement(s.Path,{d:"M5.5 12C5.5 8.41015 8.41015 5.5 12 5.5",stroke:"currentColor",strokeLinecap:"round"})),y=u;0&&(module.exports={IconGlass});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGlass/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconGlass: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M5.5 12C5.5 8.41015 8.41015 5.5 12 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlass;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QACC,EAAE,yCACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconGlass_exports","__export","IconGlass","IconGlass_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGlass","props","React","CentralIconBase","IconGlass_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(s,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as a,Path as C}from"react-native-svg";var c=o=>e.createElement(t,{...o},e.createElement(a,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),e.createElement(C,{d:"M5.5 12C5.5 8.41015 8.41015 5.5 12 5.5",stroke:"currentColor",strokeLinecap:"round"})),g=c;export{c as IconGlass,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGlass/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconGlass: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M5.5 12C5.5 8.41015 8.41015 5.5 12 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlass;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CACC,EAAE,yCACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconGlass","props","React","CentralIconBase","IconGlass_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconInsights: FC<CentralIconBaseProps>;
4
+ export default IconInsights;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var i=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var y=(r,o)=>{for(var n in o)i(r,n,{get:o[n],enumerable:!0})},p=(r,o,n,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!f.call(r,s)&&s!==n&&i(r,s,{get:()=>o[s],enumerable:!(c=a(o,s))||c.enumerable});return r};var u=(r,o,n)=>(n=r!=null?l(x(r)):{},p(o||!r||!r.__esModule?i(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>p(i({},"__esModule",{value:!0}),r);var g={};y(g,{IconInsights:()=>d,default:()=>B});module.exports=I(g);var e=u(require("react"));var C=u(require("react")),k=require("react-native-svg"),L=({children:r,size:o=24,...n})=>C.default.createElement(k.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 t=require("react-native-svg"),d=r=>e.default.createElement(L,{...r},e.default.createElement(t.Path,{d:"M12.8535 6.14637L14.1464 4.85348C14.3416 4.65822 14.6582 4.65822 14.8535 4.85348L16.1464 6.14637C16.3416 6.34163 16.3416 6.65822 16.1464 6.85348L14.8535 8.14637C14.6582 8.34163 14.3416 8.34163 14.1464 8.14637L12.8535 6.85348C12.6582 6.65822 12.6582 6.34163 12.8535 6.14637Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"4",cy:"18",r:"1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"9",cy:"11",r:"1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"15",cy:"16",r:"1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"20",cy:"10",r:"1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.06003 12.3179L4.91406 16.7223M10.2355 12.0276L13.8018 14.9995M16.0029 14.7982L19.0354 11.1592",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"4.5",cy:"8.5",r:"1",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=d;0&&(module.exports={IconInsights});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconInsights/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconInsights: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.8535 6.14637L14.1464 4.85348C14.3416 4.65822 14.6582 4.65822 14.8535 4.85348L16.1464 6.14637C16.3416 6.34163 16.3416 6.65822 16.1464 6.85348L14.8535 8.14637C14.6582 8.34163 14.3416 8.34163 14.1464 8.14637L12.8535 6.85348C12.6582 6.65822 12.6582 6.34163 12.8535 6.14637Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"4\"\n cy=\"18\"\n r=\"1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"9\"\n cy=\"11\"\n r=\"1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"15\"\n cy=\"16\"\n r=\"1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"20\"\n cy=\"10\"\n r=\"1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.06003 12.3179L4.91406 16.7223M10.2355 12.0276L13.8018 14.9995M16.0029 14.7982L19.0354 11.1592\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"4.5\"\n cy=\"8.5\"\n r=\"1\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInsights;\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,EAA6B,4BAEhBC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,IACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,IACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,MACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconInsights_exports","__export","IconInsights","IconInsights_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconInsights","props","React","CentralIconBase","IconInsights_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import c from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:o=24,...i})=>c.createElement(p,{...i,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as n,Path as s}from"react-native-svg";var u=e=>r.createElement(t,{...e},r.createElement(s,{d:"M12.8535 6.14637L14.1464 4.85348C14.3416 4.65822 14.6582 4.65822 14.8535 4.85348L16.1464 6.14637C16.3416 6.34163 16.3416 6.65822 16.1464 6.85348L14.8535 8.14637C14.6582 8.34163 14.3416 8.34163 14.1464 8.14637L12.8535 6.85348C12.6582 6.65822 12.6582 6.34163 12.8535 6.14637Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{cx:"4",cy:"18",r:"1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{cx:"9",cy:"11",r:"1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{cx:"15",cy:"16",r:"1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{cx:"20",cy:"10",r:"1.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(s,{d:"M8.06003 12.3179L4.91406 16.7223M10.2355 12.0276L13.8018 14.9995M16.0029 14.7982L19.0354 11.1592",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{cx:"4.5",cy:"8.5",r:"1",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),y=u;export{u as IconInsights,y as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconInsights/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconInsights: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.8535 6.14637L14.1464 4.85348C14.3416 4.65822 14.6582 4.65822 14.8535 4.85348L16.1464 6.14637C16.3416 6.34163 16.3416 6.65822 16.1464 6.85348L14.8535 8.14637C14.6582 8.34163 14.3416 8.34163 14.1464 8.14637L12.8535 6.85348C12.6582 6.65822 12.6582 6.34163 12.8535 6.14637Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"4\"\n cy=\"18\"\n r=\"1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"9\"\n cy=\"11\"\n r=\"1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"15\"\n cy=\"16\"\n r=\"1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"20\"\n cy=\"10\"\n r=\"1.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.06003 12.3179L4.91406 16.7223M10.2355 12.0276L13.8018 14.9995M16.0029 14.7982L19.0354 11.1592\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"4.5\"\n cy=\"8.5\"\n r=\"1\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInsights;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,IACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,IACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,MACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconInsights","props","React","CentralIconBase","IconInsights_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var a=Object.create;var L=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)L(C,o,{get:r[o],enumerable:!0})},n=(C,r,o,Z)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of c(r))!i.call(C,t)&&t!==o&&L(C,t,{get:()=>r[t],enumerable:!(Z=m(r,t))||Z.enumerable});return C};var p=(C,r,o)=>(o=C!=null?a(f(C)):{},n(r||!C||!C.__esModule?L(o,"default",{value:C,enumerable:!0}):o,C)),B=C=>n(L({},"__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:"M5.13803 20.173L4.91103 20.6185H4.91103L5.13803 20.173ZM3.82698 18.862L3.38148 19.089H3.38148L3.82698 18.862ZM20.173 18.862L20.6185 19.089L20.173 18.862ZM18.862 20.173L19.089 20.6185L18.862 20.173ZM20.173 5.13803L20.6185 4.91103V4.91103L20.173 5.13803ZM18.862 3.82698L19.089 3.38148V3.38148L18.862 3.82698ZM3.82698 5.13803L4.27248 5.36502L3.82698 5.13803ZM5.13803 3.82698L5.36502 4.27248L5.13803 3.82698ZM17 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 8.3V15.7H21V8.3H20ZM15.7 20H8.3V21H15.7V20ZM4 15.7V8.3H3V15.7H4ZM8.3 4H15.7V3H8.3V4ZM8.3 20C7.45167 20 6.84549 19.9996 6.37032 19.9608C5.90099 19.9224 5.60366 19.8491 5.36502 19.7275L4.91103 20.6185C5.31413 20.8239 5.75771 20.9141 6.28889 20.9575C6.81423 21.0004 7.46817 21 8.3 21V20ZM3 15.7C3 16.5318 2.99961 17.1858 3.04253 17.7111C3.08593 18.2423 3.17609 18.6859 3.38148 19.089L4.27248 18.635C4.15089 18.3963 4.07756 18.099 4.03921 17.6297C4.00039 17.1545 4 16.5483 4 15.7H3ZM5.36502 19.7275C4.89462 19.4878 4.51217 19.1054 4.27248 18.635L3.38148 19.089C3.71703 19.7475 4.25247 20.283 4.91103 20.6185L5.36502 19.7275ZM20 15.7C20 16.5483 19.9996 17.1545 19.9608 17.6297C19.9224 18.099 19.8491 18.3963 19.7275 18.635L20.6185 19.089C20.8239 18.6859 20.9141 18.2423 20.9575 17.7111C21.0004 17.1858 21 16.5318 21 15.7H20ZM15.7 21C16.5318 21 17.1858 21.0004 17.7111 20.9575C18.2423 20.9141 18.6859 20.8239 19.089 20.6185L18.635 19.7275C18.3963 19.8491 18.099 19.9224 17.6297 19.9608C17.1545 19.9996 16.5483 20 15.7 20V21ZM19.7275 18.635C19.4878 19.1054 19.1054 19.4878 18.635 19.7275L19.089 20.6185C19.7475 20.283 20.283 19.7475 20.6185 19.089L19.7275 18.635ZM21 8.3C21 7.46817 21.0004 6.81423 20.9575 6.28889C20.9141 5.75771 20.8239 5.31413 20.6185 4.91103L19.7275 5.36502C19.8491 5.60366 19.9224 5.90099 19.9608 6.37032C19.9996 6.84549 20 7.45167 20 8.3H21ZM15.7 4C16.5483 4 17.1545 4.00039 17.6297 4.03921C18.099 4.07756 18.3963 4.15089 18.635 4.27248L19.089 3.38148C18.6859 3.17609 18.2423 3.08593 17.7111 3.04253C17.1858 2.99961 16.5318 3 15.7 3V4ZM20.6185 4.91103C20.283 4.25247 19.7475 3.71703 19.089 3.38148L18.635 4.27248C19.1054 4.51217 19.4878 4.89462 19.7275 5.36502L20.6185 4.91103ZM4 8.3C4 7.45167 4.00039 6.84549 4.03921 6.37032C4.07756 5.90099 4.15089 5.60366 4.27248 5.36502L3.38148 4.91103C3.17609 5.31413 3.08593 5.75771 3.04253 6.28889C2.99961 6.81423 3 7.46817 3 8.3H4ZM8.3 3C7.46817 3 6.81423 2.99961 6.28889 3.04253C5.75771 3.08593 5.31413 3.17609 4.91103 3.38148L5.36502 4.27248C5.60366 4.15089 5.90099 4.07756 6.37032 4.03921C6.84549 4.00039 7.45167 4 8.3 4V3ZM4.27248 5.36502C4.51217 4.89462 4.89462 4.51217 5.36502 4.27248L4.91103 3.38148C4.25247 3.71703 3.71703 4.25247 3.38148 4.91103L4.27248 5.36502ZM16 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 15.7V8.3C20.5 6.61984 20.5 5.77976 20.173 5.13803C19.8854 4.57354 19.4265 4.1146 18.862 3.82698C18.2202 3.5 17.3802 3.5 15.7 3.5H8.3C6.61984 3.5 5.77976 3.5 5.13803 3.82698C4.57354 4.1146 4.1146 4.57354 3.82698 5.13803C3.5 5.77976 3.5 6.61984 3.5 8.3V15.7C3.5 17.3802 3.5 18.2202 3.82698 18.862C4.1146 19.4265 4.57354 19.8854 5.13803 20.173C5.77976 20.5 6.61984 20.5 8.3 20.5H15.7C17.3802 20.5 18.2202 20.5 18.862 20.173C19.4265 19.8854 19.8854 19.4265 20.173 18.862C20.5 18.2202 20.5 17.3802 20.5 15.7Z",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=\"M5.13803 20.173L4.91103 20.6185H4.91103L5.13803 20.173ZM3.82698 18.862L3.38148 19.089H3.38148L3.82698 18.862ZM20.173 18.862L20.6185 19.089L20.173 18.862ZM18.862 20.173L19.089 20.6185L18.862 20.173ZM20.173 5.13803L20.6185 4.91103V4.91103L20.173 5.13803ZM18.862 3.82698L19.089 3.38148V3.38148L18.862 3.82698ZM3.82698 5.13803L4.27248 5.36502L3.82698 5.13803ZM5.13803 3.82698L5.36502 4.27248L5.13803 3.82698ZM17 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 8.3V15.7H21V8.3H20ZM15.7 20H8.3V21H15.7V20ZM4 15.7V8.3H3V15.7H4ZM8.3 4H15.7V3H8.3V4ZM8.3 20C7.45167 20 6.84549 19.9996 6.37032 19.9608C5.90099 19.9224 5.60366 19.8491 5.36502 19.7275L4.91103 20.6185C5.31413 20.8239 5.75771 20.9141 6.28889 20.9575C6.81423 21.0004 7.46817 21 8.3 21V20ZM3 15.7C3 16.5318 2.99961 17.1858 3.04253 17.7111C3.08593 18.2423 3.17609 18.6859 3.38148 19.089L4.27248 18.635C4.15089 18.3963 4.07756 18.099 4.03921 17.6297C4.00039 17.1545 4 16.5483 4 15.7H3ZM5.36502 19.7275C4.89462 19.4878 4.51217 19.1054 4.27248 18.635L3.38148 19.089C3.71703 19.7475 4.25247 20.283 4.91103 20.6185L5.36502 19.7275ZM20 15.7C20 16.5483 19.9996 17.1545 19.9608 17.6297C19.9224 18.099 19.8491 18.3963 19.7275 18.635L20.6185 19.089C20.8239 18.6859 20.9141 18.2423 20.9575 17.7111C21.0004 17.1858 21 16.5318 21 15.7H20ZM15.7 21C16.5318 21 17.1858 21.0004 17.7111 20.9575C18.2423 20.9141 18.6859 20.8239 19.089 20.6185L18.635 19.7275C18.3963 19.8491 18.099 19.9224 17.6297 19.9608C17.1545 19.9996 16.5483 20 15.7 20V21ZM19.7275 18.635C19.4878 19.1054 19.1054 19.4878 18.635 19.7275L19.089 20.6185C19.7475 20.283 20.283 19.7475 20.6185 19.089L19.7275 18.635ZM21 8.3C21 7.46817 21.0004 6.81423 20.9575 6.28889C20.9141 5.75771 20.8239 5.31413 20.6185 4.91103L19.7275 5.36502C19.8491 5.60366 19.9224 5.90099 19.9608 6.37032C19.9996 6.84549 20 7.45167 20 8.3H21ZM15.7 4C16.5483 4 17.1545 4.00039 17.6297 4.03921C18.099 4.07756 18.3963 4.15089 18.635 4.27248L19.089 3.38148C18.6859 3.17609 18.2423 3.08593 17.7111 3.04253C17.1858 2.99961 16.5318 3 15.7 3V4ZM20.6185 4.91103C20.283 4.25247 19.7475 3.71703 19.089 3.38148L18.635 4.27248C19.1054 4.51217 19.4878 4.89462 19.7275 5.36502L20.6185 4.91103ZM4 8.3C4 7.45167 4.00039 6.84549 4.03921 6.37032C4.07756 5.90099 4.15089 5.60366 4.27248 5.36502L3.38148 4.91103C3.17609 5.31413 3.08593 5.75771 3.04253 6.28889C2.99961 6.81423 3 7.46817 3 8.3H4ZM8.3 3C7.46817 3 6.81423 2.99961 6.28889 3.04253C5.75771 3.08593 5.31413 3.17609 4.91103 3.38148L5.36502 4.27248C5.60366 4.15089 5.90099 4.07756 6.37032 4.03921C6.84549 4.00039 7.45167 4 8.3 4V3ZM4.27248 5.36502C4.51217 4.89462 4.89462 4.51217 5.36502 4.27248L4.91103 3.38148C4.25247 3.71703 3.71703 4.25247 3.38148 4.91103L4.27248 5.36502ZM16 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,gvFACF,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 15.7V8.3C20.5 6.61984 20.5 5.77976 20.173 5.13803C19.8854 4.57354 19.4265 4.1146 18.862 3.82698C18.2202 3.5 17.3802 3.5 15.7 3.5H8.3C6.61984 3.5 5.77976 3.5 5.13803 3.82698C4.57354 4.1146 4.1146 4.57354 3.82698 5.13803C3.5 5.77976 3.5 6.61984 3.5 8.3V15.7C3.5 17.3802 3.5 18.2202 3.82698 18.862C4.1146 19.4265 4.57354 19.8854 5.13803 20.173C5.77976 20.5 6.61984 20.5 8.3 20.5H15.7C17.3802 20.5 18.2202 20.5 18.862 20.173C19.4265 19.8854 19.8854 19.4265 20.173 18.862C20.5 18.2202 20.5 17.3802 20.5 15.7Z\"\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 t=({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 L}from"react-native-svg";var n=r=>o.createElement(t,{...r},o.createElement(L,{d:"M5.13803 20.173L4.91103 20.6185H4.91103L5.13803 20.173ZM3.82698 18.862L3.38148 19.089H3.38148L3.82698 18.862ZM20.173 18.862L20.6185 19.089L20.173 18.862ZM18.862 20.173L19.089 20.6185L18.862 20.173ZM20.173 5.13803L20.6185 4.91103V4.91103L20.173 5.13803ZM18.862 3.82698L19.089 3.38148V3.38148L18.862 3.82698ZM3.82698 5.13803L4.27248 5.36502L3.82698 5.13803ZM5.13803 3.82698L5.36502 4.27248L5.13803 3.82698ZM17 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 8.3V15.7H21V8.3H20ZM15.7 20H8.3V21H15.7V20ZM4 15.7V8.3H3V15.7H4ZM8.3 4H15.7V3H8.3V4ZM8.3 20C7.45167 20 6.84549 19.9996 6.37032 19.9608C5.90099 19.9224 5.60366 19.8491 5.36502 19.7275L4.91103 20.6185C5.31413 20.8239 5.75771 20.9141 6.28889 20.9575C6.81423 21.0004 7.46817 21 8.3 21V20ZM3 15.7C3 16.5318 2.99961 17.1858 3.04253 17.7111C3.08593 18.2423 3.17609 18.6859 3.38148 19.089L4.27248 18.635C4.15089 18.3963 4.07756 18.099 4.03921 17.6297C4.00039 17.1545 4 16.5483 4 15.7H3ZM5.36502 19.7275C4.89462 19.4878 4.51217 19.1054 4.27248 18.635L3.38148 19.089C3.71703 19.7475 4.25247 20.283 4.91103 20.6185L5.36502 19.7275ZM20 15.7C20 16.5483 19.9996 17.1545 19.9608 17.6297C19.9224 18.099 19.8491 18.3963 19.7275 18.635L20.6185 19.089C20.8239 18.6859 20.9141 18.2423 20.9575 17.7111C21.0004 17.1858 21 16.5318 21 15.7H20ZM15.7 21C16.5318 21 17.1858 21.0004 17.7111 20.9575C18.2423 20.9141 18.6859 20.8239 19.089 20.6185L18.635 19.7275C18.3963 19.8491 18.099 19.9224 17.6297 19.9608C17.1545 19.9996 16.5483 20 15.7 20V21ZM19.7275 18.635C19.4878 19.1054 19.1054 19.4878 18.635 19.7275L19.089 20.6185C19.7475 20.283 20.283 19.7475 20.6185 19.089L19.7275 18.635ZM21 8.3C21 7.46817 21.0004 6.81423 20.9575 6.28889C20.9141 5.75771 20.8239 5.31413 20.6185 4.91103L19.7275 5.36502C19.8491 5.60366 19.9224 5.90099 19.9608 6.37032C19.9996 6.84549 20 7.45167 20 8.3H21ZM15.7 4C16.5483 4 17.1545 4.00039 17.6297 4.03921C18.099 4.07756 18.3963 4.15089 18.635 4.27248L19.089 3.38148C18.6859 3.17609 18.2423 3.08593 17.7111 3.04253C17.1858 2.99961 16.5318 3 15.7 3V4ZM20.6185 4.91103C20.283 4.25247 19.7475 3.71703 19.089 3.38148L18.635 4.27248C19.1054 4.51217 19.4878 4.89462 19.7275 5.36502L20.6185 4.91103ZM4 8.3C4 7.45167 4.00039 6.84549 4.03921 6.37032C4.07756 5.90099 4.15089 5.60366 4.27248 5.36502L3.38148 4.91103C3.17609 5.31413 3.08593 5.75771 3.04253 6.28889C2.99961 6.81423 3 7.46817 3 8.3H4ZM8.3 3C7.46817 3 6.81423 2.99961 6.28889 3.04253C5.75771 3.08593 5.31413 3.17609 4.91103 3.38148L5.36502 4.27248C5.60366 4.15089 5.90099 4.07756 6.37032 4.03921C6.84549 4.00039 7.45167 4 8.3 4V3ZM4.27248 5.36502C4.51217 4.89462 4.89462 4.51217 5.36502 4.27248L4.91103 3.38148C4.25247 3.71703 3.71703 4.25247 3.38148 4.91103L4.27248 5.36502ZM16 8.5V15.5H17V8.5H16Z",fill:"currentColor"}),o.createElement(L,{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 15.7V8.3C20.5 6.61984 20.5 5.77976 20.173 5.13803C19.8854 4.57354 19.4265 4.1146 18.862 3.82698C18.2202 3.5 17.3802 3.5 15.7 3.5H8.3C6.61984 3.5 5.77976 3.5 5.13803 3.82698C4.57354 4.1146 4.1146 4.57354 3.82698 5.13803C3.5 5.77976 3.5 6.61984 3.5 8.3V15.7C3.5 17.3802 3.5 18.2202 3.82698 18.862C4.1146 19.4265 4.57354 19.8854 5.13803 20.173C5.77976 20.5 6.61984 20.5 8.3 20.5H15.7C17.3802 20.5 18.2202 20.5 18.862 20.173C19.4265 19.8854 19.8854 19.4265 20.173 18.862C20.5 18.2202 20.5 17.3802 20.5 15.7Z",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=\"M5.13803 20.173L4.91103 20.6185H4.91103L5.13803 20.173ZM3.82698 18.862L3.38148 19.089H3.38148L3.82698 18.862ZM20.173 18.862L20.6185 19.089L20.173 18.862ZM18.862 20.173L19.089 20.6185L18.862 20.173ZM20.173 5.13803L20.6185 4.91103V4.91103L20.173 5.13803ZM18.862 3.82698L19.089 3.38148V3.38148L18.862 3.82698ZM3.82698 5.13803L4.27248 5.36502L3.82698 5.13803ZM5.13803 3.82698L5.36502 4.27248L5.13803 3.82698ZM17 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 8.3V15.7H21V8.3H20ZM15.7 20H8.3V21H15.7V20ZM4 15.7V8.3H3V15.7H4ZM8.3 4H15.7V3H8.3V4ZM8.3 20C7.45167 20 6.84549 19.9996 6.37032 19.9608C5.90099 19.9224 5.60366 19.8491 5.36502 19.7275L4.91103 20.6185C5.31413 20.8239 5.75771 20.9141 6.28889 20.9575C6.81423 21.0004 7.46817 21 8.3 21V20ZM3 15.7C3 16.5318 2.99961 17.1858 3.04253 17.7111C3.08593 18.2423 3.17609 18.6859 3.38148 19.089L4.27248 18.635C4.15089 18.3963 4.07756 18.099 4.03921 17.6297C4.00039 17.1545 4 16.5483 4 15.7H3ZM5.36502 19.7275C4.89462 19.4878 4.51217 19.1054 4.27248 18.635L3.38148 19.089C3.71703 19.7475 4.25247 20.283 4.91103 20.6185L5.36502 19.7275ZM20 15.7C20 16.5483 19.9996 17.1545 19.9608 17.6297C19.9224 18.099 19.8491 18.3963 19.7275 18.635L20.6185 19.089C20.8239 18.6859 20.9141 18.2423 20.9575 17.7111C21.0004 17.1858 21 16.5318 21 15.7H20ZM15.7 21C16.5318 21 17.1858 21.0004 17.7111 20.9575C18.2423 20.9141 18.6859 20.8239 19.089 20.6185L18.635 19.7275C18.3963 19.8491 18.099 19.9224 17.6297 19.9608C17.1545 19.9996 16.5483 20 15.7 20V21ZM19.7275 18.635C19.4878 19.1054 19.1054 19.4878 18.635 19.7275L19.089 20.6185C19.7475 20.283 20.283 19.7475 20.6185 19.089L19.7275 18.635ZM21 8.3C21 7.46817 21.0004 6.81423 20.9575 6.28889C20.9141 5.75771 20.8239 5.31413 20.6185 4.91103L19.7275 5.36502C19.8491 5.60366 19.9224 5.90099 19.9608 6.37032C19.9996 6.84549 20 7.45167 20 8.3H21ZM15.7 4C16.5483 4 17.1545 4.00039 17.6297 4.03921C18.099 4.07756 18.3963 4.15089 18.635 4.27248L19.089 3.38148C18.6859 3.17609 18.2423 3.08593 17.7111 3.04253C17.1858 2.99961 16.5318 3 15.7 3V4ZM20.6185 4.91103C20.283 4.25247 19.7475 3.71703 19.089 3.38148L18.635 4.27248C19.1054 4.51217 19.4878 4.89462 19.7275 5.36502L20.6185 4.91103ZM4 8.3C4 7.45167 4.00039 6.84549 4.03921 6.37032C4.07756 5.90099 4.15089 5.60366 4.27248 5.36502L3.38148 4.91103C3.17609 5.31413 3.08593 5.75771 3.04253 6.28889C2.99961 6.81423 3 7.46817 3 8.3H4ZM8.3 3C7.46817 3 6.81423 2.99961 6.28889 3.04253C5.75771 3.08593 5.31413 3.17609 4.91103 3.38148L5.36502 4.27248C5.60366 4.15089 5.90099 4.07756 6.37032 4.03921C6.84549 4.00039 7.45167 4 8.3 4V3ZM4.27248 5.36502C4.51217 4.89462 4.89462 4.51217 5.36502 4.27248L4.91103 3.38148C4.25247 3.71703 3.71703 4.25247 3.38148 4.91103L4.27248 5.36502ZM16 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,gvFACF,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 15.7V8.3C20.5 6.61984 20.5 5.77976 20.173 5.13803C19.8854 4.57354 19.4265 4.1146 18.862 3.82698C18.2202 3.5 17.3802 3.5 15.7 3.5H8.3C6.61984 3.5 5.77976 3.5 5.13803 3.82698C4.57354 4.1146 4.1146 4.57354 3.82698 5.13803C3.5 5.77976 3.5 6.61984 3.5 8.3V15.7C3.5 17.3802 3.5 18.2202 3.82698 18.862C4.1146 19.4265 4.57354 19.8854 5.13803 20.173C5.77976 20.5 6.61984 20.5 8.3 20.5H15.7C17.3802 20.5 18.2202 20.5 18.862 20.173C19.4265 19.8854 19.8854 19.4265 20.173 18.862C20.5 18.2202 20.5 17.3802 20.5 15.7Z\"\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"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShaders: FC<CentralIconBaseProps>;
4
+ export default IconShaders;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==n&&s(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?m(B(r)):{},i(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(s({},"__esModule",{value:!0}),r);var g={};L(g,{IconShaders:()=>l,default:()=>P});module.exports=x(g);var e=u(require("react"));var a=u(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...n})=>a.default.createElement(d.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 p=require("react-native-svg"),l=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M11.5092 3.5C10.4947 11.7608 18.828 7.37848 20.4998 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M3.5 13.1642C8.88462 8.7422 8.71274 12.6614 11.5769 14.901C13.7697 16.6156 16.9615 16.0207 17.5 20.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M3.5 16.265C4.32051 15.7944 5.36743 15.3333 6.57692 15.5591C8.58963 15.9349 9.03846 19.0884 11.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconShaders});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShaders/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 IconShaders: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5092 3.5C10.4947 11.7608 18.828 7.37848 20.4998 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 13.1642C8.88462 8.7422 8.71274 12.6614 11.5769 14.901C13.7697 16.6156 16.9615 16.0207 17.5 20.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 16.265C4.32051 15.7944 5.36743 15.3333 6.57692 15.5591C8.58963 15.9349 9.03846 19.0884 11.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShaders;\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,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconShaders_exports","__export","IconShaders","IconShaders_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShaders","props","React","CentralIconBase","IconShaders_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M11.5092 3.5C10.4947 11.7608 18.828 7.37848 20.4998 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.5 13.1642C8.88462 8.7422 8.71274 12.6614 11.5769 14.901C13.7697 16.6156 16.9615 16.0207 17.5 20.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.5 16.265C4.32051 15.7944 5.36743 15.3333 6.57692 15.5591C8.58963 15.9349 9.03846 19.0884 11.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconShaders,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShaders/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 IconShaders: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5092 3.5C10.4947 11.7608 18.828 7.37848 20.4998 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 13.1642C8.88462 8.7422 8.71274 12.6614 11.5769 14.901C13.7697 16.6156 16.9615 16.0207 17.5 20.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 16.265C4.32051 15.7944 5.36743 15.3333 6.57692 15.5591C8.58963 15.9349 9.03846 19.0884 11.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShaders;\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,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShaders","props","React","CentralIconBase","IconShaders_default"]}
package/README.md CHANGED
@@ -564,6 +564,7 @@ Below is a complete list of available icons:
564
564
  - IconEraser
565
565
  - IconEraserSimple
566
566
  - IconFeather
567
+ - IconGlass
567
568
  - IconHighlight
568
569
  - IconKeyframe
569
570
  - IconLineThickness
@@ -582,6 +583,7 @@ Below is a complete list of available icons:
582
583
  - IconRewrite1
583
584
  - IconRewrite2
584
585
  - IconRuler
586
+ - IconShaders
585
587
  - IconSignature
586
588
  - IconSlice
587
589
  - IconSummary
@@ -1463,6 +1465,7 @@ Below is a complete list of available icons:
1463
1465
  - IconChart5
1464
1466
  - IconChart6
1465
1467
  - IconChart7
1468
+ - IconInsights
1466
1469
  - IconLeaderboard
1467
1470
  - IconLineChart1
1468
1471
  - IconLineChart2
@@ -7114,7 +7114,7 @@
7114
7114
  },
7115
7115
  {
7116
7116
  "category": "Social Media & Brands",
7117
- "svg": "<path opacity=\"0.1\" d=\"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z\" fill=\"currentColor\"/><g opacity=\"0.5\"><path d=\"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z\" fill=\"currentColor\"/><path d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z\" fill=\"currentColor\"/><path d=\"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z\" fill=\"currentColor\"/></g><path d=\"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z\" fill=\"currentColor\"/><path d=\"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z\" fill=\"currentColor\"/>",
7117
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\" fill=\"currentColor\"/>",
7118
7118
  "iconName": "cursor",
7119
7119
  "variant": {
7120
7120
  "join": "round",
@@ -7492,7 +7492,7 @@
7492
7492
  },
7493
7493
  {
7494
7494
  "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 16ZM6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7495
+ "svg": "<path d=\"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.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
7496
  "iconName": "dice-2, roll",
7497
7497
  "variant": {
7498
7498
  "join": "round",
@@ -8472,7 +8472,7 @@
8472
8472
  },
8473
8473
  {
8474
8474
  "category": "Accessibility",
8475
- "svg": "<path d=\"M2.68066 10.7169L3.11279 10.9685L2.68066 10.7169ZM21.3194 10.7168L21.7515 10.4653V10.4653L21.3194 10.7168ZM2.68066 13.2831L3.11279 13.0316L2.68066 13.2831ZM21.3194 13.283L21.7515 13.5345L21.3194 13.283ZM3.11279 10.9685C5.45746 6.94029 8.764 5.00003 12 5C15.2361 4.99998 18.5426 6.94018 20.8873 10.9683L21.7515 10.4653C19.2713 6.2043 15.6709 3.99997 12 4C8.32912 4.00003 4.72873 6.20441 2.24853 10.4654L3.11279 10.9685ZM2.24854 13.5346C4.72873 17.7956 8.32913 20 12 19.9999C15.6709 19.9999 19.2713 17.7955 21.7515 13.5345L20.8873 13.0315C18.5426 17.0597 15.2361 18.9999 12 18.9999C8.76399 19 5.45746 17.0598 3.11279 13.0316L2.24854 13.5346ZM2.24853 10.4654C1.69775 11.4117 1.69775 12.5884 2.24854 13.5346L3.11279 13.0316C2.743 12.3963 2.743 11.6038 3.11279 10.9685L2.24853 10.4654ZM20.8873 10.9683C21.257 11.6036 21.257 12.3962 20.8873 13.0315L21.7515 13.5345C22.3023 12.5883 22.3023 11.4115 21.7515 10.4653L20.8873 10.9683ZM14.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.50002 13.3807 9.50002 12H8.50002C8.50002 13.933 10.067 15.5 12 15.5V14.5ZM9.50002 12C9.50002 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.50002 10.067 8.50002 12H9.50002ZM12 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\"/>",
8475
+ "svg": "<path d=\"M21.3194 10.7168C16.4945 2.42766 7.50553 2.42775 2.68066 10.7169C2.22038 11.5077 2.22038 12.4923 2.68066 13.2831C7.50553 21.5723 16.4945 21.5722 21.3194 13.283C21.7797 12.4922 21.7797 11.5076 21.3194 10.7168Z\" 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
8476
  "iconName": "eye-open, show, see, reveal, look, visible",
8477
8477
  "variant": {
8478
8478
  "join": "round",
@@ -10220,6 +10220,20 @@
10220
10220
  "packageName": "round-outlined-radius-3-stroke-1",
10221
10221
  "componentName": "IconGithub"
10222
10222
  },
10223
+ {
10224
+ "category": "Edit",
10225
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M5.5 12C5.5 8.41015 8.41015 5.5 12 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
10226
+ "iconName": "glass, material, shader, liquid-glass",
10227
+ "variant": {
10228
+ "join": "round",
10229
+ "filled": "off",
10230
+ "radius": "3",
10231
+ "stroke": "1"
10232
+ },
10233
+ "createdAt": "2025-08-27T14:30:29.388865+00:00",
10234
+ "packageName": "round-outlined-radius-3-stroke-1",
10235
+ "componentName": "IconGlass"
10236
+ },
10223
10237
  {
10224
10238
  "category": "Location",
10225
10239
  "svg": "<path d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5M12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5M12 21.5C9.79086 21.5 8 17.2467 8 12C8 6.75329 9.79086 2.5 12 2.5M12 21.5C14.2091 21.5 16 17.2467 16 12C16 6.75329 14.2091 2.5 12 2.5M21 12H3\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -11200,6 +11214,20 @@
11200
11214
  "packageName": "round-outlined-radius-3-stroke-1",
11201
11215
  "componentName": "IconInsertHtml"
11202
11216
  },
11217
+ {
11218
+ "category": "Statistics & Charts",
11219
+ "svg": "<path d=\"M12.8535 6.14637L14.1464 4.85348C14.3416 4.65822 14.6582 4.65822 14.8535 4.85348L16.1464 6.14637C16.3416 6.34163 16.3416 6.65822 16.1464 6.85348L14.8535 8.14637C14.6582 8.34163 14.3416 8.34163 14.1464 8.14637L12.8535 6.85348C12.6582 6.65822 12.6582 6.34163 12.8535 6.14637Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"4\" cy=\"18\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9\" cy=\"11\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"15\" cy=\"16\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"20\" cy=\"10\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.06003 12.3179L4.91406 16.7223M10.2355 12.0276L13.8018 14.9995M16.0029 14.7982L19.0354 11.1592\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"4.5\" cy=\"8.5\" r=\"1\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
11220
+ "iconName": "insights, analyze",
11221
+ "variant": {
11222
+ "join": "round",
11223
+ "filled": "off",
11224
+ "radius": "3",
11225
+ "stroke": "1"
11226
+ },
11227
+ "createdAt": "2025-08-27T14:30:29.388865+00:00",
11228
+ "packageName": "round-outlined-radius-3-stroke-1",
11229
+ "componentName": "IconInsights"
11230
+ },
11203
11231
  {
11204
11232
  "category": "Social Media & Brands",
11205
11233
  "svg": "<path d=\"M12 4.21173C14.5365 4.21173 14.837 4.22123 15.8389 4.267C16.4411 4.27427 17.0377 4.38499 17.6024 4.59432C18.0151 4.74662 18.3884 4.9895 18.6949 5.30509C19.0105 5.61156 19.2534 5.98488 19.4057 6.39759C19.615 6.96235 19.7257 7.55888 19.733 8.16114C19.7788 9.16295 19.7883 9.4635 19.7883 12C19.7883 14.5365 19.7788 14.837 19.733 15.8389C19.7257 16.4411 19.615 17.0377 19.4057 17.6024C19.2476 18.0122 19.0055 18.3844 18.6949 18.6949C18.3844 19.0055 18.0122 19.2476 17.6024 19.4057C17.0377 19.615 16.4411 19.7257 15.8389 19.733C14.837 19.7788 14.5365 19.7883 12 19.7883C9.4635 19.7883 9.16295 19.7788 8.16114 19.733C7.55859 19.7258 6.96176 19.6151 6.39673 19.4057C5.98433 19.2533 5.61132 19.0104 5.30509 18.6949C4.9895 18.3884 4.74662 18.0151 4.59432 17.6024C4.38499 17.0377 4.27427 16.4411 4.267 15.8389C4.22123 14.837 4.21173 14.5365 4.21173 12C4.21173 9.4635 4.22123 9.16295 4.267 8.16114C4.27427 7.55888 4.38499 6.96235 4.59432 6.39759C4.74662 5.98488 4.9895 5.61156 5.30509 5.30509C5.61156 4.9895 5.98488 4.74662 6.39759 4.59432C6.96235 4.38499 7.55888 4.27427 8.16114 4.267C9.16295 4.22123 9.4635 4.21173 12 4.21173ZM12 2.5C9.42032 2.5 9.09645 2.51123 8.08341 2.557C7.29535 2.57272 6.51567 2.72194 5.7775 2.99832C5.1433 3.2371 4.56886 3.61141 4.09427 4.09514C3.61096 4.56956 3.23695 5.14369 2.99832 5.7775C2.72224 6.51572 2.57331 7.2954 2.55786 8.08341C2.51036 9.09645 2.5 9.42032 2.5 12C2.5 14.5797 2.51123 14.9035 2.557 15.9166C2.57272 16.7046 2.72194 17.4843 2.99832 18.2225C3.2371 18.8567 3.61141 19.4311 4.09514 19.9057C4.56956 20.389 5.14369 20.763 5.7775 21.0017C6.51572 21.2778 7.2954 21.4267 8.08341 21.4421C9.09645 21.4896 9.42032 21.5 12 21.5C14.5797 21.5 14.9035 21.4888 15.9166 21.443C16.7046 21.4273 17.4843 21.2781 18.2225 21.0017C18.8538 20.7576 19.4271 20.3843 19.9057 19.9057C20.3843 19.4271 20.7576 18.8538 21.0017 18.2225C21.2778 17.4843 21.4267 16.7046 21.4421 15.9166C21.4896 14.9035 21.5 14.5797 21.5 12C21.5 9.42032 21.4888 9.09645 21.443 8.08341C21.4273 7.29535 21.2781 6.51567 21.0017 5.7775C20.7629 5.1433 20.3886 4.56886 19.9049 4.09427C19.4304 3.61096 18.8563 3.23695 18.2225 2.99832C17.4843 2.72224 16.7046 2.57331 15.9166 2.55786C14.9035 2.51036 14.5797 2.5 12 2.5ZM12 7.12132C11.0351 7.12132 10.0918 7.40745 9.28955 7.94352C8.48725 8.4796 7.86194 9.24155 7.49269 10.133C7.12343 11.0245 7.02682 12.0054 7.21506 12.9518C7.40331 13.8982 7.86796 14.7675 8.55025 15.4497C9.23255 16.132 10.1018 16.5967 11.0482 16.7849C11.9946 16.9732 12.9755 16.8766 13.867 16.5073C14.7585 16.1381 15.5204 15.5127 16.0565 14.7105C16.5926 13.9082 16.8787 12.9649 16.8787 12C16.8787 10.7061 16.3647 9.46518 15.4497 8.55025C14.5348 7.63532 13.2939 7.12132 12 7.12132ZM12 15.167C11.3736 15.167 10.7613 14.9812 10.2405 14.6332C9.71973 14.2852 9.31382 13.7906 9.07412 13.2119C8.83442 12.6333 8.7717 11.9965 8.8939 11.3822C9.0161 10.7678 9.31772 10.2035 9.76063 9.76063C10.2035 9.31772 10.7678 9.0161 11.3822 8.8939C11.9965 8.7717 12.6333 8.83442 13.2119 9.07412C13.7906 9.31382 14.2852 9.71973 14.6332 10.2405C14.9812 10.7613 15.167 11.3736 15.167 12C15.167 12.8399 14.8333 13.6455 14.2394 14.2394C13.6455 14.8333 12.8399 15.167 12 15.167ZM17.0713 5.78873C16.8458 5.78873 16.6254 5.85559 16.4379 5.98085C16.2505 6.10612 16.1043 6.28416 16.0181 6.49247C15.9318 6.70078 15.9092 6.92999 15.9532 7.15113C15.9972 7.37227 16.1057 7.5754 16.2652 7.73483C16.4246 7.89426 16.6277 8.00284 16.8489 8.04682C17.07 8.09081 17.2992 8.06823 17.5075 7.98195C17.7158 7.89567 17.8939 7.74955 18.0191 7.56208C18.1444 7.37461 18.2113 7.1542 18.2113 6.92873C18.2113 6.62638 18.0912 6.33642 17.8774 6.12263C17.6636 5.90883 17.3736 5.78873 17.0713 5.78873Z\" fill=\"currentColor\"/>",
@@ -14170,7 +14198,7 @@
14170
14198
  },
14171
14199
  {
14172
14200
  "category": "Security",
14173
- "svg": "<path d=\"M5.13803 20.173L4.91103 20.6185H4.91103L5.13803 20.173ZM3.82698 18.862L3.38148 19.089H3.38148L3.82698 18.862ZM20.173 18.862L20.6185 19.089L20.173 18.862ZM18.862 20.173L19.089 20.6185L18.862 20.173ZM20.173 5.13803L20.6185 4.91103V4.91103L20.173 5.13803ZM18.862 3.82698L19.089 3.38148V3.38148L18.862 3.82698ZM3.82698 5.13803L4.27248 5.36502L3.82698 5.13803ZM5.13803 3.82698L5.36502 4.27248L5.13803 3.82698ZM17 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 8.3V15.7H21V8.3H20ZM15.7 20H8.3V21H15.7V20ZM4 15.7V8.3H3V15.7H4ZM8.3 4H15.7V3H8.3V4ZM8.3 20C7.45167 20 6.84549 19.9996 6.37032 19.9608C5.90099 19.9224 5.60366 19.8491 5.36502 19.7275L4.91103 20.6185C5.31413 20.8239 5.75771 20.9141 6.28889 20.9575C6.81423 21.0004 7.46817 21 8.3 21V20ZM3 15.7C3 16.5318 2.99961 17.1858 3.04253 17.7111C3.08593 18.2423 3.17609 18.6859 3.38148 19.089L4.27248 18.635C4.15089 18.3963 4.07756 18.099 4.03921 17.6297C4.00039 17.1545 4 16.5483 4 15.7H3ZM5.36502 19.7275C4.89462 19.4878 4.51217 19.1054 4.27248 18.635L3.38148 19.089C3.71703 19.7475 4.25247 20.283 4.91103 20.6185L5.36502 19.7275ZM20 15.7C20 16.5483 19.9996 17.1545 19.9608 17.6297C19.9224 18.099 19.8491 18.3963 19.7275 18.635L20.6185 19.089C20.8239 18.6859 20.9141 18.2423 20.9575 17.7111C21.0004 17.1858 21 16.5318 21 15.7H20ZM15.7 21C16.5318 21 17.1858 21.0004 17.7111 20.9575C18.2423 20.9141 18.6859 20.8239 19.089 20.6185L18.635 19.7275C18.3963 19.8491 18.099 19.9224 17.6297 19.9608C17.1545 19.9996 16.5483 20 15.7 20V21ZM19.7275 18.635C19.4878 19.1054 19.1054 19.4878 18.635 19.7275L19.089 20.6185C19.7475 20.283 20.283 19.7475 20.6185 19.089L19.7275 18.635ZM21 8.3C21 7.46817 21.0004 6.81423 20.9575 6.28889C20.9141 5.75771 20.8239 5.31413 20.6185 4.91103L19.7275 5.36502C19.8491 5.60366 19.9224 5.90099 19.9608 6.37032C19.9996 6.84549 20 7.45167 20 8.3H21ZM15.7 4C16.5483 4 17.1545 4.00039 17.6297 4.03921C18.099 4.07756 18.3963 4.15089 18.635 4.27248L19.089 3.38148C18.6859 3.17609 18.2423 3.08593 17.7111 3.04253C17.1858 2.99961 16.5318 3 15.7 3V4ZM20.6185 4.91103C20.283 4.25247 19.7475 3.71703 19.089 3.38148L18.635 4.27248C19.1054 4.51217 19.4878 4.89462 19.7275 5.36502L20.6185 4.91103ZM4 8.3C4 7.45167 4.00039 6.84549 4.03921 6.37032C4.07756 5.90099 4.15089 5.60366 4.27248 5.36502L3.38148 4.91103C3.17609 5.31413 3.08593 5.75771 3.04253 6.28889C2.99961 6.81423 3 7.46817 3 8.3H4ZM8.3 3C7.46817 3 6.81423 2.99961 6.28889 3.04253C5.75771 3.08593 5.31413 3.17609 4.91103 3.38148L5.36502 4.27248C5.60366 4.15089 5.90099 4.07756 6.37032 4.03921C6.84549 4.00039 7.45167 4 8.3 4V3ZM4.27248 5.36502C4.51217 4.89462 4.89462 4.51217 5.36502 4.27248L4.91103 3.38148C4.25247 3.71703 3.71703 4.25247 3.38148 4.91103L4.27248 5.36502ZM16 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\"/>",
14201
+ "svg": "<path d=\"M20.5 15.7V8.3C20.5 6.61984 20.5 5.77976 20.173 5.13803C19.8854 4.57354 19.4265 4.1146 18.862 3.82698C18.2202 3.5 17.3802 3.5 15.7 3.5H8.3C6.61984 3.5 5.77976 3.5 5.13803 3.82698C4.57354 4.1146 4.1146 4.57354 3.82698 5.13803C3.5 5.77976 3.5 6.61984 3.5 8.3V15.7C3.5 17.3802 3.5 18.2202 3.82698 18.862C4.1146 19.4265 4.57354 19.8854 5.13803 20.173C5.77976 20.5 6.61984 20.5 8.3 20.5H15.7C17.3802 20.5 18.2202 20.5 18.862 20.173C19.4265 19.8854 19.8854 19.4265 20.173 18.862C20.5 18.2202 20.5 17.3802 20.5 15.7Z\" 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\"/>",
14174
14202
  "iconName": "password, lock, protection",
14175
14203
  "variant": {
14176
14204
  "join": "round",
@@ -16450,6 +16478,20 @@
16450
16478
  "packageName": "round-outlined-radius-3-stroke-1",
16451
16479
  "componentName": "IconSettingsToggle2"
16452
16480
  },
16481
+ {
16482
+ "category": "Edit",
16483
+ "svg": "<path d=\"M11.5092 3.5C10.4947 11.7608 18.828 7.37848 20.4998 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 13.1642C8.88462 8.7422 8.71274 12.6614 11.5769 14.901C13.7697 16.6156 16.9615 16.0207 17.5 20.4999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 16.265C4.32051 15.7944 5.36743 15.3333 6.57692 15.5591C8.58963 15.9349 9.03846 19.0884 11.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16484
+ "iconName": "shaders, material, effect",
16485
+ "variant": {
16486
+ "join": "round",
16487
+ "filled": "off",
16488
+ "radius": "3",
16489
+ "stroke": "1"
16490
+ },
16491
+ "createdAt": "2025-08-27T14:30:29.388865+00:00",
16492
+ "packageName": "round-outlined-radius-3-stroke-1",
16493
+ "componentName": "IconShaders"
16494
+ },
16453
16495
  {
16454
16496
  "category": "Photography & Video",
16455
16497
  "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\" stroke-linejoin=\"round\"/><path d=\"M12.5 14H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 3V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 10H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 6H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 18H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -729,6 +729,7 @@ export type CentralIconName =
729
729
  | "IconGiroCards"
730
730
  | "IconGit"
731
731
  | "IconGithub"
732
+ | "IconGlass"
732
733
  | "IconGlobus"
733
734
  | "IconGoldMedal"
734
735
  | "IconGolfBall"
@@ -799,6 +800,7 @@ export type CentralIconName =
799
800
  | "IconInitiatives"
800
801
  | "IconInjection"
801
802
  | "IconInsertHtml"
803
+ | "IconInsights"
802
804
  | "IconInstagram"
803
805
  | "IconInvite"
804
806
  | "IconItalic"
@@ -1174,6 +1176,7 @@ export type CentralIconName =
1174
1176
  | "IconSettingsSliderVer"
1175
1177
  | "IconSettingsToggle1"
1176
1178
  | "IconSettingsToggle2"
1179
+ | "IconShaders"
1177
1180
  | "IconShadows"
1178
1181
  | "IconShaka1"
1179
1182
  | "IconShaka2"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
3
- "version": "0.0.57",
3
+ "version": "0.0.59",
4
4
  "style": "round-outlined-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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": 1509,
14
+ "totalIcons": 1512,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -425,7 +425,7 @@
425
425
  ]
426
426
  },
427
427
  "Edit": {
428
- "count": 60,
428
+ "count": 62,
429
429
  "icons": [
430
430
  "IconAddKeyframe",
431
431
  "IconBezier",
@@ -458,6 +458,7 @@
458
458
  "IconEraser",
459
459
  "IconEraserSimple",
460
460
  "IconFeather",
461
+ "IconGlass",
461
462
  "IconHighlight",
462
463
  "IconKeyframe",
463
464
  "IconLineThickness",
@@ -476,6 +477,7 @@
476
477
  "IconRewrite1",
477
478
  "IconRewrite2",
478
479
  "IconRuler",
480
+ "IconShaders",
479
481
  "IconSignature",
480
482
  "IconSlice",
481
483
  "IconSummary",
@@ -1385,7 +1387,7 @@
1385
1387
  ]
1386
1388
  },
1387
1389
  "Statistics & Charts": {
1388
- "count": 24,
1390
+ "count": 25,
1389
1391
  "icons": [
1390
1392
  "IconAnalytics",
1391
1393
  "IconChart1",
@@ -1395,6 +1397,7 @@
1395
1397
  "IconChart5",
1396
1398
  "IconChart6",
1397
1399
  "IconChart7",
1400
+ "IconInsights",
1398
1401
  "IconLeaderboard",
1399
1402
  "IconLineChart1",
1400
1403
  "IconLineChart2",
@@ -2429,6 +2432,7 @@
2429
2432
  "IconGiroCards": "giro-cards",
2430
2433
  "IconGit": "git",
2431
2434
  "IconGithub": "github",
2435
+ "IconGlass": "glass, material, shader, liquid-glass",
2432
2436
  "IconGlobus": "globus, map, earth, globe",
2433
2437
  "IconGoldMedal": "gold-medal, first-place, win",
2434
2438
  "IconGolfBall": "golf-ball",
@@ -2499,6 +2503,7 @@
2499
2503
  "IconInitiatives": "initiatives, nav, rooting",
2500
2504
  "IconInjection": "injection",
2501
2505
  "IconInsertHtml": "insert-html, code, brackets",
2506
+ "IconInsights": "insights, analyze",
2502
2507
  "IconInstagram": "instagram",
2503
2508
  "IconInvite": "invite, briefing",
2504
2509
  "IconItalic": "italic",
@@ -2874,6 +2879,7 @@
2874
2879
  "IconSettingsSliderVer": "settings-slider-ver",
2875
2880
  "IconSettingsToggle1": "settings-toggle-1",
2876
2881
  "IconSettingsToggle2": "settings-toggle-2",
2882
+ "IconShaders": "shaders, material, effect",
2877
2883
  "IconShadows": "shadows",
2878
2884
  "IconShaka1": "shaka-1, call me, hang-ten",
2879
2885
  "IconShaka2": "shaka-2, call me, hang-ten",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
3
- "version": "0.0.57",
3
+ "version": "0.0.59",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -3557,8 +3557,8 @@
3557
3557
  "pathname": "src/IconCurrencyYen"
3558
3558
  },
3559
3559
  {
3560
- "svg": "<Path opacity=\"0.1\" d=\"M20.8887 6.74945L12 22.4999V11.9998L20.8887 6.74945Z\" fill=\"currentColor\"/><G opacity=\"0.5\"><Path d=\"M11.9976 22.5L3.10938 17.25L11.9976 12V22.5Z\" fill=\"currentColor\"/><Path d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.8869 17.25Z\" fill=\"currentColor\"/><Path d=\"M11.9976 6.75H3.10938L11.9976 1.5V6.75Z\" fill=\"currentColor\"/></G><Path d=\"M11.9976 12L3.10938 17.25V6.75L11.9976 12Z\" fill=\"currentColor\"/><Path d=\"M20.885 6.74907L20.8869 6.75L20.8859 17.25L16.4423 14.625L20.885 6.74907L11.9986 6.75V1.5L20.885 6.74907Z\" fill=\"currentColor\"/>",
3561
- "tags": "G, Path",
3560
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\" fill=\"currentColor\"/>",
3561
+ "tags": "Path",
3562
3562
  "componentName": "IconCursor",
3563
3563
  "iconName": "cursor",
3564
3564
  "pathname": "src/IconCursor"
@@ -3746,7 +3746,7 @@
3746
3746
  "pathname": "src/IconDice1"
3747
3747
  },
3748
3748
  {
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 16ZM6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
3749
+ "svg": "<Path d=\"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.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
3750
  "tags": "Path",
3751
3751
  "componentName": "IconDice2",
3752
3752
  "iconName": "dice-2, roll",
@@ -4236,7 +4236,7 @@
4236
4236
  "pathname": "src/IconEyeClosed"
4237
4237
  },
4238
4238
  {
4239
- "svg": "<Path d=\"M2.68066 10.7169L3.11279 10.9685L2.68066 10.7169ZM21.3194 10.7168L21.7515 10.4653V10.4653L21.3194 10.7168ZM2.68066 13.2831L3.11279 13.0316L2.68066 13.2831ZM21.3194 13.283L21.7515 13.5345L21.3194 13.283ZM3.11279 10.9685C5.45746 6.94029 8.764 5.00003 12 5C15.2361 4.99998 18.5426 6.94018 20.8873 10.9683L21.7515 10.4653C19.2713 6.2043 15.6709 3.99997 12 4C8.32912 4.00003 4.72873 6.20441 2.24853 10.4654L3.11279 10.9685ZM2.24854 13.5346C4.72873 17.7956 8.32913 20 12 19.9999C15.6709 19.9999 19.2713 17.7955 21.7515 13.5345L20.8873 13.0315C18.5426 17.0597 15.2361 18.9999 12 18.9999C8.76399 19 5.45746 17.0598 3.11279 13.0316L2.24854 13.5346ZM2.24853 10.4654C1.69775 11.4117 1.69775 12.5884 2.24854 13.5346L3.11279 13.0316C2.743 12.3963 2.743 11.6038 3.11279 10.9685L2.24853 10.4654ZM20.8873 10.9683C21.257 11.6036 21.257 12.3962 20.8873 13.0315L21.7515 13.5345C22.3023 12.5883 22.3023 11.4115 21.7515 10.4653L20.8873 10.9683ZM14.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.50002 13.3807 9.50002 12H8.50002C8.50002 13.933 10.067 15.5 12 15.5V14.5ZM9.50002 12C9.50002 10.6193 10.6193 9.5 12 9.5V8.5C10.067 8.5 8.50002 10.067 8.50002 12H9.50002ZM12 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\"/>",
4239
+ "svg": "<Path d=\"M21.3194 10.7168C16.4945 2.42766 7.50553 2.42775 2.68066 10.7169C2.22038 11.5077 2.22038 12.4923 2.68066 13.2831C7.50553 21.5723 16.4945 21.5722 21.3194 13.283C21.7797 12.4922 21.7797 11.5076 21.3194 10.7168Z\" 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
4240
  "tags": "Path",
4241
4241
  "componentName": "IconEyeOpen",
4242
4242
  "iconName": "eye-open, show, see, reveal, look, visible",
@@ -5110,6 +5110,13 @@
5110
5110
  "iconName": "github",
5111
5111
  "pathname": "src/IconGithub"
5112
5112
  },
5113
+ {
5114
+ "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><Path d=\"M5.5 12C5.5 8.41015 8.41015 5.5 12 5.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
5115
+ "tags": "Circle, Path",
5116
+ "componentName": "IconGlass",
5117
+ "iconName": "glass, material, shader, liquid-glass",
5118
+ "pathname": "src/IconGlass"
5119
+ },
5113
5120
  {
5114
5121
  "svg": "<Path d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5M12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5M12 21.5C9.79086 21.5 8 17.2467 8 12C8 6.75329 9.79086 2.5 12 2.5M12 21.5C14.2091 21.5 16 17.2467 16 12C16 6.75329 14.2091 2.5 12 2.5M21 12H3\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
5115
5122
  "tags": "Path",
@@ -5600,6 +5607,13 @@
5600
5607
  "iconName": "insert-html,code, brackets",
5601
5608
  "pathname": "src/IconInsertHtml"
5602
5609
  },
5610
+ {
5611
+ "svg": "<Path d=\"M12.8535 6.14637L14.1464 4.85348C14.3416 4.65822 14.6582 4.65822 14.8535 4.85348L16.1464 6.14637C16.3416 6.34163 16.3416 6.65822 16.1464 6.85348L14.8535 8.14637C14.6582 8.34163 14.3416 8.34163 14.1464 8.14637L12.8535 6.85348C12.6582 6.65822 12.6582 6.34163 12.8535 6.14637Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"4\" cy=\"18\" r=\"1.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"9\" cy=\"11\" r=\"1.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"15\" cy=\"16\" r=\"1.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"20\" cy=\"10\" r=\"1.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.06003 12.3179L4.91406 16.7223M10.2355 12.0276L13.8018 14.9995M16.0029 14.7982L19.0354 11.1592\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"4.5\" cy=\"8.5\" r=\"1\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
5612
+ "tags": "Circle, Path",
5613
+ "componentName": "IconInsights",
5614
+ "iconName": "insights, analyze",
5615
+ "pathname": "src/IconInsights"
5616
+ },
5603
5617
  {
5604
5618
  "svg": "<Path d=\"M12 4.21173C14.5365 4.21173 14.837 4.22123 15.8389 4.267C16.4411 4.27427 17.0377 4.38499 17.6024 4.59432C18.0151 4.74662 18.3884 4.9895 18.6949 5.30509C19.0105 5.61156 19.2534 5.98488 19.4057 6.39759C19.615 6.96235 19.7257 7.55888 19.733 8.16114C19.7788 9.16295 19.7883 9.4635 19.7883 12C19.7883 14.5365 19.7788 14.837 19.733 15.8389C19.7257 16.4411 19.615 17.0377 19.4057 17.6024C19.2476 18.0122 19.0055 18.3844 18.6949 18.6949C18.3844 19.0055 18.0122 19.2476 17.6024 19.4057C17.0377 19.615 16.4411 19.7257 15.8389 19.733C14.837 19.7788 14.5365 19.7883 12 19.7883C9.4635 19.7883 9.16295 19.7788 8.16114 19.733C7.55859 19.7258 6.96176 19.6151 6.39673 19.4057C5.98433 19.2533 5.61132 19.0104 5.30509 18.6949C4.9895 18.3884 4.74662 18.0151 4.59432 17.6024C4.38499 17.0377 4.27427 16.4411 4.267 15.8389C4.22123 14.837 4.21173 14.5365 4.21173 12C4.21173 9.4635 4.22123 9.16295 4.267 8.16114C4.27427 7.55888 4.38499 6.96235 4.59432 6.39759C4.74662 5.98488 4.9895 5.61156 5.30509 5.30509C5.61156 4.9895 5.98488 4.74662 6.39759 4.59432C6.96235 4.38499 7.55888 4.27427 8.16114 4.267C9.16295 4.22123 9.4635 4.21173 12 4.21173ZM12 2.5C9.42032 2.5 9.09645 2.51123 8.08341 2.557C7.29535 2.57272 6.51567 2.72194 5.7775 2.99832C5.1433 3.2371 4.56886 3.61141 4.09427 4.09514C3.61096 4.56956 3.23695 5.14369 2.99832 5.7775C2.72224 6.51572 2.57331 7.2954 2.55786 8.08341C2.51036 9.09645 2.5 9.42032 2.5 12C2.5 14.5797 2.51123 14.9035 2.557 15.9166C2.57272 16.7046 2.72194 17.4843 2.99832 18.2225C3.2371 18.8567 3.61141 19.4311 4.09514 19.9057C4.56956 20.389 5.14369 20.763 5.7775 21.0017C6.51572 21.2778 7.2954 21.4267 8.08341 21.4421C9.09645 21.4896 9.42032 21.5 12 21.5C14.5797 21.5 14.9035 21.4888 15.9166 21.443C16.7046 21.4273 17.4843 21.2781 18.2225 21.0017C18.8538 20.7576 19.4271 20.3843 19.9057 19.9057C20.3843 19.4271 20.7576 18.8538 21.0017 18.2225C21.2778 17.4843 21.4267 16.7046 21.4421 15.9166C21.4896 14.9035 21.5 14.5797 21.5 12C21.5 9.42032 21.4888 9.09645 21.443 8.08341C21.4273 7.29535 21.2781 6.51567 21.0017 5.7775C20.7629 5.1433 20.3886 4.56886 19.9049 4.09427C19.4304 3.61096 18.8563 3.23695 18.2225 2.99832C17.4843 2.72224 16.7046 2.57331 15.9166 2.55786C14.9035 2.51036 14.5797 2.5 12 2.5ZM12 7.12132C11.0351 7.12132 10.0918 7.40745 9.28955 7.94352C8.48725 8.4796 7.86194 9.24155 7.49269 10.133C7.12343 11.0245 7.02682 12.0054 7.21506 12.9518C7.40331 13.8982 7.86796 14.7675 8.55025 15.4497C9.23255 16.132 10.1018 16.5967 11.0482 16.7849C11.9946 16.9732 12.9755 16.8766 13.867 16.5073C14.7585 16.1381 15.5204 15.5127 16.0565 14.7105C16.5926 13.9082 16.8787 12.9649 16.8787 12C16.8787 10.7061 16.3647 9.46518 15.4497 8.55025C14.5348 7.63532 13.2939 7.12132 12 7.12132ZM12 15.167C11.3736 15.167 10.7613 14.9812 10.2405 14.6332C9.71973 14.2852 9.31382 13.7906 9.07412 13.2119C8.83442 12.6333 8.7717 11.9965 8.8939 11.3822C9.0161 10.7678 9.31772 10.2035 9.76063 9.76063C10.2035 9.31772 10.7678 9.0161 11.3822 8.8939C11.9965 8.7717 12.6333 8.83442 13.2119 9.07412C13.7906 9.31382 14.2852 9.71973 14.6332 10.2405C14.9812 10.7613 15.167 11.3736 15.167 12C15.167 12.8399 14.8333 13.6455 14.2394 14.2394C13.6455 14.8333 12.8399 15.167 12 15.167ZM17.0713 5.78873C16.8458 5.78873 16.6254 5.85559 16.4379 5.98085C16.2505 6.10612 16.1043 6.28416 16.0181 6.49247C15.9318 6.70078 15.9092 6.92999 15.9532 7.15113C15.9972 7.37227 16.1057 7.5754 16.2652 7.73483C16.4246 7.89426 16.6277 8.00284 16.8489 8.04682C17.07 8.09081 17.2992 8.06823 17.5075 7.98195C17.7158 7.89567 17.8939 7.74955 18.0191 7.56208C18.1444 7.37461 18.2113 7.1542 18.2113 6.92873C18.2113 6.62638 18.0912 6.33642 17.8774 6.12263C17.6636 5.90883 17.3736 5.78873 17.0713 5.78873Z\" fill=\"currentColor\"/>",
5605
5619
  "tags": "Path",
@@ -7085,7 +7099,7 @@
7085
7099
  "pathname": "src/IconPassport"
7086
7100
  },
7087
7101
  {
7088
- "svg": "<Path d=\"M5.13803 20.173L4.91103 20.6185H4.91103L5.13803 20.173ZM3.82698 18.862L3.38148 19.089H3.38148L3.82698 18.862ZM20.173 18.862L20.6185 19.089L20.173 18.862ZM18.862 20.173L19.089 20.6185L18.862 20.173ZM20.173 5.13803L20.6185 4.91103V4.91103L20.173 5.13803ZM18.862 3.82698L19.089 3.38148V3.38148L18.862 3.82698ZM3.82698 5.13803L4.27248 5.36502L3.82698 5.13803ZM5.13803 3.82698L5.36502 4.27248L5.13803 3.82698ZM17 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 8.3V15.7H21V8.3H20ZM15.7 20H8.3V21H15.7V20ZM4 15.7V8.3H3V15.7H4ZM8.3 4H15.7V3H8.3V4ZM8.3 20C7.45167 20 6.84549 19.9996 6.37032 19.9608C5.90099 19.9224 5.60366 19.8491 5.36502 19.7275L4.91103 20.6185C5.31413 20.8239 5.75771 20.9141 6.28889 20.9575C6.81423 21.0004 7.46817 21 8.3 21V20ZM3 15.7C3 16.5318 2.99961 17.1858 3.04253 17.7111C3.08593 18.2423 3.17609 18.6859 3.38148 19.089L4.27248 18.635C4.15089 18.3963 4.07756 18.099 4.03921 17.6297C4.00039 17.1545 4 16.5483 4 15.7H3ZM5.36502 19.7275C4.89462 19.4878 4.51217 19.1054 4.27248 18.635L3.38148 19.089C3.71703 19.7475 4.25247 20.283 4.91103 20.6185L5.36502 19.7275ZM20 15.7C20 16.5483 19.9996 17.1545 19.9608 17.6297C19.9224 18.099 19.8491 18.3963 19.7275 18.635L20.6185 19.089C20.8239 18.6859 20.9141 18.2423 20.9575 17.7111C21.0004 17.1858 21 16.5318 21 15.7H20ZM15.7 21C16.5318 21 17.1858 21.0004 17.7111 20.9575C18.2423 20.9141 18.6859 20.8239 19.089 20.6185L18.635 19.7275C18.3963 19.8491 18.099 19.9224 17.6297 19.9608C17.1545 19.9996 16.5483 20 15.7 20V21ZM19.7275 18.635C19.4878 19.1054 19.1054 19.4878 18.635 19.7275L19.089 20.6185C19.7475 20.283 20.283 19.7475 20.6185 19.089L19.7275 18.635ZM21 8.3C21 7.46817 21.0004 6.81423 20.9575 6.28889C20.9141 5.75771 20.8239 5.31413 20.6185 4.91103L19.7275 5.36502C19.8491 5.60366 19.9224 5.90099 19.9608 6.37032C19.9996 6.84549 20 7.45167 20 8.3H21ZM15.7 4C16.5483 4 17.1545 4.00039 17.6297 4.03921C18.099 4.07756 18.3963 4.15089 18.635 4.27248L19.089 3.38148C18.6859 3.17609 18.2423 3.08593 17.7111 3.04253C17.1858 2.99961 16.5318 3 15.7 3V4ZM20.6185 4.91103C20.283 4.25247 19.7475 3.71703 19.089 3.38148L18.635 4.27248C19.1054 4.51217 19.4878 4.89462 19.7275 5.36502L20.6185 4.91103ZM4 8.3C4 7.45167 4.00039 6.84549 4.03921 6.37032C4.07756 5.90099 4.15089 5.60366 4.27248 5.36502L3.38148 4.91103C3.17609 5.31413 3.08593 5.75771 3.04253 6.28889C2.99961 6.81423 3 7.46817 3 8.3H4ZM8.3 3C7.46817 3 6.81423 2.99961 6.28889 3.04253C5.75771 3.08593 5.31413 3.17609 4.91103 3.38148L5.36502 4.27248C5.60366 4.15089 5.90099 4.07756 6.37032 4.03921C6.84549 4.00039 7.45167 4 8.3 4V3ZM4.27248 5.36502C4.51217 4.89462 4.89462 4.51217 5.36502 4.27248L4.91103 3.38148C4.25247 3.71703 3.71703 4.25247 3.38148 4.91103L4.27248 5.36502ZM16 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\"/>",
7102
+ "svg": "<Path d=\"M20.5 15.7V8.3C20.5 6.61984 20.5 5.77976 20.173 5.13803C19.8854 4.57354 19.4265 4.1146 18.862 3.82698C18.2202 3.5 17.3802 3.5 15.7 3.5H8.3C6.61984 3.5 5.77976 3.5 5.13803 3.82698C4.57354 4.1146 4.1146 4.57354 3.82698 5.13803C3.5 5.77976 3.5 6.61984 3.5 8.3V15.7C3.5 17.3802 3.5 18.2202 3.82698 18.862C4.1146 19.4265 4.57354 19.8854 5.13803 20.173C5.77976 20.5 6.61984 20.5 8.3 20.5H15.7C17.3802 20.5 18.2202 20.5 18.862 20.173C19.4265 19.8854 19.8854 19.4265 20.173 18.862C20.5 18.2202 20.5 17.3802 20.5 15.7Z\" 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\"/>",
7089
7103
  "tags": "Path",
7090
7104
  "componentName": "IconPassword",
7091
7105
  "iconName": "password, lock, protection",
@@ -8225,6 +8239,13 @@
8225
8239
  "iconName": "settings-toggle-2",
8226
8240
  "pathname": "src/IconSettingsToggle2"
8227
8241
  },
8242
+ {
8243
+ "svg": "<Path d=\"M11.5092 3.5C10.4947 11.7608 18.828 7.37848 20.4998 14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 13.1642C8.88462 8.7422 8.71274 12.6614 11.5769 14.901C13.7697 16.6156 16.9615 16.0207 17.5 20.4999\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 16.265C4.32051 15.7944 5.36743 15.3333 6.57692 15.5591C8.58963 15.9349 9.03846 19.0884 11.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V6.5C20.5 4.84315 19.1569 3.5 17.5 3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
8244
+ "tags": "Path",
8245
+ "componentName": "IconShaders",
8246
+ "iconName": "shaders, material, effect",
8247
+ "pathname": "src/IconShaders"
8248
+ },
8228
8249
  {
8229
8250
  "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\" strokeLinejoin=\"round\"/><Path d=\"M12.5 14H21\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 3V21\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.5 10H21\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.5 6H19\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.5 18H19\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
8230
8251
  "tags": "Path",