@central-icons-react-native/square-filled-radius-0-stroke-1 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.
- package/IconChatBubble7/index.d.ts +4 -0
- package/IconChatBubble7/index.js +2 -0
- package/IconChatBubble7/index.js.map +1 -0
- package/IconChatBubble7/index.mjs +2 -0
- package/IconChatBubble7/index.mjs.map +1 -0
- package/IconChatBubbles/index.d.ts +4 -0
- package/IconChatBubbles/index.js +2 -0
- package/IconChatBubbles/index.js.map +1 -0
- package/IconChatBubbles/index.mjs +2 -0
- package/IconChatBubbles/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +15 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=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 l=(r,o,t)=>(t=r!=null?u(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:()=>B,default:()=>h});module.exports=b(v);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M12 2.5C17.497 2.5 22 6.72817 22 12C22 17.2718 17.497 21.5 12 21.5C10.2896 21.5 8.67776 21.0911 7.26758 20.3701C6.08672 20.6917 4.87038 20.8903 3.58594 20.9697L2.81055 21.0176L3.08887 20.292C3.43364 19.3914 3.721 18.4954 3.90918 17.582C2.71067 16.0167 2 14.0881 2 12C2 6.72817 6.50297 2.5 12 2.5Z",fill:"currentColor"})),h=B;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 2.5C17.497 2.5 22 6.72817 22 12C22 17.2718 17.497 21.5 12 21.5C10.2896 21.5 8.67776 21.0911 7.26758 20.3701C6.08672 20.6917 4.87038 20.8903 3.58594 20.9697L2.81055 21.0176L3.08887 20.292C3.43364 19.3914 3.721 18.4954 3.90918 17.582C2.71067 16.0167 2 14.0881 2 12C2 6.72817 6.50297 2.5 12 2.5Z\"\n fill=\"currentColor\"\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,2SACF,KAAK,eACP,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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 2.5C17.497 2.5 22 6.72817 22 12C22 17.2718 17.497 21.5 12 21.5C10.2896 21.5 8.67776 21.0911 7.26758 20.3701C6.08672 20.6917 4.87038 20.8903 3.58594 20.9697L2.81055 21.0176L3.08887 20.292C3.43364 19.3914 3.721 18.4954 3.90918 17.582C2.71067 16.0167 2 14.0881 2 12C2 6.72817 6.50297 2.5 12 2.5Z",fill:"currentColor"})),P=l;export{l 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 2.5C17.497 2.5 22 6.72817 22 12C22 17.2718 17.497 21.5 12 21.5C10.2896 21.5 8.67776 21.0911 7.26758 20.3701C6.08672 20.6917 4.87038 20.8903 3.58594 20.9697L2.81055 21.0176L3.08887 20.292C3.43364 19.3914 3.721 18.4954 3.90918 17.582C2.71067 16.0167 2 14.0881 2 12C2 6.72817 6.50297 2.5 12 2.5Z\"\n fill=\"currentColor\"\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,2SACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChatBubble7","props","React","CentralIconBase","IconChatBubble7_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var e=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)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!P.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(l=i(o,C))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),b=r=>a(e({},"__esModule",{value:!0}),r);var v={};g(v,{IconChatBubbles:()=>u,default:()=>h});module.exports=b(v);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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"),u=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M15.5 10C19.048 10 22 12.6462 22 16C22 17.2914 21.5574 18.4844 20.8115 19.459C20.9273 19.9712 21.0946 20.4784 21.2979 20.9922L21.5869 21.7227L20.8037 21.6758C20.0029 21.6279 19.2422 21.5099 18.5029 21.3193C17.6028 21.753 16.5817 22 15.5 22C11.952 22 9 19.3538 9 16C9 12.6462 11.952 10 15.5 10Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M10 2.5C14.1705 2.5 17.6405 5.50851 17.9707 9.39355C17.1904 9.13865 16.3576 9 15.5 9C11.4834 9 8 12.0138 8 16C8 16.4428 8.04505 16.8731 8.12695 17.2891C7.4692 17.1399 6.84218 16.9165 6.25781 16.626C5.32866 16.8729 4.37206 17.0254 3.36328 17.0869L2.58496 17.1348L2.86719 16.4072C3.13126 15.7277 3.35105 15.0541 3.49805 14.3701C2.55742 13.142 2 11.633 2 10C2 5.82593 5.61477 2.5 10 2.5Z",fill:"currentColor"})),h=u;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 10C19.048 10 22 12.6462 22 16C22 17.2914 21.5574 18.4844 20.8115 19.459C20.9273 19.9712 21.0946 20.4784 21.2979 20.9922L21.5869 21.7227L20.8037 21.6758C20.0029 21.6279 19.2422 21.5099 18.5029 21.3193C17.6028 21.753 16.5817 22 15.5 22C11.952 22 9 19.3538 9 16C9 12.6462 11.952 10 15.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 2.5C14.1705 2.5 17.6405 5.50851 17.9707 9.39355C17.1904 9.13865 16.3576 9 15.5 9C11.4834 9 8 12.0138 8 16C8 16.4428 8.04505 16.8731 8.12695 17.2891C7.4692 17.1399 6.84218 16.9165 6.25781 16.626C5.32866 16.8729 4.37206 17.0254 3.36328 17.0869L2.58496 17.1348L2.86719 16.4072C3.13126 15.7277 3.35105 15.0541 3.49805 14.3701C2.55742 13.142 2 11.633 2 10C2 5.82593 5.61477 2.5 10 2.5Z\"\n fill=\"currentColor\"\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,wSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mYACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:o,size:r=24,...n})=>p.createElement(l,{...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 e}from"react-native-svg";var a=o=>t.createElement(C,{...o},t.createElement(e,{d:"M15.5 10C19.048 10 22 12.6462 22 16C22 17.2914 21.5574 18.4844 20.8115 19.459C20.9273 19.9712 21.0946 20.4784 21.2979 20.9922L21.5869 21.7227L20.8037 21.6758C20.0029 21.6279 19.2422 21.5099 18.5029 21.3193C17.6028 21.753 16.5817 22 15.5 22C11.952 22 9 19.3538 9 16C9 12.6462 11.952 10 15.5 10Z",fill:"currentColor"}),t.createElement(e,{d:"M10 2.5C14.1705 2.5 17.6405 5.50851 17.9707 9.39355C17.1904 9.13865 16.3576 9 15.5 9C11.4834 9 8 12.0138 8 16C8 16.4428 8.04505 16.8731 8.12695 17.2891C7.4692 17.1399 6.84218 16.9165 6.25781 16.626C5.32866 16.8729 4.37206 17.0254 3.36328 17.0869L2.58496 17.1348L2.86719 16.4072C3.13126 15.7277 3.35105 15.0541 3.49805 14.3701C2.55742 13.142 2 11.633 2 10C2 5.82593 5.61477 2.5 10 2.5Z",fill:"currentColor"})),P=a;export{a as IconChatBubbles,P 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 10C19.048 10 22 12.6462 22 16C22 17.2914 21.5574 18.4844 20.8115 19.459C20.9273 19.9712 21.0946 20.4784 21.2979 20.9922L21.5869 21.7227L20.8037 21.6758C20.0029 21.6279 19.2422 21.5099 18.5029 21.3193C17.6028 21.753 16.5817 22 15.5 22C11.952 22 9 19.3538 9 16C9 12.6462 11.952 10 15.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 2.5C14.1705 2.5 17.6405 5.50851 17.9707 9.39355C17.1904 9.13865 16.3576 9 15.5 9C11.4834 9 8 12.0138 8 16C8 16.4428 8.04505 16.8731 8.12695 17.2891C7.4692 17.1399 6.84218 16.9165 6.25781 16.626C5.32866 16.8729 4.37206 17.0254 3.36328 17.0869L2.58496 17.1348L2.86719 16.4072C3.13126 15.7277 3.35105 15.0541 3.49805 14.3701C2.55742 13.142 2 11.633 2 10C2 5.82593 5.61477 2.5 10 2.5Z\"\n fill=\"currentColor\"\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,wSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChatBubbles","props","React","CentralIconBase","IconChatBubbles_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -6034,6 +6034,34 @@
|
|
|
6034
6034
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
6035
6035
|
"componentName": "IconChartWaterfallAxis"
|
|
6036
6036
|
},
|
|
6037
|
+
{
|
|
6038
|
+
"category": "Communication",
|
|
6039
|
+
"svg": "<path d=\"M12 2.5C17.497 2.5 22 6.72817 22 12C22 17.2718 17.497 21.5 12 21.5C10.2896 21.5 8.67776 21.0911 7.26758 20.3701C6.08672 20.6917 4.87038 20.8903 3.58594 20.9697L2.81055 21.0176L3.08887 20.292C3.43364 19.3914 3.721 18.4954 3.90918 17.582C2.71067 16.0167 2 14.0881 2 12C2 6.72817 6.50297 2.5 12 2.5Z\" fill=\"currentColor\"/>",
|
|
6040
|
+
"iconName": "chat-bubble-7",
|
|
6041
|
+
"variant": {
|
|
6042
|
+
"join": "square",
|
|
6043
|
+
"filled": "on",
|
|
6044
|
+
"radius": "0",
|
|
6045
|
+
"stroke": "1"
|
|
6046
|
+
},
|
|
6047
|
+
"createdAt": "2026-04-14T11:02:24.032689+00:00",
|
|
6048
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
6049
|
+
"componentName": "IconChatBubble7"
|
|
6050
|
+
},
|
|
6051
|
+
{
|
|
6052
|
+
"category": "Communication",
|
|
6053
|
+
"svg": "<path d=\"M15.5 10C19.048 10 22 12.6462 22 16C22 17.2914 21.5574 18.4844 20.8115 19.459C20.9273 19.9712 21.0946 20.4784 21.2979 20.9922L21.5869 21.7227L20.8037 21.6758C20.0029 21.6279 19.2422 21.5099 18.5029 21.3193C17.6028 21.753 16.5817 22 15.5 22C11.952 22 9 19.3538 9 16C9 12.6462 11.952 10 15.5 10Z\" fill=\"currentColor\"/><path d=\"M10 2.5C14.1705 2.5 17.6405 5.50851 17.9707 9.39355C17.1904 9.13865 16.3576 9 15.5 9C11.4834 9 8 12.0138 8 16C8 16.4428 8.04505 16.8731 8.12695 17.2891C7.4692 17.1399 6.84218 16.9165 6.25781 16.626C5.32866 16.8729 4.37206 17.0254 3.36328 17.0869L2.58496 17.1348L2.86719 16.4072C3.13126 15.7277 3.35105 15.0541 3.49805 14.3701C2.55742 13.142 2 11.633 2 10C2 5.82593 5.61477 2.5 10 2.5Z\" fill=\"currentColor\"/>",
|
|
6054
|
+
"iconName": "chat-bubbles",
|
|
6055
|
+
"variant": {
|
|
6056
|
+
"join": "square",
|
|
6057
|
+
"filled": "on",
|
|
6058
|
+
"radius": "0",
|
|
6059
|
+
"stroke": "1"
|
|
6060
|
+
},
|
|
6061
|
+
"createdAt": "2026-04-14T11:02:24.032689+00:00",
|
|
6062
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
6063
|
+
"componentName": "IconChatBubbles"
|
|
6064
|
+
},
|
|
6037
6065
|
{
|
|
6038
6066
|
"category": "Interface General",
|
|
6039
6067
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM15.0762 8.23535L10.4219 15.6816L7.52637 12.5625L6.79297 13.2432L7.13379 13.6094L10.5781 17.3184L15.9238 8.76465L16.1895 8.34082L15.3408 7.81055L15.0762 8.23535Z\" fill=\"currentColor\"/>",
|
|
@@ -25063,7 +25091,7 @@
|
|
|
25063
25091
|
{
|
|
25064
25092
|
"category": "Statistics & Charts",
|
|
25065
25093
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0001 6H22.0001V12H21.0001V7.72842L12.9996 15.7066L9.00008 11.7071L2.50008 18.2071L1.79297 17.5L9.00008 10.2929L13.0006 14.2934L20.3143 7H16.0001V6Z\" fill=\"currentColor\"/>",
|
|
25066
|
-
"iconName": "trending-3, trends",
|
|
25094
|
+
"iconName": "trending-3, trends, upward",
|
|
25067
25095
|
"variant": {
|
|
25068
25096
|
"join": "square",
|
|
25069
25097
|
"filled": "on",
|
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/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.187",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-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":
|
|
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":
|
|
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";
|