@central-icons-react/round-outlined-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 c=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},p=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!B.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(a=h(o,e))||a.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(k(r)):{},p(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>p(s({},"__esModule",{value:!0}),r);var V={};g(V,{IconBanana:()=>u,default:()=>I});module.exports=x(V);var n=i(require("react"));var C=i(require("react")),l=({children:r,size:o=24,ariaLabel:t,color:a,ariaHidden:e=!0,style:m,...d})=>C.default.createElement("svg",{...d,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...m}},t&&!e&&C.default.createElement("title",null,t),r);var u=r=>n.default.createElement(l,{...r,ariaLabel:"banana, fruit"},n.default.createElement("path",{d:"M13.75 10.0833L16.0385 4.80183C16.3152 4.16327 16.9447 3.75 17.6407 3.75V3.75C18.5452 3.75 19.3073 4.44094 19.3323 5.34511C19.4072 8.05343 19.0343 10.6168 18.1409 13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14.5361 12.9296C12.5114 12.3981 10.6182 11.9456 8.62026 12.2406C8.11731 12.3149 7.60031 12.123 7.31975 11.699V11.699C6.99242 11.2043 7.07386 10.5374 7.56853 10.21C10.4464 8.30551 15.4043 7.68165 14.5361 12.9296ZM14.5361 12.9296C16.3881 14.9538 17.1589 16.3907 16.5589 18.2873C16.2732 19.1904 16.8285 20.25 17.7756 20.25V20.25C18.0315 20.25 18.2841 20.1696 18.4802 20.0052C22.2553 16.8415 20.0288 11.3487 14.5361 12.9296Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.0833 12.25C10.244 14.6149 7.91962 16.0396 4.96102 16.4467C4.28748 16.5394 3.75 17.0908 3.75 17.7707V17.7707C3.75 18.205 3.97012 18.6163 4.35366 18.8201C8.53837 21.0434 12.8945 18.9413 16.25 16.0765",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),I=u;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 d=\"M13.75 10.0833L16.0385 4.80183C16.3152 4.16327 16.9447 3.75 17.6407 3.75V3.75C18.5452 3.75 19.3073 4.44094 19.3323 5.34511C19.4072 8.05343 19.0343 10.6168 18.1409 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5361 12.9296C12.5114 12.3981 10.6182 11.9456 8.62026 12.2406C8.11731 12.3149 7.60031 12.123 7.31975 11.699V11.699C6.99242 11.2043 7.07386 10.5374 7.56853 10.21C10.4464 8.30551 15.4043 7.68165 14.5361 12.9296ZM14.5361 12.9296C16.3881 14.9538 17.1589 16.3907 16.5589 18.2873C16.2732 19.1904 16.8285 20.25 17.7756 20.25V20.25C18.0315 20.25 18.2841 20.1696 18.4802 20.0052C22.2553 16.8415 20.0288 11.3487 14.5361 12.9296Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.0833 12.25C10.244 14.6149 7.91962 16.0396 4.96102 16.4467C4.28748 16.5394 3.75 17.0908 3.75 17.7707V17.7707C3.75 18.205 3.97012 18.6163 4.35366 18.8201C8.53837 21.0434 12.8945 18.9413 16.25 16.0765\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\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,EAAE,2KACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,waACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,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 o from"react";import a from"react";var s=({children:t,size:r=24,ariaLabel:n,color:C,ariaHidden:e=!0,style:p,...i})=>a.createElement("svg",{...i,"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:C,...p}},n&&!e&&a.createElement("title",null,n),t);var l=t=>o.createElement(s,{...t,ariaLabel:"banana, fruit"},o.createElement("path",{d:"M13.75 10.0833L16.0385 4.80183C16.3152 4.16327 16.9447 3.75 17.6407 3.75V3.75C18.5452 3.75 19.3073 4.44094 19.3323 5.34511C19.4072 8.05343 19.0343 10.6168 18.1409 13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),o.createElement("path",{d:"M14.5361 12.9296C12.5114 12.3981 10.6182 11.9456 8.62026 12.2406C8.11731 12.3149 7.60031 12.123 7.31975 11.699V11.699C6.99242 11.2043 7.07386 10.5374 7.56853 10.21C10.4464 8.30551 15.4043 7.68165 14.5361 12.9296ZM14.5361 12.9296C16.3881 14.9538 17.1589 16.3907 16.5589 18.2873C16.2732 19.1904 16.8285 20.25 17.7756 20.25V20.25C18.0315 20.25 18.2841 20.1696 18.4802 20.0052C22.2553 16.8415 20.0288 11.3487 14.5361 12.9296Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),o.createElement("path",{d:"M12.0833 12.25C10.244 14.6149 7.91962 16.0396 4.96102 16.4467C4.28748 16.5394 3.75 17.0908 3.75 17.7707V17.7707C3.75 18.205 3.97012 18.6163 4.35366 18.8201C8.53837 21.0434 12.8945 18.9413 16.25 16.0765",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),h=l;export{l as IconBanana,h 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 d=\"M13.75 10.0833L16.0385 4.80183C16.3152 4.16327 16.9447 3.75 17.6407 3.75V3.75C18.5452 3.75 19.3073 4.44094 19.3323 5.34511C19.4072 8.05343 19.0343 10.6168 18.1409 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5361 12.9296C12.5114 12.3981 10.6182 11.9456 8.62026 12.2406C8.11731 12.3149 7.60031 12.123 7.31975 11.699V11.699C6.99242 11.2043 7.07386 10.5374 7.56853 10.21C10.4464 8.30551 15.4043 7.68165 14.5361 12.9296ZM14.5361 12.9296C16.3881 14.9538 17.1589 16.3907 16.5589 18.2873C16.2732 19.1904 16.8285 20.25 17.7756 20.25V20.25C18.0315 20.25 18.2841 20.1696 18.4802 20.0052C22.2553 16.8415 20.0288 11.3487 14.5361 12.9296Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.0833 12.25C10.244 14.6149 7.91962 16.0396 4.96102 16.4467C4.28748 16.5394 3.75 17.0908 3.75 17.7707V17.7707C3.75 18.205 3.97012 18.6163 4.35366 18.8201C8.53837 21.0434 12.8945 18.9413 16.25 16.0765\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\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,EAAE,2KACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,waACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,4MACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,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 C=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var m=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!f.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(i=h(o,n))||i.enumerable});return r};var l=(r,o,e)=>(e=r!=null?C(m(r)):{},d(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>d(s({},"__esModule",{value:!0}),r);var B={};g(B,{IconMorningBrief:()=>k,default:()=>y});module.exports=x(B);var t=l(require("react"));var p=l(require("react")),u=({children:r,size:o=24,ariaLabel:e,color:i,ariaHidden:n=!0,style:a,...c})=>p.default.createElement("svg",{...c,"aria-hidden":n,role:n?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:i,...a}},e&&!n&&p.default.createElement("title",null,e),r);var k=r=>t.default.createElement(u,{...r,ariaLabel:"morning-brief, daily-todo"},t.default.createElement("path",{d:"M12 1.75V4.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M19.2477 4.75195L17.48 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M4.75195 4.75195L6.51972 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M8.25 16.25H18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M8.25 20.25H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M1.75 12.25H22.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("circle",{cx:"5",cy:"16.25",r:"1",fill:"currentColor"}),t.default.createElement("circle",{cx:"5",cy:"20.25",r:"1",fill:"currentColor"}),t.default.createElement("path",{d:"M16.75 12.25C16.75 9.62665 14.6234 7.5 12 7.5C9.37665 7.5 7.25 9.62665 7.25 12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),y=k;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=\"M12 1.75V4.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.2477 4.75195L17.48 6.51972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4.75195 4.75195L6.51972 6.51972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.25 16.25H18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.25 20.25H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M1.75 12.25H22.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle cx=\"5\" cy=\"16.25\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"5\" cy=\"20.25\" r=\"1\" fill=\"currentColor\" />\n <path\n d=\"M16.75 12.25C16.75 9.62665 14.6234 7.5 12 7.5C9.37665 7.5 7.25 9.62665 7.25 12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,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 i from"react";var s=({children:e,size:o=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:d,...l})=>i.createElement("svg",{...l,"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:p,...d}},n&&!t&&i.createElement("title",null,n),e);var u=e=>r.createElement(s,{...e,ariaLabel:"morning-brief, daily-todo"},r.createElement("path",{d:"M12 1.75V4.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M19.2477 4.75195L17.48 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M4.75195 4.75195L6.51972 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M8.25 16.25H18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M8.25 20.25H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M1.75 12.25H22.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("circle",{cx:"5",cy:"16.25",r:"1",fill:"currentColor"}),r.createElement("circle",{cx:"5",cy:"20.25",r:"1",fill:"currentColor"}),r.createElement("path",{d:"M16.75 12.25C16.75 9.62665 14.6234 7.5 12 7.5C9.37665 7.5 7.25 9.62665 7.25 12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=u;export{u as IconMorningBrief,h 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=\"M12 1.75V4.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.2477 4.75195L17.48 6.51972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4.75195 4.75195L6.51972 6.51972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.25 16.25H18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.25 20.25H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M1.75 12.25H22.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle cx=\"5\" cy=\"16.25\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"5\" cy=\"20.25\" r=\"1\" fill=\"currentColor\" />\n <path\n d=\"M16.75 12.25C16.75 9.62665 14.6234 7.5 12 7.5C9.37665 7.5 7.25 9.62665 7.25 12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpDA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpDA,EAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,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"