@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.186 → 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 u=Object.create;var n=Object.defineProperty;var B=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,p)=>{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:!(p=B(o,e))||p.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconChatBubble7:()=>i,default:()=>b});module.exports=h(d);var C=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"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 20.5C16.9706 20.5 21 16.6944 21 12C21 7.30558 16.9706 3.5 12 3.5C7.02944 3.5 3 7.30558 3 12C3 13.6127 3.47557 15.1206 4.30149 16.4053C4.61865 16.8986 4.78783 17.4884 4.63877 18.0556C4.46619 18.7123 4.24655 19.358 4 20C4.96799 19.9403 5.89193 19.8089 6.78906 19.6025C7.29413 19.4862 7.82304 19.5473 8.29977 19.7507C9.42845 20.2321 10.6811 20.5 12 20.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),b=i;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 20.5C16.9706 20.5 21 16.6944 21 12C21 7.30558 16.9706 3.5 12 3.5C7.02944 3.5 3 7.30558 3 12C3 13.6127 3.47557 15.1206 4.30149 16.4053C4.61865 16.8986 4.78783 17.4884 4.63877 18.0556C4.46619 18.7123 4.24655 19.358 4 20C4.96799 19.9403 5.89193 19.8089 6.78906 19.6025C7.29413 19.4862 7.82304 19.5473 8.29977 19.7507C9.42845 20.2321 10.6811 20.5 12 20.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,sWACF,OAAO,eACP,YAAY,IACZ,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 C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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 20.5C16.9706 20.5 21 16.6944 21 12C21 7.30558 16.9706 3.5 12 3.5C7.02944 3.5 3 7.30558 3 12C3 13.6127 3.47557 15.1206 4.30149 16.4053C4.61865 16.8986 4.78783 17.4884 4.63877 18.0556C4.46619 18.7123 4.24655 19.358 4 20C4.96799 19.9403 5.89193 19.8089 6.78906 19.6025C7.29413 19.4862 7.82304 19.5473 8.29977 19.7507C9.42845 20.2321 10.6811 20.5 12 20.5Z",stroke:"currentColor",strokeWidth:"2",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 20.5C16.9706 20.5 21 16.6944 21 12C21 7.30558 16.9706 3.5 12 3.5C7.02944 3.5 3 7.30558 3 12C3 13.6127 3.47557 15.1206 4.30149 16.4053C4.61865 16.8986 4.78783 17.4884 4.63877 18.0556C4.46619 18.7123 4.24655 19.358 4 20C4.96799 19.9403 5.89193 19.8089 6.78906 19.6025C7.29413 19.4862 7.82304 19.5473 8.29977 19.7507C9.42845 20.2321 10.6811 20.5 12 20.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,sWACF,OAAO,eACP,YAAY,IACZ,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 d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(k(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};h(g,{IconChatBubbles:()=>c,default:()=>P});module.exports=x(g);var C=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.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"),c=r=>C.default.createElement(u,{...r},C.default.createElement(p.Path,{d:"M15.5 21C12.4624 21 10 18.7614 10 16C10 13.2386 12.4624 11 15.5 11C18.5376 11 21 13.2386 21 16C21 16.8076 20.7894 17.5706 20.4153 18.2458C20.1224 18.7746 19.9302 19.3807 20.1162 19.9559C20.1976 20.2077 20.2897 20.4572 20.3889 20.7059C19.8974 20.6767 19.4246 20.6184 18.9643 20.5299C18.4727 20.4354 17.9642 20.4951 17.4922 20.6619C16.8745 20.8802 16.2026 21 15.5 21Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M16.8127 8C16.0834 5.1333 13.31 3 10 3C6.13401 3 3 5.91015 3 9.5C3 10.6537 3.32368 11.7372 3.89131 12.6764C4.19878 13.1852 4.378 13.7821 4.21268 14.3531C4.08937 14.7789 3.94117 15.1993 3.77778 15.6176C4.57776 15.5691 5.33906 15.4587 6.07776 15.2834C6.38617 15.2101 6.70998 15.2466 7 15.3745",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;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=\"M15.5 21C12.4624 21 10 18.7614 10 16C10 13.2386 12.4624 11 15.5 11C18.5376 11 21 13.2386 21 16C21 16.8076 20.7894 17.5706 20.4153 18.2458C20.1224 18.7746 19.9302 19.3807 20.1162 19.9559C20.1976 20.2077 20.2897 20.4572 20.3889 20.7059C19.8974 20.6767 19.4246 20.6184 18.9643 20.5299C18.4727 20.4354 17.9642 20.4951 17.4922 20.6619C16.8745 20.8802 16.2026 21 15.5 21Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.8127 8C16.0834 5.1333 13.31 3 10 3C6.13401 3 3 5.91015 3 9.5C3 10.6537 3.32368 11.7372 3.89131 12.6764C4.19878 13.1852 4.378 13.7821 4.21268 14.3531C4.08937 14.7789 3.94117 15.1993 3.77778 15.6176C4.57776 15.5691 5.33906 15.4587 6.07776 15.2834C6.38617 15.2101 6.70998 15.2466 7 15.3745\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,gXACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qSACF,OAAO,eACP,YAAY,IACZ,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 t=({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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M15.5 21C12.4624 21 10 18.7614 10 16C10 13.2386 12.4624 11 15.5 11C18.5376 11 21 13.2386 21 16C21 16.8076 20.7894 17.5706 20.4153 18.2458C20.1224 18.7746 19.9302 19.3807 20.1162 19.9559C20.1976 20.2077 20.2897 20.4572 20.3889 20.7059C19.8974 20.6767 19.4246 20.6184 18.9643 20.5299C18.4727 20.4354 17.9642 20.4951 17.4922 20.6619C16.8745 20.8802 16.2026 21 15.5 21Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M16.8127 8C16.0834 5.1333 13.31 3 10 3C6.13401 3 3 5.91015 3 9.5C3 10.6537 3.32368 11.7372 3.89131 12.6764C4.19878 13.1852 4.378 13.7821 4.21268 14.3531C4.08937 14.7789 3.94117 15.1993 3.77778 15.6176C4.57776 15.5691 5.33906 15.4587 6.07776 15.2834C6.38617 15.2101 6.70998 15.2466 7 15.3745",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconChatBubbles,I 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=\"M15.5 21C12.4624 21 10 18.7614 10 16C10 13.2386 12.4624 11 15.5 11C18.5376 11 21 13.2386 21 16C21 16.8076 20.7894 17.5706 20.4153 18.2458C20.1224 18.7746 19.9302 19.3807 20.1162 19.9559C20.1976 20.2077 20.2897 20.4572 20.3889 20.7059C19.8974 20.6767 19.4246 20.6184 18.9643 20.5299C18.4727 20.4354 17.9642 20.4951 17.4922 20.6619C16.8745 20.8802 16.2026 21 15.5 21Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.8127 8C16.0834 5.1333 13.31 3 10 3C6.13401 3 3 5.91015 3 9.5C3 10.6537 3.32368 11.7372 3.89131 12.6764C4.19878 13.1852 4.378 13.7821 4.21268 14.3531C4.08937 14.7789 3.94117 15.1993 3.77778 15.6176C4.57776 15.5691 5.33906 15.4587 6.07776 15.2834C6.38617 15.2101 6.70998 15.2466 7 15.3745\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,gXACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qSACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChatBubbles","props","React","CentralIconBase","IconChatBubbles_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
@@ -6034,6 +6034,34 @@
6034
6034
  "packageName": "round-outlined-radius-2-stroke-2",
6035
6035
  "componentName": "IconChartWaterfallAxis"
6036
6036
  },
