@central-icons-react-native/round-outlined-radius-0-stroke-1.5 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.
Files changed (53) hide show
  1. package/IconCursor/index.js +1 -1
  2. package/IconCursor/index.js.map +1 -1
  3. package/IconCursor/index.mjs +1 -1
  4. package/IconCursor/index.mjs.map +1 -1
  5. package/IconDice2/index.js +1 -1
  6. package/IconDice2/index.js.map +1 -1
  7. package/IconDice2/index.mjs +1 -1
  8. package/IconDice2/index.mjs.map +1 -1
  9. package/IconDice3/index.js +1 -1
  10. package/IconDice3/index.js.map +1 -1
  11. package/IconDice3/index.mjs +1 -1
  12. package/IconDice3/index.mjs.map +1 -1
  13. package/IconDice4/index.js +1 -1
  14. package/IconDice4/index.js.map +1 -1
  15. package/IconDice4/index.mjs +1 -1
  16. package/IconDice4/index.mjs.map +1 -1
  17. package/IconDice5/index.js +1 -1
  18. package/IconDice5/index.js.map +1 -1
  19. package/IconDice5/index.mjs +1 -1
  20. package/IconDice5/index.mjs.map +1 -1
  21. package/IconDice6/index.js +1 -1
  22. package/IconDice6/index.js.map +1 -1
  23. package/IconDice6/index.mjs +1 -1
  24. package/IconDice6/index.mjs.map +1 -1
  25. package/IconEyeOpen/index.js +1 -1
  26. package/IconEyeOpen/index.js.map +1 -1
  27. package/IconEyeOpen/index.mjs +1 -1
  28. package/IconEyeOpen/index.mjs.map +1 -1
  29. package/IconGlass/index.d.ts +4 -0
  30. package/IconGlass/index.js +2 -0
  31. package/IconGlass/index.js.map +1 -0
  32. package/IconGlass/index.mjs +2 -0
  33. package/IconGlass/index.mjs.map +1 -0
  34. package/IconInsights/index.d.ts +4 -0
  35. package/IconInsights/index.js +2 -0
  36. package/IconInsights/index.js.map +1 -0
  37. package/IconInsights/index.mjs +2 -0
  38. package/IconInsights/index.mjs.map +1 -0
  39. package/IconPassword/index.js +1 -1
  40. package/IconPassword/index.js.map +1 -1
  41. package/IconPassword/index.mjs +1 -1
  42. package/IconPassword/index.mjs.map +1 -1
  43. package/IconShaders/index.d.ts +4 -0
  44. package/IconShaders/index.js +2 -0
  45. package/IconShaders/index.js.map +1 -0
  46. package/IconShaders/index.mjs +2 -0
  47. package/IconShaders/index.mjs.map +1 -0
  48. package/README.md +3 -0
  49. package/filtered-icons.json +50 -8
  50. package/icons/index.d.ts +3 -0
  51. package/icons-index.json +10 -4
  52. package/package.json +1 -1
  53. package/tsx-icons.json +30 -9
