@central-icons-react/round-outlined-radius-3-stroke-1 0.0.48 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/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 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 C=Object.create;var s=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!g.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(p=L(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?C(k(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>i(s({},"__esModule",{value:!0}),r);var I={};h(I,{IconRandom:()=>m,default:()=>B});module.exports=x(I);var n=l(require("react"));var a=l(require("react")),u=({children:r,size:o=24,ariaLabel:e,color:p,ariaHidden:t=!0,style:c,...d})=>a.default.createElement("svg",{...d,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...c}},e&&!t&&a.default.createElement("title",null,e),r);var m=r=>n.default.createElement(u,{...r,ariaLabel:"random, productivity, smart"},n.default.createElement("path",{d:"M12 17.5V21.5M12 2.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M17.5 12L21.5 12M2.5 12H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=m;0&&(module.exports={IconRandom});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRandom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRandom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"random, productivity, smart\">\n <path\n d=\"M12 17.5V21.5M12 2.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M17.5 12L21.5 12M2.5 12H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,+BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRandom_exports","__export","IconRandom","IconRandom_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";var s=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:i,...l})=>p.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},n&&!t&&p.createElement("title",null,n),e);var u=e=>o.createElement(s,{...e,ariaLabel:"random, productivity, smart"},o.createElement("path",{d:"M12 17.5V21.5M12 2.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M17.5 12L21.5 12M2.5 12H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),L=u;export{u as IconRandom,L as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRandom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRandom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"random, productivity, smart\">\n <path\n d=\"M12 17.5V21.5M12 2.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15.8893 15.8891L18.7177 18.7175M5.28271 5.28249L12 12L5.28294 18.7173M18.718 5.28223L15.8895 8.11065\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M17.5 12L21.5 12M2.5 12H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,+BACpCC,EAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
|
package/README.md
CHANGED
|
@@ -319,6 +319,7 @@ Below is a complete list of available icons:
|
|
|
319
319
|
- IconMinimize315
|
|
320
320
|
- IconMinimize45
|
|
321
321
|
- IconOngoing
|
|
322
|
+
- IconRandom
|
|
322
323
|
- IconShareArrowDown
|
|
323
324
|
- IconSquareArrowBottomRight
|
|
324
325
|
- IconSquareArrowCenter
|
|
@@ -734,6 +735,7 @@ Below is a complete list of available icons:
|
|
|
734
735
|
- IconAppleNewton
|
|
735
736
|
- IconApples
|
|
736
737
|
- IconAvocado
|
|
738
|
+
- IconBanana
|
|
737
739
|
- IconBirthdayCake
|
|
738
740
|
- IconBottle
|
|
739
741
|
- IconBreakfast
|
|
@@ -940,6 +942,7 @@ Below is a complete list of available icons:
|
|
|
940
942
|
- IconMathScientific
|
|
941
943
|
- IconMinusLarge
|
|
942
944
|
- IconMinusSmall
|
|
945
|
+
- IconMorningBrief
|
|
943
946
|
- IconPaperclip1
|
|
944
947
|
- IconPaperclip2
|
|
945
948
|
- IconPaperclip3
|
package/icons/index.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ export type CentralIconName =
|
|
|
156
156
|
| "IconBag"
|
|
157
157
|
| "IconBag2"
|
|
158
158
|
| "IconBalloon"
|
|
159
|
+
| "IconBanana"
|
|
159
160
|
| "IconBank"
|
|
160
161
|
| "IconBanknote1"
|
|
161
162
|
| "IconBanknote2"
|
|
@@ -910,6 +911,7 @@ export type CentralIconName =
|
|
|
910
911
|
| "IconMoneyHand"
|
|
911
912
|
| "IconMoon"
|
|
912
913
|
| "IconMoonStar"
|
|
914
|
+
| "IconMorningBrief"
|
|
913
915
|
| "IconMountainBike"
|
|
914
916
|
| "IconMouse"
|
|
915
917
|
| "IconMouseScrollDown"
|
|
@@ -1083,6 +1085,7 @@ export type CentralIconName =
|
|
|
1083
1085
|
| "IconRainyLight"
|
|
1084
1086
|
| "IconRaisingHand4Finger"
|
|
1085
1087
|
| "IconRaisingHand5Finger"
|
|
1088
|
+
| "IconRandom"
|
|
1086
1089
|
| "IconReadingList"
|
|
1087
1090
|
| "IconRear"
|
|
1088
1091
|
| "IconReceiptBill"
|