6037
+ {
6038
+ "category": "Communication",
6039
+ "svg": "<path d=\"M12 20.5C16.9706 20.5 21 16.6944 21 12C21 7.30558 16.9706 3.5 12 3.5C7.02944 3.5 3 7.30558 3 12C3 13.6127 3.47557 15.1206 4.30149 16.4053C4.61865 16.8986 4.78783 17.4884 4.63877 18.0556C4.46619 18.7123 4.24655 19.358 4 20C4.96799 19.9403 5.89193 19.8089 6.78906 19.6025C7.29413 19.4862 7.82304 19.5473 8.29977 19.7507C9.42845 20.2321 10.6811 20.5 12 20.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
6040
+ "iconName": "chat-bubble-7",
6041
+ "variant": {
6042
+ "join": "round",
6043
+ "filled": "off",
6044
+ "radius": "2",
6045
+ "stroke": "2"
6046
+ },
6047
+ "createdAt": "2026-04-14T11:02:24.032689+00:00",
6048
+ "packageName": "round-outlined-radius-2-stroke-2",
6049
+ "componentName": "IconChatBubble7"
6050
+ },
6051
+ {
6052
+ "category": "Communication",
6053
+ "svg": "<path d=\"M15.5 21C12.4624 21 10 18.7614 10 16C10 13.2386 12.4624 11 15.5 11C18.5376 11 21 13.2386 21 16C21 16.8076 20.7894 17.5706 20.4153 18.2458C20.1224 18.7746 19.9302 19.3807 20.1162 19.9559C20.1976 20.2077 20.2897 20.4572 20.3889 20.7059C19.8974 20.6767 19.4246 20.6184 18.9643 20.5299C18.4727 20.4354 17.9642 20.4951 17.4922 20.6619C16.8745 20.8802 16.2026 21 15.5 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.8127 8C16.0834 5.1333 13.31 3 10 3C6.13401 3 3 5.91015 3 9.5C3 10.6537 3.32368 11.7372 3.89131 12.6764C4.19878 13.1852 4.378 13.7821 4.21268 14.3531C4.08937 14.7789 3.94117 15.1993 3.77778 15.6176C4.57776 15.5691 5.33906 15.4587 6.07776 15.2834C6.38617 15.2101 6.70998 15.2466 7 15.3745\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6054
+ "iconName": "chat-bubbles",
6055
+ "variant": {
6056
+ "join": "round",
6057
+ "filled": "off",
6058
+ "radius": "2",
6059
+ "stroke": "2"
6060
+ },
6061
+ "createdAt": "2026-04-14T11:02:24.032689+00:00",
6062
+ "packageName": "round-outlined-radius-2-stroke-2",
6063
+ "componentName": "IconChatBubbles"
6064
+ },
6037
6065
  {
6038
6066
  "category": "Interface General",
6039
6067
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 12.875L10.625 15.5L15 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -25063,7 +25091,7 @@
25063
25091
  {
25064
25092
  "category": "Statistics & Charts",
25065
25093
  "svg": "<path d=\"M16 7H21V12M20.5 7.5L14.4142 13.5858C13.6332 14.3668 12.3668 14.3668 11.5858 13.5858L10.4142 12.4142C9.63316 11.6332 8.36684 11.6332 7.58579 12.4142L3 17\" stroke=\"currentColor\" stroke-width=\"2\" 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",
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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.186",
3
+ "version": "1.1.187",
4
4
  "style": "round-outlined-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/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": 1931,
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",
@@ -2564,6 +2566,8 @@
2564
2566
  "IconChartCompareHorizontal": "chart-compare-horizontal",
2565
2567
  "IconChartWaterfall": "chart-waterfall",
2566
2568
  "IconChartWaterfallAxis": "chart-waterfall-axis",
2569
+ "IconChatBubble7": "chat-bubble-7",
2570
+ "IconChatBubbles": "chat-bubbles",
2567
2571
  "IconCheckCircle2": "check-circle-2, done, confirm, save, success",
2568
2572
  "IconCheckCircle2Dashed": "check-circle-2-dashed, progress",
2569
2573
  "IconCheckCircleDashed": "check-circle-dashed, done, confirm, save, success",
@@ -3923,7 +3927,7 @@
3923
3927
  "IconTree": "tree",
3924
3928
  "IconTrending1": "trending-1, trends",
3925
3929
  "IconTrending2": "trending-2, trends",
3926
- "IconTrending3": "trending-3, trends",
3930
+ "IconTrending3": "trending-3, trends, upward",
3927
3931
  "IconTrending4": "trending-4, chart",
3928
3932
  "IconTrending5": "trending-5, chart, analytics",
3929
3933
  "IconTrending6": "trending-6, trends, downward",
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";