@central-icons-react-native/round-filled-radius-2-stroke-2 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 u=Object.create;var t=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!d.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=v(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconDeepDive:()=>i,default:()=>g});module.exports=P(h);var n=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=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4404 3.2487C20.6815 3.03738 21.0126 2.95272 21.33 3.028C21.6924 3.11411 21.9769 3.39436 22.0683 3.75554C22.7023 6.26425 22.6041 8.17011 21.9902 9.72136C21.3825 11.2565 20.3181 12.3151 19.3007 13.2009C17.2286 15.0049 15.4299 16.1369 15.3954 19.1618C16.9928 19.1555 18.6604 18.8406 20.538 17.8639C21.0278 17.6091 21.6316 17.7992 21.8866 18.2887C22.1412 18.7785 21.9513 19.3824 21.4618 19.6374C17.5563 21.6691 14.3509 21.2449 11.4902 20.7682C8.62744 20.2912 6.24631 19.8093 3.43059 21.153C2.93228 21.3907 2.33553 21.1795 2.09758 20.6813C1.85974 20.1829 2.07092 19.5862 2.56926 19.3483C4.71918 18.3223 6.69416 18.1791 8.54289 18.3278C8.39362 17.2743 7.98771 16.5382 7.46379 15.9284C6.7283 15.0725 5.82231 14.4985 4.72942 13.6198C3.69256 12.7861 2.61552 11.7546 2.00481 10.154C1.39538 8.55622 1.30055 6.52787 1.92571 3.77898C2.0093 3.41142 2.29247 3.1224 2.65813 3.03093C3.02393 2.93955 3.41045 3.06122 3.65715 3.34636C5.05457 4.96142 6.37846 5.39079 7.79387 5.71941C9.03631 6.00784 10.5351 6.23203 11.9999 7.23796C13.4649 6.23165 14.9645 6.00792 16.207 5.71941C17.622 5.39081 18.9453 4.96139 20.3427 3.34636L20.4404 3.2487Z",fill:"currentColor"})),g=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=\"M20.4404 3.2487C20.6815 3.03738 21.0126 2.95272 21.33 3.028C21.6924 3.11411 21.9769 3.39436 22.0683 3.75554C22.7023 6.26425 22.6041 8.17011 21.9902 9.72136C21.3825 11.2565 20.3181 12.3151 19.3007 13.2009C17.2286 15.0049 15.4299 16.1369 15.3954 19.1618C16.9928 19.1555 18.6604 18.8406 20.538 17.8639C21.0278 17.6091 21.6316 17.7992 21.8866 18.2887C22.1412 18.7785 21.9513 19.3824 21.4618 19.6374C17.5563 21.6691 14.3509 21.2449 11.4902 20.7682C8.62744 20.2912 6.24631 19.8093 3.43059 21.153C2.93228 21.3907 2.33553 21.1795 2.09758 20.6813C1.85974 20.1829 2.07092 19.5862 2.56926 19.3483C4.71918 18.3223 6.69416 18.1791 8.54289 18.3278C8.39362 17.2743 7.98771 16.5382 7.46379 15.9284C6.7283 15.0725 5.82231 14.4985 4.72942 13.6198C3.69256 12.7861 2.61552 11.7546 2.00481 10.154C1.39538 8.55622 1.30055 6.52787 1.92571 3.77898C2.0093 3.41142 2.29247 3.1224 2.65813 3.03093C3.02393 2.93955 3.41045 3.06122 3.65715 3.34636C5.05457 4.96142 6.37846 5.39079 7.79387 5.71941C9.03631 6.00784 10.5351 6.23203 11.9999 7.23796C13.4649 6.23165 14.9645 6.00792 16.207 5.71941C17.622 5.39081 18.9453 4.96139 20.3427 3.34636L20.4404 3.2487Z\"\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,smCACF,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 C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,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=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4404 3.2487C20.6815 3.03738 21.0126 2.95272 21.33 3.028C21.6924 3.11411 21.9769 3.39436 22.0683 3.75554C22.7023 6.26425 22.6041 8.17011 21.9902 9.72136C21.3825 11.2565 20.3181 12.3151 19.3007 13.2009C17.2286 15.0049 15.4299 16.1369 15.3954 19.1618C16.9928 19.1555 18.6604 18.8406 20.538 17.8639C21.0278 17.6091 21.6316 17.7992 21.8866 18.2887C22.1412 18.7785 21.9513 19.3824 21.4618 19.6374C17.5563 21.6691 14.3509 21.2449 11.4902 20.7682C8.62744 20.2912 6.24631 19.8093 3.43059 21.153C2.93228 21.3907 2.33553 21.1795 2.09758 20.6813C1.85974 20.1829 2.07092 19.5862 2.56926 19.3483C4.71918 18.3223 6.69416 18.1791 8.54289 18.3278C8.39362 17.2743 7.98771 16.5382 7.46379 15.9284C6.7283 15.0725 5.82231 14.4985 4.72942 13.6198C3.69256 12.7861 2.61552 11.7546 2.00481 10.154C1.39538 8.55622 1.30055 6.52787 1.92571 3.77898C2.0093 3.41142 2.29247 3.1224 2.65813 3.03093C3.02393 2.93955 3.41045 3.06122 3.65715 3.34636C5.05457 4.96142 6.37846 5.39079 7.79387 5.71941C9.03631 6.00784 10.5351 6.23203 11.9999 7.23796C13.4649 6.23165 14.9645 6.00792 16.207 5.71941C17.622 5.39081 18.9453 4.96139 20.3427 3.34636L20.4404 3.2487Z",fill:"currentColor"})),d=a;export{a as IconDeepDive,d 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=\"M20.4404 3.2487C20.6815 3.03738 21.0126 2.95272 21.33 3.028C21.6924 3.11411 21.9769 3.39436 22.0683 3.75554C22.7023 6.26425 22.6041 8.17011 21.9902 9.72136C21.3825 11.2565 20.3181 12.3151 19.3007 13.2009C17.2286 15.0049 15.4299 16.1369 15.3954 19.1618C16.9928 19.1555 18.6604 18.8406 20.538 17.8639C21.0278 17.6091 21.6316 17.7992 21.8866 18.2887C22.1412 18.7785 21.9513 19.3824 21.4618 19.6374C17.5563 21.6691 14.3509 21.2449 11.4902 20.7682C8.62744 20.2912 6.24631 19.8093 3.43059 21.153C2.93228 21.3907 2.33553 21.1795 2.09758 20.6813C1.85974 20.1829 2.07092 19.5862 2.56926 19.3483C4.71918 18.3223 6.69416 18.1791 8.54289 18.3278C8.39362 17.2743 7.98771 16.5382 7.46379 15.9284C6.7283 15.0725 5.82231 14.4985 4.72942 13.6198C3.69256 12.7861 2.61552 11.7546 2.00481 10.154C1.39538 8.55622 1.30055 6.52787 1.92571 3.77898C2.0093 3.41142 2.29247 3.1224 2.65813 3.03093C3.02393 2.93955 3.41045 3.06122 3.65715 3.34636C5.05457 4.96142 6.37846 5.39079 7.79387 5.71941C9.03631 6.00784 10.5351 6.23203 11.9999 7.23796C13.4649 6.23165 14.9645 6.00792 16.207 5.71941C17.622 5.39081 18.9453 4.96139 20.3427 3.34636L20.4404 3.2487Z\"\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,smCACF,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 20C19 21.6569 17.6569 23 16 23H8C6.34315 23 5 21.6569 5 20V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20Z",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 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5Z",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 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7Z",fill:"currentColor"}),C.default.createElement(l.Path,{d:"M16 1C17.6569 1 19 2.34315 19 4V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V4C5 2.34315 6.34315 1 8 1H16Z",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 20C19 21.6569 17.6569 23 16 23H8C6.34315 23 5 21.6569 5 20V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20Z\"\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 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5Z\"\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 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 1C17.6569 1 19 2.34315 19 4V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V4C5 2.34315 6.34315 1 8 1H16Z\"\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,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,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 20C19 21.6569 17.6569 23 16 23H8C6.34315 23 5 21.6569 5 20V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20Z",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 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5Z",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 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7Z",fill:"currentColor"}),o.createElement(e,{d:"M16 1C17.6569 1 19 2.34315 19 4V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V4C5 2.34315 6.34315 1 8 1H16Z",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 20C19 21.6569 17.6569 23 16 23H8C6.34315 23 5 21.6569 5 20V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20Z\"\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 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5Z\"\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 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 1C17.6569 1 19 2.34315 19 4V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V4C5 2.34315 6.34315 1 8 1H16Z\"\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,wJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,sRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_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=(r,C)=>{for(var o in C)n(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of I(C))!P.call(r,e)&&e!==o&&n(r,e,{get:()=>C[e],enumerable:!(l=B(C,e))||l.enumerable});return r};var m=(r,C,o)=>(o=r!=null?u(x(r)):{},a(C||!r||!r.__esModule?n(o,"default",{value:r,enumerable:!0}):o,r)),d=r=>a(n({},"__esModule",{value:!0}),r);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:r,size:C=24,...o})=>c.default.createElement(f.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(s,{...r},t.default.createElement(p.Path,{d:"M3.58398 17.3984C4.96248 16.4781 6.13474 16.2731 7.19434 16.4053C8.37259 16.5524 9.52456 17.1279 10.7842 17.9072C11.9776 18.6456 13.3543 19.6321 14.7188 20.3076C15.2561 20.5736 15.8189 20.8054 16.4072 20.9756C15.0773 21.6298 13.5822 22 12 22C8.46616 22 5.36263 20.1656 3.58398 17.3984Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M8.0752 9.00098C8.71383 8.9817 9.3529 9.23563 10.0498 9.7793C10.756 10.3303 11.4474 11.1209 12.1709 12.0459C12.8507 12.915 13.6353 14.0095 14.3564 14.8945C15.0997 15.8068 15.9262 16.6949 16.8604 17.2822C17.7941 17.8693 18.8759 18.1762 20.0791 17.8906C19.7249 18.3755 19.3274 18.826 18.8936 19.2393C17.7879 19.3654 16.7268 19.0702 15.6064 18.5156C14.3493 17.8933 13.2074 17.0556 11.8359 16.207C10.5306 15.3994 9.07067 14.6242 7.44141 14.4209C5.91759 14.2308 4.3375 14.5507 2.67285 15.6074C2.52096 15.215 2.39202 14.8111 2.29004 14.3965C3.52638 12.4321 4.61001 11.1082 5.55859 10.2607C6.61124 9.32035 7.435 9.0204 8.0752 9.00098Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 12.8906 21.8815 13.7534 21.6631 14.5752C20.8625 15.402 20.2074 15.7882 19.6846 15.9297C19.093 16.0896 18.5397 15.9755 17.9248 15.5889C17.2773 15.1817 16.6189 14.5044 15.9072 13.6309C15.1734 12.7302 14.5322 11.8186 13.7461 10.8135C13.0036 9.86425 12.1888 8.91199 11.2803 8.20312C10.3626 7.48716 9.27798 6.96397 8.01562 7.00195C6.75462 7.04001 5.49922 7.6326 4.22656 8.76953C3.5209 9.39995 2.79326 10.2159 2.03125 11.2354C2.42192 6.06984 6.73448 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.58398 17.3984C4.96248 16.4781 6.13474 16.2731 7.19434 16.4053C8.37259 16.5524 9.52456 17.1279 10.7842 17.9072C11.9776 18.6456 13.3543 19.6321 14.7188 20.3076C15.2561 20.5736 15.8189 20.8054 16.4072 20.9756C15.0773 21.6298 13.5822 22 12 22C8.46616 22 5.36263 20.1656 3.58398 17.3984Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.0752 9.00098C8.71383 8.9817 9.3529 9.23563 10.0498 9.7793C10.756 10.3303 11.4474 11.1209 12.1709 12.0459C12.8507 12.915 13.6353 14.0095 14.3564 14.8945C15.0997 15.8068 15.9262 16.6949 16.8604 17.2822C17.7941 17.8693 18.8759 18.1762 20.0791 17.8906C19.7249 18.3755 19.3274 18.826 18.8936 19.2393C17.7879 19.3654 16.7268 19.0702 15.6064 18.5156C14.3493 17.8933 13.2074 17.0556 11.8359 16.207C10.5306 15.3994 9.07067 14.6242 7.44141 14.4209C5.91759 14.2308 4.3375 14.5507 2.67285 15.6074C2.52096 15.215 2.39202 14.8111 2.29004 14.3965C3.52638 12.4321 4.61001 11.1082 5.55859 10.2607C6.61124 9.32035 7.435 9.0204 8.0752 9.00098Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 12.8906 21.8815 13.7534 21.6631 14.5752C20.8625 15.402 20.2074 15.7882 19.6846 15.9297C19.093 16.0896 18.5397 15.9755 17.9248 15.5889C17.2773 15.1817 16.6189 14.5044 15.9072 13.6309C15.1734 12.7302 14.5322 11.8186 13.7461 10.8135C13.0036 9.86425 12.1888 8.91199 11.2803 8.20312C10.3626 7.48716 9.27798 6.96397 8.01562 7.00195C6.75462 7.04001 5.49922 7.6326 4.22656 8.76953C3.5209 9.39995 2.79326 10.2159 2.03125 11.2354C2.42192 6.06984 6.73448 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,gSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,snBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0eACF,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M3.58398 17.3984C4.96248 16.4781 6.13474 16.2731 7.19434 16.4053C8.37259 16.5524 9.52456 17.1279 10.7842 17.9072C11.9776 18.6456 13.3543 19.6321 14.7188 20.3076C15.2561 20.5736 15.8189 20.8054 16.4072 20.9756C15.0773 21.6298 13.5822 22 12 22C8.46616 22 5.36263 20.1656 3.58398 17.3984Z",fill:"currentColor"}),C.createElement(e,{d:"M8.0752 9.00098C8.71383 8.9817 9.3529 9.23563 10.0498 9.7793C10.756 10.3303 11.4474 11.1209 12.1709 12.0459C12.8507 12.915 13.6353 14.0095 14.3564 14.8945C15.0997 15.8068 15.9262 16.6949 16.8604 17.2822C17.7941 17.8693 18.8759 18.1762 20.0791 17.8906C19.7249 18.3755 19.3274 18.826 18.8936 19.2393C17.7879 19.3654 16.7268 19.0702 15.6064 18.5156C14.3493 17.8933 13.2074 17.0556 11.8359 16.207C10.5306 15.3994 9.07067 14.6242 7.44141 14.4209C5.91759 14.2308 4.3375 14.5507 2.67285 15.6074C2.52096 15.215 2.39202 14.8111 2.29004 14.3965C3.52638 12.4321 4.61001 11.1082 5.55859 10.2607C6.61124 9.32035 7.435 9.0204 8.0752 9.00098Z",fill:"currentColor"}),C.createElement(e,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 12.8906 21.8815 13.7534 21.6631 14.5752C20.8625 15.402 20.2074 15.7882 19.6846 15.9297C19.093 16.0896 18.5397 15.9755 17.9248 15.5889C17.2773 15.1817 16.6189 14.5044 15.9072 13.6309C15.1734 12.7302 14.5322 11.8186 13.7461 10.8135C13.0036 9.86425 12.1888 8.91199 11.2803 8.20312C10.3626 7.48716 9.27798 6.96397 8.01562 7.00195C6.75462 7.04001 5.49922 7.6326 4.22656 8.76953C3.5209 9.39995 2.79326 10.2159 2.03125 11.2354C2.42192 6.06984 6.73448 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.58398 17.3984C4.96248 16.4781 6.13474 16.2731 7.19434 16.4053C8.37259 16.5524 9.52456 17.1279 10.7842 17.9072C11.9776 18.6456 13.3543 19.6321 14.7188 20.3076C15.2561 20.5736 15.8189 20.8054 16.4072 20.9756C15.0773 21.6298 13.5822 22 12 22C8.46616 22 5.36263 20.1656 3.58398 17.3984Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.0752 9.00098C8.71383 8.9817 9.3529 9.23563 10.0498 9.7793C10.756 10.3303 11.4474 11.1209 12.1709 12.0459C12.8507 12.915 13.6353 14.0095 14.3564 14.8945C15.0997 15.8068 15.9262 16.6949 16.8604 17.2822C17.7941 17.8693 18.8759 18.1762 20.0791 17.8906C19.7249 18.3755 19.3274 18.826 18.8936 19.2393C17.7879 19.3654 16.7268 19.0702 15.6064 18.5156C14.3493 17.8933 13.2074 17.0556 11.8359 16.207C10.5306 15.3994 9.07067 14.6242 7.44141 14.4209C5.91759 14.2308 4.3375 14.5507 2.67285 15.6074C2.52096 15.215 2.39202 14.8111 2.29004 14.3965C3.52638 12.4321 4.61001 11.1082 5.55859 10.2607C6.61124 9.32035 7.435 9.0204 8.0752 9.00098Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 12.8906 21.8815 13.7534 21.6631 14.5752C20.8625 15.402 20.2074 15.7882 19.6846 15.9297C19.093 16.0896 18.5397 15.9755 17.9248 15.5889C17.2773 15.1817 16.6189 14.5044 15.9072 13.6309C15.1734 12.7302 14.5322 11.8186 13.7461 10.8135C13.0036 9.86425 12.1888 8.91199 11.2803 8.20312C10.3626 7.48716 9.27798 6.96397 8.01562 7.00195C6.75462 7.04001 5.49922 7.6326 4.22656 8.76953C3.5209 9.39995 2.79326 10.2159 2.03125 11.2354C2.42192 6.06984 6.73448 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,gSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,snBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0eACF,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-2",
8359
8359
  "componentName": "IconDecimalNumberDot"
8360
8360
  },
8361
+ {
8362
+ "category": "Things",
8363
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4404 3.2487C20.6815 3.03738 21.0126 2.95272 21.33 3.028C21.6924 3.11411 21.9769 3.39436 22.0683 3.75554C22.7023 6.26425 22.6041 8.17011 21.9902 9.72136C21.3825 11.2565 20.3181 12.3151 19.3007 13.2009C17.2286 15.0049 15.4299 16.1369 15.3954 19.1618C16.9928 19.1555 18.6604 18.8406 20.538 17.8639C21.0278 17.6091 21.6316 17.7992 21.8866 18.2887C22.1412 18.7785 21.9513 19.3824 21.4618 19.6374C17.5563 21.6691 14.3509 21.2449 11.4902 20.7682C8.62744 20.2912 6.24631 19.8093 3.43059 21.153C2.93228 21.3907 2.33553 21.1795 2.09758 20.6813C1.85974 20.1829 2.07092 19.5862 2.56926 19.3483C4.71918 18.3223 6.69416 18.1791 8.54289 18.3278C8.39362 17.2743 7.98771 16.5382 7.46379 15.9284C6.7283 15.0725 5.82231 14.4985 4.72942 13.6198C3.69256 12.7861 2.61552 11.7546 2.00481 10.154C1.39538 8.55622 1.30055 6.52787 1.92571 3.77898C2.0093 3.41142 2.29247 3.1224 2.65813 3.03093C3.02393 2.93955 3.41045 3.06122 3.65715 3.34636C5.05457 4.96142 6.37846 5.39079 7.79387 5.71941C9.03631 6.00784 10.5351 6.23203 11.9999 7.23796C13.4649 6.23165 14.9645 6.00792 16.207 5.71941C17.622 5.39081 18.9453 4.96139 20.3427 3.34636L20.4404 3.2487Z\" fill=\"currentColor\"/>",
8364
+ "iconName": "deep-dive, dive-in, fin",
8365
+ "variant": {
8366
+ "join": "round",
8367
+ "filled": "on",
8368
+ "radius": "2",
8369
+ "stroke": "2"
8370
+ },
8371
+ "createdAt": "2026-02-24T13:00:43.457418+00:00",
8372
+ "packageName": "round-filled-radius-2-stroke-2",
8373
+ "componentName": "IconDeepDive"
8374
+ },
8361
8375
  {
8362
8376
  "category": "Interface General",
8363
8377
  "svg": "<path d=\"M14.5551 19.5832C15.0784 19.4074 15.6456 19.6888 15.8217 20.2121C15.9974 20.7355 15.7152 21.3028 15.1918 21.4787C13.1239 22.1735 10.8749 22.1736 8.80701 21.4787C8.28366 21.3028 8.00149 20.7355 8.17712 20.2121C8.35314 19.6888 8.92035 19.4074 9.44373 19.5832C11.0983 20.1392 12.9004 20.1391 14.5551 19.5832Z\" fill=\"currentColor\"/><path d=\"M12.0004 10.0002C13.1048 10.0003 14.0004 10.8957 14.0004 12.0002C14.0002 13.1044 13.1047 14 12.0004 14.0002C10.8959 14.0002 10.0006 13.1045 10.0004 12.0002C10.0004 10.8956 10.8958 10.0002 12.0004 10.0002Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0004 7.00016C14.7617 7.00032 17.0004 9.23883 17.0004 12.0002C17.0003 13.019 16.6937 13.9657 16.1703 14.756L17.7074 16.2931L17.7758 16.3693C18.0958 16.7621 18.0734 17.3412 17.7074 17.7072C17.3414 18.0731 16.7623 18.0956 16.3695 17.7755L16.2933 17.7072L14.7562 16.1701C13.9659 16.6934 13.0192 17.0001 12.0004 17.0002C9.23907 17.0002 7.00058 14.7614 7.00037 12.0002C7.00037 9.23874 9.23894 7.00016 12.0004 7.00016ZM12.0004 9.00016C10.3435 9.00016 9.00037 10.3433 9.00037 12.0002C9.00058 13.6568 10.3436 15.0002 12.0004 15.0002C13.657 15 15.0002 13.6567 15.0004 12.0002C15.0004 10.3434 13.6571 9.00032 12.0004 9.00016Z\" fill=\"currentColor\"/><path d=\"M2.55798 8.71207C2.7672 8.25053 3.29676 8.01302 3.78748 8.17789C4.31076 8.35391 4.59217 8.92111 4.41638 9.4445L4.31873 9.757C3.86283 11.3242 3.89517 13.0048 4.41638 14.5558C4.59198 15.0791 4.31067 15.6464 3.78748 15.8224C3.26414 15.9981 2.69688 15.7158 2.52087 15.1925C1.826 13.1247 1.8261 10.8757 2.52087 8.80778L2.55798 8.71207Z\" fill=\"currentColor\"/><path d=\"M9.19666 2.39957C11.1553 1.82949 13.253 1.87016 15.1918 2.52164C15.7153 2.69757 15.9976 3.26473 15.8217 3.78825C15.6455 4.31128 15.0783 4.59291 14.5551 4.41715C12.9004 3.86112 11.0984 3.86111 9.44373 4.41715L9.34509 4.4445C8.85112 4.55628 8.34221 4.27854 8.17712 3.78825C8.00123 3.26483 8.28368 2.69768 8.80701 2.52164L9.19666 2.39957Z\" fill=\"currentColor\"/><path d=\"M21.4779 15.1922C22.1728 13.1243 22.1727 10.8754 21.4779 8.80745C21.302 8.28393 20.7348 8.00164 20.2113 8.17756C19.6882 8.35369 19.4066 8.92087 19.5824 9.44416C20.1384 11.0988 20.1384 12.9009 19.5824 14.5555C19.4069 15.0787 19.6882 15.6461 20.2113 15.8221C20.7347 15.998 21.3018 15.7155 21.4779 15.1922Z\" fill=\"currentColor\"/>",
@@ -12544,6 +12558,20 @@
12544
12558
  "packageName": "round-filled-radius-2-stroke-2",
12545
12559
  "componentName": "IconHaptic"
12546
12560
  },
12561
+ {
12562
+ "category": "Devices & Signals",
12563
+ "svg": "<path d=\"M19 20C19 21.6569 17.6569 23 16 23H8C6.34315 23 5 21.6569 5 20V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V20Z\" 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 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5Z\" 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 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7Z\" fill=\"currentColor\"/><path d=\"M16 1C17.6569 1 19 2.34315 19 4V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V4C5 2.34315 6.34315 1 8 1H16Z\" fill=\"currentColor\"/>",
12564
+ "iconName": "haptic-feedback, vibration",
12565
+ "variant": {
12566
+ "join": "round",
12567
+ "filled": "on",
12568
+ "radius": "2",
12569
+ "stroke": "2"
12570
+ },
12571
+ "createdAt": "2026-02-23T08:00:35.605032+00:00",
12572
+ "packageName": "round-filled-radius-2-stroke-2",
12573
+ "componentName": "IconHapticFeedback"
12574
+ },
12547
12575
  {
12548
12576
  "category": "Keyboard",
12549
12577
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.12403 3.00771C9.67205 3.07621 10.0608 3.576 9.99228 4.12402L9.63278 6.99998H15.6172L16.0077 3.87595C16.0762 3.32793 16.576 2.9392 17.124 3.00771C17.6721 3.07621 18.0608 3.576 17.9923 4.12402L17.6328 6.99998H20C20.5523 6.99998 21 7.4477 21 7.99998C21 8.55227 20.5523 8.99998 20 8.99998H17.3828L16.6328 15H20C20.5523 15 21 15.4477 21 16C21 16.5523 20.5523 17 20 17H16.3828L15.9923 20.124C15.9238 20.672 15.424 21.0608 14.876 20.9923C14.3279 20.9238 13.9392 20.424 14.0077 19.8759L14.3672 17H8.38278L7.99228 20.124C7.92378 20.672 7.42399 21.0608 6.87597 20.9923C6.32795 20.9238 5.93922 20.424 6.00772 19.8759L6.36722 17H4C3.44772 17 3 16.5523 3 16C3 15.4477 3.44772 15 4 15H6.61722L7.36722 8.99998H4C3.44772 8.99998 3 8.55227 3 7.99998C3 7.4477 3.44772 6.99998 4 6.99998H7.61722L8.00772 3.87595C8.07622 3.32793 8.57601 2.9392 9.12403 3.00771ZM9.38278 8.99998L8.63278 15H14.6172L15.3672 8.99998H9.38278Z\" fill=\"currentColor\"/>",
@@ -24626,6 +24654,20 @@
24626
24654
  "packageName": "round-filled-radius-2-stroke-2",
24627
24655
  "componentName": "IconVoiceAndVideo"
24628
24656
  },
24657
+ {
24658
+ "category": "AI & Magic",
24659
+ "svg": "<path d=\"M3.58398 17.3984C4.96248 16.4781 6.13474 16.2731 7.19434 16.4053C8.37259 16.5524 9.52456 17.1279 10.7842 17.9072C11.9776 18.6456 13.3543 19.6321 14.7188 20.3076C15.2561 20.5736 15.8189 20.8054 16.4072 20.9756C15.0773 21.6298 13.5822 22 12 22C8.46616 22 5.36263 20.1656 3.58398 17.3984Z\" fill=\"currentColor\"/><path d=\"M8.0752 9.00098C8.71383 8.9817 9.3529 9.23563 10.0498 9.7793C10.756 10.3303 11.4474 11.1209 12.1709 12.0459C12.8507 12.915 13.6353 14.0095 14.3564 14.8945C15.0997 15.8068 15.9262 16.6949 16.8604 17.2822C17.7941 17.8693 18.8759 18.1762 20.0791 17.8906C19.7249 18.3755 19.3274 18.826 18.8936 19.2393C17.7879 19.3654 16.7268 19.0702 15.6064 18.5156C14.3493 17.8933 13.2074 17.0556 11.8359 16.207C10.5306 15.3994 9.07067 14.6242 7.44141 14.4209C5.91759 14.2308 4.3375 14.5507 2.67285 15.6074C2.52096 15.215 2.39202 14.8111 2.29004 14.3965C3.52638 12.4321 4.61001 11.1082 5.55859 10.2607C6.61124 9.32035 7.435 9.0204 8.0752 9.00098Z\" fill=\"currentColor\"/><path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 12.8906 21.8815 13.7534 21.6631 14.5752C20.8625 15.402 20.2074 15.7882 19.6846 15.9297C19.093 16.0896 18.5397 15.9755 17.9248 15.5889C17.2773 15.1817 16.6189 14.5044 15.9072 13.6309C15.1734 12.7302 14.5322 11.8186 13.7461 10.8135C13.0036 9.86425 12.1888 8.91199 11.2803 8.20312C10.3626 7.48716 9.27798 6.96397 8.01562 7.00195C6.75462 7.04001 5.49922 7.6326 4.22656 8.76953C3.5209 9.39995 2.79326 10.2159 2.03125 11.2354C2.42192 6.06984 6.73448 2 12 2Z\" fill=\"currentColor\"/>",
24660
+ "iconName": "voice-circle, waves",
24661
+ "variant": {
24662
+ "join": "round",
24663
+ "filled": "on",
24664
+ "radius": "2",
24665
+ "stroke": "2"
24666
+ },
24667
+ "createdAt": "2026-02-24T13:00:43.457418+00:00",
24668
+ "packageName": "round-filled-radius-2-stroke-2",
24669
+ "componentName": "IconVoiceCircle"
24670
+ },
24629
24671
  {
24630
24672
  "category": "Sound & Music",
24631
24673
  "svg": "<path d=\"M9 4C9 3.44772 8.55228 3 8 3C7.44772 3 7 3.44772 7 4V20C7 20.5523 7.44772 21 8 21C8.55228 21 9 20.5523 9 20V4Z\" fill=\"currentColor\"/><path d=\"M17 6C17 5.44772 16.5523 5 16 5C15.4477 5 15 5.44772 15 6V18C15 18.5523 15.4477 19 16 19C16.5523 19 17 18.5523 17 18V6Z\" fill=\"currentColor\"/><path d=\"M13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V8Z\" fill=\"currentColor\"/><path d=\"M5 10C5 9.44772 4.55228 9 4 9C3.44772 9 3 9.44772 3 10V14C3 14.5523 3.44772 15 4 15C4.55228 15 5 14.5523 5 14V10Z\" fill=\"currentColor\"/><path d=\"M21 10C21 9.44772 20.5523 9 20 9C19.4477 9 19 9.44772 19 10V14C19 14.5523 19.4477 15 20 15C20.5523 15 21 14.5523 21 14V10Z\" 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-2",
3
- "version": "1.1.140",
3
+ "version": "1.1.142",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/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";