@central-icons-react/round-filled-radius-3-stroke-2 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCursorAi: React.FC<CentralIconBaseProps>;
4
+ export default IconCursorAi;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,t)=>{for(var e in t)n(r,e,{get:t[e],enumerable:!0})},p=(r,t,e,C)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of x(t))!I.call(r,o)&&o!==e&&n(r,o,{get:()=>t[o],enumerable:!(C=g(t,o))||C.enumerable});return r};var s=(r,t,e)=>(e=r!=null?f(B(r)):{},p(t||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>p(n({},"__esModule",{value:!0}),r);var w={};L(w,{IconCursorAi:()=>m,default:()=>d});module.exports=h(w);var a=s(require("react"));var l=s(require("react")),i=({children:r,size:t=24,ariaLabel:e,color:C,ariaHidden:o=!0,style:c,...u})=>l.default.createElement("svg",{...u,"aria-hidden":o,role:o?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...c}},e&&!o&&l.default.createElement("title",null,e),r);var m=r=>a.default.createElement(i,{...r,ariaLabel:"cursor-ai, agent, magic"},a.default.createElement("path",{d:"M16.567 5.45466C14.5767 4.96575 14.0344 4.4235 13.5455 2.43314C13.4836 2.18096 13.2599 2 13.0002 2C12.7405 2 12.5168 2.18096 12.4548 2.43314C11.9659 4.4235 11.4237 4.96575 9.43331 5.45466C9.18112 5.5166 9.00017 5.74032 9.00017 6C9.00017 6.25968 9.18112 6.4834 9.43331 6.54534C11.4237 7.03425 11.9659 7.5765 12.4548 9.56686C12.5168 9.81904 12.7405 10 13.0002 10C13.2599 10 13.4836 9.81904 13.5455 9.56686C14.0344 7.5765 14.5767 7.03425 16.567 6.54534C16.8192 6.4834 17.0002 6.25968 17.0002 6C17.0002 5.74032 16.8192 5.5166 16.567 5.45466Z",fill:"currentColor"}),a.default.createElement("path",{d:"M2.53184 6.15989C1.66207 3.7547 4.00821 1.43403 6.40391 2.32981L10.3697 3.81223C10.1843 3.91896 9.90823 4.03118 9.46641 4.15403L9.13536 4.24094C8.34285 4.43575 7.75072 5.1461 7.75059 5.99973C7.75059 6.85348 8.34277 7.56369 9.13536 7.75852C10.0932 7.99384 10.4353 8.1883 10.6236 8.37669C10.812 8.5651 11.0065 8.90707 11.2418 9.86497C11.4366 10.6576 12.1468 11.2497 13.0006 11.2497C13.8542 11.2495 14.5646 10.6574 14.7594 9.86497C14.9947 8.90709 15.1892 8.56507 15.3775 8.37669C15.566 8.18839 15.9083 7.99373 16.8658 7.75852C17.4255 7.6208 17.8842 7.22556 18.1061 6.70481L19.4449 7.20579L19.7955 7.32102C22.5063 8.20555 22.57 12.0171 19.8902 12.9919L15.0152 14.7654L13.1441 19.9099C12.1856 22.5447 8.45748 22.5416 7.50352 19.905L2.53184 6.15989Z",fill:"currentColor"})),d=m;0&&(module.exports={IconCursorAi});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCursorAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconCursorAi: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"cursor-ai, agent, magic\">\n <path\n d=\"M16.567 5.45466C14.5767 4.96575 14.0344 4.4235 13.5455 2.43314C13.4836 2.18096 13.2599 2 13.0002 2C12.7405 2 12.5168 2.18096 12.4548 2.43314C11.9659 4.4235 11.4237 4.96575 9.43331 5.45466C9.18112 5.5166 9.00017 5.74032 9.00017 6C9.00017 6.25968 9.18112 6.4834 9.43331 6.54534C11.4237 7.03425 11.9659 7.5765 12.4548 9.56686C12.5168 9.81904 12.7405 10 13.0002 10C13.2599 10 13.4836 9.81904 13.5455 9.56686C14.0344 7.5765 14.5767 7.03425 16.567 6.54534C16.8192 6.4834 17.0002 6.25968 17.0002 6C17.0002 5.74032 16.8192 5.5166 16.567 5.45466Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M2.53184 6.15989C1.66207 3.7547 4.00821 1.43403 6.40391 2.32981L10.3697 3.81223C10.1843 3.91896 9.90823 4.03118 9.46641 4.15403L9.13536 4.24094C8.34285 4.43575 7.75072 5.1461 7.75059 5.99973C7.75059 6.85348 8.34277 7.56369 9.13536 7.75852C10.0932 7.99384 10.4353 8.1883 10.6236 8.37669C10.812 8.5651 11.0065 8.90707 11.2418 9.86497C11.4366 10.6576 12.1468 11.2497 13.0006 11.2497C13.8542 11.2495 14.5646 10.6574 14.7594 9.86497C14.9947 8.90709 15.1892 8.56507 15.3775 8.37669C15.566 8.18839 15.9083 7.99373 16.8658 7.75852C17.4255 7.6208 17.8842 7.22556 18.1061 6.70481L19.4449 7.20579L19.7955 7.32102C22.5063 8.20555 22.57 12.0171 19.8902 12.9919L15.0152 14.7654L13.1441 19.9099C12.1856 22.5447 8.45748 22.5416 7.50352 19.905L2.53184 6.15989Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursorAi;\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,2BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,4hBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0uBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCursorAi_exports","__export","IconCursorAi","IconCursorAi_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import n from"react";var a=({children:t,size:r=24,ariaLabel:C,color:l,ariaHidden:e=!0,style:p,...s})=>n.createElement("svg",{...s,"aria-hidden":e,role:e?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}},C&&!e&&n.createElement("title",null,C),t);var i=t=>o.createElement(a,{...t,ariaLabel:"cursor-ai, agent, magic"},o.createElement("path",{d:"M16.567 5.45466C14.5767 4.96575 14.0344 4.4235 13.5455 2.43314C13.4836 2.18096 13.2599 2 13.0002 2C12.7405 2 12.5168 2.18096 12.4548 2.43314C11.9659 4.4235 11.4237 4.96575 9.43331 5.45466C9.18112 5.5166 9.00017 5.74032 9.00017 6C9.00017 6.25968 9.18112 6.4834 9.43331 6.54534C11.4237 7.03425 11.9659 7.5765 12.4548 9.56686C12.5168 9.81904 12.7405 10 13.0002 10C13.2599 10 13.4836 9.81904 13.5455 9.56686C14.0344 7.5765 14.5767 7.03425 16.567 6.54534C16.8192 6.4834 17.0002 6.25968 17.0002 6C17.0002 5.74032 16.8192 5.5166 16.567 5.45466Z",fill:"currentColor"}),o.createElement("path",{d:"M2.53184 6.15989C1.66207 3.7547 4.00821 1.43403 6.40391 2.32981L10.3697 3.81223C10.1843 3.91896 9.90823 4.03118 9.46641 4.15403L9.13536 4.24094C8.34285 4.43575 7.75072 5.1461 7.75059 5.99973C7.75059 6.85348 8.34277 7.56369 9.13536 7.75852C10.0932 7.99384 10.4353 8.1883 10.6236 8.37669C10.812 8.5651 11.0065 8.90707 11.2418 9.86497C11.4366 10.6576 12.1468 11.2497 13.0006 11.2497C13.8542 11.2495 14.5646 10.6574 14.7594 9.86497C14.9947 8.90709 15.1892 8.56507 15.3775 8.37669C15.566 8.18839 15.9083 7.99373 16.8658 7.75852C17.4255 7.6208 17.8842 7.22556 18.1061 6.70481L19.4449 7.20579L19.7955 7.32102C22.5063 8.20555 22.57 12.0171 19.8902 12.9919L15.0152 14.7654L13.1441 19.9099C12.1856 22.5447 8.45748 22.5416 7.50352 19.905L2.53184 6.15989Z",fill:"currentColor"})),g=i;export{i as IconCursorAi,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCursorAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconCursorAi: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"cursor-ai, agent, magic\">\n <path\n d=\"M16.567 5.45466C14.5767 4.96575 14.0344 4.4235 13.5455 2.43314C13.4836 2.18096 13.2599 2 13.0002 2C12.7405 2 12.5168 2.18096 12.4548 2.43314C11.9659 4.4235 11.4237 4.96575 9.43331 5.45466C9.18112 5.5166 9.00017 5.74032 9.00017 6C9.00017 6.25968 9.18112 6.4834 9.43331 6.54534C11.4237 7.03425 11.9659 7.5765 12.4548 9.56686C12.5168 9.81904 12.7405 10 13.0002 10C13.2599 10 13.4836 9.81904 13.5455 9.56686C14.0344 7.5765 14.5767 7.03425 16.567 6.54534C16.8192 6.4834 17.0002 6.25968 17.0002 6C17.0002 5.74032 16.8192 5.5166 16.567 5.45466Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M2.53184 6.15989C1.66207 3.7547 4.00821 1.43403 6.40391 2.32981L10.3697 3.81223C10.1843 3.91896 9.90823 4.03118 9.46641 4.15403L9.13536 4.24094C8.34285 4.43575 7.75072 5.1461 7.75059 5.99973C7.75059 6.85348 8.34277 7.56369 9.13536 7.75852C10.0932 7.99384 10.4353 8.1883 10.6236 8.37669C10.812 8.5651 11.0065 8.90707 11.2418 9.86497C11.4366 10.6576 12.1468 11.2497 13.0006 11.2497C13.8542 11.2495 14.5646 10.6574 14.7594 9.86497C14.9947 8.90709 15.1892 8.56507 15.3775 8.37669C15.566 8.18839 15.9083 7.99373 16.8658 7.75852C17.4255 7.6208 17.8842 7.22556 18.1061 6.70481L19.4449 7.20579L19.7955 7.32102C22.5063 8.20555 22.57 12.0171 19.8902 12.9919L15.0152 14.7654L13.1441 19.9099C12.1856 22.5447 8.45748 22.5416 7.50352 19.905L2.53184 6.15989Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursorAi;\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,2BACpCC,EAAA,cAAC,QACC,EAAE,4hBACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,0uBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDispersion: React.FC<CentralIconBaseProps>;
4
+ export default IconDispersion;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of h(o))!x.call(r,e)&&e!==t&&l(r,e,{get:()=>o[e],enumerable:!(n=d(o,e))||n.enumerable});return r};var a=(r,o,t)=>(t=r!=null?c(g(r)):{},i(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>i(l({},"__esModule",{value:!0}),r);var M={};B(M,{IconDispersion:()=>f,default:()=>H});module.exports=I(M);var C=a(require("react"));var p=a(require("react")),s=({children:r,size:o=24,ariaLabel:t,color:n,ariaHidden:e=!0,style:u,...m})=>p.default.createElement("svg",{...m,"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:n,...u}},t&&!e&&p.default.createElement("title",null,t),r);var f=r=>C.default.createElement(s,{...r,ariaLabel:"dispersion, refraction"},C.default.createElement("path",{d:"M12 3C12.5523 3 13 3.44772 13 4V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V4C11 3.44772 11.4477 3 12 3Z",fill:"currentColor"}),C.default.createElement("path",{d:"M15.2002 16.4004C15.5315 15.9586 16.1578 15.869 16.5996 16.2002L20.5996 19.2002C21.0414 19.5315 21.131 20.1578 20.7998 20.5996C20.4685 21.0414 19.8422 21.131 19.4004 20.7998L15.4004 17.7998C14.9586 17.4685 14.869 16.8422 15.2002 16.4004Z",fill:"currentColor"}),C.default.createElement("path",{d:"M8 15C8.55228 15 9 15.4477 9 16C9 16.5523 8.55228 17 8 17H3C2.44772 17 2 16.5523 2 16C2 15.4477 2.44772 15 3 15H8Z",fill:"currentColor"}),C.default.createElement("path",{d:"M8 11C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H8Z",fill:"currentColor"}),C.default.createElement("path",{d:"M21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H16C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11H21Z",fill:"currentColor"}),C.default.createElement("path",{d:"M8 7C8.55228 7 9 7.44772 9 8C9 8.55228 8.55228 9 8 9H3C2.44772 9 2 8.55228 2 8C2 7.44772 2.44772 7 3 7H8Z",fill:"currentColor"}),C.default.createElement("path",{d:"M19.4004 3.2002C19.8422 2.86896 20.4685 2.95861 20.7998 3.40039C21.131 3.84221 21.0414 4.46847 20.5996 4.7998L16.5996 7.7998C16.1578 8.13104 15.5315 8.04139 15.2002 7.59961C14.869 7.15779 14.9586 6.53153 15.4004 6.2002L19.4004 3.2002Z",fill:"currentColor"})),H=f;0&&(module.exports={IconDispersion});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDispersion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDispersion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"dispersion, refraction\">\n <path\n d=\"M12 3C12.5523 3 13 3.44772 13 4V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V4C11 3.44772 11.4477 3 12 3Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.2002 16.4004C15.5315 15.9586 16.1578 15.869 16.5996 16.2002L20.5996 19.2002C21.0414 19.5315 21.131 20.1578 20.7998 20.5996C20.4685 21.0414 19.8422 21.131 19.4004 20.7998L15.4004 17.7998C14.9586 17.4685 14.869 16.8422 15.2002 16.4004Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 15C8.55228 15 9 15.4477 9 16C9 16.5523 8.55228 17 8 17H3C2.44772 17 2 16.5523 2 16C2 15.4477 2.44772 15 3 15H8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 11C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H16C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11H21Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 7C8.55228 7 9 7.44772 9 8C9 8.55228 8.55228 9 8 9H3C2.44772 9 2 8.55228 2 8C2 7.44772 2.44772 7 3 7H8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.4004 3.2002C19.8422 2.86896 20.4685 2.95861 20.7998 3.40039C21.131 3.84221 21.0414 4.46847 20.5996 4.7998L16.5996 7.7998C16.1578 8.13104 15.5315 8.04139 15.2002 7.59961C14.869 7.15779 14.9586 6.53153 15.4004 6.2002L19.4004 3.2002Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDispersion;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6OACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDispersion_exports","__export","IconDispersion","IconDispersion_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconDispersion","props","React","CentralIconBase","IconDispersion_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import n from"react";var l=({children:t,size:o=24,ariaLabel:C,color:p,ariaHidden:e=!0,style:i,...a})=>n.createElement("svg",{...a,"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:p,...i}},C&&!e&&n.createElement("title",null,C),t);var s=t=>r.createElement(l,{...t,ariaLabel:"dispersion, refraction"},r.createElement("path",{d:"M12 3C12.5523 3 13 3.44772 13 4V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V4C11 3.44772 11.4477 3 12 3Z",fill:"currentColor"}),r.createElement("path",{d:"M15.2002 16.4004C15.5315 15.9586 16.1578 15.869 16.5996 16.2002L20.5996 19.2002C21.0414 19.5315 21.131 20.1578 20.7998 20.5996C20.4685 21.0414 19.8422 21.131 19.4004 20.7998L15.4004 17.7998C14.9586 17.4685 14.869 16.8422 15.2002 16.4004Z",fill:"currentColor"}),r.createElement("path",{d:"M8 15C8.55228 15 9 15.4477 9 16C9 16.5523 8.55228 17 8 17H3C2.44772 17 2 16.5523 2 16C2 15.4477 2.44772 15 3 15H8Z",fill:"currentColor"}),r.createElement("path",{d:"M8 11C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H8Z",fill:"currentColor"}),r.createElement("path",{d:"M21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H16C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11H21Z",fill:"currentColor"}),r.createElement("path",{d:"M8 7C8.55228 7 9 7.44772 9 8C9 8.55228 8.55228 9 8 9H3C2.44772 9 2 8.55228 2 8C2 7.44772 2.44772 7 3 7H8Z",fill:"currentColor"}),r.createElement("path",{d:"M19.4004 3.2002C19.8422 2.86896 20.4685 2.95861 20.7998 3.40039C21.131 3.84221 21.0414 4.46847 20.5996 4.7998L16.5996 7.7998C16.1578 8.13104 15.5315 8.04139 15.2002 7.59961C14.869 7.15779 14.9586 6.53153 15.4004 6.2002L19.4004 3.2002Z",fill:"currentColor"})),d=s;export{s as IconDispersion,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDispersion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDispersion: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"dispersion, refraction\">\n <path\n d=\"M12 3C12.5523 3 13 3.44772 13 4V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V4C11 3.44772 11.4477 3 12 3Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.2002 16.4004C15.5315 15.9586 16.1578 15.869 16.5996 16.2002L20.5996 19.2002C21.0414 19.5315 21.131 20.1578 20.7998 20.5996C20.4685 21.0414 19.8422 21.131 19.4004 20.7998L15.4004 17.7998C14.9586 17.4685 14.869 16.8422 15.2002 16.4004Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 15C8.55228 15 9 15.4477 9 16C9 16.5523 8.55228 17 8 17H3C2.44772 17 2 16.5523 2 16C2 15.4477 2.44772 15 3 15H8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 11C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H16C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11H21Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8 7C8.55228 7 9 7.44772 9 8C9 8.55228 8.55228 9 8 9H3C2.44772 9 2 8.55228 2 8C2 7.44772 2.44772 7 3 7H8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.4004 3.2002C19.8422 2.86896 20.4685 2.95861 20.7998 3.40039C21.131 3.84221 21.0414 4.46847 20.5996 4.7998L16.5996 7.7998C16.1578 8.13104 15.5315 8.04139 15.2002 7.59961C14.869 7.15779 14.9586 6.53153 15.4004 6.2002L19.4004 3.2002Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDispersion;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpCC,EAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,qHACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,qHACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,4GACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,6OACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconDispersion","props","React","CentralIconBase","IconDispersion_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMarkup: React.FC<CentralIconBaseProps>;
4
+ export default IconMarkup;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,t)=>{for(var e in t)p(r,e,{get:t[e],enumerable:!0})},C=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of h(t))!B.call(r,o)&&o!==e&&p(r,o,{get:()=>t[o],enumerable:!(n=g(t,o))||n.enumerable});return r};var s=(r,t,e)=>(e=r!=null?f(x(r)):{},C(t||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(p({},"__esModule",{value:!0}),r);var w={};I(w,{IconMarkup:()=>i,default:()=>d});module.exports=L(w);var l=s(require("react"));var a=s(require("react")),m=({children:r,size:t=24,ariaLabel:e,color:n,ariaHidden:o=!0,style:c,...u})=>a.default.createElement("svg",{...u,"aria-hidden":o,role:o?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...c}},e&&!o&&a.default.createElement("title",null,e),r);var i=r=>l.default.createElement(m,{...r,ariaLabel:"markup, marker, highlight"},l.default.createElement("path",{d:"M15.4936 16.6921L14.0537 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H5.5722C4.15161 21 3 19.8484 3 18.4278C3 17.9705 3.12189 17.5215 3.35313 17.1271L6.61962 11.5544L15.4936 16.6921Z",fill:"currentColor"}),l.default.createElement("path",{d:"M21.25 7.62345C21.7323 7.90179 21.8944 8.5205 21.6104 8.99952L19.1865 13.0883C18.3477 14.5031 16.5262 14.9788 15.1028 14.1547L9.0732 10.6639C7.62948 9.82811 7.14492 7.97505 7.99467 6.53949L10.3878 2.49659C10.6669 2.02504 11.2736 1.86596 11.7482 2.13986L21.25 7.62345Z",fill:"currentColor"})),d=i;0&&(module.exports={IconMarkup});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMarkup/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMarkup: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"markup, marker, highlight\">\n <path\n d=\"M15.4936 16.6921L14.0537 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H5.5722C4.15161 21 3 19.8484 3 18.4278C3 17.9705 3.12189 17.5215 3.35313 17.1271L6.61962 11.5544L15.4936 16.6921Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.25 7.62345C21.7323 7.90179 21.8944 8.5205 21.6104 8.99952L19.1865 13.0883C18.3477 14.5031 16.5262 14.9788 15.1028 14.1547L9.0732 10.6639C7.62948 9.82811 7.14492 7.97505 7.99467 6.53949L10.3878 2.49659C10.6669 2.02504 11.2736 1.86596 11.7482 2.13986L21.25 7.62345Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarkup;\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,gBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,0MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMarkup_exports","__export","IconMarkup","IconMarkup_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconMarkup","props","React","CentralIconBase","IconMarkup_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";var l=({children:t,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:C,...s})=>p.createElement("svg",{...s,"aria-hidden":e,role:e?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,...C}},n&&!e&&p.createElement("title",null,n),t);var m=t=>o.createElement(l,{...t,ariaLabel:"markup, marker, highlight"},o.createElement("path",{d:"M15.4936 16.6921L14.0537 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H5.5722C4.15161 21 3 19.8484 3 18.4278C3 17.9705 3.12189 17.5215 3.35313 17.1271L6.61962 11.5544L15.4936 16.6921Z",fill:"currentColor"}),o.createElement("path",{d:"M21.25 7.62345C21.7323 7.90179 21.8944 8.5205 21.6104 8.99952L19.1865 13.0883C18.3477 14.5031 16.5262 14.9788 15.1028 14.1547L9.0732 10.6639C7.62948 9.82811 7.14492 7.97505 7.99467 6.53949L10.3878 2.49659C10.6669 2.02504 11.2736 1.86596 11.7482 2.13986L21.25 7.62345Z",fill:"currentColor"})),g=m;export{m as IconMarkup,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMarkup/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMarkup: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"markup, marker, highlight\">\n <path\n d=\"M15.4936 16.6921L14.0537 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H5.5722C4.15161 21 3 19.8484 3 18.4278C3 17.9705 3.12189 17.5215 3.35313 17.1271L6.61962 11.5544L15.4936 16.6921Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.25 7.62345C21.7323 7.90179 21.8944 8.5205 21.6104 8.99952L19.1865 13.0883C18.3477 14.5031 16.5262 14.9788 15.1028 14.1547L9.0732 10.6639C7.62948 9.82811 7.14492 7.97505 7.99467 6.53949L10.3878 2.49659C10.6669 2.02504 11.2736 1.86596 11.7482 2.13986L21.25 7.62345Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarkup;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpCC,EAAA,cAAC,QACC,EAAE,0MACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,8QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconMarkup","props","React","CentralIconBase","IconMarkup_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var w=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var t in e)p(r,t,{get:e[t],enumerable:!0})},s=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of w(e))!B.call(r,o)&&o!==t&&p(r,o,{get:()=>e[o],enumerable:!(n=g(e,o))||n.enumerable});return r};var i=(r,e,t)=>(t=r!=null?u(x(r)):{},s(e||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>s(p({},"__esModule",{value:!0}),r);var h={};I(h,{IconNewspaper1:()=>m,default:()=>d});module.exports=V(h);var a=i(require("react"));var l=i(require("react")),C=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:f,...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,...f}},t&&!o&&l.default.createElement("title",null,t),r);var m=r=>a.default.createElement(C,{...r,ariaLabel:"newspaper-1, guide, info, faq"},a.default.createElement("path",{d:"M13 5.00344V21.0522L18.8677 19.7483C20.6979 19.3416 22 17.7183 22 15.8435V7.9899C22 5.43091 19.6303 3.53003 17.1323 4.08516L13 5.00344Z",fill:"currentColor"}),a.default.createElement("path",{d:"M11 21.0522V5.00344L6.86772 4.08516C4.36967 3.53003 2 5.43091 2 7.9899V15.8435C2 17.7183 3.30213 19.3416 5.13228 19.7483L11 21.0522Z",fill:"currentColor"})),d=m;0&&(module.exports={IconNewspaper1});
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var w=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0})},s=(r,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of w(e))!B.call(r,t)&&t!==o&&p(r,t,{get:()=>e[t],enumerable:!(n=g(e,t))||n.enumerable});return r};var i=(r,e,o)=>(o=r!=null?u(x(r)):{},s(e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),V=r=>s(p({},"__esModule",{value:!0}),r);var h={};I(h,{IconNewspaper1:()=>m,default:()=>d});module.exports=V(h);var a=i(require("react"));var l=i(require("react")),C=({children:r,size:e=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:f,...c})=>l.default.createElement("svg",{...c,"aria-hidden":t,role:t?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,...f}},o&&!t&&l.default.createElement("title",null,o),r);var m=r=>a.default.createElement(C,{...r,ariaLabel:"newspaper-1, guide, info, faq, book"},a.default.createElement("path",{d:"M13 5.00344V21.0522L18.8677 19.7483C20.6979 19.3416 22 17.7183 22 15.8435V7.9899C22 5.43091 19.6303 3.53003 17.1323 4.08516L13 5.00344Z",fill:"currentColor"}),a.default.createElement("path",{d:"M11 21.0522V5.00344L6.86772 4.08516C4.36967 3.53003 2 5.43091 2 7.9899V15.8435C2 17.7183 3.30213 19.3416 5.13228 19.7483L11 21.0522Z",fill:"currentColor"})),d=m;0&&(module.exports={IconNewspaper1});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconNewspaper1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNewspaper1: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"newspaper-1, guide, info, faq\">\n <path\n d=\"M13 5.00344V21.0522L18.8677 19.7483C20.6979 19.3416 22 17.7183 22 15.8435V7.9899C22 5.43091 19.6303 3.53003 17.1323 4.08516L13 5.00344Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 21.0522V5.00344L6.86772 4.08516C4.36967 3.53003 2 5.43091 2 7.9899V15.8435C2 17.7183 3.30213 19.3416 5.13228 19.7483L11 21.0522Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNewspaper1;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,0IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconNewspaper1_exports","__export","IconNewspaper1","IconNewspaper1_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconNewspaper1","props","React","CentralIconBase","IconNewspaper1_default"]}
1
+ {"version":3,"sources":["../src/IconNewspaper1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNewspaper1: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"newspaper-1, guide, info, faq, book\">\n <path\n d=\"M13 5.00344V21.0522L18.8677 19.7483C20.6979 19.3416 22 17.7183 22 15.8435V7.9899C22 5.43091 19.6303 3.53003 17.1323 4.08516L13 5.00344Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 21.0522V5.00344L6.86772 4.08516C4.36967 3.53003 2 5.43091 2 7.9899V15.8435C2 17.7183 3.30213 19.3416 5.13228 19.7483L11 21.0522Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNewspaper1;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,0IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconNewspaper1_exports","__export","IconNewspaper1","IconNewspaper1_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconNewspaper1","props","React","CentralIconBase","IconNewspaper1_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";var a=({children:e,size:r=24,ariaLabel:n,color:l,ariaHidden:t=!0,style:s,...i})=>p.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,...s}},n&&!t&&p.createElement("title",null,n),e);var C=e=>o.createElement(a,{...e,ariaLabel:"newspaper-1, guide, info, faq"},o.createElement("path",{d:"M13 5.00344V21.0522L18.8677 19.7483C20.6979 19.3416 22 17.7183 22 15.8435V7.9899C22 5.43091 19.6303 3.53003 17.1323 4.08516L13 5.00344Z",fill:"currentColor"}),o.createElement("path",{d:"M11 21.0522V5.00344L6.86772 4.08516C4.36967 3.53003 2 5.43091 2 7.9899V15.8435C2 17.7183 3.30213 19.3416 5.13228 19.7483L11 21.0522Z",fill:"currentColor"})),g=C;export{C as IconNewspaper1,g as default};
1
+ import t from"react";import p from"react";var a=({children:e,size:r=24,ariaLabel:n,color:l,ariaHidden:o=!0,style:s,...i})=>p.createElement("svg",{...i,"aria-hidden":o,role:o?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,...s}},n&&!o&&p.createElement("title",null,n),e);var C=e=>t.createElement(a,{...e,ariaLabel:"newspaper-1, guide, info, faq, book"},t.createElement("path",{d:"M13 5.00344V21.0522L18.8677 19.7483C20.6979 19.3416 22 17.7183 22 15.8435V7.9899C22 5.43091 19.6303 3.53003 17.1323 4.08516L13 5.00344Z",fill:"currentColor"}),t.createElement("path",{d:"M11 21.0522V5.00344L6.86772 4.08516C4.36967 3.53003 2 5.43091 2 7.9899V15.8435C2 17.7183 3.30213 19.3416 5.13228 19.7483L11 21.0522Z",fill:"currentColor"})),g=C;export{C as IconNewspaper1,g as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconNewspaper1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNewspaper1: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"newspaper-1, guide, info, faq\">\n <path\n d=\"M13 5.00344V21.0522L18.8677 19.7483C20.6979 19.3416 22 17.7183 22 15.8435V7.9899C22 5.43091 19.6303 3.53003 17.1323 4.08516L13 5.00344Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 21.0522V5.00344L6.86772 4.08516C4.36967 3.53003 2 5.43091 2 7.9899V15.8435C2 17.7183 3.30213 19.3416 5.13228 19.7483L11 21.0522Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNewspaper1;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iCACpCC,EAAA,cAAC,QACC,EAAE,0IACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,uIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconNewspaper1","props","React","CentralIconBase","IconNewspaper1_default"]}
1
+ {"version":3,"sources":["../src/IconNewspaper1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNewspaper1: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"newspaper-1, guide, info, faq, book\">\n <path\n d=\"M13 5.00344V21.0522L18.8677 19.7483C20.6979 19.3416 22 17.7183 22 15.8435V7.9899C22 5.43091 19.6303 3.53003 17.1323 4.08516L13 5.00344Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11 21.0522V5.00344L6.86772 4.08516C4.36967 3.53003 2 5.43091 2 7.9899V15.8435C2 17.7183 3.30213 19.3416 5.13228 19.7483L11 21.0522Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNewspaper1;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uCACpCC,EAAA,cAAC,QACC,EAAE,0IACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,uIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconNewspaper1","props","React","CentralIconBase","IconNewspaper1_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var w=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var t in e)p(r,t,{get:e[t],enumerable:!0})},l=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of w(e))!B.call(r,o)&&o!==t&&p(r,o,{get:()=>e[o],enumerable:!(n=g(e,o))||n.enumerable});return r};var s=(r,e,t)=>(t=r!=null?u(x(r)):{},l(e||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>l(p({},"__esModule",{value:!0}),r);var y={};I(y,{IconNewspaper2:()=>m,default:()=>h});module.exports=d(y);var C=s(require("react"));var a=s(require("react")),i=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:f,...c})=>a.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,...f}},t&&!o&&a.default.createElement("title",null,t),r);var m=r=>C.default.createElement(i,{...r,ariaLabel:"newspaper-2, guide, info, faq"},C.default.createElement("path",{d:"M11 8.00011C11 5.79097 9.20915 4.00011 7.00001 4.00011C6.00016 4.00011 5.0003 4.00016 4.00045 4.00017C2.34343 4.00019 1 5.3434 0.999996 7.00042C0.999986 10.3337 1.00003 13.667 1.00002 17.0002C1.00002 18.657 2.34304 20.0002 3.99983 20.0002C5.57422 20.0002 7.14862 20.0001 8.72301 20.0001C9.24368 20.0001 9.72336 20.1254 10.1234 20.3726C10.4822 20.5943 10.7822 20.8975 11 21.2562V8.00011Z",fill:"currentColor"}),C.default.createElement("path",{d:"M13 21.2562C13.2178 20.8975 13.5178 20.5943 13.8766 20.3726C14.2767 20.1254 14.7563 20.0001 15.277 20.0001C16.8513 20.0001 18.4257 20.0001 20 20.0001C21.6569 20.0001 23 18.657 23 17.0001C23 13.6668 23 10.3336 23 7.00028C23 5.34334 21.6567 4.00015 19.9998 4.00014C18.9999 4.00013 17.9999 4.00011 17 4.00011C14.7909 4.00011 13 5.79097 13 8.00011V21.2562Z",fill:"currentColor"})),h=m;0&&(module.exports={IconNewspaper2});
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var w=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of w(e))!B.call(r,t)&&t!==o&&p(r,t,{get:()=>e[t],enumerable:!(n=g(e,t))||n.enumerable});return r};var s=(r,e,o)=>(o=r!=null?u(x(r)):{},l(e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),d=r=>l(p({},"__esModule",{value:!0}),r);var b={};I(b,{IconNewspaper2:()=>m,default:()=>h});module.exports=d(b);var C=s(require("react"));var a=s(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:f,...c})=>a.default.createElement("svg",{...c,"aria-hidden":t,role:t?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,...f}},o&&!t&&a.default.createElement("title",null,o),r);var m=r=>C.default.createElement(i,{...r,ariaLabel:"newspaper-2, guide, info, faq, book"},C.default.createElement("path",{d:"M11 8.00011C11 5.79097 9.20915 4.00011 7.00001 4.00011C6.00016 4.00011 5.0003 4.00016 4.00045 4.00017C2.34343 4.00019 1 5.3434 0.999996 7.00042C0.999986 10.3337 1.00003 13.667 1.00002 17.0002C1.00002 18.657 2.34304 20.0002 3.99983 20.0002C5.57422 20.0002 7.14862 20.0001 8.72301 20.0001C9.24368 20.0001 9.72336 20.1254 10.1234 20.3726C10.4822 20.5943 10.7822 20.8975 11 21.2562V8.00011Z",fill:"currentColor"}),C.default.createElement("path",{d:"M13 21.2562C13.2178 20.8975 13.5178 20.5943 13.8766 20.3726C14.2767 20.1254 14.7563 20.0001 15.277 20.0001C16.8513 20.0001 18.4257 20.0001 20 20.0001C21.6569 20.0001 23 18.657 23 17.0001C23 13.6668 23 10.3336 23 7.00028C23 5.34334 21.6567 4.00015 19.9998 4.00014C18.9999 4.00013 17.9999 4.00011 17 4.00011C14.7909 4.00011 13 5.79097 13 8.00011V21.2562Z",fill:"currentColor"})),h=m;0&&(module.exports={IconNewspaper2});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconNewspaper2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNewspaper2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"newspaper-2, guide, info, faq\">\n <path\n d=\"M11 8.00011C11 5.79097 9.20915 4.00011 7.00001 4.00011C6.00016 4.00011 5.0003 4.00016 4.00045 4.00017C2.34343 4.00019 1 5.3434 0.999996 7.00042C0.999986 10.3337 1.00003 13.667 1.00002 17.0002C1.00002 18.657 2.34304 20.0002 3.99983 20.0002C5.57422 20.0002 7.14862 20.0001 8.72301 20.0001C9.24368 20.0001 9.72336 20.1254 10.1234 20.3726C10.4822 20.5943 10.7822 20.8975 11 21.2562V8.00011Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 21.2562C13.2178 20.8975 13.5178 20.5943 13.8766 20.3726C14.2767 20.1254 14.7563 20.0001 15.277 20.0001C16.8513 20.0001 18.4257 20.0001 20 20.0001C21.6569 20.0001 23 18.657 23 17.0001C23 13.6668 23 10.3336 23 7.00028C23 5.34334 21.6567 4.00015 19.9998 4.00014C18.9999 4.00013 17.9999 4.00011 17 4.00011C14.7909 4.00011 13 5.79097 13 8.00011V21.2562Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNewspaper2;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,qYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mWACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconNewspaper2_exports","__export","IconNewspaper2","IconNewspaper2_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconNewspaper2","props","React","CentralIconBase","IconNewspaper2_default"]}
1
+ {"version":3,"sources":["../src/IconNewspaper2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNewspaper2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"newspaper-2, guide, info, faq, book\">\n <path\n d=\"M11 8.00011C11 5.79097 9.20915 4.00011 7.00001 4.00011C6.00016 4.00011 5.0003 4.00016 4.00045 4.00017C2.34343 4.00019 1 5.3434 0.999996 7.00042C0.999986 10.3337 1.00003 13.667 1.00002 17.0002C1.00002 18.657 2.34304 20.0002 3.99983 20.0002C5.57422 20.0002 7.14862 20.0001 8.72301 20.0001C9.24368 20.0001 9.72336 20.1254 10.1234 20.3726C10.4822 20.5943 10.7822 20.8975 11 21.2562V8.00011Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 21.2562C13.2178 20.8975 13.5178 20.5943 13.8766 20.3726C14.2767 20.1254 14.7563 20.0001 15.277 20.0001C16.8513 20.0001 18.4257 20.0001 20 20.0001C21.6569 20.0001 23 18.657 23 17.0001C23 13.6668 23 10.3336 23 7.00028C23 5.34334 21.6567 4.00015 19.9998 4.00014C18.9999 4.00013 17.9999 4.00011 17 4.00011C14.7909 4.00011 13 5.79097 13 8.00011V21.2562Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNewspaper2;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,qYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mWACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconNewspaper2_exports","__export","IconNewspaper2","IconNewspaper2_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconNewspaper2","props","React","CentralIconBase","IconNewspaper2_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";var C=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:l,...s})=>p.createElement("svg",{...s,"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,...l}},n&&!t&&p.createElement("title",null,n),e);var i=e=>o.createElement(C,{...e,ariaLabel:"newspaper-2, guide, info, faq"},o.createElement("path",{d:"M11 8.00011C11 5.79097 9.20915 4.00011 7.00001 4.00011C6.00016 4.00011 5.0003 4.00016 4.00045 4.00017C2.34343 4.00019 1 5.3434 0.999996 7.00042C0.999986 10.3337 1.00003 13.667 1.00002 17.0002C1.00002 18.657 2.34304 20.0002 3.99983 20.0002C5.57422 20.0002 7.14862 20.0001 8.72301 20.0001C9.24368 20.0001 9.72336 20.1254 10.1234 20.3726C10.4822 20.5943 10.7822 20.8975 11 21.2562V8.00011Z",fill:"currentColor"}),o.createElement("path",{d:"M13 21.2562C13.2178 20.8975 13.5178 20.5943 13.8766 20.3726C14.2767 20.1254 14.7563 20.0001 15.277 20.0001C16.8513 20.0001 18.4257 20.0001 20 20.0001C21.6569 20.0001 23 18.657 23 17.0001C23 13.6668 23 10.3336 23 7.00028C23 5.34334 21.6567 4.00015 19.9998 4.00014C18.9999 4.00013 17.9999 4.00011 17 4.00011C14.7909 4.00011 13 5.79097 13 8.00011V21.2562Z",fill:"currentColor"})),g=i;export{i as IconNewspaper2,g as default};
1
+ import t from"react";import p from"react";var C=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:l,...s})=>p.createElement("svg",{...s,"aria-hidden":o,role:o?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,...l}},n&&!o&&p.createElement("title",null,n),e);var i=e=>t.createElement(C,{...e,ariaLabel:"newspaper-2, guide, info, faq, book"},t.createElement("path",{d:"M11 8.00011C11 5.79097 9.20915 4.00011 7.00001 4.00011C6.00016 4.00011 5.0003 4.00016 4.00045 4.00017C2.34343 4.00019 1 5.3434 0.999996 7.00042C0.999986 10.3337 1.00003 13.667 1.00002 17.0002C1.00002 18.657 2.34304 20.0002 3.99983 20.0002C5.57422 20.0002 7.14862 20.0001 8.72301 20.0001C9.24368 20.0001 9.72336 20.1254 10.1234 20.3726C10.4822 20.5943 10.7822 20.8975 11 21.2562V8.00011Z",fill:"currentColor"}),t.createElement("path",{d:"M13 21.2562C13.2178 20.8975 13.5178 20.5943 13.8766 20.3726C14.2767 20.1254 14.7563 20.0001 15.277 20.0001C16.8513 20.0001 18.4257 20.0001 20 20.0001C21.6569 20.0001 23 18.657 23 17.0001C23 13.6668 23 10.3336 23 7.00028C23 5.34334 21.6567 4.00015 19.9998 4.00014C18.9999 4.00013 17.9999 4.00011 17 4.00011C14.7909 4.00011 13 5.79097 13 8.00011V21.2562Z",fill:"currentColor"})),g=i;export{i as IconNewspaper2,g as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconNewspaper2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNewspaper2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"newspaper-2, guide, info, faq\">\n <path\n d=\"M11 8.00011C11 5.79097 9.20915 4.00011 7.00001 4.00011C6.00016 4.00011 5.0003 4.00016 4.00045 4.00017C2.34343 4.00019 1 5.3434 0.999996 7.00042C0.999986 10.3337 1.00003 13.667 1.00002 17.0002C1.00002 18.657 2.34304 20.0002 3.99983 20.0002C5.57422 20.0002 7.14862 20.0001 8.72301 20.0001C9.24368 20.0001 9.72336 20.1254 10.1234 20.3726C10.4822 20.5943 10.7822 20.8975 11 21.2562V8.00011Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 21.2562C13.2178 20.8975 13.5178 20.5943 13.8766 20.3726C14.2767 20.1254 14.7563 20.0001 15.277 20.0001C16.8513 20.0001 18.4257 20.0001 20 20.0001C21.6569 20.0001 23 18.657 23 17.0001C23 13.6668 23 10.3336 23 7.00028C23 5.34334 21.6567 4.00015 19.9998 4.00014C18.9999 4.00013 17.9999 4.00011 17 4.00011C14.7909 4.00011 13 5.79097 13 8.00011V21.2562Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNewspaper2;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iCACpCC,EAAA,cAAC,QACC,EAAE,qYACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mWACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconNewspaper2","props","React","CentralIconBase","IconNewspaper2_default"]}
1
+ {"version":3,"sources":["../src/IconNewspaper2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNewspaper2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"newspaper-2, guide, info, faq, book\">\n <path\n d=\"M11 8.00011C11 5.79097 9.20915 4.00011 7.00001 4.00011C6.00016 4.00011 5.0003 4.00016 4.00045 4.00017C2.34343 4.00019 1 5.3434 0.999996 7.00042C0.999986 10.3337 1.00003 13.667 1.00002 17.0002C1.00002 18.657 2.34304 20.0002 3.99983 20.0002C5.57422 20.0002 7.14862 20.0001 8.72301 20.0001C9.24368 20.0001 9.72336 20.1254 10.1234 20.3726C10.4822 20.5943 10.7822 20.8975 11 21.2562V8.00011Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13 21.2562C13.2178 20.8975 13.5178 20.5943 13.8766 20.3726C14.2767 20.1254 14.7563 20.0001 15.277 20.0001C16.8513 20.0001 18.4257 20.0001 20 20.0001C21.6569 20.0001 23 18.657 23 17.0001C23 13.6668 23 10.3336 23 7.00028C23 5.34334 21.6567 4.00015 19.9998 4.00014C18.9999 4.00013 17.9999 4.00011 17 4.00011C14.7909 4.00011 13 5.79097 13 8.00011V21.2562Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNewspaper2;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uCACpCC,EAAA,cAAC,QACC,EAAE,qYACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mWACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconNewspaper2","props","React","CentralIconBase","IconNewspaper2_default"]}
package/README.md CHANGED
@@ -181,6 +181,7 @@ Below is a complete list of available icons:
181
181
  - IconBrain1
