@central-icons-react/round-outlined-radius-2-stroke-2 0.0.49 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/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/README.md +2 -0
- package/icons/index.d.ts +2 -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 +8 -4
- 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 a=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)a(r,t,{get:o[t],enumerable:!0})},p=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!B.call(r,e)&&e!==t&&a(r,e,{get:()=>o[e],enumerable:!(C=h(o,e))||C.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(k(r)):{},p(o||!r||!r.__esModule?a(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>p(a({},"__esModule",{value:!0}),r);var V={};g(V,{IconBanana:()=>u,default:()=>I});module.exports=x(V);var n=i(require("react"));var s=i(require("react")),l=({children:r,size:o=24,ariaLabel:t,color:C,ariaHidden:e=!0,style:m,...d})=>s.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:C,...m}},t&&!e&&s.default.createElement("title",null,t),r);var u=r=>n.default.createElement(l,{...r,ariaLabel:"banana, fruit"},n.default.createElement("path",{d:"M14 10L16.0956 4.97065C16.3405 4.38287 16.9148 4 17.5515 4V4C18.3707 4 19.0525 4.6268 19.086 5.44526C19.1291 6.49874 19.1454 7.92405 19 9C18.7844 10.5957 18 13 18 13",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M14.5 13.0001C12.5465 12.491 10.7202 12.0577 8.79217 12.3426C8.31299 12.4134 7.82057 12.231 7.55191 11.828V11.828C7.23538 11.3531 7.31401 10.7109 7.79112 10.3978C10.5636 8.57801 15.3361 7.98345 14.5 13.0001ZM14.5 13.0001C16.2792 14.9304 17.0224 16.3022 16.4531 18.1086C16.179 18.9782 16.7119 20 17.6237 20V20C17.8681 20 18.1096 19.9235 18.2976 19.7672C21.9362 16.7422 19.7916 11.4881 14.5 13.0001Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M12 12.5C10.2264 14.7169 7.98324 16.0486 5.12514 16.4219C4.4993 16.5036 4 17.0158 4 17.647V17.647C4 18.0551 4.2097 18.4406 4.57214 18.6282C8.59172 20.7096 12.7767 18.7468 16 16.0714",stroke:"currentColor",strokeWidth:"2",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=\"M14 10L16.0956 4.97065C16.3405 4.38287 16.9148 4 17.5515 4V4C18.3707 4 19.0525 4.6268 19.086 5.44526C19.1291 6.49874 19.1454 7.92405 19 9C18.7844 10.5957 18 13 18 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5 13.0001C12.5465 12.491 10.7202 12.0577 8.79217 12.3426C8.31299 12.4134 7.82057 12.231 7.55191 11.828V11.828C7.23538 11.3531 7.31401 10.7109 7.79112 10.3978C10.5636 8.57801 15.3361 7.98345 14.5 13.0001ZM14.5 13.0001C16.2792 14.9304 17.0224 16.3022 16.4531 18.1086C16.179 18.9782 16.7119 20 17.6237 20V20C17.8681 20 18.1096 19.9235 18.2976 19.7672C21.9362 16.7422 19.7916 11.4881 14.5 13.0001Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 12.5C10.2264 14.7169 7.98324 16.0486 5.12514 16.4219C4.4993 16.5036 4 17.0158 4 17.647V17.647C4 18.0551 4.2097 18.4406 4.57214 18.6282C8.59172 20.7096 12.7767 18.7468 16 16.0714\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,wKACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gZACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wLACF,OAAO,eACP,YAAY,IACZ,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 C from"react";var a=({children:t,size:r=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:p,...i})=>C.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:s,...p}},n&&!e&&C.createElement("title",null,n),t);var l=t=>o.createElement(a,{...t,ariaLabel:"banana, fruit"},o.createElement("path",{d:"M14 10L16.0956 4.97065C16.3405 4.38287 16.9148 4 17.5515 4V4C18.3707 4 19.0525 4.6268 19.086 5.44526C19.1291 6.49874 19.1454 7.92405 19 9C18.7844 10.5957 18 13 18 13",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement("path",{d:"M14.5 13.0001C12.5465 12.491 10.7202 12.0577 8.79217 12.3426C8.31299 12.4134 7.82057 12.231 7.55191 11.828V11.828C7.23538 11.3531 7.31401 10.7109 7.79112 10.3978C10.5636 8.57801 15.3361 7.98345 14.5 13.0001ZM14.5 13.0001C16.2792 14.9304 17.0224 16.3022 16.4531 18.1086C16.179 18.9782 16.7119 20 17.6237 20V20C17.8681 20 18.1096 19.9235 18.2976 19.7672C21.9362 16.7422 19.7916 11.4881 14.5 13.0001Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement("path",{d:"M12 12.5C10.2264 14.7169 7.98324 16.0486 5.12514 16.4219C4.4993 16.5036 4 17.0158 4 17.647V17.647C4 18.0551 4.2097 18.4406 4.57214 18.6282C8.59172 20.7096 12.7767 18.7468 16 16.0714",stroke:"currentColor",strokeWidth:"2",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=\"M14 10L16.0956 4.97065C16.3405 4.38287 16.9148 4 17.5515 4V4C18.3707 4 19.0525 4.6268 19.086 5.44526C19.1291 6.49874 19.1454 7.92405 19 9C18.7844 10.5957 18 13 18 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.5 13.0001C12.5465 12.491 10.7202 12.0577 8.79217 12.3426C8.31299 12.4134 7.82057 12.231 7.55191 11.828V11.828C7.23538 11.3531 7.31401 10.7109 7.79112 10.3978C10.5636 8.57801 15.3361 7.98345 14.5 13.0001ZM14.5 13.0001C16.2792 14.9304 17.0224 16.3022 16.4531 18.1086C16.179 18.9782 16.7119 20 17.6237 20V20C17.8681 20 18.1096 19.9235 18.2976 19.7672C21.9362 16.7422 19.7916 11.4881 14.5 13.0001Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 12.5C10.2264 14.7169 7.98324 16.0486 5.12514 16.4219C4.4993 16.5036 4 17.0158 4 17.647V17.647C4 18.0551 4.2097 18.4406 4.57214 18.6282C8.59172 20.7096 12.7767 18.7468 16 16.0714\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,wKACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,gZACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,wLACF,OAAO,eACP,YAAY,IACZ,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,2 @@
|
|
1
|
+
"use strict";var C=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of m(o))!g.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(s=h(o,n))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?C(f(r)):{},i(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>i(p({},"__esModule",{value:!0}),r);var L={};x(L,{IconMorningBrief:()=>d,default:()=>B});module.exports=y(L);var e=a(require("react"));var l=a(require("react")),c=({children:r,size:o=24,ariaLabel:t,color:s,ariaHidden:n=!0,style:u,...k})=>l.default.createElement("svg",{...k,"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:s,...u}},t&&!n&&l.default.createElement("title",null,t),r);var d=r=>e.default.createElement(c,{...r,ariaLabel:"morning-brief, daily-todo"},e.default.createElement("path",{d:"M12 2V4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement("path",{d:"M4.92896 4.92871L6.34317 6.34292",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement("path",{d:"M19.071 4.92871L17.6568 6.34292",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement("path",{d:"M8.5 16H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement("path",{d:"M8.5 20H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement("path",{d:"M2 12H22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement("circle",{cx:"5.1",cy:"16.0004",r:"1.1",fill:"currentColor"}),e.default.createElement("circle",{cx:"5.1",cy:"20.0004",r:"1.1",fill:"currentColor"}),e.default.createElement("path",{d:"M16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12",stroke:"currentColor",strokeWidth:"2"})),B=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=\"M12 2V4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M4.92896 4.92871L6.34317 6.34292\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19.071 4.92871L17.6568 6.34292\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M8.5 16H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M8.5 20H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M2 12H22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <circle cx=\"5.1\" cy=\"16.0004\" r=\"1.1\" fill=\"currentColor\" />\n <circle cx=\"5.1\" cy=\"20.0004\" r=\"1.1\" fill=\"currentColor\" />\n <path\n d=\"M16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC1D,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC1D,EAAAA,QAAA,cAAC,QACC,EAAE,0EACF,OAAO,eACP,YAAY,IACd,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 s from"react";var p=({children:t,size:o=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:i,...a})=>s.createElement("svg",{...a,"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,...i}},n&&!e&&s.createElement("title",null,n),t);var c=t=>r.createElement(p,{...t,ariaLabel:"morning-brief, daily-todo"},r.createElement("path",{d:"M12 2V4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement("path",{d:"M4.92896 4.92871L6.34317 6.34292",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement("path",{d:"M19.071 4.92871L17.6568 6.34292",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement("path",{d:"M8.5 16H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement("path",{d:"M8.5 20H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement("path",{d:"M2 12H22",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement("circle",{cx:"5.1",cy:"16.0004",r:"1.1",fill:"currentColor"}),r.createElement("circle",{cx:"5.1",cy:"20.0004",r:"1.1",fill:"currentColor"}),r.createElement("path",{d:"M16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12",stroke:"currentColor",strokeWidth:"2"})),h=c;export{c 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 2V4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M4.92896 4.92871L6.34317 6.34292\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19.071 4.92871L17.6568 6.34292\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M8.5 16H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M8.5 20H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M2 12H22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <circle cx=\"5.1\" cy=\"16.0004\" r=\"1.1\" fill=\"currentColor\" />\n <circle cx=\"5.1\" cy=\"20.0004\" r=\"1.1\" fill=\"currentColor\" />\n <path\n d=\"M16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAA,EAAA,cAAC,UAAO,GAAG,MAAM,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC1DA,EAAA,cAAC,UAAO,GAAG,MAAM,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC1DA,EAAA,cAAC,QACC,EAAE,0EACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
|
package/README.md
CHANGED
@@ -735,6 +735,7 @@ Below is a complete list of available icons:
|
|
735
735
|
- IconAppleNewton
|
736
736
|
- IconApples
|
737
737
|
- IconAvocado
|
738
|
+
- IconBanana
|
738
739
|
- IconBirthdayCake
|
739
740
|
- IconBottle
|
740
741
|
- IconBreakfast
|
@@ -941,6 +942,7 @@ Below is a complete list of available icons:
|
|
941
942
|
- IconMathScientific
|
942
943
|
- IconMinusLarge
|
943
944
|
- IconMinusSmall
|
945
|
+
- IconMorningBrief
|
944
946
|
- IconPaperclip1
|
945
947
|
- IconPaperclip2
|
946
948
|
- IconPaperclip3
|
package/icons/index.d.ts
CHANGED
@@ -156,6 +156,7 @@ export type CentralIconName =
|
|
156
156
|
| "IconBag"
|
157
157
|
| "IconBag2"
|
158
158
|
| "IconBalloon"
|
159
|
+
| "IconBanana"
|
159
160
|
| "IconBank"
|
160
161
|
| "IconBanknote1"
|
161
162
|
| "IconBanknote2"
|
@@ -910,6 +911,7 @@ export type CentralIconName =
|
|
910
911
|
| "IconMoneyHand"
|
911
912
|
| "IconMoon"
|
912
913
|
| "IconMoonStar"
|
914
|
+
| "IconMorningBrief"
|
913
915
|
| "IconMountainBike"
|
914
916
|
| "IconMouse"
|
915
917
|
| "IconMouseScrollDown"
|