@central-icons-react/round-outlined-radius-0-stroke-1.5 0.0.57 → 0.0.58
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.
- package/IconGlass/index.d.ts +4 -0
- package/IconGlass/index.js +2 -0
- package/IconGlass/index.js.map +1 -0
- package/IconGlass/index.mjs +2 -0
- package/IconGlass/index.mjs.map +1 -0
- package/IconInsights/index.d.ts +4 -0
- package/IconInsights/index.js +2 -0
- package/IconInsights/index.js.map +1 -0
- package/IconInsights/index.mjs +2 -0
- package/IconInsights/index.mjs.map +1 -0
- package/IconShaders/index.d.ts +4 -0
- package/IconShaders/index.js +2 -0
- package/IconShaders/index.js.map +1 -0
- package/IconShaders/index.mjs +2 -0
- package/IconShaders/index.mjs.map +1 -0
- package/README.md +3 -0
- package/icons/index.d.ts +3 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +10 -4
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,e)=>{for(var t in e)s(r,t,{get:e[t],enumerable:!0})},p=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of f(e))!x.call(r,o)&&o!==t&&s(r,o,{get:()=>e[o],enumerable:!(n=g(e,o))||n.enumerable});return r};var i=(r,e,t)=>(t=r!=null?d(h(r)):{},p(e||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>p(s({},"__esModule",{value:!0}),r);var w={};B(w,{IconGlass:()=>m,default:()=>y});module.exports=I(w);var a=i(require("react"));var l=i(require("react")),c=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:u,...C})=>l.default.createElement("svg",{...C,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...u}},t&&!o&&l.default.createElement("title",null,t),r);var m=r=>a.default.createElement(c,{...r,ariaLabel:"glass, material, shader, liquid-glass"},a.default.createElement("circle",{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),a.default.createElement("path",{d:"M6 12C6 8.68629 8.68629 6 12 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),y=m;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGlass: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"glass, material, shader, liquid-glass\"\n >\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,yCAEV,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","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconGlass","props","React","CentralIconBase","IconGlass_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import o from"react";import s from"react";var a=({children:e,size:r=24,ariaLabel:n,color:l,ariaHidden:t=!0,style:p,...i})=>s.createElement("svg",{...i,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...p}},n&&!t&&s.createElement("title",null,n),e);var c=e=>o.createElement(a,{...e,ariaLabel:"glass, material, shader, liquid-glass"},o.createElement("circle",{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement("path",{d:"M6 12C6 8.68629 8.68629 6 12 6",stroke:"currentColor",strokeWidth:"1.5",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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGlass: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"glass, material, shader, liquid-glass\"\n >\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,yCAEVC,EAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGlass","props","React","CentralIconBase","IconGlass_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var m=Object.create;var c=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)c(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of y(o))!f.call(r,e)&&e!==t&&c(r,e,{get:()=>o[e],enumerable:!(l=x(o,e))||l.enumerable});return r};var p=(r,o,t)=>(t=r!=null?m(d(r)):{},i(o||!r||!r.__esModule?c(t,"default",{value:r,enumerable:!0}):t,r)),k=r=>i(c({},"__esModule",{value:!0}),r);var B={};g(B,{IconInsights:()=>a,default:()=>I});module.exports=k(B);var n=p(require("react"));var s=p(require("react")),C=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:u,...h})=>s.default.createElement("svg",{...h,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...u}},t&&!e&&s.default.createElement("title",null,t),r);var a=r=>n.default.createElement(C,{...r,ariaLabel:"insights, analyze"},n.default.createElement("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"}),n.default.createElement("circle",{cx:"4",cy:"18",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("circle",{cx:"9",cy:"11",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("circle",{cx:"15",cy:"16",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("circle",{cx:"20",cy:"10",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M4.71484 17L8.24279 12.0608M10.0005 11.8332L14.0005 15.1666M15.8339 15L19.2079 10.9512",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("circle",{cx:"4.5",cy:"8.5",r:"1.5",fill:"currentColor"})),I=a;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconInsights: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"insights, analyze\">\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,qBACpC,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","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconInsights","props","React","CentralIconBase","IconInsights_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import r from"react";import l from"react";var c=({children:t,size:o=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:i,...p})=>l.createElement("svg",{...p,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},n&&!e&&l.createElement("title",null,n),t);var C=t=>r.createElement(c,{...t,ariaLabel:"insights, analyze"},r.createElement("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"}),r.createElement("circle",{cx:"4",cy:"18",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("circle",{cx:"9",cy:"11",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("circle",{cx:"15",cy:"16",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("circle",{cx:"20",cy:"10",r:"1.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{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("circle",{cx:"4.5",cy:"8.5",r:"1.5",fill:"currentColor"})),x=C;export{C as IconInsights,x 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconInsights: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"insights, analyze\">\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,qBACpCC,EAAA,cAAC,QACC,EAAE,gRACF,KAAK,eACP,EACAA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACxEA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACxEA,EAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,yFACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,UAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,CACxD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconInsights","props","React","CentralIconBase","IconInsights_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of m(o))!L.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=h(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?k(f(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var I={};g(I,{IconShaders:()=>u,default:()=>B});module.exports=x(I);var n=l(require("react"));var a=l(require("react")),d=({children:r,size:o=24,ariaLabel:e,color:s,ariaHidden:t=!0,style:C,...c})=>a.default.createElement("svg",{...c,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...C}},e&&!t&&a.default.createElement("title",null,e),r);var u=r=>n.default.createElement(d,{...r,ariaLabel:"shaders, material, effect"},n.default.createElement("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("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("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("path",{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShaders: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"shaders, material, effect\">\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpC,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","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconShaders","props","React","CentralIconBase","IconShaders_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import o from"react";import s from"react";var p=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:i,...l})=>s.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},n&&!t&&s.createElement("title",null,n),e);var d=e=>o.createElement(p,{...e,ariaLabel:"shaders, material, effect"},o.createElement("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"}),o.createElement("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"}),o.createElement("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"}),o.createElement("path",{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=d;export{d as IconShaders,h 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShaders: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"shaders, material, effect\">\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpCC,EAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,6GACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconShaders","props","React","CentralIconBase","IconShaders_default"]}
|
package/README.md
CHANGED
@@ -598,6 +598,7 @@ Below is a complete list of available icons:
|
|
598
598
|
- IconEraser
|
599
599
|
- IconEraserSimple
|
600
600
|
- IconFeather
|
601
|
+
- IconGlass
|
601
602
|
- IconHighlight
|
602
603
|
- IconKeyframe
|
603
604
|
- IconLineThickness
|
@@ -616,6 +617,7 @@ Below is a complete list of available icons:
|
|
616
617
|
- IconRewrite1
|
617
618
|
- IconRewrite2
|
618
619
|
- IconRuler
|
620
|
+
- IconShaders
|
619
621
|
- IconSignature
|
620
622
|
- IconSlice
|
621
623
|
- IconSummary
|
@@ -1497,6 +1499,7 @@ Below is a complete list of available icons:
|
|
1497
1499
|
- IconChart5
|
1498
1500
|
- IconChart6
|
1499
1501
|
- IconChart7
|
1502
|
+
- IconInsights
|
1500
1503
|
- IconLeaderboard
|
1501
1504
|
- IconLineChart1
|
1502
1505
|
- IconLineChart2
|
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"
|