@central-icons-react/square-filled-radius-0-stroke-2 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.5518 3C18.8827 3.00011 20.0285 4.0259 20.085 5.4043C20.1284 6.46425 20.1492 7.96463 19.9912 9.13379C19.8737 10.0032 19.6081 11.0586 19.3828 11.8672C19.3115 12.1231 19.2395 12.358 19.1787 12.5615C19.8544 13.0162 20.3806 13.6409 20.7168 14.3936C21.6405 16.4614 20.9324 19.0836 18.5928 20.8057L18.3281 21H14.3818L15.1055 19.5527C15.531 18.7017 15.7345 18.0524 15.7881 17.5107C12.4068 20.049 7.87381 21.8735 3.47461 19.1543L3 18.8613V15.5596L3.95801 15.5186C6.36716 15.4169 8.30428 14.6501 9.90234 13.2539C9.35123 13.2639 8.80239 13.3293 8.24316 13.4697L7.55957 13.6416L5.68555 10.832L6.33496 10.2529C7.74701 8.99472 10.1014 7.98216 12.0898 8.08594C12.5924 8.11217 13.1029 8.21296 13.5752 8.41895L15.1729 4.58594C15.5731 3.62563 16.5114 3 17.5518 3ZM16.4385 13.7354C17.0181 14.4992 17.4514 15.2597 17.6611 16.083C17.9038 17.0356 17.8297 17.9817 17.5 19H17.6533C19.1366 17.7715 19.3467 16.2301 18.8906 15.209C18.5573 14.463 17.7634 13.7829 16.4385 13.7354ZM17.5518 5C17.3187 5 17.1082 5.14034 17.0186 5.35547L15.1387 9.86523C15.4271 10.4103 15.5763 11.0494 15.5938 11.7705C16.2029 11.7082 16.778 11.729 17.3105 11.8232C17.3552 11.6714 17.407 11.5062 17.4561 11.3301C17.6768 10.5376 17.9106 9.59247 18.0088 8.86621C18.1416 7.88354 18.1298 6.53328 18.0869 5.48633C18.0763 5.22797 17.8589 5.00011 17.5518 5ZM11.9854 10.083C10.8756 10.0252 9.44006 10.514 8.35156 11.2256L8.45898 11.3857C10.2615 11.0817 11.9541 11.3525 13.5908 11.7422C13.5657 11.1863 13.4237 10.8418 13.2686 10.6338C13.0393 10.3267 12.6362 10.117 11.9854 10.083Z",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.5518 3C18.8827 3.00011 20.0285 4.0259 20.085 5.4043C20.1284 6.46425 20.1492 7.96463 19.9912 9.13379C19.8737 10.0032 19.6081 11.0586 19.3828 11.8672C19.3115 12.1231 19.2395 12.358 19.1787 12.5615C19.8544 13.0162 20.3806 13.6409 20.7168 14.3936C21.6405 16.4614 20.9324 19.0836 18.5928 20.8057L18.3281 21H14.3818L15.1055 19.5527C15.531 18.7017 15.7345 18.0524 15.7881 17.5107C12.4068 20.049 7.87381 21.8735 3.47461 19.1543L3 18.8613V15.5596L3.95801 15.5186C6.36716 15.4169 8.30428 14.6501 9.90234 13.2539C9.35123 13.2639 8.80239 13.3293 8.24316 13.4697L7.55957 13.6416L5.68555 10.832L6.33496 10.2529C7.74701 8.99472 10.1014 7.98216 12.0898 8.08594C12.5924 8.11217 13.1029 8.21296 13.5752 8.41895L15.1729 4.58594C15.5731 3.62563 16.5114 3 17.5518 3ZM16.4385 13.7354C17.0181 14.4992 17.4514 15.2597 17.6611 16.083C17.9038 17.0356 17.8297 17.9817 17.5 19H17.6533C19.1366 17.7715 19.3467 16.2301 18.8906 15.209C18.5573 14.463 17.7634 13.7829 16.4385 13.7354ZM17.5518 5C17.3187 5 17.1082 5.14034 17.0186 5.35547L15.1387 9.86523C15.4271 10.4103 15.5763 11.0494 15.5938 11.7705C16.2029 11.7082 16.778 11.729 17.3105 11.8232C17.3552 11.6714 17.407 11.5062 17.4561 11.3301C17.6768 10.5376 17.9106 9.59247 18.0088 8.86621C18.1416 7.88354 18.1298 6.53328 18.0869 5.48633C18.0763 5.22797 17.8589 5.00011 17.5518 5ZM11.9854 10.083C10.8756 10.0252 9.44006 10.514 8.35156 11.2256L8.45898 11.3857C10.2615 11.0817 11.9541 11.3525 13.5908 11.7422C13.5657 11.1863 13.4237 10.8418 13.2686 10.6338C13.0393 10.3267 12.6362 10.117 11.9854 10.083Z\"\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,u/CACF,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.5518 3C18.8827 3.00011 20.0285 4.0259 20.085 5.4043C20.1284 6.46425 20.1492 7.96463 19.9912 9.13379C19.8737 10.0032 19.6081 11.0586 19.3828 11.8672C19.3115 12.1231 19.2395 12.358 19.1787 12.5615C19.8544 13.0162 20.3806 13.6409 20.7168 14.3936C21.6405 16.4614 20.9324 19.0836 18.5928 20.8057L18.3281 21H14.3818L15.1055 19.5527C15.531 18.7017 15.7345 18.0524 15.7881 17.5107C12.4068 20.049 7.87381 21.8735 3.47461 19.1543L3 18.8613V15.5596L3.95801 15.5186C6.36716 15.4169 8.30428 14.6501 9.90234 13.2539C9.35123 13.2639 8.80239 13.3293 8.24316 13.4697L7.55957 13.6416L5.68555 10.832L6.33496 10.2529C7.74701 8.99472 10.1014 7.98216 12.0898 8.08594C12.5924 8.11217 13.1029 8.21296 13.5752 8.41895L15.1729 4.58594C15.5731 3.62563 16.5114 3 17.5518 3ZM16.4385 13.7354C17.0181 14.4992 17.4514 15.2597 17.6611 16.083C17.9038 17.0356 17.8297 17.9817 17.5 19H17.6533C19.1366 17.7715 19.3467 16.2301 18.8906 15.209C18.5573 14.463 17.7634 13.7829 16.4385 13.7354ZM17.5518 5C17.3187 5 17.1082 5.14034 17.0186 5.35547L15.1387 9.86523C15.4271 10.4103 15.5763 11.0494 15.5938 11.7705C16.2029 11.7082 16.778 11.729 17.3105 11.8232C17.3552 11.6714 17.407 11.5062 17.4561 11.3301C17.6768 10.5376 17.9106 9.59247 18.0088 8.86621C18.1416 7.88354 18.1298 6.53328 18.0869 5.48633C18.0763 5.22797 17.8589 5.00011 17.5518 5ZM11.9854 10.083C10.8756 10.0252 9.44006 10.514 8.35156 11.2256L8.45898 11.3857C10.2615 11.0817 11.9541 11.3525 13.5908 11.7422C13.5657 11.1863 13.4237 10.8418 13.2686 10.6338C13.0393 10.3267 12.6362 10.117 11.9854 10.083Z",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.5518 3C18.8827 3.00011 20.0285 4.0259 20.085 5.4043C20.1284 6.46425 20.1492 7.96463 19.9912 9.13379C19.8737 10.0032 19.6081 11.0586 19.3828 11.8672C19.3115 12.1231 19.2395 12.358 19.1787 12.5615C19.8544 13.0162 20.3806 13.6409 20.7168 14.3936C21.6405 16.4614 20.9324 19.0836 18.5928 20.8057L18.3281 21H14.3818L15.1055 19.5527C15.531 18.7017 15.7345 18.0524 15.7881 17.5107C12.4068 20.049 7.87381 21.8735 3.47461 19.1543L3 18.8613V15.5596L3.95801 15.5186C6.36716 15.4169 8.30428 14.6501 9.90234 13.2539C9.35123 13.2639 8.80239 13.3293 8.24316 13.4697L7.55957 13.6416L5.68555 10.832L6.33496 10.2529C7.74701 8.99472 10.1014 7.98216 12.0898 8.08594C12.5924 8.11217 13.1029 8.21296 13.5752 8.41895L15.1729 4.58594C15.5731 3.62563 16.5114 3 17.5518 3ZM16.4385 13.7354C17.0181 14.4992 17.4514 15.2597 17.6611 16.083C17.9038 17.0356 17.8297 17.9817 17.5 19H17.6533C19.1366 17.7715 19.3467 16.2301 18.8906 15.209C18.5573 14.463 17.7634 13.7829 16.4385 13.7354ZM17.5518 5C17.3187 5 17.1082 5.14034 17.0186 5.35547L15.1387 9.86523C15.4271 10.4103 15.5763 11.0494 15.5938 11.7705C16.2029 11.7082 16.778 11.729 17.3105 11.8232C17.3552 11.6714 17.407 11.5062 17.4561 11.3301C17.6768 10.5376 17.9106 9.59247 18.0088 8.86621C18.1416 7.88354 18.1298 6.53328 18.0869 5.48633C18.0763 5.22797 17.8589 5.00011 17.5518 5ZM11.9854 10.083C10.8756 10.0252 9.44006 10.514 8.35156 11.2256L8.45898 11.3857C10.2615 11.0817 11.9541 11.3525 13.5908 11.7422C13.5657 11.1863 13.4237 10.8418 13.2686 10.6338C13.0393 10.3267 12.6362 10.117 11.9854 10.083Z\"\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,u/CACF,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 B=(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)),L=r=>i(p({},"__esModule",{value:!0}),r);var x={};B(x,{IconMorningBrief:()=>d,default:()=>M});module.exports=L(x);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.09961 18.9004C5.70699 18.9004 6.19998 19.3927 6.2002 20C6.2002 20.6075 5.70712 21.1006 5.09961 21.1006C4.49228 21.1004 4 20.6074 4 20C4.00021 19.3928 4.49241 18.9006 5.09961 18.9004Z",fill:"currentColor"}),t.default.createElement("path",{d:"M16 21H7.5V19H16V21Z",fill:"currentColor"}),t.default.createElement("path",{d:"M5.09961 14.9004C5.70699 14.9004 6.19998 15.3927 6.2002 16C6.2002 16.6075 5.70712 17.1006 5.09961 17.1006C4.49228 17.1004 4 16.6074 4 16C4.00021 15.3928 4.49241 14.9006 5.09961 14.9004Z",fill:"currentColor"}),t.default.createElement("path",{d:"M19 17H7.5V15H19V17Z",fill:"currentColor"}),t.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 6.5C14.696 6.5 16.9379 8.43998 17.4082 11H23V13H1V11H6.5918C7.06213 8.43998 9.304 6.5 12 6.5Z",fill:"currentColor"}),t.default.createElement("path",{d:"M7.75781 6.34277L6.34277 7.75684L3.51465 4.92871L4.92871 3.51465L7.75781 6.34277Z",fill:"currentColor"}),t.default.createElement("path",{d:"M20.4854 4.92871L17.6572 7.75684L16.2422 6.34277L19.0713 3.51465L20.4854 4.92871Z",fill:"currentColor"}),t.default.createElement("path",{d:"M13 5H11V1H13V5Z",fill:"currentColor"})),M=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.09961 18.9004C5.70699 18.9004 6.19998 19.3927 6.2002 20C6.2002 20.6075 5.70712 21.1006 5.09961 21.1006C4.49228 21.1004 4 20.6074 4 20C4.00021 19.3928 4.49241 18.9006 5.09961 18.9004Z\"\n fill=\"currentColor\"\n />\n <path d=\"M16 21H7.5V19H16V21Z\" fill=\"currentColor\" />\n <path\n d=\"M5.09961 14.9004C5.70699 14.9004 6.19998 15.3927 6.2002 16C6.2002 16.6075 5.70712 17.1006 5.09961 17.1006C4.49228 17.1004 4 16.6074 4 16C4.00021 15.3928 4.49241 14.9006 5.09961 14.9004Z\"\n fill=\"currentColor\"\n />\n <path d=\"M19 17H7.5V15H19V17Z\" fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 6.5C14.696 6.5 16.9379 8.43998 17.4082 11H23V13H1V11H6.5918C7.06213 8.43998 9.304 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.75781 6.34277L6.34277 7.75684L3.51465 4.92871L4.92871 3.51465L7.75781 6.34277Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.4854 4.92871L17.6572 7.75684L16.2422 6.34277L19.0713 3.51465L20.4854 4.92871Z\"\n fill=\"currentColor\"\n />\n <path d=\"M13 5H11V1H13V5Z\" 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,4LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QACC,EAAE,4LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,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.09961 18.9004C5.70699 18.9004 6.19998 19.3927 6.2002 20C6.2002 20.6075 5.70712 21.1006 5.09961 21.1006C4.49228 21.1004 4 20.6074 4 20C4.00021 19.3928 4.49241 18.9006 5.09961 18.9004Z",fill:"currentColor"}),r.createElement("path",{d:"M16 21H7.5V19H16V21Z",fill:"currentColor"}),r.createElement("path",{d:"M5.09961 14.9004C5.70699 14.9004 6.19998 15.3927 6.2002 16C6.2002 16.6075 5.70712 17.1006 5.09961 17.1006C4.49228 17.1004 4 16.6074 4 16C4.00021 15.3928 4.49241 14.9006 5.09961 14.9004Z",fill:"currentColor"}),r.createElement("path",{d:"M19 17H7.5V15H19V17Z",fill:"currentColor"}),r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 6.5C14.696 6.5 16.9379 8.43998 17.4082 11H23V13H1V11H6.5918C7.06213 8.43998 9.304 6.5 12 6.5Z",fill:"currentColor"}),r.createElement("path",{d:"M7.75781 6.34277L6.34277 7.75684L3.51465 4.92871L4.92871 3.51465L7.75781 6.34277Z",fill:"currentColor"}),r.createElement("path",{d:"M20.4854 4.92871L17.6572 7.75684L16.2422 6.34277L19.0713 3.51465L20.4854 4.92871Z",fill:"currentColor"}),r.createElement("path",{d:"M13 5H11V1H13V5Z",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.09961 18.9004C5.70699 18.9004 6.19998 19.3927 6.2002 20C6.2002 20.6075 5.70712 21.1006 5.09961 21.1006C4.49228 21.1004 4 20.6074 4 20C4.00021 19.3928 4.49241 18.9006 5.09961 18.9004Z\"\n fill=\"currentColor\"\n />\n <path d=\"M16 21H7.5V19H16V21Z\" fill=\"currentColor\" />\n <path\n d=\"M5.09961 14.9004C5.70699 14.9004 6.19998 15.3927 6.2002 16C6.2002 16.6075 5.70712 17.1006 5.09961 17.1006C4.49228 17.1004 4 16.6074 4 16C4.00021 15.3928 4.49241 14.9006 5.09961 14.9004Z\"\n fill=\"currentColor\"\n />\n <path d=\"M19 17H7.5V15H19V17Z\" fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 6.5C14.696 6.5 16.9379 8.43998 17.4082 11H23V13H1V11H6.5918C7.06213 8.43998 9.304 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.75781 6.34277L6.34277 7.75684L3.51465 4.92871L4.92871 3.51465L7.75781 6.34277Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.4854 4.92871L17.6572 7.75684L16.2422 6.34277L19.0713 3.51465L20.4854 4.92871Z\"\n fill=\"currentColor\"\n />\n <path d=\"M13 5H11V1H13V5Z\" 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,4LACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDA,EAAA,cAAC,QACC,EAAE,4LACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oGACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,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"