@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.141 → 1.1.142

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 IconDeepDive: FC<CentralIconBaseProps>;
4
+ export default IconDeepDive;
@@ -0,0 +1,2 @@
1
+ "use strict";var L=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of v(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=u(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?L(B(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var g={};d(g,{IconDeepDive:()=>i,default:()=>P});module.exports=x(g);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3.27637 3.67285C4.77126 5.40064 6.21117 5.86556 7.67773 6.20605C9.04757 6.52409 10.5467 6.74191 11.9971 7.85547C13.4475 6.74163 14.9467 6.52408 16.3164 6.20605C17.7827 5.86557 19.2229 5.40063 20.7178 3.67285L21.3457 2.94727L21.5811 3.87793C22.1974 6.31685 22.0932 8.13837 21.543 9.61328C20.996 11.0795 20.0285 12.1444 19.041 13.0967C17.0614 15.0056 15.0362 16.4764 14.998 19.9014C16.927 19.9689 18.9618 19.6925 21.2764 18.5518L21.7246 18.3301L22.167 19.2275L21.7178 19.4482C17.7683 21.3947 14.546 20.9976 11.5547 20.5254C8.56137 20.0529 5.86379 19.5271 2.70312 20.9561L2.24707 21.1611L1.83594 20.25L2.29102 20.0439C4.70621 18.9521 6.89125 18.9086 8.98828 19.1396C8.91999 17.6427 8.42541 16.6292 7.74414 15.8066C6.97611 14.8794 6.00293 14.2152 4.97754 13.3467C3.97877 12.5007 3.00097 11.5057 2.4502 10.0078C1.9001 8.51145 1.79853 6.57786 2.41016 3.88867L2.62988 2.92578L3.27637 3.67285Z",fill:"currentColor"})),P=i;0&&(module.exports={IconDeepDive});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDeepDive/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 IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.27637 3.67285C4.77126 5.40064 6.21117 5.86556 7.67773 6.20605C9.04757 6.52409 10.5467 6.74191 11.9971 7.85547C13.4475 6.74163 14.9467 6.52408 16.3164 6.20605C17.7827 5.86557 19.2229 5.40063 20.7178 3.67285L21.3457 2.94727L21.5811 3.87793C22.1974 6.31685 22.0932 8.13837 21.543 9.61328C20.996 11.0795 20.0285 12.1444 19.041 13.0967C17.0614 15.0056 15.0362 16.4764 14.998 19.9014C16.927 19.9689 18.9618 19.6925 21.2764 18.5518L21.7246 18.3301L22.167 19.2275L21.7178 19.4482C17.7683 21.3947 14.546 20.9976 11.5547 20.5254C8.56137 20.0529 5.86379 19.5271 2.70312 20.9561L2.24707 21.1611L1.83594 20.25L2.29102 20.0439C4.70621 18.9521 6.89125 18.9086 8.98828 19.1396C8.91999 17.6427 8.42541 16.6292 7.74414 15.8066C6.97611 14.8794 6.00293 14.2152 4.97754 13.3467C3.97877 12.5007 3.00097 11.5057 2.4502 10.0078C1.9001 8.51145 1.79853 6.57786 2.41016 3.88867L2.62988 2.92578L3.27637 3.67285Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,y3BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDeepDive_exports","__export","IconDeepDive","IconDeepDive_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3.27637 3.67285C4.77126 5.40064 6.21117 5.86556 7.67773 6.20605C9.04757 6.52409 10.5467 6.74191 11.9971 7.85547C13.4475 6.74163 14.9467 6.52408 16.3164 6.20605C17.7827 5.86557 19.2229 5.40063 20.7178 3.67285L21.3457 2.94727L21.5811 3.87793C22.1974 6.31685 22.0932 8.13837 21.543 9.61328C20.996 11.0795 20.0285 12.1444 19.041 13.0967C17.0614 15.0056 15.0362 16.4764 14.998 19.9014C16.927 19.9689 18.9618 19.6925 21.2764 18.5518L21.7246 18.3301L22.167 19.2275L21.7178 19.4482C17.7683 21.3947 14.546 20.9976 11.5547 20.5254C8.56137 20.0529 5.86379 19.5271 2.70312 20.9561L2.24707 21.1611L1.83594 20.25L2.29102 20.0439C4.70621 18.9521 6.89125 18.9086 8.98828 19.1396C8.91999 17.6427 8.42541 16.6292 7.74414 15.8066C6.97611 14.8794 6.00293 14.2152 4.97754 13.3467C3.97877 12.5007 3.00097 11.5057 2.4502 10.0078C1.9001 8.51145 1.79853 6.57786 2.41016 3.88867L2.62988 2.92578L3.27637 3.67285Z",fill:"currentColor"})),I=a;export{a as IconDeepDive,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDeepDive/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 IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.27637 3.67285C4.77126 5.40064 6.21117 5.86556 7.67773 6.20605C9.04757 6.52409 10.5467 6.74191 11.9971 7.85547C13.4475 6.74163 14.9467 6.52408 16.3164 6.20605C17.7827 5.86557 19.2229 5.40063 20.7178 3.67285L21.3457 2.94727L21.5811 3.87793C22.1974 6.31685 22.0932 8.13837 21.543 9.61328C20.996 11.0795 20.0285 12.1444 19.041 13.0967C17.0614 15.0056 15.0362 16.4764 14.998 19.9014C16.927 19.9689 18.9618 19.6925 21.2764 18.5518L21.7246 18.3301L22.167 19.2275L21.7178 19.4482C17.7683 21.3947 14.546 20.9976 11.5547 20.5254C8.56137 20.0529 5.86379 19.5271 2.70312 20.9561L2.24707 21.1611L1.83594 20.25L2.29102 20.0439C4.70621 18.9521 6.89125 18.9086 8.98828 19.1396C8.91999 17.6427 8.42541 16.6292 7.74414 15.8066C6.97611 14.8794 6.00293 14.2152 4.97754 13.3467C3.97877 12.5007 3.00097 11.5057 2.4502 10.0078C1.9001 8.51145 1.79853 6.57786 2.41016 3.88867L2.62988 2.92578L3.27637 3.67285Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,y3BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var i=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var n in o)l(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!P.call(r,C)&&C!==n&&l(r,C,{get:()=>o[C],enumerable:!(p=B(o,C))||p.enumerable});return r};var m=(r,o,n)=>(n=r!=null?i(x(r)):{},f(o||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconGroup2:()=>c,default:()=>v});module.exports=g(h);var t=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...n})=>a.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(e.Path,{d:"M3.46045 7.00001C3.46045 4.76963 5.26853 2.96155 7.49891 2.96155C9.72929 2.96155 11.5374 4.76963 11.5374 7.00001C11.5374 9.23039 9.72929 11.0385 7.49891 11.0385C5.26853 11.0385 3.46045 9.23039 3.46045 7.00001Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12.501 7C12.501 4.79086 14.2918 3 16.501 3C18.7101 3 20.501 4.79086 20.501 7C20.501 9.20914 18.7101 11 16.501 11C14.2918 11 12.501 9.20914 12.501 7Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M14.4964 20.4649C14.1258 15.2076 10.888 12.4188 7.4995 12.4188C4.11097 12.4188 0.873156 15.2076 0.502568 20.4649L0.464844 21H14.5342L14.4964 20.4649Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M15.4936 20.3945L15.5363 21H23.5339L23.4961 20.4649C23.1255 15.2076 19.8877 12.4188 16.4992 12.4188C15.1742 12.4188 13.8723 12.8452 12.7559 13.6788C14.2558 15.2171 15.2895 17.4988 15.4936 20.3945Z",fill:"currentColor"})),v=c;0&&(module.exports={IconGroup2});
1
+ "use strict";var i=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var n in o)l(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!P.call(r,C)&&C!==n&&l(r,C,{get:()=>o[C],enumerable:!(p=B(o,C))||p.enumerable});return r};var m=(r,o,n)=>(n=r!=null?i(x(r)):{},f(o||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconGroup2:()=>c,default:()=>v});module.exports=g(h);var t=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...n})=>a.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(e.Path,{d:"M3.46045 6.99989C3.46045 4.76951 5.26853 2.96143 7.49891 2.96143C9.72929 2.96143 11.5374 4.76951 11.5374 6.99989C11.5374 9.23027 9.72929 11.0383 7.49891 11.0383C5.26853 11.0383 3.46045 9.23027 3.46045 6.99989Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12.501 6.99988C12.501 4.79074 14.2918 2.99988 16.501 2.99988C18.7101 2.99988 20.501 4.79074 20.501 6.99988C20.501 9.20902 18.7101 10.9999 16.501 10.9999C14.2918 10.9999 12.501 9.20902 12.501 6.99988Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M14.4964 20.4647C14.1258 15.2075 10.888 12.4187 7.4995 12.4187C4.11097 12.4187 0.873156 15.2075 0.502568 20.4647L0.464844 20.9999H14.5342L14.4964 20.4647Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M15.4936 20.3944L15.5363 20.9999H23.5339L23.4961 20.4647C23.1255 15.2075 19.8877 12.4187 16.4992 12.4187C15.1742 12.4187 13.8723 12.8451 12.7559 13.6787C14.2558 15.2169 15.2895 17.4987 15.4936 20.3944Z",fill:"currentColor"})),v=c;0&&(module.exports={IconGroup2});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGroup2/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 IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.46045 7.00001C3.46045 4.76963 5.26853 2.96155 7.49891 2.96155C9.72929 2.96155 11.5374 4.76963 11.5374 7.00001C11.5374 9.23039 9.72929 11.0385 7.49891 11.0385C5.26853 11.0385 3.46045 9.23039 3.46045 7.00001Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.501 7C12.501 4.79086 14.2918 3 16.501 3C18.7101 3 20.501 4.79086 20.501 7C20.501 9.20914 18.7101 11 16.501 11C14.2918 11 12.501 9.20914 12.501 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4964 20.4649C14.1258 15.2076 10.888 12.4188 7.4995 12.4188C4.11097 12.4188 0.873156 15.2076 0.502568 20.4649L0.464844 21H14.5342L14.4964 20.4649Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4936 20.3945L15.5363 21H23.5339L23.4961 20.4649C23.1255 15.2076 19.8877 12.4188 16.4992 12.4188C15.1742 12.4188 13.8723 12.8452 12.7559 13.6788C14.2558 15.2171 15.2895 17.4988 15.4936 20.3945Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\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,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGroup2_exports","__export","IconGroup2","IconGroup2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
1
+ {"version":3,"sources":["../src/IconGroup2/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 IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.46045 6.99989C3.46045 4.76951 5.26853 2.96143 7.49891 2.96143C9.72929 2.96143 11.5374 4.76951 11.5374 6.99989C11.5374 9.23027 9.72929 11.0383 7.49891 11.0383C5.26853 11.0383 3.46045 9.23027 3.46045 6.99989Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.501 6.99988C12.501 4.79074 14.2918 2.99988 16.501 2.99988C18.7101 2.99988 20.501 4.79074 20.501 6.99988C20.501 9.20902 18.7101 10.9999 16.501 10.9999C14.2918 10.9999 12.501 9.20902 12.501 6.99988Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4964 20.4647C14.1258 15.2075 10.888 12.4187 7.4995 12.4187C4.11097 12.4187 0.873156 15.2075 0.502568 20.4647L0.464844 20.9999H14.5342L14.4964 20.4647Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4936 20.3944L15.5363 20.9999H23.5339L23.4961 20.4647C23.1255 15.2075 19.8877 12.4187 16.4992 12.4187C15.1742 12.4187 13.8723 12.8451 12.7559 13.6787C14.2558 15.2169 15.2895 17.4987 15.4936 20.3944Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\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,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGroup2_exports","__export","IconGroup2","IconGroup2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var C=({children:t,size:r=24,...e})=>l.createElement(p,{...e,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 n}from"react-native-svg";var f=t=>o.createElement(C,{...t},o.createElement(n,{d:"M3.46045 7.00001C3.46045 4.76963 5.26853 2.96155 7.49891 2.96155C9.72929 2.96155 11.5374 4.76963 11.5374 7.00001C11.5374 9.23039 9.72929 11.0385 7.49891 11.0385C5.26853 11.0385 3.46045 9.23039 3.46045 7.00001Z",fill:"currentColor"}),o.createElement(n,{d:"M12.501 7C12.501 4.79086 14.2918 3 16.501 3C18.7101 3 20.501 4.79086 20.501 7C20.501 9.20914 18.7101 11 16.501 11C14.2918 11 12.501 9.20914 12.501 7Z",fill:"currentColor"}),o.createElement(n,{d:"M14.4964 20.4649C14.1258 15.2076 10.888 12.4188 7.4995 12.4188C4.11097 12.4188 0.873156 15.2076 0.502568 20.4649L0.464844 21H14.5342L14.4964 20.4649Z",fill:"currentColor"}),o.createElement(n,{d:"M15.4936 20.3945L15.5363 21H23.5339L23.4961 20.4649C23.1255 15.2076 19.8877 12.4188 16.4992 12.4188C15.1742 12.4188 13.8723 12.8452 12.7559 13.6788C14.2558 15.2171 15.2895 17.4988 15.4936 20.3945Z",fill:"currentColor"})),P=f;export{f as IconGroup2,P as default};
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var C=({children:t,size:r=24,...e})=>l.createElement(p,{...e,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 n}from"react-native-svg";var f=t=>o.createElement(C,{...t},o.createElement(n,{d:"M3.46045 6.99989C3.46045 4.76951 5.26853 2.96143 7.49891 2.96143C9.72929 2.96143 11.5374 4.76951 11.5374 6.99989C11.5374 9.23027 9.72929 11.0383 7.49891 11.0383C5.26853 11.0383 3.46045 9.23027 3.46045 6.99989Z",fill:"currentColor"}),o.createElement(n,{d:"M12.501 6.99988C12.501 4.79074 14.2918 2.99988 16.501 2.99988C18.7101 2.99988 20.501 4.79074 20.501 6.99988C20.501 9.20902 18.7101 10.9999 16.501 10.9999C14.2918 10.9999 12.501 9.20902 12.501 6.99988Z",fill:"currentColor"}),o.createElement(n,{d:"M14.4964 20.4647C14.1258 15.2075 10.888 12.4187 7.4995 12.4187C4.11097 12.4187 0.873156 15.2075 0.502568 20.4647L0.464844 20.9999H14.5342L14.4964 20.4647Z",fill:"currentColor"}),o.createElement(n,{d:"M15.4936 20.3944L15.5363 20.9999H23.5339L23.4961 20.4647C23.1255 15.2075 19.8877 12.4187 16.4992 12.4187C15.1742 12.4187 13.8723 12.8451 12.7559 13.6787C14.2558 15.2169 15.2895 17.4987 15.4936 20.3944Z",fill:"currentColor"})),P=f;export{f as IconGroup2,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGroup2/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 IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.46045 7.00001C3.46045 4.76963 5.26853 2.96155 7.49891 2.96155C9.72929 2.96155 11.5374 4.76963 11.5374 7.00001C11.5374 9.23039 9.72929 11.0385 7.49891 11.0385C5.26853 11.0385 3.46045 9.23039 3.46045 7.00001Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.501 7C12.501 4.79086 14.2918 3 16.501 3C18.7101 3 20.501 4.79086 20.501 7C20.501 9.20914 18.7101 11 16.501 11C14.2918 11 12.501 9.20914 12.501 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4964 20.4649C14.1258 15.2076 10.888 12.4188 7.4995 12.4188C4.11097 12.4188 0.873156 15.2076 0.502568 20.4649L0.464844 21H14.5342L14.4964 20.4649Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4936 20.3945L15.5363 21H23.5339L23.4961 20.4649C23.1255 15.2076 19.8877 12.4188 16.4992 12.4188C15.1742 12.4188 13.8723 12.8452 12.7559 13.6788C14.2558 15.2171 15.2895 17.4988 15.4936 20.3945Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\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,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
1
+ {"version":3,"sources":["../src/IconGroup2/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 IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.46045 6.99989C3.46045 4.76951 5.26853 2.96143 7.49891 2.96143C9.72929 2.96143 11.5374 4.76951 11.5374 6.99989C11.5374 9.23027 9.72929 11.0383 7.49891 11.0383C5.26853 11.0383 3.46045 9.23027 3.46045 6.99989Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.501 6.99988C12.501 4.79074 14.2918 2.99988 16.501 2.99988C18.7101 2.99988 20.501 4.79074 20.501 6.99988C20.501 9.20902 18.7101 10.9999 16.501 10.9999C14.2918 10.9999 12.501 9.20902 12.501 6.99988Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4964 20.4647C14.1258 15.2075 10.888 12.4187 7.4995 12.4187C4.11097 12.4187 0.873156 15.2075 0.502568 20.4647L0.464844 20.9999H14.5342L14.4964 20.4647Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4936 20.3944L15.5363 20.9999H23.5339L23.4961 20.4647C23.1255 15.2075 19.8877 12.4187 16.4992 12.4187C15.1742 12.4187 13.8723 12.8451 12.7559 13.6787C14.2558 15.2169 15.2895 17.4987 15.4936 20.3944Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\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,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceCircle: FC<CentralIconBaseProps>;
4
+ export default IconVoiceCircle;
@@ -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=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!P.call(C,e)&&e!==o&&n(C,e,{get:()=>r[e],enumerable:!(l=B(r,e))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?u(x(C)):{},a(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>a(n({},"__esModule",{value:!0}),C);var h={};g(h,{IconVoiceCircle:()=>i,default:()=>v});module.exports=d(h);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:C,size:r=24,...o})=>c.default.createElement(f.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>t.default.createElement(s,{...C},t.default.createElement(p.Path,{d:"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"})),v=i;0&&(module.exports={IconVoiceCircle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceCircle/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 IconVoiceCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceCircle;\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,yUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6uBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ggBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVoiceCircle_exports","__export","IconVoiceCircle","IconVoiceCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceCircle","props","React","CentralIconBase","IconVoiceCircle_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:C=24,...n})=>p.createElement(l,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>r.createElement(t,{...o},r.createElement(e,{d:"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z",fill:"currentColor"}),r.createElement(e,{d:"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z",fill:"currentColor"}),r.createElement(e,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"})),P=a;export{a as IconVoiceCircle,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceCircle/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 IconVoiceCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceCircle;\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,yUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6uBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ggBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceCircle","props","React","CentralIconBase","IconVoiceCircle_default"]}
package/README.md CHANGED
@@ -212,6 +212,7 @@ Below is a complete list of available icons:
212
212
  - IconTextToSpeach
213
213
  - IconVisualIntelligence
214
214
  - IconVoice2
215
+ - IconVoiceCircle
215
216
  - IconVoiceSparkle
216
217
  - IconWindowSparkle
217
218
  - IconWizardHat
@@ -1792,6 +1793,7 @@ Below is a complete list of available icons:
1792
1793
  - IconDashboardFast
1793
1794
  - IconDashboardLow
1794
1795
  - IconDashboardMiddle
1796
+ - IconDeepDive
1795
1797
  - IconDeskLamp
1796
1798
  - IconDiamond
1797
1799
  - IconDiamondShine
@@ -8358,6 +8358,20 @@
8358
8358
  "packageName": "square-filled-radius-0-stroke-1",
8359
8359
  "componentName": "IconDecimalNumberDot"
8360
8360
  },
8361
+ {
8362
+ "category": "Things",
8363
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.27637 3.67285C4.77126 5.40064 6.21117 5.86556 7.67773 6.20605C9.04757 6.52409 10.5467 6.74191 11.9971 7.85547C13.4475 6.74163 14.9467 6.52408 16.3164 6.20605C17.7827 5.86557 19.2229 5.40063 20.7178 3.67285L21.3457 2.94727L21.5811 3.87793C22.1974 6.31685 22.0932 8.13837 21.543 9.61328C20.996 11.0795 20.0285 12.1444 19.041 13.0967C17.0614 15.0056 15.0362 16.4764 14.998 19.9014C16.927 19.9689 18.9618 19.6925 21.2764 18.5518L21.7246 18.3301L22.167 19.2275L21.7178 19.4482C17.7683 21.3947 14.546 20.9976 11.5547 20.5254C8.56137 20.0529 5.86379 19.5271 2.70312 20.9561L2.24707 21.1611L1.83594 20.25L2.29102 20.0439C4.70621 18.9521 6.89125 18.9086 8.98828 19.1396C8.91999 17.6427 8.42541 16.6292 7.74414 15.8066C6.97611 14.8794 6.00293 14.2152 4.97754 13.3467C3.97877 12.5007 3.00097 11.5057 2.4502 10.0078C1.9001 8.51145 1.79853 6.57786 2.41016 3.88867L2.62988 2.92578L3.27637 3.67285Z\" fill=\"currentColor\"/>",
8364
+ "iconName": "deep-dive, dive-in, fin",
8365
+ "variant": {
8366
+ "join": "square",
8367
+ "filled": "on",
8368
+ "radius": "0",
8369
+ "stroke": "1"
8370
+ },
8371
+ "createdAt": "2026-02-24T13:00:43.457418+00:00",
8372
+ "packageName": "square-filled-radius-0-stroke-1",
8373
+ "componentName": "IconDeepDive"
8374
+ },
8361
8375
  {
8362
8376
  "category": "Interface General",
8363
8377
  "svg": "<path d=\"M15.8887 21.2158C14.6927 21.7211 13.3782 22 12 22C10.6218 22 9.30734 21.7211 8.11133 21.2158L8.5 20.2939C9.57519 20.7482 10.7577 21 12 21C13.2423 21 14.4248 20.7482 15.5 20.2939L15.8887 21.2158Z\" fill=\"currentColor\"/><path d=\"M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C14.7614 7 17 9.23858 17 12C17 13.2006 16.5764 14.3021 15.8711 15.1641L18.1035 17.3965L17.3965 18.1035L15.1641 15.8711C14.3021 16.5764 13.2006 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8Z\" fill=\"currentColor\"/><path d=\"M3.70605 8.5C3.25178 9.57519 3 10.7577 3 12C3 13.2423 3.25178 14.4248 3.70605 15.5L2.78418 15.8887C2.27893 14.6927 2 13.3782 2 12C2 10.6218 2.27893 9.30734 2.78418 8.11133L3.70605 8.5Z\" fill=\"currentColor\"/><path d=\"M21.2158 8.11133C21.7211 9.30734 22 10.6218 22 12C22 13.3782 21.7211 14.6927 21.2158 15.8887L20.2939 15.5C20.7482 14.4248 21 13.2423 21 12C21 10.7577 20.7482 9.57519 20.2939 8.5L21.2158 8.11133Z\" fill=\"currentColor\"/><path d=\"M12 2C13.3782 2 14.6927 2.27893 15.8887 2.78418L15.5 3.70605C14.4248 3.25178 13.2423 3 12 3C10.7577 3 9.57519 3.25178 8.5 3.70605L8.11133 2.78418C9.30734 2.27893 10.6218 2 12 2Z\" fill=\"currentColor\"/>",
@@ -12336,7 +12350,7 @@
12336
12350
  },
12337
12351
  {
12338
12352
  "category": "People",
12339
- "svg": "<path d=\"M3.46045 7.00001C3.46045 4.76963 5.26853 2.96155 7.49891 2.96155C9.72929 2.96155 11.5374 4.76963 11.5374 7.00001C11.5374 9.23039 9.72929 11.0385 7.49891 11.0385C5.26853 11.0385 3.46045 9.23039 3.46045 7.00001Z\" fill=\"currentColor\"/><path d=\"M12.501 7C12.501 4.79086 14.2918 3 16.501 3C18.7101 3 20.501 4.79086 20.501 7C20.501 9.20914 18.7101 11 16.501 11C14.2918 11 12.501 9.20914 12.501 7Z\" fill=\"currentColor\"/><path d=\"M14.4964 20.4649C14.1258 15.2076 10.888 12.4188 7.4995 12.4188C4.11097 12.4188 0.873156 15.2076 0.502568 20.4649L0.464844 21H14.5342L14.4964 20.4649Z\" fill=\"currentColor\"/><path d=\"M15.4936 20.3945L15.5363 21H23.5339L23.4961 20.4649C23.1255 15.2076 19.8877 12.4188 16.4992 12.4188C15.1742 12.4188 13.8723 12.8452 12.7559 13.6788C14.2558 15.2171 15.2895 17.4988 15.4936 20.3945Z\" fill=\"currentColor\"/>",
12353
+ "svg": "<path d=\"M3.46045 6.99989C3.46045 4.76951 5.26853 2.96143 7.49891 2.96143C9.72929 2.96143 11.5374 4.76951 11.5374 6.99989C11.5374 9.23027 9.72929 11.0383 7.49891 11.0383C5.26853 11.0383 3.46045 9.23027 3.46045 6.99989Z\" fill=\"currentColor\"/><path d=\"M12.501 6.99988C12.501 4.79074 14.2918 2.99988 16.501 2.99988C18.7101 2.99988 20.501 4.79074 20.501 6.99988C20.501 9.20902 18.7101 10.9999 16.501 10.9999C14.2918 10.9999 12.501 9.20902 12.501 6.99988Z\" fill=\"currentColor\"/><path d=\"M14.4964 20.4647C14.1258 15.2075 10.888 12.4187 7.4995 12.4187C4.11097 12.4187 0.873156 15.2075 0.502568 20.4647L0.464844 20.9999H14.5342L14.4964 20.4647Z\" fill=\"currentColor\"/><path d=\"M15.4936 20.3944L15.5363 20.9999H23.5339L23.4961 20.4647C23.1255 15.2075 19.8877 12.4187 16.4992 12.4187C15.1742 12.4187 13.8723 12.8451 12.7559 13.6787C14.2558 15.2169 15.2895 17.4987 15.4936 20.3944Z\" fill=\"currentColor\"/>",
12340
12354
  "iconName": "group-2, users",
12341
12355
  "variant": {
12342
12356
  "join": "square",
@@ -24640,6 +24654,20 @@
24640
24654
  "packageName": "square-filled-radius-0-stroke-1",
24641
24655
  "componentName": "IconVoiceAndVideo"
24642
24656
  },
24657
+ {
24658
+ "category": "AI & Magic",
24659
+ "svg": "<path d=\"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z\" fill=\"currentColor\"/><path d=\"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z\" fill=\"currentColor\"/><path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z\" fill=\"currentColor\"/>",
24660
+ "iconName": "voice-circle, waves",
24661
+ "variant": {
24662
+ "join": "square",
24663
+ "filled": "on",
24664
+ "radius": "0",
24665
+ "stroke": "1"
24666
+ },
24667
+ "createdAt": "2026-02-24T13:00:43.457418+00:00",
24668
+ "packageName": "square-filled-radius-0-stroke-1",
24669
+ "componentName": "IconVoiceCircle"
24670
+ },
24643
24671
  {
24644
24672
  "category": "Sound & Music",
24645
24673
  "svg": "<path d=\"M7.99911 3H6.99911V21H7.99911V3Z\" fill=\"currentColor\"/><path d=\"M17 5H16V19H17V5Z\" fill=\"currentColor\"/><path d=\"M12.4991 7H11.4991V17H12.4991V7Z\" fill=\"currentColor\"/><path d=\"M4 9H3V15H4V9Z\" fill=\"currentColor\"/><path d=\"M21 9H20V15H21V9Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -596,6 +596,7 @@ export type CentralIconName =
596
596
  | "IconDebugger"
597
597
  | "IconDecimalNumberComma"
598
598
  | "IconDecimalNumberDot"
599
+ | "IconDeepDive"
599
600
  | "IconDeepSearch"
600
601
  | "IconDeepseek"
601
602
  | "IconDeliveryBike"
@@ -1759,6 +1760,7 @@ export type CentralIconName =
1759
1760
  | "IconVoice2"
1760
1761
  | "IconVoice3"
1761
1762
  | "IconVoiceAndVideo"
1763
+ | "IconVoiceCircle"
1762
1764
  | "IconVoiceHigh"
1763
1765
  | "IconVoiceLow"
1764
1766
  | "IconVoiceMid"
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.141",
3
+ "version": "1.1.142",
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,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1824,
14
+ "totalIcons": 1826,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 69,
17
+ "count": 70,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -82,6 +82,7 @@
82
82
  "IconTextToSpeach",
83
83
  "IconVisualIntelligence",
84
84
  "IconVoice2",
85
+ "IconVoiceCircle",
85
86
  "IconVoiceSparkle",
86
87
  "IconWindowSparkle",
87
88
  "IconWizardHat"
@@ -1697,7 +1698,7 @@
1697
1698
  ]
1698
1699
  },
1699
1700
  "Things": {
1700
- "count": 126,
1701
+ "count": 127,
1701
1702
  "icons": [
1702
1703
  "IconAnvil",
1703
1704
  "IconBackpack",
@@ -1726,6 +1727,7 @@
1726
1727
  "IconDashboardFast",
1727
1728
  "IconDashboardLow",
1728
1729
  "IconDashboardMiddle",
1730
+ "IconDeepDive",
1729
1731
  "IconDeskLamp",
1730
1732
  "IconDiamond",
1731
1733
  "IconDiamondShine",
@@ -2623,6 +2625,7 @@
2623
2625
  "IconDebugger": "debugger, debug",
2624
2626
  "IconDecimalNumberComma": "decimal-number-comma",
2625
2627
  "IconDecimalNumberDot": "decimal-number-dot",
2628
+ "IconDeepDive": "deep-dive, dive-in, fin",
2626
2629
  "IconDeepSearch": "deep-search, deep-research, focus-search",
2627
2630
  "IconDeepseek": "deepseek",
2628
2631
  "IconDeliveryBike": "delivery-bike",
@@ -3786,6 +3789,7 @@
3786
3789
  "IconVoice2": "voice-2, siri, wave",
3787
3790
  "IconVoice3": "voice-3, wave",
3788
3791
  "IconVoiceAndVideo": "voice-and-video, media",
3792
+ "IconVoiceCircle": "voice-circle, waves",
3789
3793
  "IconVoiceHigh": "voice-high, wave",
3790
3794
  "IconVoiceLow": "voice-low, wave",
3791
3795
  "IconVoiceMid": "voice-mid, wave",
package/index.d.ts CHANGED
@@ -595,6 +595,7 @@ export { IconDateYearly, default as IconDateYearlyDefault, } from "./IconDateYea
595
595
  export { IconDebugger, default as IconDebuggerDefault } from "./IconDebugger";
596
596
  export { IconDecimalNumberComma, default as IconDecimalNumberCommaDefault, } from "./IconDecimalNumberComma";
597
597
  export { IconDecimalNumberDot, default as IconDecimalNumberDotDefault, } from "./IconDecimalNumberDot";
598
+ export { IconDeepDive, default as IconDeepDiveDefault } from "./IconDeepDive";
598
599
  export { IconDeepSearch, default as IconDeepSearchDefault, } from "./IconDeepSearch";
599
600
  export { IconDeepseek, default as IconDeepseekDefault } from "./IconDeepseek";
600
601
  export { IconDeliveryBike, default as IconDeliveryBikeDefault, } from "./IconDeliveryBike";
@@ -1758,6 +1759,7 @@ export { IconVocalMicrophone, default as IconVocalMicrophoneDefault, } from "./I
1758
1759
  export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
1759
1760
  export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
1760
1761
  export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
1762
+ export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
1761
1763
  export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
1762
1764
  export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
1763
1765
  export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";