@central-icons-react/round-outlined-radius-0-stroke-1.5 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.
- package/IconBanana/index.d.ts +4 -0
- package/IconBanana/index.js +2 -0
- package/IconBanana/index.js.map +1 -0
- package/IconBanana/index.mjs +2 -0
- package/IconBanana/index.mjs.map +1 -0
- package/IconHatSparkle/index.js +1 -1
- package/IconHatSparkle/index.js.map +1 -1
- package/IconHatSparkle/index.mjs +1 -1
- package/IconHatSparkle/index.mjs.map +1 -1
- package/IconMorningBrief/index.d.ts +4 -0
- package/IconMorningBrief/index.js +2 -0
- package/IconMorningBrief/index.js.map +1 -0
- package/IconMorningBrief/index.mjs +2 -0
- package/IconMorningBrief/index.mjs.map +1 -0
- package/IconRandom/index.d.ts +4 -0
- package/IconRandom/index.js +2 -0
- package/IconRandom/index.js.map +1 -0
- package/IconRandom/index.mjs +2 -0
- package/IconRandom/index.mjs.map +1 -0
- package/README.md +3 -0
- package/icons/index.d.ts +3 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +11 -5
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var c=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},p=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!B.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(a=h(o,e))||a.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(k(r)):{},p(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>p(s({},"__esModule",{value:!0}),r);var V={};g(V,{IconBanana:()=>u,default:()=>I});module.exports=x(V);var n=i(require("react"));var C=i(require("react")),l=({children:r,size:o=24,ariaLabel:t,color:a,ariaHidden:e=!0,style:m,...d})=>C.default.createElement("svg",{...d,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...m}},t&&!e&&C.default.createElement("title",null,t),r);var u=r=>n.default.createElement(l,{...r,ariaLabel:"banana, fruit"},n.default.createElement("path",{d:"M13.75 10.0833L16.0385 4.80183C16.3152 4.16327 16.9447 3.75 17.6407 3.75V3.75C18.5452 3.75 19.3073 4.44094 19.3323 5.34511C19.4072 8.05343 19.0343 10.6168 18.1409 13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14.5361 12.9296C12.5114 12.3981 10.6182 11.9456 8.62026 12.2406C8.11731 12.3149 7.60031 12.123 7.31975 11.699V11.699C6.99242 11.2043 7.07386 10.5374 7.56853 10.21C10.4464 8.30551 15.4043 7.68165 14.5361 12.9296ZM14.5361 12.9296C16.3881 14.9538 17.1589 16.3907 16.5589 18.2873C16.2732 19.1904 16.8285 20.25 17.7756 20.25V20.25C18.0315 20.25 18.2841 20.1696 18.4802 20.0052C22.2553 16.8415 20.0288 11.3487 14.5361 12.9296Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12.0833 12.25C10.244 14.6149 7.91962 16.0396 4.96102 16.4467C4.28748 16.5394 3.75 17.0908 3.75 17.7707V17.7707C3.75 18.205 3.97012 18.6163 4.35366 18.8201C8.53837 21.0434 12.8945 18.9413 16.25 16.0765",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),I=u;0&&(module.exports={IconBanana});
|
2
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconBanana/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBanana: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"banana, fruit\">\n <path\n d=\"M13.75 10.0833L16.0385 4.80183C16.3152 4.16327 16.9447 3.75 17.6407 3.75V3.75C18.5452 3.75 19.3073 4.44094 19.3323 5.34511C19.4072 8.05343 19.0343 10.6168 18.1409 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5361 12.9296C12.5114 12.3981 10.6182 11.9456 8.62026 12.2406C8.11731 12.3149 7.60031 12.123 7.31975 11.699V11.699C6.99242 11.2043 7.07386 10.5374 7.56853 10.21C10.4464 8.30551 15.4043 7.68165 14.5361 12.9296ZM14.5361 12.9296C16.3881 14.9538 17.1589 16.3907 16.5589 18.2873C16.2732 19.1904 16.8285 20.25 17.7756 20.25V20.25C18.0315 20.25 18.2841 20.1696 18.4802 20.0052C22.2553 16.8415 20.0288 11.3487 14.5361 12.9296Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.0833 12.25C10.244 14.6149 7.91962 16.0396 4.96102 16.4467C4.28748 16.5394 3.75 17.0908 3.75 17.7707V17.7707C3.75 18.205 3.97012 18.6163 4.35366 18.8201C8.53837 21.0434 12.8945 18.9413 16.25 16.0765\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBanana;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iBACpC,EAAAC,QAAA,cAAC,QACC,EAAE,2KACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,waACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconBanana_exports","__export","IconBanana","IconBanana_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconBanana","props","React","CentralIconBase","IconBanana_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import o from"react";import a from"react";var s=({children:t,size:r=24,ariaLabel:n,color:C,ariaHidden:e=!0,style:p,...i})=>a.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...p}},n&&!e&&a.createElement("title",null,n),t);var l=t=>o.createElement(s,{...t,ariaLabel:"banana, fruit"},o.createElement("path",{d:"M13.75 10.0833L16.0385 4.80183C16.3152 4.16327 16.9447 3.75 17.6407 3.75V3.75C18.5452 3.75 19.3073 4.44094 19.3323 5.34511C19.4072 8.05343 19.0343 10.6168 18.1409 13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),o.createElement("path",{d:"M14.5361 12.9296C12.5114 12.3981 10.6182 11.9456 8.62026 12.2406C8.11731 12.3149 7.60031 12.123 7.31975 11.699V11.699C6.99242 11.2043 7.07386 10.5374 7.56853 10.21C10.4464 8.30551 15.4043 7.68165 14.5361 12.9296ZM14.5361 12.9296C16.3881 14.9538 17.1589 16.3907 16.5589 18.2873C16.2732 19.1904 16.8285 20.25 17.7756 20.25V20.25C18.0315 20.25 18.2841 20.1696 18.4802 20.0052C22.2553 16.8415 20.0288 11.3487 14.5361 12.9296Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),o.createElement("path",{d:"M12.0833 12.25C10.244 14.6149 7.91962 16.0396 4.96102 16.4467C4.28748 16.5394 3.75 17.0908 3.75 17.7707V17.7707C3.75 18.205 3.97012 18.6163 4.35366 18.8201C8.53837 21.0434 12.8945 18.9413 16.25 16.0765",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),h=l;export{l as IconBanana,h as default};
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconBanana/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBanana: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"banana, fruit\">\n <path\n d=\"M13.75 10.0833L16.0385 4.80183C16.3152 4.16327 16.9447 3.75 17.6407 3.75V3.75C18.5452 3.75 19.3073 4.44094 19.3323 5.34511C19.4072 8.05343 19.0343 10.6168 18.1409 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5361 12.9296C12.5114 12.3981 10.6182 11.9456 8.62026 12.2406C8.11731 12.3149 7.60031 12.123 7.31975 11.699V11.699C6.99242 11.2043 7.07386 10.5374 7.56853 10.21C10.4464 8.30551 15.4043 7.68165 14.5361 12.9296ZM14.5361 12.9296C16.3881 14.9538 17.1589 16.3907 16.5589 18.2873C16.2732 19.1904 16.8285 20.25 17.7756 20.25V20.25C18.0315 20.25 18.2841 20.1696 18.4802 20.0052C22.2553 16.8415 20.0288 11.3487 14.5361 12.9296Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.0833 12.25C10.244 14.6149 7.91962 16.0396 4.96102 16.4467C4.28748 16.5394 3.75 17.0908 3.75 17.7707V17.7707C3.75 18.205 3.97012 18.6163 4.35366 18.8201C8.53837 21.0434 12.8945 18.9413 16.25 16.0765\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBanana;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iBACpCC,EAAA,cAAC,QACC,EAAE,2KACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,waACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,4MACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconBanana","props","React","CentralIconBase","IconBanana_default"]}
|
package/IconHatSparkle/index.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
"use strict";var
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var k=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0})},l=(r,t,o,C)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of d(t))!g.call(r,e)&&e!==o&&p(r,e,{get:()=>t[e],enumerable:!(C=h(t,e))||C.enumerable});return r};var s=(r,t,o)=>(o=r!=null?u(f(r)):{},l(t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),x=r=>l(p({},"__esModule",{value:!0}),r);var I={};k(I,{IconHatSparkle:()=>i,default:()=>B});module.exports=x(I);var n=s(require("react"));var a=s(require("react")),L=({children:r,size:t=24,ariaLabel:o,color:C,ariaHidden:e=!0,style:m,...c})=>a.default.createElement("svg",{...c,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...m}},o&&!e&&a.default.createElement("title",null,o),r);var i=r=>n.default.createElement(L,{...r,ariaLabel:"hat-sparkle, magic hat"},n.default.createElement("path",{d:"M18.25 13V20.2344C16.7841 20.8572 14.3894 21.25 12 21.25C9.61061 21.25 7.21589 20.8572 5.75 20.2344V13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M20.25 11C20.25 12.2426 16.5563 13.25 12 13.25C7.44365 13.25 3.75 12.2426 3.75 11C3.75 9.75736 7.44365 8.75 12 8.75C16.5563 8.75 20.25 9.75736 20.25 11Z",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z",fill:"currentColor"}),n.default.createElement("path",{d:"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z",fill:"currentColor"})),B=i;0&&(module.exports={IconHatSparkle});
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/IconHatSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHatSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hat-sparkle, magic hat\">\n <path\n d=\"M18.25 13V20.2344C16.7841 20.8572 14.3894 21.25 12 21.25C9.61061 21.25 7.21589 20.8572 5.75 20.2344V13\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20.25 11C20.25 12.2426 16.5563 13.25 12 13.25C7.44365 13.25 3.75 12.2426 3.75 11C3.75 9.75736 7.44365 8.75 12 8.75C16.5563 8.75 20.25 9.75736 20.25 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M13.
|
1
|
+
{"version":3,"sources":["../src/IconHatSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHatSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hat-sparkle, magic hat\">\n <path\n d=\"M18.25 13V20.2344C16.7841 20.8572 14.3894 21.25 12 21.25C9.61061 21.25 7.21589 20.8572 5.75 20.2344V13\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20.25 11C20.25 12.2426 16.5563 13.25 12 13.25C7.44365 13.25 3.75 12.2426 3.75 11C3.75 9.75736 7.44365 8.75 12 8.75C16.5563 8.75 20.25 9.75736 20.25 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHatSparkle;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,yGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4gBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2lBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHatSparkle_exports","__export","IconHatSparkle","IconHatSparkle_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconHatSparkle","props","React","CentralIconBase","IconHatSparkle_default"]}
|
package/IconHatSparkle/index.mjs
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import
|
1
|
+
import t from"react";import C from"react";var p=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:l,...s})=>C.createElement("svg",{...s,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},n&&!e&&C.createElement("title",null,n),o);var L=o=>t.createElement(p,{...o,ariaLabel:"hat-sparkle, magic hat"},t.createElement("path",{d:"M18.25 13V20.2344C16.7841 20.8572 14.3894 21.25 12 21.25C9.61061 21.25 7.21589 20.8572 5.75 20.2344V13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M20.25 11C20.25 12.2426 16.5563 13.25 12 13.25C7.44365 13.25 3.75 12.2426 3.75 11C3.75 9.75736 7.44365 8.75 12 8.75C16.5563 8.75 20.25 9.75736 20.25 11Z",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement("path",{d:"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z",fill:"currentColor"}),t.createElement("path",{d:"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z",fill:"currentColor"})),h=L;export{L as IconHatSparkle,h as default};
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/IconHatSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHatSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hat-sparkle, magic hat\">\n <path\n d=\"M18.25 13V20.2344C16.7841 20.8572 14.3894 21.25 12 21.25C9.61061 21.25 7.21589 20.8572 5.75 20.2344V13\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20.25 11C20.25 12.2426 16.5563 13.25 12 13.25C7.44365 13.25 3.75 12.2426 3.75 11C3.75 9.75736 7.44365 8.75 12 8.75C16.5563 8.75 20.25 9.75736 20.25 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M13.
|
1
|
+
{"version":3,"sources":["../src/IconHatSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHatSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hat-sparkle, magic hat\">\n <path\n d=\"M18.25 13V20.2344C16.7841 20.8572 14.3894 21.25 12 21.25C9.61061 21.25 7.21589 20.8572 5.75 20.2344V13\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20.25 11C20.25 12.2426 16.5563 13.25 12 13.25C7.44365 13.25 3.75 12.2426 3.75 11C3.75 9.75736 7.44365 8.75 12 8.75C16.5563 8.75 20.25 9.75736 20.25 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHatSparkle;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpCC,EAAA,cAAC,QACC,EAAE,yGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,2JACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,4gBACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,2lBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconHatSparkle","props","React","CentralIconBase","IconHatSparkle_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var C=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var m=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!f.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(i=h(o,n))||i.enumerable});return r};var l=(r,o,e)=>(e=r!=null?C(m(r)):{},d(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>d(s({},"__esModule",{value:!0}),r);var B={};g(B,{IconMorningBrief:()=>k,default:()=>y});module.exports=x(B);var t=l(require("react"));var p=l(require("react")),u=({children:r,size:o=24,ariaLabel:e,color:i,ariaHidden:n=!0,style:a,...c})=>p.default.createElement("svg",{...c,"aria-hidden":n,role:n?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:i,...a}},e&&!n&&p.default.createElement("title",null,e),r);var k=r=>t.default.createElement(u,{...r,ariaLabel:"morning-brief, daily-todo"},t.default.createElement("path",{d:"M12 1.75V4.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M19.2477 4.75195L17.48 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M4.75195 4.75195L6.51972 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M8.25 16.25H18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M8.25 20.25H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M1.75 12.25H22.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement("circle",{cx:"5",cy:"16.25",r:"1",fill:"currentColor"}),t.default.createElement("circle",{cx:"5",cy:"20.25",r:"1",fill:"currentColor"}),t.default.createElement("path",{d:"M16.75 12.25C16.75 9.62665 14.6234 7.5 12 7.5C9.37665 7.5 7.25 9.62665 7.25 12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),y=k;0&&(module.exports={IconMorningBrief});
|
2
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconMorningBrief/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMorningBrief: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"morning-brief, daily-todo\">\n <path\n d=\"M12 1.75V4.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.2477 4.75195L17.48 6.51972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4.75195 4.75195L6.51972 6.51972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.25 16.25H18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.25 20.25H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M1.75 12.25H22.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle cx=\"5\" cy=\"16.25\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"5\" cy=\"20.25\" r=\"1\" fill=\"currentColor\" />\n <path\n d=\"M16.75 12.25C16.75 9.62665 14.6234 7.5 12 7.5C9.37665 7.5 7.25 9.62665 7.25 12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMorningBrief;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMorningBrief_exports","__export","IconMorningBrief","IconMorningBrief_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import r from"react";import i from"react";var s=({children:e,size:o=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:d,...l})=>i.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...d}},n&&!t&&i.createElement("title",null,n),e);var u=e=>r.createElement(s,{...e,ariaLabel:"morning-brief, daily-todo"},r.createElement("path",{d:"M12 1.75V4.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M19.2477 4.75195L17.48 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M4.75195 4.75195L6.51972 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M8.25 16.25H18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M8.25 20.25H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M1.75 12.25H22.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("circle",{cx:"5",cy:"16.25",r:"1",fill:"currentColor"}),r.createElement("circle",{cx:"5",cy:"20.25",r:"1",fill:"currentColor"}),r.createElement("path",{d:"M16.75 12.25C16.75 9.62665 14.6234 7.5 12 7.5C9.37665 7.5 7.25 9.62665 7.25 12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=u;export{u as IconMorningBrief,h as default};
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/IconMorningBrief/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMorningBrief: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"morning-brief, daily-todo\">\n <path\n d=\"M12 1.75V4.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.2477 4.75195L17.48 6.51972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4.75195 4.75195L6.51972 6.51972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.25 16.25H18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.25 20.25H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M1.75 12.25H22.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle cx=\"5\" cy=\"16.25\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"5\" cy=\"20.25\" r=\"1\" fill=\"currentColor\" />\n <path\n d=\"M16.75 12.25C16.75 9.62665 14.6234 7.5 12 7.5C9.37665 7.5 7.25 9.62665 7.25 12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMorningBrief;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpCC,EAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpDA,EAAA,cAAC,UAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpDA,EAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var m=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var C=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)i(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of h(o))!f.call(r,e)&&e!==t&&i(r,e,{get:()=>o[e],enumerable:!(s=L(o,e))||s.enumerable});return r};var d=(r,o,t)=>(t=r!=null?m(C(r)):{},a(o||!r||!r.__esModule?i(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(i({},"__esModule",{value:!0}),r);var I={};g(I,{IconRandom:()=>l,default:()=>B});module.exports=x(I);var n=d(require("react"));var p=d(require("react")),u=({children:r,size:o=24,ariaLabel:t,color:s,ariaHidden:e=!0,style:k,...c})=>p.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:s,...k}},t&&!e&&p.default.createElement("title",null,t),r);var l=r=>n.default.createElement(u,{...r,ariaLabel:"random, productivity, smart"},n.default.createElement("path",{d:"M12 17.75V21.25M12 2.75V6.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M17.75 12L21.25 12M2.75 12H11.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M5.45947 5.45898L12 12L5.45947 18.5405",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M16.0659 16.0654L18.5408 18.5403",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M16.0659 7.93386L18.5408 5.45898",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=l;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.75V21.25M12 2.75V6.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M17.75 12L21.25 12M2.75 12H11.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5.45947 5.45898L12 12L5.45947 18.5405\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16.0659 16.0654L18.5408 18.5403\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16.0659 7.93386L18.5408 5.45898\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,+BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,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 s from"react";var i=({children:t,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:a,...d})=>s.createElement("svg",{...d,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},n&&!e&&s.createElement("title",null,n),t);var u=t=>o.createElement(i,{...t,ariaLabel:"random, productivity, smart"},o.createElement("path",{d:"M12 17.75V21.25M12 2.75V6.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M17.75 12L21.25 12M2.75 12H11.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M5.45947 5.45898L12 12L5.45947 18.5405",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M16.0659 16.0654L18.5408 18.5403",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M16.0659 7.93386L18.5408 5.45898",stroke:"currentColor",strokeWidth:"1.5",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.75V21.25M12 2.75V6.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M17.75 12L21.25 12M2.75 12H11.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5.45947 5.45898L12 12L5.45947 18.5405\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16.0659 16.0654L18.5408 18.5403\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16.0659 7.93386L18.5408 5.45898\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,+BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,yCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,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"
|