182
182
  - IconBrain2
183
183
  - IconBroomSparkle
184
+ - IconCursorAi
184
185
  - IconCuteRobot
185
186
  - IconEyeSparkle
186
187
  - IconFortuneTellerBall
@@ -595,6 +596,7 @@ Below is a complete list of available icons:
595
596
  - IconColorSwatch
596
597
  - IconComponents
597
598
  - IconCornerRadius
599
+ - IconDispersion
598
600
  - IconEditBig
599
601
  - IconEditSmall1
600
602
  - IconEditSmall2
@@ -609,6 +611,7 @@ Below is a complete list of available icons:
609
611
  - IconMarkdown
610
612
  - IconMarker
611
613
  - IconMarkerCircle
614
+ - IconMarkup
612
615
  - IconPaintBrush
613
616
  - IconPaintBucket
614
617
  - IconPaintBucketDrop
package/icons/index.d.ts CHANGED
@@ -513,6 +513,7 @@ export type CentralIconName =
513
513
  | "IconCursor1"
514
514
  | "IconCursor2"
515
515
  | "IconCursor3"
516
+ | "IconCursorAi"
516
517
  | "IconCursorClick"
517
518
  | "IconCursorList"
518
519
  | "IconCurtain"
@@ -547,6 +548,7 @@ export type CentralIconName =
547
548
  | "IconDirectorChair"
548
549
  | "IconDiscord"
549
550
  | "IconDishwasher"
551
+ | "IconDispersion"
550
552
  | "IconDivider"
551
553
  | "IconDollar"
552
554
  | "IconDonut"
@@ -899,6 +901,7 @@ export type CentralIconName =
899
901
  | "IconMarkdown"
900
902
  | "IconMarker"
901
903
  | "IconMarkerCircle"
904
+ | "IconMarkup"
902
905
  | "IconMask"
903
906
  | "IconMastadon"
904
907
  | "IconMathBasic"