@central-icons-react-native/round-outlined-radius-2-stroke-1.5 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/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(B(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var g={};h(g,{IconBanana:()=>d,default:()=>P});module.exports=x(g);var n=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),d=r=>n.default.createElement(u,{...r},n.default.createElement(p.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(p.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(p.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"})),P=d;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBanana: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBanana","props","React","CentralIconBase","IconBanana_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{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(e,{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(e,{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=a;export{a as IconBanana,I 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBanana: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2KACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,waACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBanana","props","React","CentralIconBase","IconBanana_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var i=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)i(r,t,{get:o[t],enumerable:!0})},u=(r,o,t,d)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==t&&i(r,s,{get:()=>o[s],enumerable:!(d=a(o,s))||d.enumerable});return r};var k=(r,o,t)=>(t=r!=null?L(f(r)):{},u(o||!r||!r.__esModule?i(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>u(i({},"__esModule",{value:!0}),r);var M={};x(M,{IconMorningBrief:()=>c,default:()=>I});module.exports=B(M);var e=k(require("react"));var p=k(require("react")),l=require("react-native-svg"),C=({children:r,size:o=24,...t})=>p.default.createElement(l.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),c=r=>e.default.createElement(C,{...r},e.default.createElement(n.Path,{d:"M12 1.75V4.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M19.2477 4.75195L17.48 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M4.75195 4.75195L6.51972 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M8.25 16.25H18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M8.25 20.25H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M1.75 12.25H22.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Circle,{cx:"5",cy:"16.25",r:"1",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"5",cy:"20.25",r:"1",fill:"currentColor"}),e.default.createElement(n.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"})),I=c;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconMorningBrief: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import d from"react";import{Svg as u}from"react-native-svg";var t=({children:n,size:e=24,...i})=>d.createElement(u,{...i,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as s,Path as o}from"react-native-svg";var k=n=>r.createElement(t,{...n},r.createElement(o,{d:"M12 1.75V4.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M19.2477 4.75195L17.48 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M4.75195 4.75195L6.51972 6.51972",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M8.25 16.25H18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M8.25 20.25H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M1.75 12.25H22.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(s,{cx:"5",cy:"16.25",r:"1",fill:"currentColor"}),r.createElement(s,{cx:"5",cy:"20.25",r:"1",fill:"currentColor"}),r.createElement(o,{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"})),x=k;export{k as IconMorningBrief,x 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconMorningBrief: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAe,EACpDI,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
|
package/README.md
CHANGED
|
@@ -701,6 +701,7 @@ Below is a complete list of available icons:
|
|
|
701
701
|
- IconAppleNewton
|
|
702
702
|
- IconApples
|
|
703
703
|
- IconAvocado
|
|
704
|
+
- IconBanana
|
|
704
705
|
- IconBirthdayCake
|
|
705
706
|
- IconBottle
|
|
706
707
|
- IconBreakfast
|
|
@@ -907,6 +908,7 @@ Below is a complete list of available icons:
|
|
|
907
908
|
- IconMathScientific
|
|
908
909
|
- IconMinusLarge
|
|
909
910
|
- IconMinusSmall
|
|
911
|
+
- IconMorningBrief
|
|
910
912
|
- IconPaperclip1
|
|
911
913
|
- IconPaperclip2
|
|
912
914
|
- IconPaperclip3
|
package/filtered-icons.json
CHANGED
|
@@ -2198,6 +2198,20 @@
|
|
|
2198
2198
|
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
2199
2199
|
"componentName": "IconBalloon"
|
|
2200
2200
|
},
|
|
2201
|
+
{
|
|
2202
|
+
"category": "Food",
|
|
2203
|
+
"svg": "<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\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><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\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><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\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
|
|
2204
|
+
"iconName": "banana, fruit",
|
|
2205
|
+
"variant": {
|
|
2206
|
+
"join": "round",
|
|
2207
|
+
"filled": "off",
|
|
2208
|
+
"radius": "2",
|
|
2209
|
+
"stroke": "1.5"
|
|
2210
|
+
},
|
|
2211
|
+
"createdAt": "2025-08-22T08:30:44.654882+00:00",
|
|
2212
|
+
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
2213
|
+
"componentName": "IconBanana"
|
|
2214
|
+
},
|
|
2201
2215
|
{
|
|
2202
2216
|
"category": "Building",
|
|
2203
2217
|
"svg": "<path d=\"M19.25 9.24999V17.25M15.25 17.25V9.24999M4.75 9.24999V17.25M8.75 17.25V9.24999M18.8085 17.25H5.19152C4.33066 17.25 3.56638 17.8008 3.29415 18.6175L3.18874 18.9338C2.9729 19.5813 3.45487 20.25 4.13743 20.25H19.8626C20.5451 20.25 21.0271 19.5813 20.8113 18.9338L20.7058 18.6175C20.4336 17.8008 19.6693 17.25 18.8085 17.25ZM19.9641 9.24999H4.03588C3.32571 9.24999 2.75 8.67428 2.75 7.9641C2.75 7.47897 3.02304 7.03513 3.45605 6.81637L11.0982 2.9556C11.6653 2.6691 12.3347 2.6691 12.9018 2.95559L20.5439 6.81637C20.977 7.03513 21.25 7.47897 21.25 7.9641C21.25 8.67428 20.6743 9.24999 19.9641 9.24999Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
@@ -12754,6 +12768,20 @@
|
|
|
12754
12768
|
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
12755
12769
|
"componentName": "IconMoonStar"
|
|
12756
12770
|
},
|
|
12771
|
+
{
|
|
12772
|
+
"category": "Interface General",
|
|
12773
|
+
"svg": "<path d=\"M12 1.75V4.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.2477 4.75195L17.48 6.51972\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.75195 4.75195L6.51972 6.51972\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 16.25H18.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 20.25H15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.75 12.25H22.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"5\" cy=\"16.25\" r=\"1\" fill=\"currentColor\"/><circle cx=\"5\" cy=\"20.25\" r=\"1\" fill=\"currentColor\"/><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\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
12774
|
+
"iconName": "morning-brief, daily-todo",
|
|
12775
|
+
"variant": {
|
|
12776
|
+
"join": "round",
|
|
12777
|
+
"filled": "off",
|
|
12778
|
+
"radius": "2",
|
|
12779
|
+
"stroke": "1.5"
|
|
12780
|
+
},
|
|
12781
|
+
"createdAt": "2025-08-22T08:30:44.654882+00:00",
|
|
12782
|
+
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
12783
|
+
"componentName": "IconMorningBrief"
|
|
12784
|
+
},
|
|
12757
12785
|
{
|
|
12758
12786
|
"category": "Things",
|
|
12759
12787
|
"svg": "<path d=\"M19 15L16.4209 6.1882C16.1714 5.33577 15.3897 4.75 14.5015 4.75H13.75M6.75 6.75H9.75M10.9643 11.575L7.75 7M16.75 8.75L5 15\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"19\" cy=\"15\" r=\"4.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"5\" cy=\"15\" r=\"4.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-1.5",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.50",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-1.5/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1491,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 32,
|
|
@@ -596,11 +596,12 @@
|
|
|
596
596
|
]
|
|
597
597
|
},
|
|
598
598
|
"Food": {
|
|
599
|
-
"count":
|
|
599
|
+
"count": 41,
|
|
600
600
|
"icons": [
|
|
601
601
|
"IconAppleNewton",
|
|
602
602
|
"IconApples",
|
|
603
603
|
"IconAvocado",
|
|
604
|
+
"IconBanana",
|
|
604
605
|
"IconBirthdayCake",
|
|
605
606
|
"IconBottle",
|
|
606
607
|
"IconBreakfast",
|
|
@@ -715,7 +716,7 @@
|
|
|
715
716
|
]
|
|
716
717
|
},
|
|
717
718
|
"Interface General": {
|
|
718
|
-
"count":
|
|
719
|
+
"count": 160,
|
|
719
720
|
"icons": [
|
|
720
721
|
"IconAnchor1",
|
|
721
722
|
"IconAnchor2",
|
|
@@ -815,6 +816,7 @@
|
|
|
815
816
|
"IconMathScientific",
|
|
816
817
|
"IconMinusLarge",
|
|
817
818
|
"IconMinusSmall",
|
|
819
|
+
"IconMorningBrief",
|
|
818
820
|
"IconPaperclip1",
|
|
819
821
|
"IconPaperclip2",
|
|
820
822
|
"IconPaperclip3",
|
|
@@ -1831,6 +1833,7 @@
|
|
|
1831
1833
|
"IconBag": "bag, luggage, buggage",
|
|
1832
1834
|
"IconBag2": "bag-2, luggage, buggage",
|
|
1833
1835
|
"IconBalloon": "balloon, birthday",
|
|
1836
|
+
"IconBanana": "banana, fruit",
|
|
1834
1837
|
"IconBank": "bank",
|
|
1835
1838
|
"IconBanknote1": "banknote-1, money, bill",
|
|
1836
1839
|
"IconBanknote2": "banknote-2, money, bill",
|
|
@@ -2585,6 +2588,7 @@
|
|
|
2585
2588
|
"IconMoneyHand": "money-hand, coins, pay",
|
|
2586
2589
|
"IconMoon": "moon, dark-mode, night",
|
|
2587
2590
|
"IconMoonStar": "moon-star, night",
|
|
2591
|
+
"IconMorningBrief": "morning-brief, daily-todo",
|
|
2588
2592
|
"IconMountainBike": "mountain-bike",
|
|
2589
2593
|
"IconMouse": "mouse",
|
|
2590
2594
|
"IconMouseScrollDown": "mouse-scroll-down",
|
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -1099,6 +1099,13 @@
|
|
|
1099
1099
|
"iconName": "balloon, birthday",
|
|
1100
1100
|
"pathname": "src/IconBalloon"
|
|
1101
1101
|
},
|
|
1102
|
+
{
|
|
1103
|
+
"svg": "<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\"/><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\"/><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\"/>",
|
|
1104
|
+
"tags": "Path",
|
|
1105
|
+
"componentName": "IconBanana",
|
|
1106
|
+
"iconName": "banana, fruit",
|
|
1107
|
+
"pathname": "src/IconBanana"
|
|
1108
|
+
},
|
|
1102
1109
|
{
|
|
1103
1110
|
"svg": "<Path d=\"M19.25 9.24999V17.25M15.25 17.25V9.24999M4.75 9.24999V17.25M8.75 17.25V9.24999M18.8085 17.25H5.19152C4.33066 17.25 3.56638 17.8008 3.29415 18.6175L3.18874 18.9338C2.9729 19.5813 3.45487 20.25 4.13743 20.25H19.8626C20.5451 20.25 21.0271 19.5813 20.8113 18.9338L20.7058 18.6175C20.4336 17.8008 19.6693 17.25 18.8085 17.25ZM19.9641 9.24999H4.03588C3.32571 9.24999 2.75 8.67428 2.75 7.9641C2.75 7.47897 3.02304 7.03513 3.45605 6.81637L11.0982 2.9556C11.6653 2.6691 12.3347 2.6691 12.9018 2.95559L20.5439 6.81637C20.977 7.03513 21.25 7.47897 21.25 7.9641C21.25 8.67428 20.6743 9.24999 19.9641 9.24999Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
|
|
1104
1111
|
"tags": "Path",
|
|
@@ -6377,6 +6384,13 @@
|
|
|
6377
6384
|
"iconName": "moon-star, night",
|
|
6378
6385
|
"pathname": "src/IconMoonStar"
|
|
6379
6386
|
},
|
|
6387
|
+
{
|
|
6388
|
+
"svg": "<Path d=\"M12 1.75V4.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.2477 4.75195L17.48 6.51972\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.75195 4.75195L6.51972 6.51972\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.25 16.25H18.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.25 20.25H15.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M1.75 12.25H22.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"5\" cy=\"16.25\" r=\"1\" fill=\"currentColor\"/><Circle cx=\"5\" cy=\"20.25\" r=\"1\" fill=\"currentColor\"/><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\"/>",
|
|
6389
|
+
"tags": "Circle, Path",
|
|
6390
|
+
"componentName": "IconMorningBrief",
|
|
6391
|
+
"iconName": "morning-brief, daily-todo",
|
|
6392
|
+
"pathname": "src/IconMorningBrief"
|
|
6393
|
+
},
|
|
6380
6394
|
{
|
|
6381
6395
|
"svg": "<Path d=\"M19 15L16.4209 6.1882C16.1714 5.33577 15.3897 4.75 14.5015 4.75H13.75M6.75 6.75H9.75M10.9643 11.575L7.75 7M16.75 8.75L5 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"19\" cy=\"15\" r=\"4.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"5\" cy=\"15\" r=\"4.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6382
6396
|
"tags": "Circle, Path",
|