@central-icons-react-native/round-filled-radius-2-stroke-1.5 1.1.140 → 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 B=Object.create;var t=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,C)=>(C=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var y={};g(y,{IconDeepDive:()=>i,default:()=>h});module.exports=v(y);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,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=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z",fill:"currentColor"})),h=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 d=\"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z\"\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,EAAE,mqCACF,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...t})=>n.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(C,{...o},e.createElement(a,{d:"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z",fill:"currentColor"})),P=l;export{l as IconDeepDive,P 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 d=\"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z\"\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,EAAE,mqCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHapticFeedback: FC<CentralIconBaseProps>;
4
+ export default IconHapticFeedback;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of v(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(p=s(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?m(B(r)):{},d(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>d(t({},"__esModule",{value:!0}),r);var M={};x(M,{IconHapticFeedback:()=>u,default:()=>g});module.exports=P(M);var C=f(require("react"));var i=f(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...e})=>i.default.createElement(a.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 l=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(l.Path,{d:"M19 20.25C19 21.7688 17.7688 23 16.25 23H7.75C6.23122 23 5 21.7688 5 20.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20.25Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}),C.default.createElement(l.Path,{d:"M16.25 1C17.7688 1 19 2.23122 19 3.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V3.75C5 2.23122 6.23122 1 7.75 1H16.25Z",fill:"currentColor"})),g=u;0&&(module.exports={IconHapticFeedback});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHapticFeedback/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 IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 20.25C19 21.7688 17.7688 23 16.25 23H7.75C6.23122 23 5 21.7688 5 20.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20.25Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.25 1C17.7688 1 19 2.23122 19 3.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V3.75C5 2.23122 6.23122 1 7.75 1H16.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHapticFeedback_exports","__export","IconHapticFeedback","IconHapticFeedback_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...l})=>t.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var d=C=>o.createElement(n,{...C},o.createElement(e,{d:"M19 20.25C19 21.7688 17.7688 23 16.25 23H7.75C6.23122 23 5 21.7688 5 20.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20.25Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}),o.createElement(e,{d:"M16.25 1C17.7688 1 19 2.23122 19 3.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V3.75C5 2.23122 6.23122 1 7.75 1H16.25Z",fill:"currentColor"})),I=d;export{d as IconHapticFeedback,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHapticFeedback/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 IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 20.25C19 21.7688 17.7688 23 16.25 23H7.75C6.23122 23 5 21.7688 5 20.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20.25Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.25 1C17.7688 1 19 2.23122 19 3.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V3.75C5 2.23122 6.23122 1 7.75 1H16.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4PACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var h={};v(h,{IconPeopleLike:()=>c,default:()=>g});module.exports=x(h);var n=f(require("react"));var m=f(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(i.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(l.Path,{d:"M7.44727 6.49998C7.44727 3.98511 9.48597 1.94641 12.0008 1.94641C14.5157 1.94641 16.5544 3.98511 16.5544 6.49998C16.5544 9.01485 14.5157 11.0536 12.0008 11.0536C9.48597 11.0536 7.44727 9.01485 7.44727 6.49998Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.2554 12C8.42349 12 5.49077 14.2962 4.29996 17.516C3.95952 18.4365 4.1926 19.3438 4.73376 19.9887C5.26113 20.6172 6.07523 21 6.95222 21H13.8338C13.1412 20.1863 12.5007 19.0626 12.5007 17.6667C12.5007 16.4636 12.886 15.3428 13.6734 14.5028C14.4498 13.6747 15.5014 13.25 16.5562 13.25C16.633 13.25 16.7085 13.252 16.7827 13.2557C15.5038 12.4595 13.9696 12 12.2554 12Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9755 15.1124L18 15.1259L18.0245 15.1124C18.3556 14.9318 18.8397 14.75 19.4444 14.75C20.0971 14.75 20.7485 15.012 21.2329 15.5287C21.7209 16.0493 22 16.7839 22 17.6667C22 19.0572 21.0225 20.1531 20.2042 20.8291C19.7749 21.1838 19.3381 21.4657 18.9863 21.6612C18.8105 21.7588 18.6487 21.8389 18.5128 21.8971C18.4457 21.9259 18.3764 21.953 18.3098 21.9743C18.2676 21.9878 18.1428 22.0278 18 22.0278C17.8572 22.0278 17.7331 21.9881 17.691 21.9746C17.6243 21.9532 17.5543 21.9259 17.4872 21.8971C17.3513 21.8389 17.1895 21.7588 17.0137 21.6612C16.6619 21.4657 16.2251 21.1838 15.7958 20.8291C14.9775 20.1531 14 19.0572 14 17.6667C14 16.7839 14.2791 16.0493 14.7671 15.5287C15.2515 15.012 15.9029 14.75 16.5556 14.75C17.1603 14.75 17.6444 14.9318 17.9755 15.1124Z",fill:"currentColor"})),g=c;0&&(module.exports={IconPeopleLike});
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var h={};v(h,{IconPeopleLike:()=>c,default:()=>g});module.exports=x(h);var n=f(require("react"));var m=f(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(i.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(l.Path,{d:"M7.44727 6.49986C7.44727 3.98499 9.48597 1.94629 12.0008 1.94629C14.5157 1.94629 16.5544 3.98499 16.5544 6.49986C16.5544 9.01473 14.5157 11.0534 12.0008 11.0534C9.48597 11.0534 7.44727 9.01473 7.44727 6.49986Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.2554 11.9999C8.42349 11.9999 5.49077 14.2961 4.29996 17.5159C3.95952 18.4364 4.1926 19.3437 4.73376 19.9886C5.26113 20.6171 6.07523 20.9999 6.95222 20.9999H13.8338C13.1412 20.1862 12.5007 19.0625 12.5007 17.6665C12.5007 16.4635 12.886 15.3426 13.6734 14.5027C14.4498 13.6745 15.5014 13.2499 16.5562 13.2499C16.633 13.2499 16.7085 13.2518 16.7827 13.2556C15.5038 12.4594 13.9696 11.9999 12.2554 11.9999Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9755 15.1123L18 15.1258L18.0245 15.1123C18.3556 14.9317 18.8397 14.7499 19.4444 14.7499C20.0971 14.7499 20.7485 15.0119 21.2329 15.5286C21.7209 16.0491 22 16.7838 22 17.6665C22 19.0571 21.0225 20.153 20.2042 20.829C19.7749 21.1836 19.3381 21.4656 18.9863 21.661C18.8105 21.7587 18.6487 21.8388 18.5128 21.897C18.4457 21.9258 18.3764 21.9529 18.3098 21.9742C18.2676 21.9877 18.1428 22.0277 18 22.0277C17.8572 22.0277 17.7331 21.9879 17.691 21.9744C17.6243 21.9531 17.5543 21.9258 17.4872 21.897C17.3513 21.8388 17.1895 21.7587 17.0137 21.661C16.6619 21.4656 16.2251 21.1836 15.7958 20.829C14.9775 20.153 14 19.0571 14 17.6665C14 16.7838 14.2791 16.0491 14.7671 15.5286C15.2515 15.0119 15.9029 14.7499 16.5556 14.7499C17.1603 14.7499 17.6444 14.9317 17.9755 15.1123Z",fill:"currentColor"})),g=c;0&&(module.exports={IconPeopleLike});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.44727 6.49998C7.44727 3.98511 9.48597 1.94641 12.0008 1.94641C14.5157 1.94641 16.5544 3.98511 16.5544 6.49998C16.5544 9.01485 14.5157 11.0536 12.0008 11.0536C9.48597 11.0536 7.44727 9.01485 7.44727 6.49998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.2554 12C8.42349 12 5.49077 14.2962 4.29996 17.516C3.95952 18.4365 4.1926 19.3438 4.73376 19.9887C5.26113 20.6172 6.07523 21 6.95222 21H13.8338C13.1412 20.1863 12.5007 19.0626 12.5007 17.6667C12.5007 16.4636 12.886 15.3428 13.6734 14.5028C14.4498 13.6747 15.5014 13.25 16.5562 13.25C16.633 13.25 16.7085 13.252 16.7827 13.2557C15.5038 12.4595 13.9696 12 12.2554 12Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.9755 15.1124L18 15.1259L18.0245 15.1124C18.3556 14.9318 18.8397 14.75 19.4444 14.75C20.0971 14.75 20.7485 15.012 21.2329 15.5287C21.7209 16.0493 22 16.7839 22 17.6667C22 19.0572 21.0225 20.1531 20.2042 20.8291C19.7749 21.1838 19.3381 21.4657 18.9863 21.6612C18.8105 21.7588 18.6487 21.8389 18.5128 21.8971C18.4457 21.9259 18.3764 21.953 18.3098 21.9743C18.2676 21.9878 18.1428 22.0278 18 22.0278C17.8572 22.0278 17.7331 21.9881 17.691 21.9746C17.6243 21.9532 17.5543 21.9259 17.4872 21.8971C17.3513 21.8389 17.1895 21.7588 17.0137 21.6612C16.6619 21.4657 16.2251 21.1838 15.7958 20.8291C14.9775 20.1531 14 19.0572 14 17.6667C14 16.7839 14.2791 16.0493 14.7671 15.5287C15.2515 15.012 15.9029 14.75 16.5556 14.75C17.1603 14.75 17.6444 14.9318 17.9755 15.1124Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4vBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleLike_exports","__export","IconPeopleLike","IconPeopleLike_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
1
+ {"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.44727 6.49986C7.44727 3.98499 9.48597 1.94629 12.0008 1.94629C14.5157 1.94629 16.5544 3.98499 16.5544 6.49986C16.5544 9.01473 14.5157 11.0534 12.0008 11.0534C9.48597 11.0534 7.44727 9.01473 7.44727 6.49986Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.2554 11.9999C8.42349 11.9999 5.49077 14.2961 4.29996 17.5159C3.95952 18.4364 4.1926 19.3437 4.73376 19.9886C5.26113 20.6171 6.07523 20.9999 6.95222 20.9999H13.8338C13.1412 20.1862 12.5007 19.0625 12.5007 17.6665C12.5007 16.4635 12.886 15.3426 13.6734 14.5027C14.4498 13.6745 15.5014 13.2499 16.5562 13.2499C16.633 13.2499 16.7085 13.2518 16.7827 13.2556C15.5038 12.4594 13.9696 11.9999 12.2554 11.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.9755 15.1123L18 15.1258L18.0245 15.1123C18.3556 14.9317 18.8397 14.7499 19.4444 14.7499C20.0971 14.7499 20.7485 15.0119 21.2329 15.5286C21.7209 16.0491 22 16.7838 22 17.6665C22 19.0571 21.0225 20.153 20.2042 20.829C19.7749 21.1836 19.3381 21.4656 18.9863 21.661C18.8105 21.7587 18.6487 21.8388 18.5128 21.897C18.4457 21.9258 18.3764 21.9529 18.3098 21.9742C18.2676 21.9877 18.1428 22.0277 18 22.0277C17.8572 22.0277 17.7331 21.9879 17.691 21.9744C17.6243 21.9531 17.5543 21.9258 17.4872 21.897C17.3513 21.8388 17.1895 21.7587 17.0137 21.661C16.6619 21.4656 16.2251 21.1836 15.7958 20.829C14.9775 20.153 14 19.0571 14 17.6665C14 16.7838 14.2791 16.0491 14.7671 15.5286C15.2515 15.0119 15.9029 14.7499 16.5556 14.7499C17.1603 14.7499 17.6444 14.9317 17.9755 15.1123Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,mwBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleLike_exports","__export","IconPeopleLike","IconPeopleLike_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(e,{d:"M7.44727 6.49998C7.44727 3.98511 9.48597 1.94641 12.0008 1.94641C14.5157 1.94641 16.5544 3.98511 16.5544 6.49998C16.5544 9.01485 14.5157 11.0536 12.0008 11.0536C9.48597 11.0536 7.44727 9.01485 7.44727 6.49998Z",fill:"currentColor"}),o.createElement(e,{d:"M12.2554 12C8.42349 12 5.49077 14.2962 4.29996 17.516C3.95952 18.4365 4.1926 19.3438 4.73376 19.9887C5.26113 20.6172 6.07523 21 6.95222 21H13.8338C13.1412 20.1863 12.5007 19.0626 12.5007 17.6667C12.5007 16.4636 12.886 15.3428 13.6734 14.5028C14.4498 13.6747 15.5014 13.25 16.5562 13.25C16.633 13.25 16.7085 13.252 16.7827 13.2557C15.5038 12.4595 13.9696 12 12.2554 12Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9755 15.1124L18 15.1259L18.0245 15.1124C18.3556 14.9318 18.8397 14.75 19.4444 14.75C20.0971 14.75 20.7485 15.012 21.2329 15.5287C21.7209 16.0493 22 16.7839 22 17.6667C22 19.0572 21.0225 20.1531 20.2042 20.8291C19.7749 21.1838 19.3381 21.4657 18.9863 21.6612C18.8105 21.7588 18.6487 21.8389 18.5128 21.8971C18.4457 21.9259 18.3764 21.953 18.3098 21.9743C18.2676 21.9878 18.1428 22.0278 18 22.0278C17.8572 22.0278 17.7331 21.9881 17.691 21.9746C17.6243 21.9532 17.5543 21.9259 17.4872 21.8971C17.3513 21.8389 17.1895 21.7588 17.0137 21.6612C16.6619 21.4657 16.2251 21.1838 15.7958 20.8291C14.9775 20.1531 14 19.0572 14 17.6667C14 16.7839 14.2791 16.0493 14.7671 15.5287C15.2515 15.012 15.9029 14.75 16.5556 14.75C17.1603 14.75 17.6444 14.9318 17.9755 15.1124Z",fill:"currentColor"})),P=a;export{a as IconPeopleLike,P as default};
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(e,{d:"M7.44727 6.49986C7.44727 3.98499 9.48597 1.94629 12.0008 1.94629C14.5157 1.94629 16.5544 3.98499 16.5544 6.49986C16.5544 9.01473 14.5157 11.0534 12.0008 11.0534C9.48597 11.0534 7.44727 9.01473 7.44727 6.49986Z",fill:"currentColor"}),o.createElement(e,{d:"M12.2554 11.9999C8.42349 11.9999 5.49077 14.2961 4.29996 17.5159C3.95952 18.4364 4.1926 19.3437 4.73376 19.9886C5.26113 20.6171 6.07523 20.9999 6.95222 20.9999H13.8338C13.1412 20.1862 12.5007 19.0625 12.5007 17.6665C12.5007 16.4635 12.886 15.3426 13.6734 14.5027C14.4498 13.6745 15.5014 13.2499 16.5562 13.2499C16.633 13.2499 16.7085 13.2518 16.7827 13.2556C15.5038 12.4594 13.9696 11.9999 12.2554 11.9999Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9755 15.1123L18 15.1258L18.0245 15.1123C18.3556 14.9317 18.8397 14.7499 19.4444 14.7499C20.0971 14.7499 20.7485 15.0119 21.2329 15.5286C21.7209 16.0491 22 16.7838 22 17.6665C22 19.0571 21.0225 20.153 20.2042 20.829C19.7749 21.1836 19.3381 21.4656 18.9863 21.661C18.8105 21.7587 18.6487 21.8388 18.5128 21.897C18.4457 21.9258 18.3764 21.9529 18.3098 21.9742C18.2676 21.9877 18.1428 22.0277 18 22.0277C17.8572 22.0277 17.7331 21.9879 17.691 21.9744C17.6243 21.9531 17.5543 21.9258 17.4872 21.897C17.3513 21.8388 17.1895 21.7587 17.0137 21.661C16.6619 21.4656 16.2251 21.1836 15.7958 20.829C14.9775 20.153 14 19.0571 14 17.6665C14 16.7838 14.2791 16.0491 14.7671 15.5286C15.2515 15.0119 15.9029 14.7499 16.5556 14.7499C17.1603 14.7499 17.6444 14.9317 17.9755 15.1123Z",fill:"currentColor"})),P=a;export{a as IconPeopleLike,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.44727 6.49998C7.44727 3.98511 9.48597 1.94641 12.0008 1.94641C14.5157 1.94641 16.5544 3.98511 16.5544 6.49998C16.5544 9.01485 14.5157 11.0536 12.0008 11.0536C9.48597 11.0536 7.44727 9.01485 7.44727 6.49998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.2554 12C8.42349 12 5.49077 14.2962 4.29996 17.516C3.95952 18.4365 4.1926 19.3438 4.73376 19.9887C5.26113 20.6172 6.07523 21 6.95222 21H13.8338C13.1412 20.1863 12.5007 19.0626 12.5007 17.6667C12.5007 16.4636 12.886 15.3428 13.6734 14.5028C14.4498 13.6747 15.5014 13.25 16.5562 13.25C16.633 13.25 16.7085 13.252 16.7827 13.2557C15.5038 12.4595 13.9696 12 12.2554 12Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.9755 15.1124L18 15.1259L18.0245 15.1124C18.3556 14.9318 18.8397 14.75 19.4444 14.75C20.0971 14.75 20.7485 15.012 21.2329 15.5287C21.7209 16.0493 22 16.7839 22 17.6667C22 19.0572 21.0225 20.1531 20.2042 20.8291C19.7749 21.1838 19.3381 21.4657 18.9863 21.6612C18.8105 21.7588 18.6487 21.8389 18.5128 21.8971C18.4457 21.9259 18.3764 21.953 18.3098 21.9743C18.2676 21.9878 18.1428 22.0278 18 22.0278C17.8572 22.0278 17.7331 21.9881 17.691 21.9746C17.6243 21.9532 17.5543 21.9259 17.4872 21.8971C17.3513 21.8389 17.1895 21.7588 17.0137 21.6612C16.6619 21.4657 16.2251 21.1838 15.7958 20.8291C14.9775 20.1531 14 19.0572 14 17.6667C14 16.7839 14.2791 16.0493 14.7671 15.5287C15.2515 15.012 15.9029 14.75 16.5556 14.75C17.1603 14.75 17.6444 14.9318 17.9755 15.1124Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4vBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
1
+ {"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.44727 6.49986C7.44727 3.98499 9.48597 1.94629 12.0008 1.94629C14.5157 1.94629 16.5544 3.98499 16.5544 6.49986C16.5544 9.01473 14.5157 11.0534 12.0008 11.0534C9.48597 11.0534 7.44727 9.01473 7.44727 6.49986Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.2554 11.9999C8.42349 11.9999 5.49077 14.2961 4.29996 17.5159C3.95952 18.4364 4.1926 19.3437 4.73376 19.9886C5.26113 20.6171 6.07523 20.9999 6.95222 20.9999H13.8338C13.1412 20.1862 12.5007 19.0625 12.5007 17.6665C12.5007 16.4635 12.886 15.3426 13.6734 14.5027C14.4498 13.6745 15.5014 13.2499 16.5562 13.2499C16.633 13.2499 16.7085 13.2518 16.7827 13.2556C15.5038 12.4594 13.9696 11.9999 12.2554 11.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.9755 15.1123L18 15.1258L18.0245 15.1123C18.3556 14.9317 18.8397 14.7499 19.4444 14.7499C20.0971 14.7499 20.7485 15.0119 21.2329 15.5286C21.7209 16.0491 22 16.7838 22 17.6665C22 19.0571 21.0225 20.153 20.2042 20.829C19.7749 21.1836 19.3381 21.4656 18.9863 21.661C18.8105 21.7587 18.6487 21.8388 18.5128 21.897C18.4457 21.9258 18.3764 21.9529 18.3098 21.9742C18.2676 21.9877 18.1428 22.0277 18 22.0277C17.8572 22.0277 17.7331 21.9879 17.691 21.9744C17.6243 21.9531 17.5543 21.9258 17.4872 21.897C17.3513 21.8388 17.1895 21.7587 17.0137 21.661C16.6619 21.4656 16.2251 21.1836 15.7958 20.829C14.9775 20.153 14 19.0571 14 17.6665C14 16.7838 14.2791 16.0491 14.7671 15.5286C15.2515 15.0119 15.9029 14.7499 16.5556 14.7499C17.1603 14.7499 17.6444 14.9317 17.9755 15.1123Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,mwBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_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.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 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.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 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,+RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6nBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6fACF,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.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z",fill:"currentColor"}),r.createElement(e,{d:"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z",fill:"currentColor"}),r.createElement(e,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 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.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 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,+RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6nBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6fACF,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
@@ -571,6 +572,7 @@ Below is a complete list of available icons:
571
572
  - IconFullscreen2
572
573
  - IconGyroscopeSensor
573
574
  - IconHaptic
575
+ - IconHapticFeedback
574
576
  - IconImac
575
577
  - IconKeyboardCable
576
578
  - IconKeyboardDown
@@ -1791,6 +1793,7 @@ Below is a complete list of available icons:
1791
1793
  - IconDashboardFast
1792
1794
  - IconDashboardLow
1793
1795
  - IconDashboardMiddle
1796
+ - IconDeepDive
1794
1797
  - IconDeskLamp
1795
1798
  - IconDiamond
1796
1799
  - IconDiamondShine
@@ -8358,6 +8358,20 @@
8358
8358
  "packageName": "round-filled-radius-2-stroke-1.5",
8359
8359
  "componentName": "IconDecimalNumberDot"
8360
8360
  },
8361
+ {
8362
+ "category": "Things",
8363
+ "svg": "<path d=\"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z\" fill=\"currentColor\"/>",
8364
+ "iconName": "deep-dive, dive-in, fin",
8365
+ "variant": {
8366
+ "join": "round",
8367
+ "filled": "on",
8368
+ "radius": "2",
8369
+ "stroke": "1.5"
8370
+ },
8371
+ "createdAt": "2026-02-24T13:00:43.457418+00:00",
8372
+ "packageName": "round-filled-radius-2-stroke-1.5",
8373
+ "componentName": "IconDeepDive"
8374
+ },
8361
8375
  {
8362
8376
  "category": "Interface General",
8363
8377
  "svg": "<path d=\"M15.0635 19.9355C15.4311 19.8383 15.8204 20.0339 15.957 20.3975C16.1026 20.7851 15.9062 21.2175 15.5186 21.3633L15.1035 21.5088C14.1257 21.8277 13.0823 22 12 22C10.9177 22 9.87431 21.8277 8.89648 21.5088L8.48145 21.3633L8.41113 21.333C8.0706 21.1641 7.90649 20.7609 8.04297 20.3975C8.17965 20.0339 8.56894 19.8383 8.93652 19.9355L9.00977 19.959L9.36133 20.083C10.1911 20.3537 11.0778 20.5 12 20.5C13.0538 20.5 14.061 20.3083 14.9902 19.959L15.0635 19.9355Z\" fill=\"currentColor\"/><path d=\"M12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C14.7614 7 17 9.23858 17 12C17 13.1101 16.6375 14.1352 16.0254 14.9648L18.0303 16.9697L18.082 17.0264C18.3223 17.3209 18.3049 17.7557 18.0303 18.0303C17.7557 18.3049 17.3209 18.3223 17.0264 18.082L16.9697 18.0303L14.9648 16.0254C14.1352 16.6375 13.1101 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5C12.9454 15.5 13.8018 15.1238 14.4316 14.5146C14.4443 14.4998 14.4557 14.4837 14.4697 14.4697C14.4837 14.4557 14.4998 14.4443 14.5146 14.4316C15.1238 13.8018 15.5 12.9454 15.5 12C15.5 10.067 13.933 8.5 12 8.5Z\" fill=\"currentColor\"/><path d=\"M2.63672 8.48145C2.78258 8.09392 3.21491 7.89823 3.60254 8.04395C3.99023 8.18971 4.18676 8.62206 4.04102 9.00977C3.69172 9.93898 3.5 10.9462 3.5 12C3.5 13.0538 3.69172 14.061 4.04102 14.9902C4.18676 15.3779 3.99023 15.8103 3.60254 15.9561C3.21491 16.1018 2.78258 15.9061 2.63672 15.5186C2.22494 14.4232 2 13.2368 2 12C2 10.7632 2.22494 9.57685 2.63672 8.48145Z\" fill=\"currentColor\"/><path d=\"M21.3633 15.5186C21.2174 15.9061 20.7851 16.1018 20.3975 15.9561C20.0098 15.8103 19.8132 15.3779 19.959 14.9902L21.3633 15.5186Z\" fill=\"currentColor\"/><path d=\"M21.3633 8.48145C21.7751 9.57685 22 10.7632 22 12C22 13.2368 21.7751 14.4232 21.3633 15.5186L20.6611 15.2539L19.959 14.9902C20.3083 14.061 20.5 13.0538 20.5 12C20.5 10.9462 20.3083 9.93898 19.959 9.00977L20.6611 8.74609L21.3633 8.48145Z\" fill=\"currentColor\"/><path d=\"M20.3975 8.04395C20.7851 7.89823 21.2174 8.09392 21.3633 8.48145L19.959 9.00977C19.8132 8.62206 20.0098 8.18971 20.3975 8.04395Z\" fill=\"currentColor\"/><path d=\"M12 2C13.0823 2 14.1257 2.17226 15.1035 2.49121L15.5186 2.63672L15.5889 2.66699C15.9294 2.83593 16.0935 3.23906 15.957 3.60254C15.8204 3.9661 15.4311 4.16173 15.0635 4.06445L14.9902 4.04102L14.6387 3.91699C13.8089 3.6463 12.9222 3.5 12 3.5C10.9462 3.5 9.93898 3.69172 9.00977 4.04102L8.93652 4.06445C8.56894 4.16173 8.17965 3.9661 8.04297 3.60254C7.89742 3.2149 8.09384 2.78245 8.48145 2.63672L8.89648 2.49121C9.87431 2.17226 10.9177 2 12 2Z\" fill=\"currentColor\"/>",
@@ -12544,6 +12558,20 @@
12544
12558
  "packageName": "round-filled-radius-2-stroke-1.5",
12545
12559
  "componentName": "IconHaptic"
12546
12560
  },
12561
+ {
12562
+ "category": "Devices & Signals",
12563
+ "svg": "<path d=\"M19 20.25C19 21.7688 17.7688 23 16.25 23H7.75C6.23122 23 5 21.7688 5 20.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20.25Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\" fill=\"currentColor\"/><path d=\"M16.25 1C17.7688 1 19 2.23122 19 3.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V3.75C5 2.23122 6.23122 1 7.75 1H16.25Z\" fill=\"currentColor\"/>",
12564
+ "iconName": "haptic-feedback, vibration",
12565
+ "variant": {
12566
+ "join": "round",
12567
+ "filled": "on",
12568
+ "radius": "2",
12569
+ "stroke": "1.5"
12570
+ },
12571
+ "createdAt": "2026-02-23T08:00:35.605032+00:00",
12572
+ "packageName": "round-filled-radius-2-stroke-1.5",
12573
+ "componentName": "IconHapticFeedback"
12574
+ },
12547
12575
  {
12548
12576
  "category": "Keyboard",
12549
12577
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.84025 3.00553C9.25145 3.05537 9.54439 3.42912 9.49455 3.84032L9.11155 7.00008H16.1006L16.5054 3.65983C16.5553 3.24862 16.929 2.95568 17.3402 3.00553C17.7515 3.05537 18.0444 3.42912 17.9946 3.84032L17.6116 7.00008H20.25C20.6642 7.00008 21 7.33586 21 7.75008C21 8.16429 20.6642 8.50008 20.25 8.50008H17.4297L16.5812 15.5001H20.25C20.6642 15.5001 21 15.8359 21 16.2501C21 16.6643 20.6642 17.0001 20.25 17.0001H16.3994L15.9946 20.3403C15.9447 20.7515 15.571 21.0445 15.1598 20.9946C14.7485 20.9448 14.4556 20.571 14.5054 20.1598L14.8884 17.0001H7.89943L7.49455 20.3403C7.44471 20.7515 7.07096 21.0445 6.65975 20.9946C6.24855 20.9448 5.95561 20.571 6.00545 20.1598L6.38845 17.0001H3.75C3.33579 17.0001 3 16.6643 3 16.2501C3 15.8359 3.33579 15.5001 3.75 15.5001H6.57027L7.41875 8.50008H3.75C3.33579 8.50008 3 8.16429 3 7.75008C3 7.33586 3.33579 7.00008 3.75 7.00008H7.60057L8.00545 3.65983C8.05529 3.24862 8.42904 2.95568 8.84025 3.00553ZM8.92973 8.50008L8.08125 15.5001H15.0703L15.9188 8.50008H8.92973Z\" fill=\"currentColor\"/>",
@@ -17516,7 +17544,7 @@
17516
17544
  },
17517
17545
  {
17518
17546
  "category": "People",
17519
- "svg": "<path d=\"M7.44727 6.49998C7.44727 3.98511 9.48597 1.94641 12.0008 1.94641C14.5157 1.94641 16.5544 3.98511 16.5544 6.49998C16.5544 9.01485 14.5157 11.0536 12.0008 11.0536C9.48597 11.0536 7.44727 9.01485 7.44727 6.49998Z\" fill=\"currentColor\"/><path d=\"M12.2554 12C8.42349 12 5.49077 14.2962 4.29996 17.516C3.95952 18.4365 4.1926 19.3438 4.73376 19.9887C5.26113 20.6172 6.07523 21 6.95222 21H13.8338C13.1412 20.1863 12.5007 19.0626 12.5007 17.6667C12.5007 16.4636 12.886 15.3428 13.6734 14.5028C14.4498 13.6747 15.5014 13.25 16.5562 13.25C16.633 13.25 16.7085 13.252 16.7827 13.2557C15.5038 12.4595 13.9696 12 12.2554 12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9755 15.1124L18 15.1259L18.0245 15.1124C18.3556 14.9318 18.8397 14.75 19.4444 14.75C20.0971 14.75 20.7485 15.012 21.2329 15.5287C21.7209 16.0493 22 16.7839 22 17.6667C22 19.0572 21.0225 20.1531 20.2042 20.8291C19.7749 21.1838 19.3381 21.4657 18.9863 21.6612C18.8105 21.7588 18.6487 21.8389 18.5128 21.8971C18.4457 21.9259 18.3764 21.953 18.3098 21.9743C18.2676 21.9878 18.1428 22.0278 18 22.0278C17.8572 22.0278 17.7331 21.9881 17.691 21.9746C17.6243 21.9532 17.5543 21.9259 17.4872 21.8971C17.3513 21.8389 17.1895 21.7588 17.0137 21.6612C16.6619 21.4657 16.2251 21.1838 15.7958 20.8291C14.9775 20.1531 14 19.0572 14 17.6667C14 16.7839 14.2791 16.0493 14.7671 15.5287C15.2515 15.012 15.9029 14.75 16.5556 14.75C17.1603 14.75 17.6444 14.9318 17.9755 15.1124Z\" fill=\"currentColor\"/>",
17547
+ "svg": "<path d=\"M7.44727 6.49986C7.44727 3.98499 9.48597 1.94629 12.0008 1.94629C14.5157 1.94629 16.5544 3.98499 16.5544 6.49986C16.5544 9.01473 14.5157 11.0534 12.0008 11.0534C9.48597 11.0534 7.44727 9.01473 7.44727 6.49986Z\" fill=\"currentColor\"/><path d=\"M12.2554 11.9999C8.42349 11.9999 5.49077 14.2961 4.29996 17.5159C3.95952 18.4364 4.1926 19.3437 4.73376 19.9886C5.26113 20.6171 6.07523 20.9999 6.95222 20.9999H13.8338C13.1412 20.1862 12.5007 19.0625 12.5007 17.6665C12.5007 16.4635 12.886 15.3426 13.6734 14.5027C14.4498 13.6745 15.5014 13.2499 16.5562 13.2499C16.633 13.2499 16.7085 13.2518 16.7827 13.2556C15.5038 12.4594 13.9696 11.9999 12.2554 11.9999Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9755 15.1123L18 15.1258L18.0245 15.1123C18.3556 14.9317 18.8397 14.7499 19.4444 14.7499C20.0971 14.7499 20.7485 15.0119 21.2329 15.5286C21.7209 16.0491 22 16.7838 22 17.6665C22 19.0571 21.0225 20.153 20.2042 20.829C19.7749 21.1836 19.3381 21.4656 18.9863 21.661C18.8105 21.7587 18.6487 21.8388 18.5128 21.897C18.4457 21.9258 18.3764 21.9529 18.3098 21.9742C18.2676 21.9877 18.1428 22.0277 18 22.0277C17.8572 22.0277 17.7331 21.9879 17.691 21.9744C17.6243 21.9531 17.5543 21.9258 17.4872 21.897C17.3513 21.8388 17.1895 21.7587 17.0137 21.661C16.6619 21.4656 16.2251 21.1836 15.7958 20.829C14.9775 20.153 14 19.0571 14 17.6665C14 16.7838 14.2791 16.0491 14.7671 15.5286C15.2515 15.0119 15.9029 14.7499 16.5556 14.7499C17.1603 14.7499 17.6444 14.9317 17.9755 15.1123Z\" fill=\"currentColor\"/>",
17520
17548
  "iconName": "people-like, inner circle",
17521
17549
  "variant": {
17522
17550
  "join": "round",
@@ -24626,6 +24654,20 @@
24626
24654
  "packageName": "round-filled-radius-2-stroke-1.5",
24627
24655
  "componentName": "IconVoiceAndVideo"
24628
24656
  },
24657
+ {
24658
+ "category": "AI & Magic",
24659
+ "svg": "<path d=\"M3.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\" fill=\"currentColor\"/><path d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\" fill=\"currentColor\"/><path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 2 12C2 6.47715 6.47715 2 12 2Z\" fill=\"currentColor\"/>",
24660
+ "iconName": "voice-circle, waves",
24661
+ "variant": {
24662
+ "join": "round",
24663
+ "filled": "on",
24664
+ "radius": "2",
24665
+ "stroke": "1.5"
24666
+ },
24667
+ "createdAt": "2026-02-24T13:00:43.457418+00:00",
24668
+ "packageName": "round-filled-radius-2-stroke-1.5",
24669
+ "componentName": "IconVoiceCircle"
24670
+ },
24629
24671
  {
24630
24672
  "category": "Sound & Music",
24631
24673
  "svg": "<path d=\"M8.5 3.75C8.5 3.33579 8.16421 3 7.75 3C7.33579 3 7 3.33579 7 3.75V20.25C7 20.6642 7.33579 21 7.75 21C8.16421 21 8.5 20.6642 8.5 20.25V3.75Z\" fill=\"currentColor\"/><path d=\"M17 5.75C17 5.33579 16.6642 5 16.25 5C15.8358 5 15.5 5.33579 15.5 5.75V18.25C15.5 18.6642 15.8358 19 16.25 19C16.6642 19 17 18.6642 17 18.25V5.75Z\" fill=\"currentColor\"/><path d=\"M12.75 7.75C12.75 7.33579 12.4142 7 12 7C11.5858 7 11.25 7.33579 11.25 7.75V16.25C11.25 16.6642 11.5858 17 12 17C12.4142 17 12.75 16.6642 12.75 16.25V7.75Z\" fill=\"currentColor\"/><path d=\"M4.5 9.75C4.5 9.33579 4.16421 9 3.75 9C3.33579 9 3 9.33579 3 9.75V14.25C3 14.6642 3.33579 15 3.75 15C4.16421 15 4.5 14.6642 4.5 14.25V9.75Z\" fill=\"currentColor\"/><path d=\"M21 9.75C21 9.33579 20.6642 9 20.25 9C19.8358 9 19.5 9.33579 19.5 9.75V14.25C19.5 14.6642 19.8358 15 20.25 15C20.6642 15 21 14.6642 21 14.25V9.75Z\" 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"
@@ -895,6 +896,7 @@ export type CentralIconName =
895
896
  | "IconHandBell"
896
897
  | "IconHandshake"
897
898
  | "IconHaptic"
899
+ | "IconHapticFeedback"
898
900
  | "IconHashtag"
899
901
  | "IconHatBunny"
900
902
  | "IconHatSparkle"
@@ -1758,6 +1760,7 @@ export type CentralIconName =
1758
1760
  | "IconVoice2"
1759
1761
  | "IconVoice3"
1760
1762
  | "IconVoiceAndVideo"
1763
+ | "IconVoiceCircle"
1761
1764
  | "IconVoiceHigh"
1762
1765
  | "IconVoiceLow"
1763
1766
  | "IconVoiceMid"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1.5",
3
- "version": "1.1.140",
3
+ "version": "1.1.142",
4
4
  "style": "round-filled-radius-2-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1.5/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": 1823,
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"
@@ -434,7 +435,7 @@
434
435
  ]
435
436
  },
436
437
  "Devices & Signals": {
437
- "count": 74,
438
+ "count": 75,
438
439
  "icons": [
439
440
  "IconAirdrop",
440
441
  "IconAirplay",
@@ -459,6 +460,7 @@
459
460
  "IconFullscreen2",
460
461
  "IconGyroscopeSensor",
461
462
  "IconHaptic",
463
+ "IconHapticFeedback",
462
464
  "IconImac",
463
465
  "IconKeyboardCable",
464
466
  "IconKeyboardDown",
@@ -1696,7 +1698,7 @@
1696
1698
  ]
1697
1699
  },
1698
1700
  "Things": {
1699
- "count": 126,
1701
+ "count": 127,
1700
1702
  "icons": [
1701
1703
  "IconAnvil",
1702
1704
  "IconBackpack",
@@ -1725,6 +1727,7 @@
1725
1727
  "IconDashboardFast",
1726
1728
  "IconDashboardLow",
1727
1729
  "IconDashboardMiddle",
1730
+ "IconDeepDive",
1728
1731
  "IconDeskLamp",
1729
1732
  "IconDiamond",
1730
1733
  "IconDiamondShine",
@@ -2622,6 +2625,7 @@
2622
2625
  "IconDebugger": "debugger, debug",
2623
2626
  "IconDecimalNumberComma": "decimal-number-comma",
2624
2627
  "IconDecimalNumberDot": "decimal-number-dot",
2628
+ "IconDeepDive": "deep-dive, dive-in, fin",
2625
2629
  "IconDeepSearch": "deep-search, deep-research, focus-search",
2626
2630
  "IconDeepseek": "deepseek",
2627
2631
  "IconDeliveryBike": "delivery-bike",
@@ -2921,6 +2925,7 @@
2921
2925
  "IconHandBell": "hand-bell",
2922
2926
  "IconHandshake": "handshake, heart",
2923
2927
  "IconHaptic": "haptic, waves",
2928
+ "IconHapticFeedback": "haptic-feedback, vibration",
2924
2929
  "IconHashtag": "hashtag, #",
2925
2930
  "IconHatBunny": "hat-bunny, surprise, magic hat",
2926
2931
  "IconHatSparkle": "hat-sparkle, magic hat",
@@ -3784,6 +3789,7 @@
3784
3789
  "IconVoice2": "voice-2, siri, wave",
3785
3790
  "IconVoice3": "voice-3, wave",
3786
3791
  "IconVoiceAndVideo": "voice-and-video, media",
3792
+ "IconVoiceCircle": "voice-circle, waves",
3787
3793
  "IconVoiceHigh": "voice-high, wave",
3788
3794
  "IconVoiceLow": "voice-low, wave",
3789
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";
@@ -894,6 +895,7 @@ export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5
894
895
  export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
895
896
  export { IconHandshake, default as IconHandshakeDefault, } from "./IconHandshake";
896
897
  export { IconHaptic, default as IconHapticDefault } from "./IconHaptic";
898
+ export { IconHapticFeedback, default as IconHapticFeedbackDefault, } from "./IconHapticFeedback";
897
899
  export { IconHashtag, default as IconHashtagDefault } from "./IconHashtag";
898
900
  export { IconHatBunny, default as IconHatBunnyDefault } from "./IconHatBunny";
899
901
  export { IconHatSparkle, default as IconHatSparkleDefault, } from "./IconHatSparkle";
@@ -1757,6 +1759,7 @@ export { IconVocalMicrophone, default as IconVocalMicrophoneDefault, } from "./I
1757
1759
  export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
1758
1760
  export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
1759
1761
  export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
1762
+ export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
1760
1763
  export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
1761
1764
  export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
1762
1765
  export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";