@central-icons-react/round-filled-radius-1-stroke-1.5 1.0.4 → 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 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.2051 17.1104L13.7148 19.5H20.2598C20.674 19.5 21.0098 19.8358 21.0098 20.25C21.0098 20.6642 20.674 21 20.2598 21H4.75C3.7835 21 3 20.2165 3 19.25V18.2405C3 17.9326 3.08121 17.6302 3.23543 17.3638L6.35547 11.9736L15.2051 17.1104Z",fill:"currentColor"}),l.default.createElement("path",{d:"M21.2042 8.05528C21.565 8.26468 21.6856 8.72822 21.4726 9.08689L17.9735 14.979C17.4835 15.8042 16.4204 16.0808 15.5904 15.599L7.49261 10.899C6.65079 10.4104 6.36941 9.32881 6.8664 8.49192L10.3552 2.61696C10.5652 2.26333 11.0209 2.1448 11.3766 2.35126L21.2042 8.05528Z",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.2051 17.1104L13.7148 19.5H20.2598C20.674 19.5 21.0098 19.8358 21.0098 20.25C21.0098 20.6642 20.674 21 20.2598 21H4.75C3.7835 21 3 20.2165 3 19.25V18.2405C3 17.9326 3.08121 17.6302 3.23543 17.3638L6.35547 11.9736L15.2051 17.1104Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.2042 8.05528C21.565 8.26468 21.6856 8.72822 21.4726 9.08689L17.9735 14.979C17.4835 15.8042 16.4204 16.0808 15.5904 15.599L7.49261 10.899C6.65079 10.4104 6.36941 9.32881 6.8664 8.49192L10.3552 2.61696C10.5652 2.26333 11.0209 2.1448 11.3766 2.35126L21.2042 8.05528Z\"\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,2OACF,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.2051 17.1104L13.7148 19.5H20.2598C20.674 19.5 21.0098 19.8358 21.0098 20.25C21.0098 20.6642 20.674 21 20.2598 21H4.75C3.7835 21 3 20.2165 3 19.25V18.2405C3 17.9326 3.08121 17.6302 3.23543 17.3638L6.35547 11.9736L15.2051 17.1104Z",fill:"currentColor"}),o.createElement("path",{d:"M21.2042 8.05528C21.565 8.26468 21.6856 8.72822 21.4726 9.08689L17.9735 14.979C17.4835 15.8042 16.4204 16.0808 15.5904 15.599L7.49261 10.899C6.65079 10.4104 6.36941 9.32881 6.8664 8.49192L10.3552 2.61696C10.5652 2.26333 11.0209 2.1448 11.3766 2.35126L21.2042 8.05528Z",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.2051 17.1104L13.7148 19.5H20.2598C20.674 19.5 21.0098 19.8358 21.0098 20.25C21.0098 20.6642 20.674 21 20.2598 21H4.75C3.7835 21 3 20.2165 3 19.25V18.2405C3 17.9326 3.08121 17.6302 3.23543 17.3638L6.35547 11.9736L15.2051 17.1104Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.2042 8.05528C21.565 8.26468 21.6856 8.72822 21.4726 9.08689L17.9735 14.979C17.4835 15.8042 16.4204 16.0808 15.5904 15.599L7.49261 10.899C6.65079 10.4104 6.36941 9.32881 6.8664 8.49192L10.3552 2.61696C10.5652 2.26333 11.0209 2.1448 11.3766 2.35126L21.2042 8.05528Z\"\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,2OACF,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:"M11.25 5.37711L4.13085 3.78973C3.03762 3.54597 2 4.37771 2 5.49779V17.8862C2 18.7059 2.56905 19.4158 3.36915 19.5942L11.25 21.3514V5.37711Z",fill:"currentColor"}),a.default.createElement("path",{d:"M12.75 21.3514L20.6308 19.5942C21.431 19.4158 22 18.7059 22 17.8862V5.49778C22 4.37771 20.9624 3.54597 19.8691 3.78973L12.75 5.37711V21.3514Z",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:"M11.25 5.37711L4.13085 3.78973C3.03762 3.54597 2 4.37771 2 5.49779V17.8862C2 18.7059 2.56905 19.4158 3.36915 19.5942L11.25 21.3514V5.37711Z",fill:"currentColor"}),a.default.createElement("path",{d:"M12.75 21.3514L20.6308 19.5942C21.431 19.4158 22 18.7059 22 17.8862V5.49778C22 4.37771 20.9624 3.54597 19.8691 3.78973L12.75 5.37711V21.3514Z",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=\"M11.25 5.37711L4.13085 3.78973C3.03762 3.54597 2 4.37771 2 5.49779V17.8862C2 18.7059 2.56905 19.4158 3.36915 19.5942L11.25 21.3514V5.37711Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.75 21.3514L20.6308 19.5942C21.431 19.4158 22 18.7059 22 17.8862V5.49778C22 4.37771 20.9624 3.54597 19.8691 3.78973L12.75 5.37711V21.3514Z\"\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,8IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gJACF,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=\"M11.25 5.37711L4.13085 3.78973C3.03762 3.54597 2 4.37771 2 5.49779V17.8862C2 18.7059 2.56905 19.4158 3.36915 19.5942L11.25 21.3514V5.37711Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.75 21.3514L20.6308 19.5942C21.431 19.4158 22 18.7059 22 17.8862V5.49778C22 4.37771 20.9624 3.54597 19.8691 3.78973L12.75 5.37711V21.3514Z\"\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,8IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gJACF,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:"M11.25 5.37711L4.13085 3.78973C3.03762 3.54597 2 4.37771 2 5.49779V17.8862C2 18.7059 2.56905 19.4158 3.36915 19.5942L11.25 21.3514V5.37711Z",fill:"currentColor"}),o.createElement("path",{d:"M12.75 21.3514L20.6308 19.5942C21.431 19.4158 22 18.7059 22 17.8862V5.49778C22 4.37771 20.9624 3.54597 19.8691 3.78973L12.75 5.37711V21.3514Z",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:"M11.25 5.37711L4.13085 3.78973C3.03762 3.54597 2 4.37771 2 5.49779V17.8862C2 18.7059 2.56905 19.4158 3.36915 19.5942L11.25 21.3514V5.37711Z",fill:"currentColor"}),t.createElement("path",{d:"M12.75 21.3514L20.6308 19.5942C21.431 19.4158 22 18.7059 22 17.8862V5.49778C22 4.37771 20.9624 3.54597 19.8691 3.78973L12.75 5.37711V21.3514Z",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=\"M11.25 5.37711L4.13085 3.78973C3.03762 3.54597 2 4.37771 2 5.49779V17.8862C2 18.7059 2.56905 19.4158 3.36915 19.5942L11.25 21.3514V5.37711Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.75 21.3514L20.6308 19.5942C21.431 19.4158 22 18.7059 22 17.8862V5.49778C22 4.37771 20.9624 3.54597 19.8691 3.78973L12.75 5.37711V21.3514Z\"\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,8IACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gJACF,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=\"M11.25 5.37711L4.13085 3.78973C3.03762 3.54597 2 4.37771 2 5.49779V17.8862C2 18.7059 2.56905 19.4158 3.36915 19.5942L11.25 21.3514V5.37711Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.75 21.3514L20.6308 19.5942C21.431 19.4158 22 18.7059 22 17.8862V5.49778C22 4.37771 20.9624 3.54597 19.8691 3.78973L12.75 5.37711V21.3514Z\"\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,8IACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gJACF,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 l=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var x=(r,e)=>{for(var o in e)l(r,o,{get:e[o],enumerable:!0})},C=(r,e,o,p)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of d(e))!w.call(r,t)&&t!==o&&l(r,t,{get:()=>e[t],enumerable:!(p=g(e,t))||p.enumerable});return r};var s=(r,e,o)=>(o=r!=null?u(h(r)):{},C(e||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),B=r=>C(l({},"__esModule",{value:!0}),r);var V={};x(V,{IconNewspaper2:()=>f,default:()=>I});module.exports=B(V);var n=s(require("react"));var a=s(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:m,...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:p,...m}},o&&!t&&a.default.createElement("title",null,o),r);var f=r=>n.default.createElement(i,{...r,ariaLabel:"newspaper-2, guide, info, faq"},n.default.createElement("path",{d:"M11.25 7.75C11.25 5.67893 9.57107 4 7.5 4H2.75C1.7835 4 1 4.7835 1 5.75V18.25C1 19.2165 1.7835 20 2.75 20H8.723C9.28361 20 9.81011 20.135 10.2549 20.4099C10.6676 20.6649 11.0093 21.0186 11.25 21.4378V7.75Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12.75 21.4378C12.9907 21.0186 13.3324 20.6649 13.7451 20.4099C14.1899 20.135 14.7164 20 15.277 20H21.25C22.2165 20 23 19.2165 23 18.25V5.75C23 4.7835 22.2165 4 21.25 4H16.5C14.4289 4 12.75 5.67893 12.75 7.75V21.4378Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12.0102 22H11.9894C11.9963 22.0001 12.0033 22.0001 12.0102 22Z",fill:"currentColor"})),I=f;0&&(module.exports={IconNewspaper2});
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var x=(r,e)=>{for(var o in e)l(r,o,{get:e[o],enumerable:!0})},C=(r,e,o,p)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of d(e))!w.call(r,t)&&t!==o&&l(r,t,{get:()=>e[t],enumerable:!(p=g(e,t))||p.enumerable});return r};var s=(r,e,o)=>(o=r!=null?u(h(r)):{},C(e||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),B=r=>C(l({},"__esModule",{value:!0}),r);var V={};x(V,{IconNewspaper2:()=>f,default:()=>I});module.exports=B(V);var n=s(require("react"));var a=s(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:m,...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:p,...m}},o&&!t&&a.default.createElement("title",null,o),r);var f=r=>n.default.createElement(i,{...r,ariaLabel:"newspaper-2, guide, info, faq, book"},n.default.createElement("path",{d:"M11.25 7.75C11.25 5.67893 9.57107 4 7.5 4H2.75C1.7835 4 1 4.7835 1 5.75V18.25C1 19.2165 1.7835 20 2.75 20H8.723C9.28361 20 9.81011 20.135 10.2549 20.4099C10.6676 20.6649 11.0093 21.0186 11.25 21.4378V7.75Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12.75 21.4378C12.9907 21.0186 13.3324 20.6649 13.7451 20.4099C14.1899 20.135 14.7164 20 15.277 20H21.25C22.2165 20 23 19.2165 23 18.25V5.75C23 4.7835 22.2165 4 21.25 4H16.5C14.4289 4 12.75 5.67893 12.75 7.75V21.4378Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12.0102 22H11.9894C11.9963 22.0001 12.0033 22.0001 12.0102 22Z",fill:"currentColor"})),I=f;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.25 7.75C11.25 5.67893 9.57107 4 7.5 4H2.75C1.7835 4 1 4.7835 1 5.75V18.25C1 19.2165 1.7835 20 2.75 20H8.723C9.28361 20 9.81011 20.135 10.2549 20.4099C10.6676 20.6649 11.0093 21.0186 11.25 21.4378V7.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.75 21.4378C12.9907 21.0186 13.3324 20.6649 13.7451 20.4099C14.1899 20.135 14.7164 20 15.277 20H21.25C22.2165 20 23 19.2165 23 18.25V5.75C23 4.7835 22.2165 4 21.25 4H16.5C14.4289 4 12.75 5.67893 12.75 7.75V21.4378Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0102 22H11.9894C11.9963 22.0001 12.0033 22.0001 12.0102 22Z\"\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,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kEACF,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.25 7.75C11.25 5.67893 9.57107 4 7.5 4H2.75C1.7835 4 1 4.7835 1 5.75V18.25C1 19.2165 1.7835 20 2.75 20H8.723C9.28361 20 9.81011 20.135 10.2549 20.4099C10.6676 20.6649 11.0093 21.0186 11.25 21.4378V7.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.75 21.4378C12.9907 21.0186 13.3324 20.6649 13.7451 20.4099C14.1899 20.135 14.7164 20 15.277 20H21.25C22.2165 20 23 19.2165 23 18.25V5.75C23 4.7835 22.2165 4 21.25 4H16.5C14.4289 4 12.75 5.67893 12.75 7.75V21.4378Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0102 22H11.9894C11.9963 22.0001 12.0033 22.0001 12.0102 22Z\"\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,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kEACF,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 e from"react";import p from"react";var l=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:C,...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,...C}},n&&!t&&p.createElement("title",null,n),o);var i=o=>e.createElement(l,{...o,ariaLabel:"newspaper-2, guide, info, faq"},e.createElement("path",{d:"M11.25 7.75C11.25 5.67893 9.57107 4 7.5 4H2.75C1.7835 4 1 4.7835 1 5.75V18.25C1 19.2165 1.7835 20 2.75 20H8.723C9.28361 20 9.81011 20.135 10.2549 20.4099C10.6676 20.6649 11.0093 21.0186 11.25 21.4378V7.75Z",fill:"currentColor"}),e.createElement("path",{d:"M12.75 21.4378C12.9907 21.0186 13.3324 20.6649 13.7451 20.4099C14.1899 20.135 14.7164 20 15.277 20H21.25C22.2165 20 23 19.2165 23 18.25V5.75C23 4.7835 22.2165 4 21.25 4H16.5C14.4289 4 12.75 5.67893 12.75 7.75V21.4378Z",fill:"currentColor"}),e.createElement("path",{d:"M12.0102 22H11.9894C11.9963 22.0001 12.0033 22.0001 12.0102 22Z",fill:"currentColor"})),g=i;export{i as IconNewspaper2,g as default};
1
+ import e from"react";import p from"react";var l=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:C,...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,...C}},n&&!t&&p.createElement("title",null,n),o);var i=o=>e.createElement(l,{...o,ariaLabel:"newspaper-2, guide, info, faq, book"},e.createElement("path",{d:"M11.25 7.75C11.25 5.67893 9.57107 4 7.5 4H2.75C1.7835 4 1 4.7835 1 5.75V18.25C1 19.2165 1.7835 20 2.75 20H8.723C9.28361 20 9.81011 20.135 10.2549 20.4099C10.6676 20.6649 11.0093 21.0186 11.25 21.4378V7.75Z",fill:"currentColor"}),e.createElement("path",{d:"M12.75 21.4378C12.9907 21.0186 13.3324 20.6649 13.7451 20.4099C14.1899 20.135 14.7164 20 15.277 20H21.25C22.2165 20 23 19.2165 23 18.25V5.75C23 4.7835 22.2165 4 21.25 4H16.5C14.4289 4 12.75 5.67893 12.75 7.75V21.4378Z",fill:"currentColor"}),e.createElement("path",{d:"M12.0102 22H11.9894C11.9963 22.0001 12.0033 22.0001 12.0102 22Z",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.25 7.75C11.25 5.67893 9.57107 4 7.5 4H2.75C1.7835 4 1 4.7835 1 5.75V18.25C1 19.2165 1.7835 20 2.75 20H8.723C9.28361 20 9.81011 20.135 10.2549 20.4099C10.6676 20.6649 11.0093 21.0186 11.25 21.4378V7.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.75 21.4378C12.9907 21.0186 13.3324 20.6649 13.7451 20.4099C14.1899 20.135 14.7164 20 15.277 20H21.25C22.2165 20 23 19.2165 23 18.25V5.75C23 4.7835 22.2165 4 21.25 4H16.5C14.4289 4 12.75 5.67893 12.75 7.75V21.4378Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0102 22H11.9894C11.9963 22.0001 12.0033 22.0001 12.0102 22Z\"\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,gNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kEACF,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.25 7.75C11.25 5.67893 9.57107 4 7.5 4H2.75C1.7835 4 1 4.7835 1 5.75V18.25C1 19.2165 1.7835 20 2.75 20H8.723C9.28361 20 9.81011 20.135 10.2549 20.4099C10.6676 20.6649 11.0093 21.0186 11.25 21.4378V7.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.75 21.4378C12.9907 21.0186 13.3324 20.6649 13.7451 20.4099C14.1899 20.135 14.7164 20 15.277 20H21.25C22.2165 20 23 19.2165 23 18.25V5.75C23 4.7835 22.2165 4 21.25 4H16.5C14.4289 4 12.75 5.67893 12.75 7.75V21.4378Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.0102 22H11.9894C11.9963 22.0001 12.0033 22.0001 12.0102 22Z\"\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,gNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kEACF,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
@@ -611,6 +611,7 @@ Below is a complete list of available icons:
611
611
  - IconMarkdown
612
612
  - IconMarker
613
613
  - IconMarkerCircle
614
+ - IconMarkup
614
615
  - IconPaintBrush
615
616
  - IconPaintBucket
616
617
  - IconPaintBucketDrop
package/icons/index.d.ts CHANGED
@@ -901,6 +901,7 @@ export type CentralIconName =
901
901
  | "IconMarkdown"
902
902
  | "IconMarker"
903
903
  | "IconMarkerCircle"
904
+ | "IconMarkup"
904
905
  | "IconMask"
905
906
  | "IconMastadon"
906
907
  | "IconMathBasic"