@central-icons-react/square-filled-radius-0-stroke-1 0.0.49 → 0.0.51

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 f=Object.create;var C=Object.defineProperty;var u=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=u(r,o))||n.enumerable});return e};var s=(e,r,t)=>(t=e!=null?f(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:L,...c})=>a.default.createElement("svg",{...c,"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,...L}},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.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z",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.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z\"\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,i8CACF,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.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z",fill:"currentColor"})),u=i;export{i as IconBanana,u 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.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z\"\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,i8CACF,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:"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z",fill:"currentColor"}),t.default.createElement("path",{d:"M16 21H7V20H16V21Z",fill:"currentColor"}),t.default.createElement("path",{d:"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z",fill:"currentColor"}),t.default.createElement("path",{d:"M19 17H7V16H19V17Z",fill:"currentColor"}),t.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z",fill:"currentColor"}),t.default.createElement("path",{d:"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z",fill:"currentColor"}),t.default.createElement("path",{d:"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z",fill:"currentColor"}),t.default.createElement("path",{d:"M12.5 5H11.5V1H12.5V5Z",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=\"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z\"\n fill=\"currentColor\"\n />\n <path d=\"M16 21H7V20H16V21Z\" fill=\"currentColor\" />\n <path\n d=\"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z\"\n fill=\"currentColor\"\n />\n <path d=\"M19 17H7V16H19V17Z\" fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.5 5H11.5V1H12.5V5Z\" 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,uLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,uLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,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:"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z",fill:"currentColor"}),r.createElement("path",{d:"M16 21H7V20H16V21Z",fill:"currentColor"}),r.createElement("path",{d:"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z",fill:"currentColor"}),r.createElement("path",{d:"M19 17H7V16H19V17Z",fill:"currentColor"}),r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z",fill:"currentColor"}),r.createElement("path",{d:"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z",fill:"currentColor"}),r.createElement("path",{d:"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z",fill:"currentColor"}),r.createElement("path",{d:"M12.5 5H11.5V1H12.5V5Z",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=\"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z\"\n fill=\"currentColor\"\n />\n <path d=\"M16 21H7V20H16V21Z\" fill=\"currentColor\" />\n <path\n d=\"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z\"\n fill=\"currentColor\"\n />\n <path d=\"M19 17H7V16H19V17Z\" fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.5 5H11.5V1H12.5V5Z\" 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,uLACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDA,EAAA,cAAC,QACC,EAAE,uLACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+FACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVercel: React.FC<CentralIconBaseProps>;
4
+ export default IconVercel;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(e,r)=>{for(var t in r)l(e,t,{get:r[t],enumerable:!0})},s=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of x(r))!I.call(e,o)&&o!==t&&l(e,o,{get:()=>r[o],enumerable:!(n=g(r,o))||n.enumerable});return e};var c=(e,r,t)=>(t=e!=null?u(B(e)):{},s(r||!e||!e.__esModule?l(t,"default",{value:e,enumerable:!0}):t,e)),w=e=>s(l({},"__esModule",{value:!0}),e);var P={};h(P,{IconVercel:()=>i,default:()=>y});module.exports=w(P);var a=c(require("react"));var p=c(require("react")),m=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:f,...C})=>p.default.createElement("svg",{...C,"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,...f}},t&&!o&&p.default.createElement("title",null,t),e);var i=e=>a.default.createElement(m,{...e,ariaLabel:"vercel"},a.default.createElement("path",{d:"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z",fill:"currentColor"})),y=i;0&&(module.exports={IconVercel});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVercel/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVercel: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vercel\">\n <path\n d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVercel;\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,UACpC,EAAAC,QAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVercel_exports","__export","IconVercel","IconVercel_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVercel","props","React","CentralIconBase","IconVercel_default"]}
@@ -0,0 +1,2 @@
1
+ import p from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:o,color:a,ariaHidden:t=!0,style:s,...c})=>n.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:a,...s}},o&&!t&&n.createElement("title",null,o),r);var m=r=>p.createElement(l,{...r,ariaLabel:"vercel"},p.createElement("path",{d:"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z",fill:"currentColor"})),g=m;export{m as IconVercel,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVercel/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVercel: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vercel\">\n <path\n d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVercel;\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,UACpCC,EAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVercel","props","React","CentralIconBase","IconVercel_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
@@ -1391,6 +1393,7 @@ Below is a complete list of available icons:
1391
1393
  - IconTwitch
1392
1394
  - IconTwitter
1393
1395
  - IconVenmo
1396
+ - IconVercel
1394
1397
  - IconVkontakte
1395
1398
  - IconWebflow
1396
1399
  - IconWhatsapp
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"
@@ -1413,6 +1415,7 @@ export type CentralIconName =
1413
1415
  | "IconVault"
1414
1416
  | "IconVectorLogo"
1415
1417
  | "IconVenmo"
1418
+ | "IconVercel"
1416
1419
  | "IconVersusCircle"
1417
1420
  | "IconVerticalAlignmentCenter"
1418
1421
  | "IconVerticalAlignmentLeft"