@central-icons-react/square-filled-radius-0-stroke-1.5 0.0.49 → 0.0.50

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 IconBanana: React.FC<CentralIconBaseProps>;
4
+ export default IconBanana;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var C=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(e,r)=>{for(var t in r)C(e,t,{get:r[t],enumerable:!0})},p=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of d(r))!g.call(e,o)&&o!==t&&C(e,o,{get:()=>r[o],enumerable:!(n=L(r,o))||n.enumerable});return e};var s=(e,r,t)=>(t=e!=null?u(B(e)):{},p(r||!e||!e.__esModule?C(t,"default",{value:e,enumerable:!0}):t,e)),I=e=>p(C({},"__esModule",{value:!0}),e);var h={};x(h,{IconBanana:()=>m,default:()=>b});module.exports=I(h);var l=s(require("react"));var a=s(require("react")),i=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:c,...f})=>a.default.createElement("svg",{...f,"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:n,...c}},t&&!o&&a.default.createElement("title",null,t),e);var m=e=>l.default.createElement(i,{...e,ariaLabel:"banana, fruit"},l.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.6406 3C18.9208 3 20.0449 3.9844 20.082 5.32422C20.1513 7.82933 19.8473 10.2188 19.1201 12.6445C19.836 13.0981 20.3856 13.7386 20.7275 14.5098C21.6198 16.5224 20.9537 19.1194 18.6162 20.8525L18.417 21H15.1797L15.5449 19.9941C15.9357 18.9195 16.097 18.0428 16.0254 17.2285C12.5221 19.9869 7.85239 21.9648 3.34766 19.1006L3 18.8799V15.8369L3.71777 15.8057C6.49791 15.685 8.70221 14.7053 10.4932 12.916C9.65404 12.8642 8.82475 12.9181 7.97168 13.1338L7.45605 13.2646L7.16309 12.8203L5.76758 10.7119L6.24902 10.2803C7.6694 9.00513 10.043 7.98105 12.0195 8.08496C12.5754 8.11421 13.129 8.23594 13.624 8.48633L15.3506 4.50391C15.7461 3.59107 16.6458 3.00001 17.6406 3ZM15.9307 13.4199C16.7029 14.4257 17.1964 15.3905 17.4141 16.3984C17.6356 17.4249 17.556 18.4354 17.2725 19.5H17.9131C19.6081 18.1351 19.9018 16.347 19.3564 15.1172C18.9024 14.0935 17.7662 13.2501 15.9307 13.4199ZM17.6406 4.5C17.2437 4.50001 16.8845 4.73551 16.7266 5.09961L14.8018 9.54199C15.2177 10.1842 15.4103 11.0009 15.3828 11.9785C16.2403 11.8512 17.0289 11.888 17.7295 12.0596C18.3772 9.84233 18.6464 7.66041 18.583 5.36621C18.5701 4.89777 18.1694 4.5 17.6406 4.5ZM11.9404 9.58301C10.6318 9.51425 8.94857 10.1305 7.75195 10.9932L8.12988 11.5645C10.1421 11.1803 12.0251 11.5227 13.8818 11.9863C13.9142 11.1391 13.7307 10.6053 13.4873 10.2764C13.1811 9.86276 12.6684 9.62128 11.9404 9.58301Z",fill:"currentColor"})),b=m;0&&(module.exports={IconBanana});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBanana/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBanana: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"banana, fruit\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.6406 3C18.9208 3 20.0449 3.9844 20.082 5.32422C20.1513 7.82933 19.8473 10.2188 19.1201 12.6445C19.836 13.0981 20.3856 13.7386 20.7275 14.5098C21.6198 16.5224 20.9537 19.1194 18.6162 20.8525L18.417 21H15.1797L15.5449 19.9941C15.9357 18.9195 16.097 18.0428 16.0254 17.2285C12.5221 19.9869 7.85239 21.9648 3.34766 19.1006L3 18.8799V15.8369L3.71777 15.8057C6.49791 15.685 8.70221 14.7053 10.4932 12.916C9.65404 12.8642 8.82475 12.9181 7.97168 13.1338L7.45605 13.2646L7.16309 12.8203L5.76758 10.7119L6.24902 10.2803C7.6694 9.00513 10.043 7.98105 12.0195 8.08496C12.5754 8.11421 13.129 8.23594 13.624 8.48633L15.3506 4.50391C15.7461 3.59107 16.6458 3.00001 17.6406 3ZM15.9307 13.4199C16.7029 14.4257 17.1964 15.3905 17.4141 16.3984C17.6356 17.4249 17.556 18.4354 17.2725 19.5H17.9131C19.6081 18.1351 19.9018 16.347 19.3564 15.1172C18.9024 14.0935 17.7662 13.2501 15.9307 13.4199ZM17.6406 4.5C17.2437 4.50001 16.8845 4.73551 16.7266 5.09961L14.8018 9.54199C15.2177 10.1842 15.4103 11.0009 15.3828 11.9785C16.2403 11.8512 17.0289 11.888 17.7295 12.0596C18.3772 9.84233 18.6464 7.66041 18.583 5.36621C18.5701 4.89777 18.1694 4.5 17.6406 4.5ZM11.9404 9.58301C10.6318 9.51425 8.94857 10.1305 7.75195 10.9932L8.12988 11.5645C10.1421 11.1803 12.0251 11.5227 13.8818 11.9863C13.9142 11.1391 13.7307 10.6053 13.4873 10.2764C13.1811 9.86276 12.6684 9.62128 11.9404 9.58301Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBanana;\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,iBACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,o1CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBanana_exports","__export","IconBanana","IconBanana_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconBanana","props","React","CentralIconBase","IconBanana_default"]}
@@ -0,0 +1,2 @@
1
+ import a from"react";import n from"react";var C=({children:r,size:e=24,ariaLabel:o,color:l,ariaHidden:t=!0,style:p,...s})=>n.createElement("svg",{...s,"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:l,...p}},o&&!t&&n.createElement("title",null,o),r);var i=r=>a.createElement(C,{...r,ariaLabel:"banana, fruit"},a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.6406 3C18.9208 3 20.0449 3.9844 20.082 5.32422C20.1513 7.82933 19.8473 10.2188 19.1201 12.6445C19.836 13.0981 20.3856 13.7386 20.7275 14.5098C21.6198 16.5224 20.9537 19.1194 18.6162 20.8525L18.417 21H15.1797L15.5449 19.9941C15.9357 18.9195 16.097 18.0428 16.0254 17.2285C12.5221 19.9869 7.85239 21.9648 3.34766 19.1006L3 18.8799V15.8369L3.71777 15.8057C6.49791 15.685 8.70221 14.7053 10.4932 12.916C9.65404 12.8642 8.82475 12.9181 7.97168 13.1338L7.45605 13.2646L7.16309 12.8203L5.76758 10.7119L6.24902 10.2803C7.6694 9.00513 10.043 7.98105 12.0195 8.08496C12.5754 8.11421 13.129 8.23594 13.624 8.48633L15.3506 4.50391C15.7461 3.59107 16.6458 3.00001 17.6406 3ZM15.9307 13.4199C16.7029 14.4257 17.1964 15.3905 17.4141 16.3984C17.6356 17.4249 17.556 18.4354 17.2725 19.5H17.9131C19.6081 18.1351 19.9018 16.347 19.3564 15.1172C18.9024 14.0935 17.7662 13.2501 15.9307 13.4199ZM17.6406 4.5C17.2437 4.50001 16.8845 4.73551 16.7266 5.09961L14.8018 9.54199C15.2177 10.1842 15.4103 11.0009 15.3828 11.9785C16.2403 11.8512 17.0289 11.888 17.7295 12.0596C18.3772 9.84233 18.6464 7.66041 18.583 5.36621C18.5701 4.89777 18.1694 4.5 17.6406 4.5ZM11.9404 9.58301C10.6318 9.51425 8.94857 10.1305 7.75195 10.9932L8.12988 11.5645C10.1421 11.1803 12.0251 11.5227 13.8818 11.9863C13.9142 11.1391 13.7307 10.6053 13.4873 10.2764C13.1811 9.86276 12.6684 9.62128 11.9404 9.58301Z",fill:"currentColor"})),L=i;export{i as IconBanana,L as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBanana/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBanana: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"banana, fruit\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.6406 3C18.9208 3 20.0449 3.9844 20.082 5.32422C20.1513 7.82933 19.8473 10.2188 19.1201 12.6445C19.836 13.0981 20.3856 13.7386 20.7275 14.5098C21.6198 16.5224 20.9537 19.1194 18.6162 20.8525L18.417 21H15.1797L15.5449 19.9941C15.9357 18.9195 16.097 18.0428 16.0254 17.2285C12.5221 19.9869 7.85239 21.9648 3.34766 19.1006L3 18.8799V15.8369L3.71777 15.8057C6.49791 15.685 8.70221 14.7053 10.4932 12.916C9.65404 12.8642 8.82475 12.9181 7.97168 13.1338L7.45605 13.2646L7.16309 12.8203L5.76758 10.7119L6.24902 10.2803C7.6694 9.00513 10.043 7.98105 12.0195 8.08496C12.5754 8.11421 13.129 8.23594 13.624 8.48633L15.3506 4.50391C15.7461 3.59107 16.6458 3.00001 17.6406 3ZM15.9307 13.4199C16.7029 14.4257 17.1964 15.3905 17.4141 16.3984C17.6356 17.4249 17.556 18.4354 17.2725 19.5H17.9131C19.6081 18.1351 19.9018 16.347 19.3564 15.1172C18.9024 14.0935 17.7662 13.2501 15.9307 13.4199ZM17.6406 4.5C17.2437 4.50001 16.8845 4.73551 16.7266 5.09961L14.8018 9.54199C15.2177 10.1842 15.4103 11.0009 15.3828 11.9785C16.2403 11.8512 17.0289 11.888 17.7295 12.0596C18.3772 9.84233 18.6464 7.66041 18.583 5.36621C18.5701 4.89777 18.1694 4.5 17.6406 4.5ZM11.9404 9.58301C10.6318 9.51425 8.94857 10.1305 7.75195 10.9932L8.12988 11.5645C10.1421 11.1803 12.0251 11.5227 13.8818 11.9863C13.9142 11.1391 13.7307 10.6053 13.4873 10.2764C13.1811 9.86276 12.6684 9.62128 11.9404 9.58301Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBanana;\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,iBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,o1CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconBanana","props","React","CentralIconBase","IconBanana_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMorningBrief: React.FC<CentralIconBaseProps>;
4
+ export default IconMorningBrief;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of h(o))!g.call(r,l)&&l!==e&&p(r,l,{get:()=>o[l],enumerable:!(n=c(o,l))||n.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(V(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>i(p({},"__esModule",{value:!0}),r);var L={};M(L,{IconMorningBrief:()=>d,default:()=>H});module.exports=B(L);var t=a(require("react"));var C=a(require("react")),f=({children:r,size:o=24,ariaLabel:e,color:n,ariaHidden:l=!0,style:s,...u})=>C.default.createElement("svg",{...u,"aria-hidden":l,role:l?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,...s}},e&&!l&&C.default.createElement("title",null,e),r);var d=r=>t.default.createElement(f,{...r,ariaLabel:"morning-brief, daily-todo"},t.default.createElement("path",{d:"M5 19.25C5.55228 19.25 6 19.6977 6 20.25C6 20.8023 5.55228 21.25 5 21.25C4.44772 21.25 4 20.8023 4 20.25C4 19.6977 4.44772 19.25 5 19.25Z",fill:"currentColor"}),t.default.createElement("path",{d:"M16 21H7.5V19.5H16V21Z",fill:"currentColor"}),t.default.createElement("path",{d:"M5 15.25C5.55228 15.25 6 15.6977 6 16.25C6 16.8023 5.55228 17.25 5 17.25C4.44772 17.25 4 16.8023 4 16.25C4 15.6977 4.44772 15.25 5 15.25Z",fill:"currentColor"}),t.default.createElement("path",{d:"M19 17H7.5V15.5H19V17Z",fill:"currentColor"}),t.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 6.75C14.7831 6.75 17.0814 8.81737 17.4473 11.5H23V13H1V11.5H6.55273C6.91865 8.81737 9.21693 6.75 12 6.75ZM12 8.25C10.0473 8.25 8.42242 9.64945 8.07129 11.5H15.9287C15.5776 9.64945 13.9527 8.25 12 8.25Z",fill:"currentColor"}),t.default.createElement("path",{d:"M7.58008 6.51953L6.51953 7.58008L3.69141 4.75195L4.75195 3.69141L7.58008 6.51953Z",fill:"currentColor"}),t.default.createElement("path",{d:"M20.3086 4.75195L17.4805 7.58008L16.4199 6.51953L19.248 3.69141L20.3086 4.75195Z",fill:"currentColor"}),t.default.createElement("path",{d:"M12.75 5H11.25V1H12.75V5Z",fill:"currentColor"})),H=d;0&&(module.exports={IconMorningBrief});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMorningBrief/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMorningBrief: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"morning-brief, daily-todo\">\n <path\n d=\"M5 19.25C5.55228 19.25 6 19.6977 6 20.25C6 20.8023 5.55228 21.25 5 21.25C4.44772 21.25 4 20.8023 4 20.25C4 19.6977 4.44772 19.25 5 19.25Z\"\n fill=\"currentColor\"\n />\n <path d=\"M16 21H7.5V19.5H16V21Z\" fill=\"currentColor\" />\n <path\n d=\"M5 15.25C5.55228 15.25 6 15.6977 6 16.25C6 16.8023 5.55228 17.25 5 17.25C4.44772 17.25 4 16.8023 4 16.25C4 15.6977 4.44772 15.25 5 15.25Z\"\n fill=\"currentColor\"\n />\n <path d=\"M19 17H7.5V15.5H19V17Z\" fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 6.75C14.7831 6.75 17.0814 8.81737 17.4473 11.5H23V13H1V11.5H6.55273C6.91865 8.81737 9.21693 6.75 12 6.75ZM12 8.25C10.0473 8.25 8.42242 9.64945 8.07129 11.5H15.9287C15.5776 9.64945 13.9527 8.25 12 8.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.58008 6.51953L6.51953 7.58008L3.69141 4.75195L4.75195 3.69141L7.58008 6.51953Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.3086 4.75195L17.4805 7.58008L16.4199 6.51953L19.248 3.69141L20.3086 4.75195Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.75 5H11.25V1H12.75V5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMorningBrief;\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,sBAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,EAIGE,EAAQJ","names":["IconMorningBrief_exports","__export","IconMorningBrief","IconMorningBrief_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import n from"react";var p=({children:e,size:o=24,ariaLabel:l,color:C,ariaHidden:t=!0,style:i,...a})=>n.createElement("svg",{...a,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...i}},l&&!t&&n.createElement("title",null,l),e);var f=e=>r.createElement(p,{...e,ariaLabel:"morning-brief, daily-todo"},r.createElement("path",{d:"M5 19.25C5.55228 19.25 6 19.6977 6 20.25C6 20.8023 5.55228 21.25 5 21.25C4.44772 21.25 4 20.8023 4 20.25C4 19.6977 4.44772 19.25 5 19.25Z",fill:"currentColor"}),r.createElement("path",{d:"M16 21H7.5V19.5H16V21Z",fill:"currentColor"}),r.createElement("path",{d:"M5 15.25C5.55228 15.25 6 15.6977 6 16.25C6 16.8023 5.55228 17.25 5 17.25C4.44772 17.25 4 16.8023 4 16.25C4 15.6977 4.44772 15.25 5 15.25Z",fill:"currentColor"}),r.createElement("path",{d:"M19 17H7.5V15.5H19V17Z",fill:"currentColor"}),r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 6.75C14.7831 6.75 17.0814 8.81737 17.4473 11.5H23V13H1V11.5H6.55273C6.91865 8.81737 9.21693 6.75 12 6.75ZM12 8.25C10.0473 8.25 8.42242 9.64945 8.07129 11.5H15.9287C15.5776 9.64945 13.9527 8.25 12 8.25Z",fill:"currentColor"}),r.createElement("path",{d:"M7.58008 6.51953L6.51953 7.58008L3.69141 4.75195L4.75195 3.69141L7.58008 6.51953Z",fill:"currentColor"}),r.createElement("path",{d:"M20.3086 4.75195L17.4805 7.58008L16.4199 6.51953L19.248 3.69141L20.3086 4.75195Z",fill:"currentColor"}),r.createElement("path",{d:"M12.75 5H11.25V1H12.75V5Z",fill:"currentColor"})),c=f;export{f as IconMorningBrief,c as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMorningBrief/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMorningBrief: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"morning-brief, daily-todo\">\n <path\n d=\"M5 19.25C5.55228 19.25 6 19.6977 6 20.25C6 20.8023 5.55228 21.25 5 21.25C4.44772 21.25 4 20.8023 4 20.25C4 19.6977 4.44772 19.25 5 19.25Z\"\n fill=\"currentColor\"\n />\n <path d=\"M16 21H7.5V19.5H16V21Z\" fill=\"currentColor\" />\n <path\n d=\"M5 15.25C5.55228 15.25 6 15.6977 6 16.25C6 16.8023 5.55228 17.25 5 17.25C4.44772 17.25 4 16.8023 4 16.25C4 15.6977 4.44772 15.25 5 15.25Z\"\n fill=\"currentColor\"\n />\n <path d=\"M19 17H7.5V15.5H19V17Z\" fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 6.75C14.7831 6.75 17.0814 8.81737 17.4473 11.5H23V13H1V11.5H6.55273C6.91865 8.81737 9.21693 6.75 12 6.75ZM12 8.25C10.0473 8.25 8.42242 9.64945 8.07129 11.5H15.9287C15.5776 9.64945 13.9527 8.25 12 8.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.58008 6.51953L6.51953 7.58008L3.69141 4.75195L4.75195 3.69141L7.58008 6.51953Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.3086 4.75195L17.4805 7.58008L16.4199 6.51953L19.248 3.69141L20.3086 4.75195Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.75 5H11.25V1H12.75V5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMorningBrief;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpCC,EAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDA,EAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
package/README.md CHANGED
@@ -735,6 +735,7 @@ Below is a complete list of available icons:
735
735
  - IconAppleNewton
736
736
  - IconApples
737
737
  - IconAvocado
738
+ - IconBanana
738
739
  - IconBirthdayCake
739
740
  - IconBottle
740
741
  - IconBreakfast
@@ -941,6 +942,7 @@ Below is a complete list of available icons:
941
942
  - IconMathScientific
942
943
  - IconMinusLarge
943
944
  - IconMinusSmall
945
+ - IconMorningBrief
944
946
  - IconPaperclip1
945
947
  - IconPaperclip2
946
948
  - IconPaperclip3
package/icons/index.d.ts CHANGED
@@ -156,6 +156,7 @@ export type CentralIconName =
156
156
  | "IconBag"
157
157
  | "IconBag2"
158
158
  | "IconBalloon"
159
+ | "IconBanana"
159
160
  | "IconBank"
160
161
  | "IconBanknote1"
161
162
  | "IconBanknote2"
@@ -910,6 +911,7 @@ export type CentralIconName =
910
911
  | "IconMoneyHand"
911
912
  | "IconMoon"
912
913
  | "IconMoonStar"
914
+ | "IconMorningBrief"
913
915
  | "IconMountainBike"
914
916
  | "IconMouse"
915
917
  | "IconMouseScrollDown"