@central-icons-react/square-filled-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 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 IconRandom: React.FC<CentralIconBaseProps>;
4
+ export default IconRandom;
@@ -0,0 +1,2 @@
1
+ "use strict";var L=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!V.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=c(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?L(h(r)):{},i(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var I={};g(I,{IconRandom:()=>f,default:()=>B});module.exports=x(I);var n=s(require("react"));var a=s(require("react")),m=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:u,...C})=>a.default.createElement("svg",{...C,"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:l,...u}},t&&!e&&a.default.createElement("title",null,t),r);var f=r=>n.default.createElement(m,{...r,ariaLabel:"random, productivity, smart"},n.default.createElement("path",{d:"M12.5 22H11.5V17H12.5V22Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z",fill:"currentColor"}),n.default.createElement("path",{d:"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22 12.5H17V11.5H22V12.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12.5 7H11.5V2H12.5V7Z",fill:"currentColor"})),B=f;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 d=\"M12.5 22H11.5V17H12.5V22Z\" fill=\"currentColor\" />\n <path\n d=\"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z\"\n fill=\"currentColor\"\n />\n <path d=\"M22 12.5H17V11.5H22V12.5Z\" fill=\"currentColor\" />\n <path\n d=\"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.5 7H11.5V2H12.5V7Z\" fill=\"currentColor\" />\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,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,gHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,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 r from"react";import l from"react";var p=({children:t,size:o=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:i,...s})=>l.createElement("svg",{...s,"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,...i}},n&&!e&&l.createElement("title",null,n),t);var m=t=>r.createElement(p,{...t,ariaLabel:"random, productivity, smart"},r.createElement("path",{d:"M12.5 22H11.5V17H12.5V22Z",fill:"currentColor"}),r.createElement("path",{d:"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z",fill:"currentColor"}),r.createElement("path",{d:"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z",fill:"currentColor"}),r.createElement("path",{d:"M22 12.5H17V11.5H22V12.5Z",fill:"currentColor"}),r.createElement("path",{d:"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z",fill:"currentColor"}),r.createElement("path",{d:"M12.5 7H11.5V2H12.5V7Z",fill:"currentColor"})),c=m;export{m as IconRandom,c 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 d=\"M12.5 22H11.5V17H12.5V22Z\" fill=\"currentColor\" />\n <path\n d=\"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z\"\n fill=\"currentColor\"\n />\n <path d=\"M22 12.5H17V11.5H22V12.5Z\" fill=\"currentColor\" />\n <path\n d=\"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.5 7H11.5V2H12.5V7Z\" fill=\"currentColor\" />\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,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDA,EAAA,cAAC,QACC,EAAE,gHACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDA,EAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,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"