@@ -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 a}from"react-native-svg";var l=o=>e.createElement(C,{...o},e.createElement(a,{d:"M2 11.9999L1.32902 11.6648C1.22366 11.8758 1.22366 12.124 1.32902 12.335L2 11.9999ZM22 12L22.671 12.3351C22.7763 12.1241 22.7763 11.8759 22.671 11.6649L22 12ZM2.67098 12.335C4.9893 7.69273 8.55546 5.49997 12 5.5C15.4445 5.50003 19.0107 7.69284 21.329 12.3351L22.671 11.6649C20.1618 6.64058 16.1417 4.00003 12 4C7.85827 3.99997 3.83815 6.64046 1.32902 11.6648L2.67098 12.335ZM1.32902 12.335C3.83815 17.3593 7.85826 19.9999 12 19.9999C16.1417 20 20.1618 17.3595 22.671 12.3351L21.329 11.6649C19.0107 16.3072 15.4445 18.4999 12 18.4999C8.55547 18.4999 4.9893 16.3071 2.67098 11.6648L1.32902 12.335ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V16C14.2091 16 16 14.2091 16 12H14.5ZM12 14.5C10.6193 14.5 9.5 13.3807 9.5 12H8C8 14.2091 9.79086 16 12 16V14.5ZM9.5 12C9.5 10.6193 10.6193 9.5 12 9.5V8C9.79086 8 8 9.79086 8 12H9.5ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H16C16 9.79086 14.2091 8 12 8V9.5Z",fill:"currentColor"})),i=l;export{l as IconEyeOpen,i as default};
1
+ import e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M2 11.9999C6.82745 2.33329 17.1725 2.3334 22 12C17.1725 21.6666 6.82745 21.6665 2 11.9999Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C13.7949 8.75 15.25 10.2051 15.25 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconEyeOpen,I 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 11.9999L1.32902 11.6648C1.22366 11.8758 1.22366 12.124 1.32902 12.335L2 11.9999ZM22 12L22.671 12.3351C22.7763 12.1241 22.7763 11.8759 22.671 11.6649L22 12ZM2.67098 12.335C4.9893 7.69273 8.55546 5.49997 12 5.5C15.4445 5.50003 19.0107 7.69284 21.329 12.3351L22.671 11.6649C20.1618 6.64058 16.1417 4.00003 12 4C7.85827 3.99997 3.83815 6.64046 1.32902 11.6648L2.67098 12.335ZM1.32902 12.335C3.83815 17.3593 7.85826 19.9999 12 19.9999C16.1417 20 20.1618 17.3595 22.671 12.3351L21.329 11.6649C19.0107 16.3072 15.4445 18.4999 12 18.4999C8.55547 18.4999 4.9893 16.3071 2.67098 11.6648L1.32902 12.335ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V16C14.2091 16 16 14.2091 16 12H14.5ZM12 14.5C10.6193 14.5 9.5 13.3807 9.5 12H8C8 14.2091 9.79086 16 12 16V14.5ZM9.5 12C9.5 10.6193 10.6193 9.5 12 9.5V8C9.79086 8 8 9.79086 8 12H9.5ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H16C16 9.79086 14.2091 8 12 8V9.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,g4BACF,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=\"M2 11.9999C6.82745 2.33329 17.1725 2.3334 22 12C17.1725 21.6666 6.82745 21.6665 2 11.9999Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C13.7949 8.75 15.25 10.2051 15.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,6FACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,OAAO,eACP,YAAY,MACZ,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 u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=x(o,e))||a.enumerable});return r};var c=(r,o,t)=>(t=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>C(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconGlass:()=>f,default:()=>h});module.exports=g(k);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(s.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),p.default.createElement(s.Path,{d:"M6 12C6 8.68629 8.68629 6 12 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),h=f;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\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M6 12C6 8.68629 8.68629 6 12 6\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,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 t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({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=>t.createElement(e,{...o},t.createElement(a,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(C,{d:"M6 12C6 8.68629 8.68629 6 12 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),d=c;export{c as IconGlass,d 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\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M6 12C6 8.68629 8.68629 6 12 6\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,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 f=Object.create;var C=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var a=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var y=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of k(o))!d.call(r,s)&&s!==t&&C(r,s,{get:()=>o[s],enumerable:!(l=h(o,s))||l.enumerable});return r};var p=(r,o,t)=>(t=r!=null?f(a(r)):{},c(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>c(C({},"__esModule",{value:!0}),r);var g={};y(g,{IconInsights:()=>x,default:()=>B});module.exports=I(g);var e=p(require("react"));var i=p(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...t})=>i.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),x=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M12.3535 6.14649L14.1464 4.3536C14.3416 4.15834 14.6582 4.15834 14.8535 4.3536L16.6464 6.14649C16.8416 6.34175 16.8416 6.65834 16.6464 6.8536L14.8535 8.64649C14.6582 8.84175 14.3416 8.84175 14.1464 8.64649L12.3535 6.8536C12.1582 6.65834 12.1582 6.34175 12.3535 6.14649Z",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"4",cy:"18",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"9",cy:"11",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"15",cy:"16",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"20",cy:"10",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M4.71484 17L8.24279 12.0608M10.0005 11.8332L14.0005 15.1666M15.8339 15L19.2079 10.9512",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"4.5",cy:"8.5",r:"1.5",fill:"currentColor"})),B=x;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.3535 6.14649L14.1464 4.3536C14.3416 4.15834 14.6582 4.15834 14.8535 4.3536L16.6464 6.14649C16.8416 6.34175 16.8416 6.65834 16.6464 6.8536L14.8535 8.64649C14.6582 8.84175 14.3416 8.84175 14.1464 8.64649L12.3535 6.8536C12.1582 6.65834 12.1582 6.34175 12.3535 6.14649Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"4\" cy=\"18\" r=\"1.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Circle cx=\"9\" cy=\"11\" r=\"1.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Circle\n cx=\"15\"\n cy=\"16\"\n r=\"1.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"20\"\n cy=\"10\"\n r=\"1.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.71484 17L8.24279 12.0608M10.0005 11.8332L14.0005 15.1666M15.8339 15L19.2079 10.9512\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle cx=\"4.5\" cy=\"8.5\" r=\"1.5\" fill=\"currentColor\" />\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,gRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACxE,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACxE,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yFACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,CACxD,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 l from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:o=24,...C})=>l.createElement(c,{...C,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 t,Path as s}from"react-native-svg";var p=e=>r.createElement(n,{...e},r.createElement(s,{d:"M12.3535 6.14649L14.1464 4.3536C14.3416 4.15834 14.6582 4.15834 14.8535 4.3536L16.6464 6.14649C16.8416 6.34175 16.8416 6.65834 16.6464 6.8536L14.8535 8.64649C14.6582 8.84175 14.3416 8.84175 14.1464 8.64649L12.3535 6.8536C12.1582 6.65834 12.1582 6.34175 12.3535 6.14649Z",fill:"currentColor"}),r.createElement(t,{cx:"4",cy:"18",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{cx:"9",cy:"11",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{cx:"15",cy:"16",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{cx:"20",cy:"10",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(s,{d:"M4.71484 17L8.24279 12.0608M10.0005 11.8332L14.0005 15.1666M15.8339 15L19.2079 10.9512",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{cx:"4.5",cy:"8.5",r:"1.5",fill:"currentColor"})),y=p;export{p 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.3535 6.14649L14.1464 4.3536C14.3416 4.15834 14.6582 4.15834 14.8535 4.3536L16.6464 6.14649C16.8416 6.34175 16.8416 6.65834 16.6464 6.8536L14.8535 8.64649C14.6582 8.84175 14.3416 8.84175 14.1464 8.64649L12.3535 6.8536C12.1582 6.65834 12.1582 6.34175 12.3535 6.14649Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"4\" cy=\"18\" r=\"1.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Circle cx=\"9\" cy=\"11\" r=\"1.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Circle\n cx=\"15\"\n cy=\"16\"\n r=\"1.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"20\"\n cy=\"10\"\n r=\"1.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.71484 17L8.24279 12.0608M10.0005 11.8332L14.0005 15.1666M15.8339 15L19.2079 10.9512\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle cx=\"4.5\" cy=\"8.5\" r=\"1.5\" fill=\"currentColor\" />\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,gRACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACxEI,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACxEI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,yFACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,CACxD,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 Z=Object.create;var C=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!u.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=c(o,e))||l.enumerable});return r};var H=(r,o,t)=>(t=r!=null?Z(i(r)):{},s(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>s(C({},"__esModule",{value:!0}),r);var x={};B(x,{IconPassword:()=>M,default:()=>P});module.exports=I(x);var n=H(require("react"));var a=H(require("react")),V=require("react-native-svg"),m=({children:r,size:o=24,...t})=>a.default.createElement(V.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),M=r=>n.default.createElement(m,{...r},n.default.createElement(p.Path,{d:"M20.25 3.75H21C21 3.33579 20.6642 3 20.25 3V3.75ZM20.25 20.25V21C20.6642 21 21 20.6642 21 20.25H20.25ZM3.75 20.25H3C3 20.6642 3.33579 21 3.75 21V20.25ZM3.75 3.75V3C3.33579 3 3 3.33579 3 3.75H3.75ZM17 8.75C17 8.33579 16.6642 8 16.25 8C15.8358 8 15.5 8.33579 15.5 8.75H17ZM15.5 15.25C15.5 15.6642 15.8358 16 16.25 16C16.6642 16 17 15.6642 17 15.25H15.5ZM19.5 3.75V20.25H21V3.75H19.5ZM20.25 19.5H3.75V21H20.25V19.5ZM4.5 20.25V3.75H3V20.25H4.5ZM3.75 4.5H20.25V3H3.75V4.5ZM15.5 8.75V15.25H17V8.75H15.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M8 12.75C8.41421 12.75 8.75 12.4142 8.75 12C8.75 11.5858 8.41421 11.25 8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75ZM12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"})),P=M;0&&(module.exports={IconPassword});
1
+ "use strict";var m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(p=k(o,n))||p.enumerable});return r};var i=(r,o,t)=>(t=r!=null?m(h(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>l(C({},"__esModule",{value:!0}),r);var g={};I(g,{IconPassword:()=>c,default:()=>x});module.exports=P(g);var e=i(require("react"));var u=i(require("react")),a=require("react-native-svg"),d=({children:r,size:o=24,...t})=>u.default.createElement(a.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>e.default.createElement(d,{...r},e.default.createElement(s.Path,{d:"M20.25 20.25V3.75H3.75V20.25H20.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(s.Path,{d:"M16.25 8.75V15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(s.Path,{d:"M8 11.25C8.41421 11.25 8.75 11.5858 8.75 12C8.75 12.4142 8.41421 12.75 8 12.75C7.58579 12.75 7.25 12.4142 7.25 12C7.25 11.5858 7.58579 11.25 8 11.25Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"}),e.default.createElement(s.Path,{d:"M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"})),x=c;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=\"M20.25 3.75H21C21 3.33579 20.6642 3 20.25 3V3.75ZM20.25 20.25V21C20.6642 21 21 20.6642 21 20.25H20.25ZM3.75 20.25H3C3 20.6642 3.33579 21 3.75 21V20.25ZM3.75 3.75V3C3.33579 3 3 3.33579 3 3.75H3.75ZM17 8.75C17 8.33579 16.6642 8 16.25 8C15.8358 8 15.5 8.33579 15.5 8.75H17ZM15.5 15.25C15.5 15.6642 15.8358 16 16.25 16C16.6642 16 17 15.6642 17 15.25H15.5ZM19.5 3.75V20.25H21V3.75H19.5ZM20.25 19.5H3.75V21H20.25V19.5ZM4.5 20.25V3.75H3V20.25H4.5ZM3.75 4.5H20.25V3H3.75V4.5ZM15.5 8.75V15.25H17V8.75H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 12.75C8.41421 12.75 8.75 12.4142 8.75 12C8.75 11.5858 8.41421 11.25 8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75ZM12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\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,ofACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sTACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,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.25 20.25V3.75H3.75V20.25H20.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.25 8.75V15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 11.25C8.41421 11.25 8.75 11.5858 8.75 12C8.75 12.4142 8.41421 12.75 8 12.75C7.58579 12.75 7.25 12.4142 7.25 12C7.25 11.5858 7.58579 11.25 8 11.25Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\n />\n <Path\n d=\"M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\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,sCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iKACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...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 C}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(C,{d:"M20.25 3.75H21C21 3.33579 20.6642 3 20.25 3V3.75ZM20.25 20.25V21C20.6642 21 21 20.6642 21 20.25H20.25ZM3.75 20.25H3C3 20.6642 3.33579 21 3.75 21V20.25ZM3.75 3.75V3C3.33579 3 3 3.33579 3 3.75H3.75ZM17 8.75C17 8.33579 16.6642 8 16.25 8C15.8358 8 15.5 8.33579 15.5 8.75H17ZM15.5 15.25C15.5 15.6642 15.8358 16 16.25 16C16.6642 16 17 15.6642 17 15.25H15.5ZM19.5 3.75V20.25H21V3.75H19.5ZM20.25 19.5H3.75V21H20.25V19.5ZM4.5 20.25V3.75H3V20.25H4.5ZM3.75 4.5H20.25V3H3.75V4.5ZM15.5 8.75V15.25H17V8.75H15.5Z",fill:"currentColor"}),t.createElement(C,{d:"M8 12.75C8.41421 12.75 8.75 12.4142 8.75 12C8.75 11.5858 8.41421 11.25 8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75ZM12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"})),u=s;export{s as IconPassword,u as default};
1
+ import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...s})=>C.createElement(p,{...s,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 t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20.25 20.25V3.75H3.75V20.25H20.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M16.25 8.75V15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M8 11.25C8.41421 11.25 8.75 11.5858 8.75 12C8.75 12.4142 8.41421 12.75 8 12.75C7.58579 12.75 7.25 12.4142 7.25 12C7.25 11.5858 7.58579 11.25 8 11.25Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"}),o.createElement(t,{d:"M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"})),B=l;export{l as IconPassword,B 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=\"M20.25 3.75H21C21 3.33579 20.6642 3 20.25 3V3.75ZM20.25 20.25V21C20.6642 21 21 20.6642 21 20.25H20.25ZM3.75 20.25H3C3 20.6642 3.33579 21 3.75 21V20.25ZM3.75 3.75V3C3.33579 3 3 3.33579 3 3.75H3.75ZM17 8.75C17 8.33579 16.6642 8 16.25 8C15.8358 8 15.5 8.33579 15.5 8.75H17ZM15.5 15.25C15.5 15.6642 15.8358 16 16.25 16C16.6642 16 17 15.6642 17 15.25H15.5ZM19.5 3.75V20.25H21V3.75H19.5ZM20.25 19.5H3.75V21H20.25V19.5ZM4.5 20.25V3.75H3V20.25H4.5ZM3.75 4.5H20.25V3H3.75V4.5ZM15.5 8.75V15.25H17V8.75H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 12.75C8.41421 12.75 8.75 12.4142 8.75 12C8.75 11.5858 8.41421 11.25 8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75ZM12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\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,ofACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sTACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,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.25 20.25V3.75H3.75V20.25H20.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.25 8.75V15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 11.25C8.41421 11.25 8.75 11.5858 8.75 12C8.75 12.4142 8.41421 12.75 8 12.75C7.58579 12.75 7.25 12.4142 7.25 12C7.25 11.5858 7.58579 11.25 8 11.25Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\n />\n <Path\n d=\"M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\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,sCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iKACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,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 l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=m(o,t))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconShaders:()=>c,default:()=>x});module.exports=L(P);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({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 s=require("react-native-svg"),c=r=>n.default.createElement(k,{...r},n.default.createElement(s.Path,{d:"M11.7545 3.75C10.7959 11.6353 18.6701 7.45218 20.2498 14.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M3.75 13.3066C8.94231 9.12105 8.77657 12.8306 11.5385 14.9504C13.653 16.5733 16.7308 16.0103 17.25 20.2499",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M3.75 16.4385C4.51923 16.015 5.50072 15.6 6.63462 15.8032C8.52153 16.1414 8.94231 18.9795 11.25 20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;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.7545 3.75C10.7959 11.6353 18.6701 7.45218 20.2498 14.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.75 13.3066C8.94231 9.12105 8.77657 12.8306 11.5385 14.9504C13.653 16.5733 16.7308 16.0103 17.25 20.2499\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.75 16.4385C4.51923 16.015 5.50072 15.6 6.63462 15.8032C8.52153 16.1414 8.94231 18.9795 11.25 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,8DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,YAAY,MACZ,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 p from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var C=n=>o.createElement(t,{...n},o.createElement(e,{d:"M11.7545 3.75C10.7959 11.6353 18.6701 7.45218 20.2498 14.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3.75 13.3066C8.94231 9.12105 8.77657 12.8306 11.5385 14.9504C13.653 16.5733 16.7308 16.0103 17.25 20.2499",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3.75 16.4385C4.51923 16.015 5.50072 15.6 6.63462 15.8032C8.52153 16.1414 8.94231 18.9795 11.25 20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=C;export{C as IconShaders,B 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.7545 3.75C10.7959 11.6353 18.6701 7.45218 20.2498 14.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.75 13.3066C8.94231 9.12105 8.77657 12.8306 11.5385 14.9504C13.653 16.5733 16.7308 16.0103 17.25 20.2499\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.75 16.4385C4.51923 16.015 5.50072 15.6 6.63462 15.8032C8.52153 16.1414 8.94231 18.9795 11.25 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,8DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6GACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qCACF,OAAO,eACP,YAAY,MACZ,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=\"M8.75 8C8.75 8.41421 8.41421 8.75 8 8.75C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.58579 7.58579 7.25 8 7.25C8.41421 7.25 8.75 7.58579 8.75 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M16.75 16C16.75 16.4142 16.4142 16.75 16 16.75C15.5858 16.75 15.25 16.4142 15.25 16C15.25 15.5858 15.5858 15.25 16 15.25C16.4142 15.25 16.75 15.5858 16.75 16Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
7495
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M14.5 16C14.5 15.1716 15.1716 14.5 16 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 16ZM6.5 8C6.5 7.17157 7.17157 6.5 8 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 8Z\" fill=\"currentColor\"/>",
7496
7496
  "iconName": "dice-2, roll",
7497
7497
  "variant": {
7498
7498
  "join": "round",
@@ -7506,7 +7506,7 @@
7506
7506
  },
7507
7507
  {
7508
7508
  "category": "Gaming",
7509
- "svg": "<path d=\"M8.75 8C8.75 8.41421 8.41421 8.75 8 8.75C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.58579 7.58579 7.25 8 7.25C8.41421 7.25 8.75 7.58579 8.75 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M16.75 16C16.75 16.4142 16.4142 16.75 16 16.75C15.5858 16.75 15.25 16.4142 15.25 16C15.25 15.5858 15.5858 15.25 16 15.25C16.4142 15.25 16.75 15.5858 16.75 16Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
7509
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M14.5 16C14.5 15.1716 15.1716 14.5 16 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 16ZM10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12ZM6.5 8C6.5 7.17157 7.17157 6.5 8 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 8Z\" fill=\"currentColor\"/>",
7510
7510
  "iconName": "dice-3, roll",
7511
7511
  "variant": {
7512
7512
  "join": "round",
@@ -7520,7 +7520,7 @@
7520
7520
  },
7521
7521
  {
7522
7522
  "category": "Gaming",
7523
- "svg": "<path d=\"M8.75 8C8.75 8.41421 8.41421 8.75 8 8.75C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.58579 7.58579 7.25 8 7.25C8.41421 7.25 8.75 7.58579 8.75 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M16.75 16C16.75 16.4142 16.4142 16.75 16 16.75C15.5858 16.75 15.25 16.4142 15.25 16C15.25 15.5858 15.5858 15.25 16 15.25C16.4142 15.25 16.75 15.5858 16.75 16Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M8.75 16C8.75 16.4142 8.41421 16.75 8 16.75C7.58579 16.75 7.25 16.4142 7.25 16C7.25 15.5858 7.58579 15.25 8 15.25C8.41421 15.25 8.75 15.5858 8.75 16Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M16.75 8C16.75 8.41421 16.4142 8.75 16 8.75C15.5858 8.75 15.25 8.41421 15.25 8C15.25 7.58579 15.5858 7.25 16 7.25C16.4142 7.25 16.75 7.58579 16.75 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
7523
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M6.5 16C6.5 15.1716 7.17157 14.5 8 14.5C8.82843 14.5 9.5 15.1716 9.5 16C9.5 16.8284 8.82843 17.5 8 17.5C7.17157 17.5 6.5 16.8284 6.5 16ZM14.5 16C14.5 15.1716 15.1716 14.5 16 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 16ZM6.5 8C6.5 7.17157 7.17157 6.5 8 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 8ZM14.5 8C14.5 7.17157 15.1716 6.5 16 6.5C16.8284 6.5 17.5 7.17157 17.5 8C17.5 8.82843 16.8284 9.5 16 9.5C15.1716 9.5 14.5 8.82843 14.5 8Z\" fill=\"currentColor\"/>",
7524
7524
  "iconName": "dice-4, roll",
7525
7525
  "variant": {
7526
7526
  "join": "round",
@@ -7534,7 +7534,7 @@
7534
7534
  },
7535
7535
  {
7536
7536
  "category": "Gaming",
7537
- "svg": "<path d=\"M8.75 8C8.75 8.41421 8.41421 8.75 8 8.75C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.58579 7.58579 7.25 8 7.25C8.41421 7.25 8.75 7.58579 8.75 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M16.75 16C16.75 16.4142 16.4142 16.75 16 16.75C15.5858 16.75 15.25 16.4142 15.25 16C15.25 15.5858 15.5858 15.25 16 15.25C16.4142 15.25 16.75 15.5858 16.75 16Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M8.75 16C8.75 16.4142 8.41421 16.75 8 16.75C7.58579 16.75 7.25 16.4142 7.25 16C7.25 15.5858 7.58579 15.25 8 15.25C8.41421 15.25 8.75 15.5858 8.75 16Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M16.75 8C16.75 8.41421 16.4142 8.75 16 8.75C15.5858 8.75 15.25 8.41421 15.25 8C15.25 7.58579 15.5858 7.25 16 7.25C16.4142 7.25 16.75 7.58579 16.75 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
7537
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M6.5 16C6.5 15.1716 7.17157 14.5 8 14.5C8.82843 14.5 9.5 15.1716 9.5 16C9.5 16.8284 8.82843 17.5 8 17.5C7.17157 17.5 6.5 16.8284 6.5 16ZM14.5 16C14.5 15.1716 15.1716 14.5 16 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 16ZM10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12ZM6.5 8C6.5 7.17157 7.17157 6.5 8 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 8ZM14.5 8C14.5 7.17157 15.1716 6.5 16 6.5C16.8284 6.5 17.5 7.17157 17.5 8C17.5 8.82843 16.8284 9.5 16 9.5C15.1716 9.5 14.5 8.82843 14.5 8Z\" fill=\"currentColor\"/>",
7538
7538
  "iconName": "dice-5, roll",
7539
7539
  "variant": {
7540
7540
  "join": "round",
@@ -7548,7 +7548,7 @@
7548
7548
  },
7549
7549
  {
7550
7550
  "category": "Gaming",
7551
- "svg": "<path d=\"M8.75 8C8.75 8.41421 8.41421 8.75 8 8.75C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.58579 7.58579 7.25 8 7.25C8.41421 7.25 8.75 7.58579 8.75 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M16.75 16C16.75 16.4142 16.4142 16.75 16 16.75C15.5858 16.75 15.25 16.4142 15.25 16C15.25 15.5858 15.5858 15.25 16 15.25C16.4142 15.25 16.75 15.5858 16.75 16Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M8.75 16C8.75 16.4142 8.41421 16.75 8 16.75C7.58579 16.75 7.25 16.4142 7.25 16C7.25 15.5858 7.58579 15.25 8 15.25C8.41421 15.25 8.75 15.5858 8.75 16Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M16.75 8C16.75 8.41421 16.4142 8.75 16 8.75C15.5858 8.75 15.25 8.41421 15.25 8C15.25 7.58579 15.5858 7.25 16 7.25C16.4142 7.25 16.75 7.58579 16.75 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M8.75 12C8.75 12.4142 8.41421 12.75 8 12.75C7.58579 12.75 7.25 12.4142 7.25 12C7.25 11.5858 7.58579 11.25 8 11.25C8.41421 11.25 8.75 11.5858 8.75 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M16.75 12C16.75 12.4142 16.4142 12.75 16 12.75C15.5858 12.75 15.25 12.4142 15.25 12C15.25 11.5858 15.5858 11.25 16 11.25C16.4142 11.25 16.75 11.5858 16.75 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
7551
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M6.5 16C6.5 15.1716 7.17157 14.5 8 14.5C8.82843 14.5 9.5 15.1716 9.5 16C9.5 16.8284 8.82843 17.5 8 17.5C7.17157 17.5 6.5 16.8284 6.5 16ZM14.5 16C14.5 15.1716 15.1716 14.5 16 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 16ZM6.5 12C6.5 11.1716 7.17157 10.5 8 10.5C8.82843 10.5 9.5 11.1716 9.5 12C9.5 12.8284 8.82843 13.5 8 13.5C7.17157 13.5 6.5 12.8284 6.5 12ZM14.5 12C14.5 11.1716 15.1716 10.5 16 10.5C16.8284 10.5 17.5 11.1716 17.5 12C17.5 12.8284 16.8284 13.5 16 13.5C15.1716 13.5 14.5 12.8284 14.5 12ZM6.5 8C6.5 7.17157 7.17157 6.5 8 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 8ZM14.5 8C14.5 7.17157 15.1716 6.5 16 6.5C16.8284 6.5 17.5 7.17157 17.5 8C17.5 8.82843 16.8284 9.5 16 9.5C15.1716 9.5 14.5 8.82843 14.5 8Z\" fill=\"currentColor\"/>",
7552
7552
  "iconName": "dice-6, roll",
7553
7553
  "variant": {
7554
7554
  "join": "round",
@@ -8472,7 +8472,7 @@
8472
8472
  },
8473
8473
  {
8474
8474
  "category": "Accessibility",
8475
- "svg": "<path d=\"M2 11.9999L1.32902 11.6648C1.22366 11.8758 1.22366 12.124 1.32902 12.335L2 11.9999ZM22 12L22.671 12.3351C22.7763 12.1241 22.7763 11.8759 22.671 11.6649L22 12ZM2.67098 12.335C4.9893 7.69273 8.55546 5.49997 12 5.5C15.4445 5.50003 19.0107 7.69284 21.329 12.3351L22.671 11.6649C20.1618 6.64058 16.1417 4.00003 12 4C7.85827 3.99997 3.83815 6.64046 1.32902 11.6648L2.67098 12.335ZM1.32902 12.335C3.83815 17.3593 7.85826 19.9999 12 19.9999C16.1417 20 20.1618 17.3595 22.671 12.3351L21.329 11.6649C19.0107 16.3072 15.4445 18.4999 12 18.4999C8.55547 18.4999 4.9893 16.3071 2.67098 11.6648L1.32902 12.335ZM14.5 12C14.5 13.3807 13.3807 14.5 12 14.5V16C14.2091 16 16 14.2091 16 12H14.5ZM12 14.5C10.6193 14.5 9.5 13.3807 9.5 12H8C8 14.2091 9.79086 16 12 16V14.5ZM9.5 12C9.5 10.6193 10.6193 9.5 12 9.5V8C9.79086 8 8 9.79086 8 12H9.5ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12H16C16 9.79086 14.2091 8 12 8V9.5Z\" fill=\"currentColor\"/>",
8475
+ "svg": "<path d=\"M2 11.9999C6.82745 2.33329 17.1725 2.3334 22 12C17.1725 21.6666 6.82745 21.6665 2 11.9999Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C13.7949 8.75 15.25 10.2051 15.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" 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-0-stroke-1.5",
10221
10221
  "componentName": "IconGithub"
10222
10222
  },
10223
+ {
10224
+ "category": "Edit",
10225
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M6 12C6 8.68629 8.68629 6 12 6\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
10226
+ "iconName": "glass, material, shader, liquid-glass",
10227
+ "variant": {
10228
+ "join": "round",
10229
+ "filled": "off",
10230
+ "radius": "0",
10231
+ "stroke": "1.5"
10232
+ },
10233
+ "createdAt": "2025-08-27T14:30:29.388865+00:00",
10234
+ "packageName": "round-outlined-radius-0-stroke-1.5",
10235
+ "componentName": "IconGlass"
10236
+ },
10223
10237
  {
10224
10238
  "category": "Location",
10225
10239
  "svg": "<path d=\"M12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75M12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75M12 21.25C9.65279 21.25 7.75 17.1086 7.75 12C7.75 6.89137 9.65279 2.75 12 2.75M12 21.25C14.3472 21.25 16.25 17.1086 16.25 12C16.25 6.89137 14.3472 2.75 12 2.75M21 12H3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
@@ -11200,6 +11214,20 @@
11200
11214
  "packageName": "round-outlined-radius-0-stroke-1.5",
11201
11215
  "componentName": "IconInsertHtml"
11202
11216
  },
11217
+ {
11218
+ "category": "Statistics & Charts",
11219
+ "svg": "<path d=\"M12.3535 6.14649L14.1464 4.3536C14.3416 4.15834 14.6582 4.15834 14.8535 4.3536L16.6464 6.14649C16.8416 6.34175 16.8416 6.65834 16.6464 6.8536L14.8535 8.64649C14.6582 8.84175 14.3416 8.84175 14.1464 8.64649L12.3535 6.8536C12.1582 6.65834 12.1582 6.34175 12.3535 6.14649Z\" fill=\"currentColor\"/><circle cx=\"4\" cy=\"18\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"9\" cy=\"11\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"15\" cy=\"16\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"20\" cy=\"10\" r=\"1.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4.71484 17L8.24279 12.0608M10.0005 11.8332L14.0005 15.1666M15.8339 15L19.2079 10.9512\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"4.5\" cy=\"8.5\" r=\"1.5\" fill=\"currentColor\"/>",
11220
+ "iconName": "insights, analyze",
11221
+ "variant": {
11222
+ "join": "round",
11223
+ "filled": "off",
11224
+ "radius": "0",
11225
+ "stroke": "1.5"
11226
+ },
11227
+ "createdAt": "2025-08-27T14:30:29.388865+00:00",
11228
+ "packageName": "round-outlined-radius-0-stroke-1.5",
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=\"M20.25 3.75H21C21 3.33579 20.6642 3 20.25 3V3.75ZM20.25 20.25V21C20.6642 21 21 20.6642 21 20.25H20.25ZM3.75 20.25H3C3 20.6642 3.33579 21 3.75 21V20.25ZM3.75 3.75V3C3.33579 3 3 3.33579 3 3.75H3.75ZM17 8.75C17 8.33579 16.6642 8 16.25 8C15.8358 8 15.5 8.33579 15.5 8.75H17ZM15.5 15.25C15.5 15.6642 15.8358 16 16.25 16C16.6642 16 17 15.6642 17 15.25H15.5ZM19.5 3.75V20.25H21V3.75H19.5ZM20.25 19.5H3.75V21H20.25V19.5ZM4.5 20.25V3.75H3V20.25H4.5ZM3.75 4.5H20.25V3H3.75V4.5ZM15.5 8.75V15.25H17V8.75H15.5Z\" fill=\"currentColor\"/><path d=\"M8 12.75C8.41421 12.75 8.75 12.4142 8.75 12C8.75 11.5858 8.41421 11.25 8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75ZM12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.5\"/>",
14201
+ "svg": "<path d=\"M20.25 20.25V3.75H3.75V20.25H20.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.25 8.75V15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 11.25C8.41421 11.25 8.75 11.5858 8.75 12C8.75 12.4142 8.41421 12.75 8 12.75C7.58579 12.75 7.25 12.4142 7.25 12C7.25 11.5858 7.58579 11.25 8 11.25Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.5\"/><path d=\"M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.5\"/>",
14174
14202
  "iconName": "password, lock, protection",
14175
14203
  "variant": {
14176
14204
  "join": "round",
@@ -16450,6 +16478,20 @@
16450
16478
  "packageName": "round-outlined-radius-0-stroke-1.5",
16451
16479
  "componentName": "IconSettingsToggle2"
16452
16480
  },
16481
+ {
16482
+ "category": "Edit",
16483
+ "svg": "<path d=\"M11.7545 3.75C10.7959 11.6353 18.6701 7.45218 20.2498 14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.75 13.3066C8.94231 9.12105 8.77657 12.8306 11.5385 14.9504C13.653 16.5733 16.7308 16.0103 17.25 20.2499\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.75 16.4385C4.51923 16.015 5.50072 15.6 6.63462 15.8032C8.52153 16.1414 8.94231 18.9795 11.25 20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16484
+ "iconName": "shaders, material, effect",
16485
+ "variant": {
16486
+ "join": "round",
16487
+ "filled": "off",
16488
+ "radius": "0",
16489
+ "stroke": "1.5"
16490
+ },
16491
+ "createdAt": "2025-08-27T14:30:29.388865+00:00",
16492
+ "packageName": "round-outlined-radius-0-stroke-1.5",
16493
+ "componentName": "IconShaders"
16494
+ },
16453
16495
  {
16454
16496
  "category": "Photography & Video",
16455
16497
  "svg": "<path d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 10.25H20.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 6.75H18.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 13.75H20.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 17.25H18.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 3.25V20.75\" stroke=\"currentColor\" stroke-width=\"1.5\" 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-0-stroke-1.5",
3
- "version": "0.0.57",
3
+ "version": "0.0.59",
4
4
  "style": "round-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1.5/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-0-stroke-1.5",
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": {