@central-icons-react/round-outlined-radius-0-stroke-1 0.0.48 → 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 d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!h.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(a=f(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?d(g(r)):{},s(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>s(C({},"__esModule",{value:!0}),r);var b={};x(b,{IconBanana:()=>u,default:()=>V});module.exports=I(b);var n=l(require("react"));var p=l(require("react")),i=({children:r,size:o=24,ariaLabel:e,color:a,ariaHidden:t=!0,style:m,...c})=>p.default.createElement("svg",{...c,"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:a,...m}},e&&!t&&p.default.createElement("title",null,e),r);var u=r=>n.default.createElement(i,{...r,ariaLabel:"banana, fruit"},n.default.createElement("path",{d:"M14 9L15.9476 4.61843C16.2499 3.9383 16.9244 3.5 17.6687 3.5V3.5C18.6431 3.5 19.4643 4.24338 19.5142 5.21655C19.6529 7.92232 19.4501 10.2528 18.5 13",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14.5722 12.8592C12.4762 12.3052 10.5163 11.8335 8.44838 12.1386C7.92164 12.2164 7.38005 12.0149 7.08761 11.57V11.57C6.74948 11.0555 6.8337 10.3639 7.3459 10.0223C10.3291 8.03303 15.4726 7.3798 14.5722 12.8592ZM14.5722 12.8592C16.4971 14.9771 17.2953 16.4792 16.6647 18.4661C16.3675 19.4025 16.9451 20.5 17.9276 20.5V20.5C18.1949 20.5 18.4586 20.4156 18.6628 20.2432C22.5744 16.9407 20.266 11.2093 14.5722 12.8592Z",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.1667 12C10.2813 14.6416 7.90592 16.2482 4.89197 16.7357C4.11847 16.8608 3.5 17.4951 3.5 18.2786V18.2786C3.5 18.76 3.73344 19.2194 4.15075 19.4593C8.49581 21.9575 13.0164 19.5777 16.5 16.3367",stroke:"currentColor",strokeLinejoin:"round"})),V=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=\"M14 9L15.9476 4.61843C16.2499 3.9383 16.9244 3.5 17.6687 3.5V3.5C18.6431 3.5 19.4643 4.24338 19.5142 5.21655C19.6529 7.92232 19.4501 10.2528 18.5 13\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5722 12.8592C12.4762 12.3052 10.5163 11.8335 8.44838 12.1386C7.92164 12.2164 7.38005 12.0149 7.08761 11.57V11.57C6.74948 11.0555 6.8337 10.3639 7.3459 10.0223C10.3291 8.03303 15.4726 7.3798 14.5722 12.8592ZM14.5722 12.8592C16.4971 14.9771 17.2953 16.4792 16.6647 18.4661C16.3675 19.4025 16.9451 20.5 17.9276 20.5V20.5C18.1949 20.5 18.4586 20.4156 18.6628 20.2432C22.5744 16.9407 20.266 11.2093 14.5722 12.8592Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.1667 12C10.2813 14.6416 7.90592 16.2482 4.89197 16.7357C4.11847 16.8608 3.5 17.4951 3.5 18.2786V18.2786C3.5 18.76 3.73344 19.2194 4.15075 19.4593C8.49581 21.9575 13.0164 19.5777 16.5 16.3367\"\n stroke=\"currentColor\"\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,uJACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iaACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,OAAO,eACP,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 C=({children:e,size:r=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:s,...l})=>a.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...s}},n&&!t&&a.createElement("title",null,n),e);var i=e=>o.createElement(C,{...e,ariaLabel:"banana, fruit"},o.createElement("path",{d:"M14 9L15.9476 4.61843C16.2499 3.9383 16.9244 3.5 17.6687 3.5V3.5C18.6431 3.5 19.4643 4.24338 19.5142 5.21655C19.6529 7.92232 19.4501 10.2528 18.5 13",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement("path",{d:"M14.5722 12.8592C12.4762 12.3052 10.5163 11.8335 8.44838 12.1386C7.92164 12.2164 7.38005 12.0149 7.08761 11.57V11.57C6.74948 11.0555 6.8337 10.3639 7.3459 10.0223C10.3291 8.03303 15.4726 7.3798 14.5722 12.8592ZM14.5722 12.8592C16.4971 14.9771 17.2953 16.4792 16.6647 18.4661C16.3675 19.4025 16.9451 20.5 17.9276 20.5V20.5C18.1949 20.5 18.4586 20.4156 18.6628 20.2432C22.5744 16.9407 20.266 11.2093 14.5722 12.8592Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement("path",{d:"M12.1667 12C10.2813 14.6416 7.90592 16.2482 4.89197 16.7357C4.11847 16.8608 3.5 17.4951 3.5 18.2786V18.2786C3.5 18.76 3.73344 19.2194 4.15075 19.4593C8.49581 21.9575 13.0164 19.5777 16.5 16.3367",stroke:"currentColor",strokeLinejoin:"round"})),f=i;export{i as IconBanana,f 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=\"M14 9L15.9476 4.61843C16.2499 3.9383 16.9244 3.5 17.6687 3.5V3.5C18.6431 3.5 19.4643 4.24338 19.5142 5.21655C19.6529 7.92232 19.4501 10.2528 18.5 13\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5722 12.8592C12.4762 12.3052 10.5163 11.8335 8.44838 12.1386C7.92164 12.2164 7.38005 12.0149 7.08761 11.57V11.57C6.74948 11.0555 6.8337 10.3639 7.3459 10.0223C10.3291 8.03303 15.4726 7.3798 14.5722 12.8592ZM14.5722 12.8592C16.4971 14.9771 17.2953 16.4792 16.6647 18.4661C16.3675 19.4025 16.9451 20.5 17.9276 20.5V20.5C18.1949 20.5 18.4586 20.4156 18.6628 20.2432C22.5744 16.9407 20.266 11.2093 14.5722 12.8592Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.1667 12C10.2813 14.6416 7.90592 16.2482 4.89197 16.7357C4.11847 16.8608 3.5 17.4951 3.5 18.2786V18.2786C3.5 18.76 3.73344 19.2194 4.15075 19.4593C8.49581 21.9575 13.0164 19.5777 16.5 16.3367\"\n stroke=\"currentColor\"\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,uJACF,OAAO,eACP,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,iaACF,OAAO,eACP,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,qMACF,OAAO,eACP,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 m=Object.create;var l=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!g.call(r,n)&&n!==e&&l(r,n,{get:()=>o[n],enumerable:!(p=k(o,n))||p.enumerable});return r};var c=(r,o,e)=>(e=r!=null?m(h(r)):{},a(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(l({},"__esModule",{value:!0}),r);var B={};x(B,{IconMorningBrief:()=>u,default:()=>y});module.exports=L(B);var t=c(require("react"));var s=c(require("react")),i=({children:r,size:o=24,ariaLabel:e,color:p,ariaHidden:n=!0,style:d,...C})=>s.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:p,...d}},e&&!n&&s.default.createElement("title",null,e),r);var u=r=>t.default.createElement(i,{...r,ariaLabel:"morning-brief, daily-todo"},t.default.createElement("path",{d:"M12 1.5V4.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M4.5752 4.5752L6.69652 6.69652",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M19.4243 4.5752L17.303 6.69652",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M7.5 16.5H18.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M7.5 20.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M1.5 12.5H22.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("circle",{cx:"4.9502",cy:"16.5",r:"0.75",fill:"currentColor"}),t.default.createElement("circle",{cx:"4.9502",cy:"20.5",r:"0.75",fill:"currentColor"}),t.default.createElement("path",{d:"M17 12.5C17 9.73858 14.7614 7.5 12 7.5C9.23858 7.5 7 9.73858 7 12.5",stroke:"currentColor",strokeLinecap:"round"})),y=u;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 d=\"M12 1.5V4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path\n d=\"M4.5752 4.5752L6.69652 6.69652\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19.4243 4.5752L17.303 6.69652\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path d=\"M7.5 16.5H18.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M7.5 20.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M1.5 12.5H22.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <circle cx=\"4.9502\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"4.9502\" cy=\"20.5\" r=\"0.75\" fill=\"currentColor\" />\n <path\n d=\"M17 12.5C17 9.73858 14.7614 7.5 12 7.5C9.23858 7.5 7 9.73858 7 12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"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,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,EAClE,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,UAAO,GAAG,SAAS,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,UAAO,GAAG,SAAS,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,QACC,EAAE,sEACF,OAAO,eACP,cAAc,QAChB,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 p from"react";var l=({children:e,size:o=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:a,...c})=>p.createElement("svg",{...c,"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:s,...a}},n&&!t&&p.createElement("title",null,n),e);var i=e=>r.createElement(l,{...e,ariaLabel:"morning-brief, daily-todo"},r.createElement("path",{d:"M12 1.5V4.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M4.5752 4.5752L6.69652 6.69652",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M19.4243 4.5752L17.303 6.69652",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M7.5 16.5H18.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M7.5 20.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M1.5 12.5H22.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("circle",{cx:"4.9502",cy:"16.5",r:"0.75",fill:"currentColor"}),r.createElement("circle",{cx:"4.9502",cy:"20.5",r:"0.75",fill:"currentColor"}),r.createElement("path",{d:"M17 12.5C17 9.73858 14.7614 7.5 12 7.5C9.23858 7.5 7 9.73858 7 12.5",stroke:"currentColor",strokeLinecap:"round"})),k=i;export{i as IconMorningBrief,k 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 d=\"M12 1.5V4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path\n d=\"M4.5752 4.5752L6.69652 6.69652\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19.4243 4.5752L17.303 6.69652\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path d=\"M7.5 16.5H18.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M7.5 20.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M1.5 12.5H22.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <circle cx=\"4.9502\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"4.9502\" cy=\"20.5\" r=\"0.75\" fill=\"currentColor\" />\n <path\n d=\"M17 12.5C17 9.73858 14.7614 7.5 12 7.5C9.23858 7.5 7 9.73858 7 12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"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,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,EAClEA,EAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QAChB,EACAA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEA,EAAA,cAAC,UAAO,GAAG,SAAS,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC3DA,EAAA,cAAC,UAAO,GAAG,SAAS,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC3DA,EAAA,cAAC,QACC,EAAE,sEACF,OAAO,eACP,cAAc,QAChB,CACF,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 IconRandom: React.FC<CentralIconBaseProps>;
4
+ export default IconRandom;
@@ -0,0 +1,2 @@
1
+ "use strict";var C=Object.create;var s=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!g.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(p=L(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?C(k(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>i(s({},"__esModule",{value:!0}),r);var I={};h(I,{IconRandom:()=>m,default:()=>B});module.exports=x(I);var n=l(require("react"));var a=l(require("react")),u=({children:r,size:o=24,ariaLabel:e,color:p,ariaHidden:t=!0,style:c,...d})=>a.default.createElement("svg",{...d,"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,...c}},e&&!t&&a.default.createElement("title",null,e),r);var m=r=>n.default.createElement(u,{...r,ariaLabel:"random, productivity, smart"},n.default.createElement("path",{d:"M12 17.5V21.5M12 2.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M17.5 12L21.5 12M2.5 12H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=m;0&&(module.exports={IconRandom});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRandom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRandom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"random, productivity, smart\">\n <path\n d=\"M12 17.5V21.5M12 2.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M17.5 12L21.5 12M2.5 12H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,+BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRandom_exports","__export","IconRandom","IconRandom_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";var s=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:i,...l})=>p.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},n&&!t&&p.createElement("title",null,n),e);var u=e=>o.createElement(s,{...e,ariaLabel:"random, productivity, smart"},o.createElement("path",{d:"M12 17.5V21.5M12 2.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M17.5 12L21.5 12M2.5 12H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),L=u;export{u as IconRandom,L as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRandom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRandom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"random, productivity, smart\">\n <path\n d=\"M12 17.5V21.5M12 2.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M17.5 12L21.5 12M2.5 12H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,+BACpCC,EAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
package/README.md CHANGED
@@ -319,6 +319,7 @@ Below is a complete list of available icons:
319
319
  - IconMinimize315
320
320
  - IconMinimize45
321
321
  - IconOngoing
322
+ - IconRandom
322
323
  - IconShareArrowDown
323
324
  - IconSquareArrowBottomRight
324
325
  - IconSquareArrowCenter
@@ -734,6 +735,7 @@ Below is a complete list of available icons:
734
735
  - IconAppleNewton
735
736
  - IconApples
736
737
  - IconAvocado
738
+ - IconBanana
737
739
  - IconBirthdayCake
738
740
  - IconBottle
739
741
  - IconBreakfast
@@ -940,6 +942,7 @@ Below is a complete list of available icons:
940
942
  - IconMathScientific
941
943
  - IconMinusLarge
942
944
  - IconMinusSmall
945
+ - IconMorningBrief
943
946
  - IconPaperclip1
944
947
  - IconPaperclip2
945
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"
@@ -1083,6 +1085,7 @@ export type CentralIconName =
1083
1085
  | "IconRainyLight"
1084
1086
  | "IconRaisingHand4Finger"
1085
1087
  | "IconRaisingHand5Finger"
1088
+ | "IconRandom"
1086
1089
  | "IconReadingList"
1087
1090
  | "IconRear"
1088
1091
  | "IconReceiptBill"