@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.185 → 1.1.187

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconChatBubble7: FC<CentralIconBaseProps>;
4
+ export default IconChatBubble7;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=i(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),b=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconChatBubble7:()=>u,default:()=>h});module.exports=b(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.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 f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 14.0519 3.22482 15.9434 4.44513 17.4573C4.2522 18.4858 3.93389 19.4823 3.55556 20.4706C4.87683 20.3889 6.12035 20.1802 7.32547 19.8369C8.7056 20.5773 10.3007 21 12 21Z",stroke:"currentColor",strokeLinejoin:"round"})),h=u;0&&(module.exports={IconChatBubble7});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChatBubble7/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 IconChatBubble7: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 14.0519 3.22482 15.9434 4.44513 17.4573C4.2522 18.4858 3.93389 19.4823 3.55556 20.4706C4.87683 20.3889 6.12035 20.1802 7.32547 19.8369C8.7056 20.5773 10.3007 21 12 21Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChatBubble7;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8QACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChatBubble7_exports","__export","IconChatBubble7","IconChatBubble7_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChatBubble7","props","React","CentralIconBase","IconChatBubble7_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 14.0519 3.22482 15.9434 4.44513 17.4573C4.2522 18.4858 3.93389 19.4823 3.55556 20.4706C4.87683 20.3889 6.12035 20.1802 7.32547 19.8369C8.7056 20.5773 10.3007 21 12 21Z",stroke:"currentColor",strokeLinejoin:"round"})),P=s;export{s as IconChatBubble7,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChatBubble7/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 IconChatBubble7: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 14.0519 3.22482 15.9434 4.44513 17.4573C4.2522 18.4858 3.93389 19.4823 3.55556 20.4706C4.87683 20.3889 6.12035 20.1802 7.32547 19.8369C8.7056 20.5773 10.3007 21 12 21Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChatBubble7;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8QACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChatBubble7","props","React","CentralIconBase","IconChatBubble7_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconChatBubbles: FC<CentralIconBaseProps>;
4
+ export default IconChatBubbles;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=B(o,n))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var b={};P(b,{IconChatBubbles:()=>i,default:()=>k});module.exports=g(b);var C=l(require("react"));var m=l(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(u.Svg,{...e,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"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M7.5 16.6017C7.08523 16.4649 6.68721 16.295 6.30958 16.0954C5.35817 16.3624 4.37645 16.5247 3.33333 16.5882C3.63202 15.8196 3.88332 15.0445 4.03563 14.2446C3.07223 13.0671 2.5 11.5959 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.2539 21.0422 18.4099 20.2715 19.335C20.3933 19.9636 20.5944 20.5725 20.8333 21.1765C19.9988 21.1265 19.2135 20.999 18.4523 20.7892C17.5807 21.2417 16.5732 21.5 15.5 21.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=i;0&&(module.exports={IconChatBubbles});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChatBubbles/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 IconChatBubbles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 16.6017C7.08523 16.4649 6.68721 16.295 6.30958 16.0954C5.35817 16.3624 4.37645 16.5247 3.33333 16.5882C3.63202 15.8196 3.88332 15.0445 4.03563 14.2446C3.07223 13.0671 2.5 11.5959 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.2539 21.0422 18.4099 20.2715 19.335C20.3933 19.9636 20.5944 20.5725 20.8333 21.1765C19.9988 21.1265 19.2135 20.999 18.4523 20.7892C17.5807 21.2417 16.5732 21.5 15.5 21.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChatBubbles;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kQACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qSACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChatBubbles_exports","__export","IconChatBubbles","IconChatBubbles_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChatBubbles","props","React","CentralIconBase","IconChatBubbles_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:o,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"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M7.5 16.6017C7.08523 16.4649 6.68721 16.295 6.30958 16.0954C5.35817 16.3624 4.37645 16.5247 3.33333 16.5882C3.63202 15.8196 3.88332 15.0445 4.03563 14.2446C3.07223 13.0671 2.5 11.5959 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.2539 21.0422 18.4099 20.2715 19.335C20.3933 19.9636 20.5944 20.5725 20.8333 21.1765C19.9988 21.1265 19.2135 20.999 18.4523 20.7892C17.5807 21.2417 16.5732 21.5 15.5 21.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconChatBubbles,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChatBubbles/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 IconChatBubbles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 16.6017C7.08523 16.4649 6.68721 16.295 6.30958 16.0954C5.35817 16.3624 4.37645 16.5247 3.33333 16.5882C3.63202 15.8196 3.88332 15.0445 4.03563 14.2446C3.07223 13.0671 2.5 11.5959 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.2539 21.0422 18.4099 20.2715 19.335C20.3933 19.9636 20.5944 20.5725 20.8333 21.1765C19.9988 21.1265 19.2135 20.999 18.4523 20.7892C17.5807 21.2417 16.5732 21.5 15.5 21.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChatBubbles;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kQACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qSACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChatBubbles","props","React","CentralIconBase","IconChatBubbles_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTrending6: FC<CentralIconBaseProps>;
4
+ export default IconTrending6;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=B(o,n))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(g(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>s(t({},"__esModule",{value:!0}),r);var L={};P(L,{IconTrending6:()=>f,default:()=>v});module.exports=d(L);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>C.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M16.5 17.5H21.5V12.5M20.9722 16.95L13 9L9 13L2.5 6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),v=f;0&&(module.exports={IconTrending6});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTrending6/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 IconTrending6: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 17.5H21.5V12.5M20.9722 16.95L13 9L9 13L2.5 6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrending6;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconTrending6_exports","__export","IconTrending6","IconTrending6_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrending6","props","React","CentralIconBase","IconTrending6_default"]}
@@ -0,0 +1,2 @@
1
+ import n from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(a,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as s}from"react-native-svg";var m=o=>n.createElement(e,{...o},n.createElement(s,{d:"M16.5 17.5H21.5V12.5M20.9722 16.95L13 9L9 13L2.5 6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=m;export{m as IconTrending6,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTrending6/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 IconTrending6: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 17.5H21.5V12.5M20.9722 16.95L13 9L9 13L2.5 6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrending6;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrending6","props","React","CentralIconBase","IconTrending6_default"]}
package/README.md CHANGED
@@ -533,6 +533,8 @@ Below is a complete list of available icons:
533
533
  - IconCallCancel
534
534
  - IconCallIncoming
535
535
  - IconCallOutgoing
536
+ - IconChatBubble7
537
+ - IconChatBubbles
536
538
  - IconEmail1
537
539
  - IconEmail2
538
540
  - IconEmail3
@@ -1850,6 +1852,7 @@ Below is a complete list of available icons:
1850
1852
  - IconTrending3
1851
1853
  - IconTrending4
1852
1854
  - IconTrending5
1855
+ - IconTrending6
1853
1856
  - IconTrendingCircle
1854
1857
  - IconWhiteboard1
1855
1858
  - IconWhiteboard2
@@ -6034,6 +6034,34 @@
6034
6034
  "packageName": "round-outlined-radius-0-stroke-1",
6035
6035
  "componentName": "IconChartWaterfallAxis"
6036
6036
  },
6037
+ {
6038
+ "category": "Communication",
6039
+ "svg": "<path d=\"M12 21C17.2467 21 21.5 16.9706 21.5 12C21.5 7.02944 17.2467 3 12 3C6.75329 3 2.5 7.02944 2.5 12C2.5 14.0519 3.22482 15.9434 4.44513 17.4573C4.2522 18.4858 3.93389 19.4823 3.55556 20.4706C4.87683 20.3889 6.12035 20.1802 7.32547 19.8369C8.7056 20.5773 10.3007 21 12 21Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
6040
+ "iconName": "chat-bubble-7",
6041
+ "variant": {
6042
+ "join": "round",
6043
+ "filled": "off",
6044
+ "radius": "0",
6045
+ "stroke": "1"
6046
+ },
6047
+ "createdAt": "2026-04-14T11:02:24.032689+00:00",
6048
+ "packageName": "round-outlined-radius-0-stroke-1",
6049
+ "componentName": "IconChatBubble7"
6050
+ },
6051
+ {
6052
+ "category": "Communication",
6053
+ "svg": "<path d=\"M7.5 16.6017C7.08523 16.4649 6.68721 16.295 6.30958 16.0954C5.35817 16.3624 4.37645 16.5247 3.33333 16.5882C3.63202 15.8196 3.88332 15.0445 4.03563 14.2446C3.07223 13.0671 2.5 11.5959 2.5 10C2.5 6.13401 5.85786 3 10 3C13.5905 3 16.5917 5.35482 17.3274 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 21.5C12.1863 21.5 9.5 19.0376 9.5 16C9.5 12.9624 12.1863 10.5 15.5 10.5C18.8137 10.5 21.5 12.9624 21.5 16C21.5 17.2539 21.0422 18.4099 20.2715 19.335C20.3933 19.9636 20.5944 20.5725 20.8333 21.1765C19.9988 21.1265 19.2135 20.999 18.4523 20.7892C17.5807 21.2417 16.5732 21.5 15.5 21.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6054
+ "iconName": "chat-bubbles",
6055
+ "variant": {
6056
+ "join": "round",
6057
+ "filled": "off",
6058
+ "radius": "0",
6059
+ "stroke": "1"
6060
+ },
6061
+ "createdAt": "2026-04-14T11:02:24.032689+00:00",
6062
+ "packageName": "round-outlined-radius-0-stroke-1",
6063
+ "componentName": "IconChatBubbles"
6064
+ },
6037
6065
  {
6038
6066
  "category": "Interface General",
6039
6067
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 13.2692L10.5 16.5L15.5 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -7913,7 +7941,7 @@
7913
7941
  {
7914
7942
  "category": "Sound & Music",
7915
7943
  "svg": "<path d=\"M16.5 20.5V15.5L20.8004 12.0597C21.2267 11.7187 21.4151 11.1604 21.2827 10.6308C21.0347 9.6388 19.8224 9.21985 18.9682 9.78192C17.1902 10.9519 14.3866 12.5 12 12.5C9.61341 12.5 6.80984 10.9519 5.03176 9.78192C4.17758 9.21985 2.9653 9.6388 2.7173 10.6308C2.58489 11.1604 2.77332 11.7187 3.19963 12.0597L7.5 15.5V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"6.4502\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 9.5L20.5 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7916
- "iconName": "conductor, ochestra",
7944
+ "iconName": "conductor, ochestrator, vibe",
7917
7945
  "variant": {
7918
7946
  "join": "round",
7919
7947
  "filled": "off",
@@ -25063,7 +25091,7 @@
25063
25091
  {
25064
25092
  "category": "Statistics & Charts",
25065
25093
  "svg": "<path d=\"M16.5 6.5H21.5V11.5M20.9722 7.05L13 15L9 11L2.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
25066
- "iconName": "trending-3, trends",
25094
+ "iconName": "trending-3, trends, upward",
25067
25095
  "variant": {
25068
25096
  "join": "round",
25069
25097
  "filled": "off",
@@ -25102,6 +25130,20 @@
25102
25130
  "packageName": "round-outlined-radius-0-stroke-1",
25103
25131
  "componentName": "IconTrending5"
25104
25132
  },
25133
+ {
25134
+ "category": "Statistics & Charts",
25135
+ "svg": "<path d=\"M16.5 17.5H21.5V12.5M20.9722 16.95L13 9L9 13L2.5 6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
25136
+ "iconName": "trending-6, trends, downward",
25137
+ "variant": {
25138
+ "join": "round",
25139
+ "filled": "off",
25140
+ "radius": "0",
25141
+ "stroke": "1"
25142
+ },
25143
+ "createdAt": "2026-04-13T17:01:52.146519+00:00",
25144
+ "packageName": "round-outlined-radius-0-stroke-1",
25145
+ "componentName": "IconTrending6"
25146
+ },
25105
25147
  {
25106
25148
  "category": "Statistics & Charts",
25107
25149
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.25 14.75L10 12L12 14L16 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 9.5H16.5V12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -430,6 +430,8 @@ export type CentralIconName =
430
430
  | "IconChartCompareHorizontal"
431
431
  | "IconChartWaterfall"
432
432
  | "IconChartWaterfallAxis"
433
+ | "IconChatBubble7"
434
+ | "IconChatBubbles"
433
435
  | "IconCheckCircle2"
434
436
  | "IconCheckCircle2Dashed"
435
437
  | "IconCheckCircleDashed"
@@ -1792,6 +1794,7 @@ export type CentralIconName =
1792
1794
  | "IconTrending3"
1793
1795
  | "IconTrending4"
1794
1796
  | "IconTrending5"
1797
+ | "IconTrending6"
1795
1798
  | "IconTrendingCircle"
1796
1799
  | "IconTrial"
1797
1800
  | "IconTrophy"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-1",
3
- "version": "1.1.185",
3
+ "version": "1.1.187",
4
4
  "style": "round-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1/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": 1930,
14
+ "totalIcons": 1933,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 76,
@@ -383,7 +383,7 @@
383
383
  ]
384
384
  },
385
385
  "Communication": {
386
- "count": 50,
386
+ "count": 52,
387
387
  "icons": [
388
388
  "IconBook",
389
389
  "IconBookSimple",
@@ -417,6 +417,8 @@
417
417
  "IconCallCancel",
418
418
  "IconCallIncoming",
419
419
  "IconCallOutgoing",
420
+ "IconChatBubble7",
421
+ "IconChatBubbles",
420
422
  "IconEmail1",
421
423
  "IconEmail2",
422
424
  "IconEmail3",
@@ -1742,7 +1744,7 @@
1742
1744
  ]
1743
1745
  },
1744
1746
  "Statistics & Charts": {
1745
- "count": 41,
1747
+ "count": 42,
1746
1748
  "icons": [
1747
1749
  "IconAnalytics",
1748
1750
  "IconChart1",
@@ -1782,6 +1784,7 @@
1782
1784
  "IconTrending3",
1783
1785
  "IconTrending4",
1784
1786
  "IconTrending5",
1787
+ "IconTrending6",
1785
1788
  "IconTrendingCircle",
1786
1789
  "IconWhiteboard1",
1787
1790
  "IconWhiteboard2"
@@ -2563,6 +2566,8 @@
2563
2566
  "IconChartCompareHorizontal": "chart-compare-horizontal",
2564
2567
  "IconChartWaterfall": "chart-waterfall",
2565
2568
  "IconChartWaterfallAxis": "chart-waterfall-axis",
2569
+ "IconChatBubble7": "chat-bubble-7",
2570
+ "IconChatBubbles": "chat-bubbles",
2566
2571
  "IconCheckCircle2": "check-circle-2, done, confirm, save, success",
2567
2572
  "IconCheckCircle2Dashed": "check-circle-2-dashed, progress",
2568
2573
  "IconCheckCircleDashed": "check-circle-dashed, done, confirm, save, success",
@@ -2697,7 +2702,7 @@
2697
2702
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2698
2703
  "IconComponents": "components, figma",
2699
2704
  "IconConcise": "concise, text-shorten, squeeze",
2700
- "IconConductor": "conductor, ochestra",
2705
+ "IconConductor": "conductor, ochestrator, vibe",
2701
2706
  "IconConnectors1": "connectors-1, connection, apps",
2702
2707
  "IconConnectors2": "connectors-2, connection, apps",
2703
2708
  "IconConsole": "console, terminal",
@@ -3922,9 +3927,10 @@
3922
3927
  "IconTree": "tree",
3923
3928
  "IconTrending1": "trending-1, trends",
3924
3929
  "IconTrending2": "trending-2, trends",
3925
- "IconTrending3": "trending-3, trends",
3930
+ "IconTrending3": "trending-3, trends, upward",
3926
3931
  "IconTrending4": "trending-4, chart",
3927
3932
  "IconTrending5": "trending-5, chart, analytics",
3933
+ "IconTrending6": "trending-6, trends, downward",
3928
3934
  "IconTrendingCircle": "trending-circle",
3929
3935
  "IconTrial": "trial, try, money-back, test-phase",
3930
3936
  "IconTrophy": "trophy, win, champion",
package/index.d.ts CHANGED
@@ -429,6 +429,8 @@ export { IconChartCompare, default as IconChartCompareDefault, } from "./IconCha
429
429
  export { IconChartCompareHorizontal, default as IconChartCompareHorizontalDefault, } from "./IconChartCompareHorizontal";
430
430
  export { IconChartWaterfall, default as IconChartWaterfallDefault, } from "./IconChartWaterfall";
431
431
  export { IconChartWaterfallAxis, default as IconChartWaterfallAxisDefault, } from "./IconChartWaterfallAxis";
432
+ export { IconChatBubble7, default as IconChatBubble7Default, } from "./IconChatBubble7";
433
+ export { IconChatBubbles, default as IconChatBubblesDefault, } from "./IconChatBubbles";
432
434
  export { IconCheckCircle2, default as IconCheckCircle2Default, } from "./IconCheckCircle2";
433
435
  export { IconCheckCircle2Dashed, default as IconCheckCircle2DashedDefault, } from "./IconCheckCircle2Dashed";
434
436
  export { IconCheckCircleDashed, default as IconCheckCircleDashedDefault, } from "./IconCheckCircleDashed";
@@ -1791,6 +1793,7 @@ export { IconTrending2, default as IconTrending2Default, } from "./IconTrending2
1791
1793
  export { IconTrending3, default as IconTrending3Default, } from "./IconTrending3";
1792
1794
  export { IconTrending4, default as IconTrending4Default, } from "./IconTrending4";
1793
1795
  export { IconTrending5, default as IconTrending5Default, } from "./IconTrending5";
1796
+ export { IconTrending6, default as IconTrending6Default, } from "./IconTrending6";
1794
1797
  export { IconTrendingCircle, default as IconTrendingCircleDefault, } from "./IconTrendingCircle";
1795
1798
  export { IconTrial, default as IconTrialDefault } from "./IconTrial";
1796
1799
  export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";