@central-icons-react/round-outlined-radius-3-stroke-1 0.0.49 → 0.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/IconVercel/index.d.ts +4 -0
- package/IconVercel/index.js +2 -0
- package/IconVercel/index.js.map +1 -0
- package/IconVercel/index.mjs +2 -0
- package/IconVercel/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 f=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var I=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0})},s=(r,t,o,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of g(t))!x.call(r,e)&&e!==o&&p(r,e,{get:()=>t[e],enumerable:!(a=B(t,e))||a.enumerable});return r};var C=(r,t,o)=>(o=r!=null?f(h(r)):{},s(t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),d=r=>s(p({},"__esModule",{value:!0}),r);var w={};I(w,{IconBanana:()=>c,default:()=>b});module.exports=d(w);var n=C(require("react"));var l=C(require("react")),m=({children:r,size:t=24,ariaLabel:o,color:a,ariaHidden:e=!0,style:i,...u})=>l.default.createElement("svg",{...u,"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:a,...i}},o&&!e&&l.default.createElement("title",null,o),r);var c=r=>n.default.createElement(m,{...r,ariaLabel:"banana, fruit"},n.default.createElement("path",{d:"M14 9L15.9476 4.61843C16.2499 3.9383 16.9244 3.5 17.6687 3.5V3.5C18.6431 3.5 19.4643 4.24338 19.5142 5.21655C19.6529 7.92232 19.4501 10.2528 18.5 13",stroke:"currentColor"}),n.default.createElement("path",{d:"M14.5722 12.8592C12.184 12.2279 9.97234 11.7035 7.5763 12.3135L6.5 10.6759C9.20252 8.23329 15.5656 6.81407 14.5722 12.8592ZM14.5722 12.8592C17.0974 15.6377 17.6837 17.3561 15.6485 20.5H18.3392C22.6942 17.2491 20.4166 11.1656 14.5722 12.8592Z",stroke:"currentColor"}),n.default.createElement("path",{d:"M12.1667 12C10 15.0357 7.18632 16.7045 3.5 16.8788V19.0472C8.04085 22.1935 12.8421 19.7399 16.5 16.3367",stroke:"currentColor"})),b=c;0&&(module.exports={IconBanana});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBanana/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBanana: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"banana, fruit\">\n <path\n d=\"M14 9L15.9476 4.61843C16.2499 3.9383 16.9244 3.5 17.6687 3.5V3.5C18.6431 3.5 19.4643 4.24338 19.5142 5.21655C19.6529 7.92232 19.4501 10.2528 18.5 13\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M14.5722 12.8592C12.184 12.2279 9.97234 11.7035 7.5763 12.3135L6.5 10.6759C9.20252 8.23329 15.5656 6.81407 14.5722 12.8592ZM14.5722 12.8592C17.0974 15.6377 17.6837 17.3561 15.6485 20.5H18.3392C22.6942 17.2491 20.4166 11.1656 14.5722 12.8592Z\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M12.1667 12C10 15.0357 7.18632 16.7045 3.5 16.8788V19.0472C8.04085 22.1935 12.8421 19.7399 16.5 16.3367\"\n stroke=\"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,EAAE,uJACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0GACF,OAAO,eACT,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 t from"react";import a from"react";var p=({children:o,size:r=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:s,...C})=>a.createElement("svg",{...C,"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:l,...s}},n&&!e&&a.createElement("title",null,n),o);var m=o=>t.createElement(p,{...o,ariaLabel:"banana, fruit"},t.createElement("path",{d:"M14 9L15.9476 4.61843C16.2499 3.9383 16.9244 3.5 17.6687 3.5V3.5C18.6431 3.5 19.4643 4.24338 19.5142 5.21655C19.6529 7.92232 19.4501 10.2528 18.5 13",stroke:"currentColor"}),t.createElement("path",{d:"M14.5722 12.8592C12.184 12.2279 9.97234 11.7035 7.5763 12.3135L6.5 10.6759C9.20252 8.23329 15.5656 6.81407 14.5722 12.8592ZM14.5722 12.8592C17.0974 15.6377 17.6837 17.3561 15.6485 20.5H18.3392C22.6942 17.2491 20.4166 11.1656 14.5722 12.8592Z",stroke:"currentColor"}),t.createElement("path",{d:"M12.1667 12C10 15.0357 7.18632 16.7045 3.5 16.8788V19.0472C8.04085 22.1935 12.8421 19.7399 16.5 16.3367",stroke:"currentColor"})),B=m;export{m as IconBanana,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBanana/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBanana: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"banana, fruit\">\n <path\n d=\"M14 9L15.9476 4.61843C16.2499 3.9383 16.9244 3.5 17.6687 3.5V3.5C18.6431 3.5 19.4643 4.24338 19.5142 5.21655C19.6529 7.92232 19.4501 10.2528 18.5 13\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M14.5722 12.8592C12.184 12.2279 9.97234 11.7035 7.5763 12.3135L6.5 10.6759C9.20252 8.23329 15.5656 6.81407 14.5722 12.8592ZM14.5722 12.8592C17.0974 15.6377 17.6837 17.3561 15.6485 20.5H18.3392C22.6942 17.2491 20.4166 11.1656 14.5722 12.8592Z\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M12.1667 12C10 15.0357 7.18632 16.7045 3.5 16.8788V19.0472C8.04085 22.1935 12.8421 19.7399 16.5 16.3367\"\n stroke=\"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,EAAE,uJACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,oPACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,0GACF,OAAO,eACT,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 m=Object.create;var l=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!g.call(r,n)&&n!==e&&l(r,n,{get:()=>o[n],enumerable:!(p=k(o,n))||p.enumerable});return r};var c=(r,o,e)=>(e=r!=null?m(h(r)):{},a(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(l({},"__esModule",{value:!0}),r);var B={};x(B,{IconMorningBrief:()=>u,default:()=>y});module.exports=L(B);var t=c(require("react"));var s=c(require("react")),i=({children:r,size:o=24,ariaLabel:e,color:p,ariaHidden:n=!0,style:d,...C})=>s.default.createElement("svg",{...C,"aria-hidden":n,role:n?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...d}},e&&!n&&s.default.createElement("title",null,e),r);var u=r=>t.default.createElement(i,{...r,ariaLabel:"morning-brief, daily-todo"},t.default.createElement("path",{d:"M12 1.5V4.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M4.5752 4.5752L6.69652 6.69652",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M19.4243 4.5752L17.303 6.69652",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M7.5 16.5H18.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M7.5 20.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("path",{d:"M1.5 12.5H22.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement("circle",{cx:"4.9502",cy:"16.5",r:"0.75",fill:"currentColor"}),t.default.createElement("circle",{cx:"4.9502",cy:"20.5",r:"0.75",fill:"currentColor"}),t.default.createElement("path",{d:"M17 12.5C17 9.73858 14.7614 7.5 12 7.5C9.23858 7.5 7 9.73858 7 12.5",stroke:"currentColor",strokeLinecap:"round"})),y=u;0&&(module.exports={IconMorningBrief});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMorningBrief/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMorningBrief: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"morning-brief, daily-todo\">\n <path d=\"M12 1.5V4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path\n d=\"M4.5752 4.5752L6.69652 6.69652\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19.4243 4.5752L17.303 6.69652\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path d=\"M7.5 16.5H18.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M7.5 20.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M1.5 12.5H22.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <circle cx=\"4.9502\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"4.9502\" cy=\"20.5\" r=\"0.75\" fill=\"currentColor\" />\n <path\n d=\"M17 12.5C17 9.73858 14.7614 7.5 12 7.5C9.23858 7.5 7 9.73858 7 12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMorningBrief;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,EAClE,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,UAAO,GAAG,SAAS,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,UAAO,GAAG,SAAS,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,QACC,EAAE,sEACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconMorningBrief_exports","__export","IconMorningBrief","IconMorningBrief_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";var l=({children:e,size:o=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:a,...c})=>p.createElement("svg",{...c,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...a}},n&&!t&&p.createElement("title",null,n),e);var i=e=>r.createElement(l,{...e,ariaLabel:"morning-brief, daily-todo"},r.createElement("path",{d:"M12 1.5V4.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M4.5752 4.5752L6.69652 6.69652",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M19.4243 4.5752L17.303 6.69652",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M7.5 16.5H18.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M7.5 20.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("path",{d:"M1.5 12.5H22.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement("circle",{cx:"4.9502",cy:"16.5",r:"0.75",fill:"currentColor"}),r.createElement("circle",{cx:"4.9502",cy:"20.5",r:"0.75",fill:"currentColor"}),r.createElement("path",{d:"M17 12.5C17 9.73858 14.7614 7.5 12 7.5C9.23858 7.5 7 9.73858 7 12.5",stroke:"currentColor",strokeLinecap:"round"})),k=i;export{i as IconMorningBrief,k as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMorningBrief/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMorningBrief: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"morning-brief, daily-todo\">\n <path d=\"M12 1.5V4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path\n d=\"M4.5752 4.5752L6.69652 6.69652\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M19.4243 4.5752L17.303 6.69652\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <path d=\"M7.5 16.5H18.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M7.5 20.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <path d=\"M1.5 12.5H22.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <circle cx=\"4.9502\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"4.9502\" cy=\"20.5\" r=\"0.75\" fill=\"currentColor\" />\n <path\n d=\"M17 12.5C17 9.73858 14.7614 7.5 12 7.5C9.23858 7.5 7 9.73858 7 12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMorningBrief;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpCC,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,EAClEA,EAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QAChB,EACAA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEA,EAAA,cAAC,UAAO,GAAG,SAAS,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC3DA,EAAA,cAAC,UAAO,GAAG,SAAS,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC3DA,EAAA,cAAC,QACC,EAAE,sEACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(e,r)=>{for(var t in r)l(e,t,{get:r[t],enumerable:!0})},s=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of x(r))!I.call(e,o)&&o!==t&&l(e,o,{get:()=>r[o],enumerable:!(n=g(r,o))||n.enumerable});return e};var c=(e,r,t)=>(t=e!=null?u(B(e)):{},s(r||!e||!e.__esModule?l(t,"default",{value:e,enumerable:!0}):t,e)),w=e=>s(l({},"__esModule",{value:!0}),e);var P={};h(P,{IconVercel:()=>i,default:()=>y});module.exports=w(P);var a=c(require("react"));var p=c(require("react")),m=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:f,...C})=>p.default.createElement("svg",{...C,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...f}},t&&!o&&p.default.createElement("title",null,t),e);var i=e=>a.default.createElement(m,{...e,ariaLabel:"vercel"},a.default.createElement("path",{d:"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z",fill:"currentColor"})),y=i;0&&(module.exports={IconVercel});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVercel/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVercel: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vercel\">\n <path\n d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVercel;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,UACpC,EAAAC,QAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVercel_exports","__export","IconVercel","IconVercel_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVercel","props","React","CentralIconBase","IconVercel_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import p from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:o,color:a,ariaHidden:t=!0,style:s,...c})=>n.createElement("svg",{...c,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},o&&!t&&n.createElement("title",null,o),r);var m=r=>p.createElement(l,{...r,ariaLabel:"vercel"},p.createElement("path",{d:"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z",fill:"currentColor"})),g=m;export{m as IconVercel,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVercel/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVercel: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vercel\">\n <path\n d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVercel;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,UACpCC,EAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVercel","props","React","CentralIconBase","IconVercel_default"]}
|
package/README.md
CHANGED
|
@@ -735,6 +735,7 @@ Below is a complete list of available icons:
|
|
|
735
735
|
- IconAppleNewton
|
|
736
736
|
- IconApples
|
|
737
737
|
- IconAvocado
|
|
738
|
+
- IconBanana
|
|
738
739
|
- IconBirthdayCake
|
|
739
740
|
- IconBottle
|
|
740
741
|
- IconBreakfast
|
|
@@ -941,6 +942,7 @@ Below is a complete list of available icons:
|
|
|
941
942
|
- IconMathScientific
|
|
942
943
|
- IconMinusLarge
|
|
943
944
|
- IconMinusSmall
|
|
945
|
+
- IconMorningBrief
|
|
944
946
|
- IconPaperclip1
|
|
945
947
|
- IconPaperclip2
|
|
946
948
|
- IconPaperclip3
|
|
@@ -1391,6 +1393,7 @@ Below is a complete list of available icons:
|
|
|
1391
1393
|
- IconTwitch
|
|
1392
1394
|
- IconTwitter
|
|
1393
1395
|
- IconVenmo
|
|
1396
|
+
- IconVercel
|
|
1394
1397
|
- IconVkontakte
|
|
1395
1398
|
- IconWebflow
|
|
1396
1399
|
- IconWhatsapp
|
package/icons/index.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ export type CentralIconName =
|
|
|
156
156
|
| "IconBag"
|
|
157
157
|
| "IconBag2"
|
|
158
158
|
| "IconBalloon"
|
|
159
|
+
| "IconBanana"
|
|
159
160
|
| "IconBank"
|
|
160
161
|
| "IconBanknote1"
|
|
161
162
|
| "IconBanknote2"
|
|
@@ -910,6 +911,7 @@ export type CentralIconName =
|
|
|
910
911
|
| "IconMoneyHand"
|
|
911
912
|
| "IconMoon"
|
|
912
913
|
| "IconMoonStar"
|
|
914
|
+
| "IconMorningBrief"
|
|
913
915
|
| "IconMountainBike"
|
|
914
916
|
| "IconMouse"
|
|
915
917
|
| "IconMouseScrollDown"
|
|
@@ -1413,6 +1415,7 @@ export type CentralIconName =
|
|
|
1413
1415
|
| "IconVault"
|
|
1414
1416
|
| "IconVectorLogo"
|
|
1415
1417
|
| "IconVenmo"
|
|
1418
|
+
| "IconVercel"
|
|
1416
1419
|
| "IconVersusCircle"
|
|
1417
1420
|
| "IconVerticalAlignmentCenter"
|
|
1418
1421
|
| "IconVerticalAlignmentLeft"
|