@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.141 → 1.1.142

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDeepDive: FC<CentralIconBaseProps>;
4
+ export default IconDeepDive;
@@ -0,0 +1,2 @@
1
+ "use strict";var 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"]}
@@ -1,2 +1,2 @@
1
- "use strict";var a=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var B=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},L=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of s(r))!v.call(C,n)&&n!==o&&t(C,n,{get:()=>r[n],enumerable:!(p=c(r,n))||p.enumerable});return C};var i=(C,r,o)=>(o=C!=null?a(H(C)):{},L(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),I=C=>L(t({},"__esModule",{value:!0}),C);var x={};B(x,{IconVibeCodingBird:()=>m,default:()=>g});module.exports=I(x);var e=i(require("react"));var d=i(require("react")),f=require("react-native-svg"),u=({children:C,size:r=24,...o})=>d.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 l=require("react-native-svg"),m=C=>e.default.createElement(u,{...C},e.default.createElement(l.Path,{d:"M3.5 14.3387C4.89849 13.2382 6.68001 12.8215 8.3623 13.0691L8.69727 13.1277L8.79688 13.1531C9.28096 13.303 9.58272 13.798 9.48047 14.3055C9.37807 14.8131 8.9078 15.1529 8.40332 15.1033L8.30273 15.0877L8.06934 15.0477C6.90026 14.8757 5.67861 15.1694 4.7373 15.91C3.75422 16.6835 3.00004 18.0065 3 19.9998C3 20.5521 2.55228 20.9998 2 20.9998C1.44772 20.9998 1 20.5521 1 19.9998C1.00004 17.457 1.98743 15.5291 3.5 14.3387Z",fill:"currentColor"}),e.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 11.9998C22.3137 11.9998 22.6099 12.1468 22.7988 12.3973C22.9642 12.6165 23.031 12.8932 22.9873 13.1609L22.9619 13.2742L20.9619 20.2742C20.8393 20.7035 20.4465 20.9998 20 20.9998H7C6.44772 20.9998 6 20.5521 6 19.9998C6.00009 19.4476 6.44777 18.9998 7 18.9998H10.2451L12.0381 12.7254L12.0967 12.5711C12.26 12.2267 12.6092 11.9998 13 11.9998H22Z",fill:"currentColor"}),e.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.56152 1.10234C9.89671 1.12541 10.1912 1.33329 10.3252 1.6414V1.63945L10.3281 1.64629C10.3313 1.65318 10.3364 1.66494 10.3438 1.68047C10.3591 1.7129 10.3837 1.76254 10.415 1.82207C10.4789 1.94344 10.5678 2.09847 10.6729 2.2459C10.7821 2.39918 10.885 2.50991 10.9668 2.57304C10.9728 2.57764 10.9794 2.58022 10.9844 2.58379C10.9865 2.58294 10.989 2.58276 10.9912 2.58183C11.0481 2.55786 11.1158 2.52104 11.1875 2.47636C11.2574 2.4328 11.3198 2.38869 11.3643 2.35527C11.3861 2.33888 11.4031 2.32518 11.4131 2.31718C11.4172 2.31393 11.4203 2.31167 11.4219 2.31035C11.757 2.02937 12.2412 2.03219 12.5723 2.30547L12.6367 2.36308L12.9102 2.63652C13.9306 3.65694 14.0454 5.273 13.1797 6.42754L12.9004 6.79863V6.9998C12.9004 9.706 10.7062 11.9002 8 11.9002C5.37836 11.9001 3.23758 9.84083 3.10645 7.25175L3.10059 6.9998C3.10055 6.17628 3.23341 5.13043 3.70996 4.25664C4.21818 3.32502 5.12259 2.59945 6.5 2.59941C6.53111 2.59766 6.9889 2.57611 7.78223 2.30547L8.16992 2.16289C8.17173 2.1618 8.20982 2.14258 8.28027 2.08086C8.35072 2.01909 8.42595 1.93877 8.49902 1.85039C8.57081 1.76355 8.63209 1.68006 8.6748 1.61797C8.69574 1.58752 8.71177 1.56304 8.72168 1.54765C8.72658 1.54003 8.72972 1.53381 8.73145 1.53105L8.73242 1.5291C8.90744 1.24315 9.22698 1.07945 9.56152 1.10234ZM8 7.9998C8 8.27594 7.77614 8.4998 7.5 8.4998H5.28809C5.81659 9.45347 6.8323 10.0994 8 10.0994C9.16778 10.0994 10.1841 9.45354 10.7129 8.4998H9.5C9.22386 8.4998 9 8.27594 9 7.9998V7.4998H8V7.9998ZM9.37598 3.50859C9.21654 3.6369 9.03358 3.7565 8.83008 3.83672L8.36523 4.00859C7.33313 4.3609 6.67145 4.40019 6.5 4.40019C5.87775 4.40022 5.53182 4.67488 5.29004 5.11797C5.15249 5.37013 5.05558 5.67415 4.99219 5.9998H11.2549C11.2636 5.98674 11.2708 5.9724 11.2803 5.95976L11.7393 5.34746C12.0006 4.99898 12.0265 4.53974 11.8311 4.17168C11.616 4.27671 11.344 4.3811 11.0527 4.39824H10.8682C10.4489 4.37342 10.107 4.18372 9.86719 3.99883C9.67588 3.85128 9.51297 3.67656 9.37598 3.50859Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M16.3271 4.25957C16.7358 3.88821 17.3688 3.91842 17.7402 4.32695L17.7412 4.3289L17.7432 4.32988C17.7432 4.32988 17.7455 4.33302 17.7471 4.33476C17.7504 4.33844 17.7547 4.34369 17.7598 4.34941C17.7702 4.36117 17.7847 4.37745 17.8018 4.39726C17.8358 4.43688 17.8826 4.49276 17.9375 4.56133C18.0464 4.69747 18.1922 4.89107 18.3398 5.11992C18.4027 5.21739 18.4735 5.332 18.5439 5.45976C18.9913 5.25728 19.4879 5.10759 19.9824 5.10039C19.9858 5.10034 19.9893 5.09943 19.9922 5.09941H19.999C20.5511 5.09941 20.9997 5.54738 21 6.09941C21 6.6517 20.5523 7.09843 20 7.09843L20.001 7.09941H20.0146C20.0064 7.09991 19.9863 7.1014 19.9561 7.10527C19.8941 7.11323 19.7913 7.13098 19.6621 7.16972C19.4055 7.24671 19.0424 7.40687 18.6689 7.74297C18.3754 8.00715 17.9535 8.07355 17.5928 7.91289C17.2323 7.75211 17 7.39452 17 6.9998C16.9999 6.85826 16.8946 6.56844 16.6602 6.20488C16.5581 6.04669 16.4535 5.90843 16.375 5.81035C16.3363 5.76199 16.3048 5.72397 16.2842 5.7C16.2741 5.68823 16.2669 5.67933 16.2627 5.67461L16.2607 5.67168L16.2588 5.6707C15.8889 5.26199 15.9191 4.63056 16.3271 4.25957Z",fill:"currentColor"})),g=m;0&&(module.exports={IconVibeCodingBird});
1
+ "use strict";var a=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var B=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},L=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of s(r))!v.call(C,n)&&n!==o&&t(C,n,{get:()=>r[n],enumerable:!(p=c(r,n))||p.enumerable});return C};var i=(C,r,o)=>(o=C!=null?a(H(C)):{},L(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),I=C=>L(t({},"__esModule",{value:!0}),C);var x={};B(x,{IconVibeCodingBird:()=>m,default:()=>g});module.exports=I(x);var e=i(require("react"));var d=i(require("react")),f=require("react-native-svg"),u=({children:C,size:r=24,...o})=>d.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 l=require("react-native-svg"),m=C=>e.default.createElement(u,{...C},e.default.createElement(l.Path,{d:"M3.5 14.3388C4.89849 13.2384 6.68001 12.8216 8.3623 13.0693L8.69727 13.1279L8.79688 13.1532C9.28096 13.3031 9.58272 13.7981 9.48047 14.3056C9.37807 14.8132 8.9078 15.153 8.40332 15.1034L8.30273 15.0878L8.06934 15.0478C6.90026 14.8758 5.67861 15.1695 4.7373 15.9101C3.75422 16.6837 3.00004 18.0066 3 19.9999C3 20.5522 2.55228 20.9999 2 20.9999C1.44772 20.9999 1 20.5522 1 19.9999C1.00004 17.4571 1.98743 15.5292 3.5 14.3388Z",fill:"currentColor"}),e.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 11.9999C22.3137 11.9999 22.6099 12.1469 22.7988 12.3974C22.9642 12.6166 23.031 12.8933 22.9873 13.1611L22.9619 13.2743L20.9619 20.2743C20.8393 20.7036 20.4465 20.9999 20 20.9999H7C6.44772 20.9999 6 20.5522 6 19.9999C6.00009 19.4477 6.44777 18.9999 7 18.9999H10.2451L12.0381 12.7255L12.0967 12.5712C12.26 12.2268 12.6092 11.9999 13 11.9999H22Z",fill:"currentColor"}),e.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.56152 1.10246C9.89671 1.12553 10.1912 1.33342 10.3252 1.64153V1.63957L10.3281 1.64641C10.3313 1.6533 10.3364 1.66507 10.3438 1.68059C10.3591 1.71302 10.3837 1.76266 10.415 1.82219C10.4789 1.94357 10.5678 2.09859 10.6729 2.24602C10.7821 2.3993 10.885 2.51003 10.9668 2.57317C10.9728 2.57776 10.9794 2.58035 10.9844 2.58391C10.9865 2.58307 10.989 2.58288 10.9912 2.58196C11.0481 2.55798 11.1158 2.52116 11.1875 2.47649C11.2574 2.43292 11.3198 2.38881 11.3643 2.35539C11.3861 2.339 11.4031 2.3253 11.4131 2.31731C11.4172 2.31405 11.4203 2.3118 11.4219 2.31047C11.757 2.02949 12.2412 2.03231 12.5723 2.30559L12.6367 2.36321L12.9102 2.63664C13.9306 3.65706 14.0454 5.27312 13.1797 6.42766L12.9004 6.79875V6.99992C12.9004 9.70612 10.7062 11.9003 8 11.9003C5.37836 11.9003 3.23758 9.84095 3.10645 7.25188L3.10059 6.99992C3.10055 6.1764 3.23341 5.13055 3.70996 4.25676C4.21818 3.32514 5.12259 2.59957 6.5 2.59953C6.53111 2.59778 6.9889 2.57623 7.78223 2.30559L8.16992 2.16301C8.17173 2.16192 8.20982 2.14271 8.28027 2.08098C8.35072 2.01921 8.42595 1.9389 8.49902 1.85051C8.57081 1.76367 8.63209 1.68018 8.6748 1.61809C8.69574 1.58764 8.71177 1.56316 8.72168 1.54778C8.72658 1.54016 8.72972 1.53393 8.73145 1.53117L8.73242 1.52922C8.90744 1.24327 9.22698 1.07957 9.56152 1.10246ZM8 7.99992C8 8.27607 7.77614 8.49992 7.5 8.49992H5.28809C5.81659 9.45359 6.8323 10.0995 8 10.0995C9.16778 10.0995 10.1841 9.45367 10.7129 8.49992H9.5C9.22386 8.49992 9 8.27607 9 7.99992V7.49992H8V7.99992ZM9.37598 3.50871C9.21654 3.63702 9.03358 3.75663 8.83008 3.83684L8.36523 4.00871C7.33313 4.36102 6.67145 4.40031 6.5 4.40031C5.87775 4.40035 5.53182 4.675 5.29004 5.11809C5.15249 5.37025 5.05558 5.67428 4.99219 5.99992H11.2549C11.2636 5.98686 11.2708 5.97252 11.2803 5.95988L11.7393 5.34758C12.0006 4.9991 12.0265 4.53986 11.8311 4.1718C11.616 4.27683 11.344 4.38122 11.0527 4.39836H10.8682C10.4489 4.37354 10.107 4.18384 9.86719 3.99895C9.67588 3.8514 9.51297 3.67669 9.37598 3.50871Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M16.3271 4.25969C16.7358 3.88833 17.3688 3.91854 17.7402 4.32707L17.7412 4.32903L17.7432 4.33C17.7432 4.33 17.7455 4.33314 17.7471 4.33488C17.7504 4.33857 17.7547 4.34381 17.7598 4.34953C17.7702 4.36129 17.7847 4.37757 17.8018 4.39738C17.8358 4.437 17.8826 4.49288 17.9375 4.56145C18.0464 4.6976 18.1922 4.8912 18.3398 5.12004C18.4027 5.21751 18.4735 5.33212 18.5439 5.45988C18.9913 5.2574 19.4879 5.10772 19.9824 5.10051C19.9858 5.10046 19.9893 5.09955 19.9922 5.09953H19.999C20.5511 5.09953 20.9997 5.5475 21 6.09953C21 6.65182 20.5523 7.09856 20 7.09856L20.001 7.09953H20.0146C20.0064 7.10004 19.9863 7.10152 19.9561 7.10539C19.8941 7.11335 19.7913 7.1311 19.6621 7.16985C19.4055 7.24683 19.0424 7.40699 18.6689 7.74309C18.3754 8.00727 17.9535 8.07367 17.5928 7.91301C17.2323 7.75223 17 7.39464 17 6.99992C16.9999 6.85838 16.8946 6.56856 16.6602 6.205C16.5581 6.04681 16.4535 5.90855 16.375 5.81047C16.3363 5.76211 16.3048 5.72409 16.2842 5.70012C16.2741 5.68835 16.2669 5.67945 16.2627 5.67473L16.2607 5.6718L16.2588 5.67082C15.8889 5.26211 15.9191 4.63068 16.3271 4.25969Z",fill:"currentColor"})),g=m;0&&(module.exports={IconVibeCodingBird});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconVibeCodingBird/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 IconVibeCodingBird: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 14.3387C4.89849 13.2382 6.68001 12.8215 8.3623 13.0691L8.69727 13.1277L8.79688 13.1531C9.28096 13.303 9.58272 13.798 9.48047 14.3055C9.37807 14.8131 8.9078 15.1529 8.40332 15.1033L8.30273 15.0877L8.06934 15.0477C6.90026 14.8757 5.67861 15.1694 4.7373 15.91C3.75422 16.6835 3.00004 18.0065 3 19.9998C3 20.5521 2.55228 20.9998 2 20.9998C1.44772 20.9998 1 20.5521 1 19.9998C1.00004 17.457 1.98743 15.5291 3.5 14.3387Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 11.9998C22.3137 11.9998 22.6099 12.1468 22.7988 12.3973C22.9642 12.6165 23.031 12.8932 22.9873 13.1609L22.9619 13.2742L20.9619 20.2742C20.8393 20.7035 20.4465 20.9998 20 20.9998H7C6.44772 20.9998 6 20.5521 6 19.9998C6.00009 19.4476 6.44777 18.9998 7 18.9998H10.2451L12.0381 12.7254L12.0967 12.5711C12.26 12.2267 12.6092 11.9998 13 11.9998H22Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.56152 1.10234C9.89671 1.12541 10.1912 1.33329 10.3252 1.6414V1.63945L10.3281 1.64629C10.3313 1.65318 10.3364 1.66494 10.3438 1.68047C10.3591 1.7129 10.3837 1.76254 10.415 1.82207C10.4789 1.94344 10.5678 2.09847 10.6729 2.2459C10.7821 2.39918 10.885 2.50991 10.9668 2.57304C10.9728 2.57764 10.9794 2.58022 10.9844 2.58379C10.9865 2.58294 10.989 2.58276 10.9912 2.58183C11.0481 2.55786 11.1158 2.52104 11.1875 2.47636C11.2574 2.4328 11.3198 2.38869 11.3643 2.35527C11.3861 2.33888 11.4031 2.32518 11.4131 2.31718C11.4172 2.31393 11.4203 2.31167 11.4219 2.31035C11.757 2.02937 12.2412 2.03219 12.5723 2.30547L12.6367 2.36308L12.9102 2.63652C13.9306 3.65694 14.0454 5.273 13.1797 6.42754L12.9004 6.79863V6.9998C12.9004 9.706 10.7062 11.9002 8 11.9002C5.37836 11.9001 3.23758 9.84083 3.10645 7.25175L3.10059 6.9998C3.10055 6.17628 3.23341 5.13043 3.70996 4.25664C4.21818 3.32502 5.12259 2.59945 6.5 2.59941C6.53111 2.59766 6.9889 2.57611 7.78223 2.30547L8.16992 2.16289C8.17173 2.1618 8.20982 2.14258 8.28027 2.08086C8.35072 2.01909 8.42595 1.93877 8.49902 1.85039C8.57081 1.76355 8.63209 1.68006 8.6748 1.61797C8.69574 1.58752 8.71177 1.56304 8.72168 1.54765C8.72658 1.54003 8.72972 1.53381 8.73145 1.53105L8.73242 1.5291C8.90744 1.24315 9.22698 1.07945 9.56152 1.10234ZM8 7.9998C8 8.27594 7.77614 8.4998 7.5 8.4998H5.28809C5.81659 9.45347 6.8323 10.0994 8 10.0994C9.16778 10.0994 10.1841 9.45354 10.7129 8.4998H9.5C9.22386 8.4998 9 8.27594 9 7.9998V7.4998H8V7.9998ZM9.37598 3.50859C9.21654 3.6369 9.03358 3.7565 8.83008 3.83672L8.36523 4.00859C7.33313 4.3609 6.67145 4.40019 6.5 4.40019C5.87775 4.40022 5.53182 4.67488 5.29004 5.11797C5.15249 5.37013 5.05558 5.67415 4.99219 5.9998H11.2549C11.2636 5.98674 11.2708 5.9724 11.2803 5.95976L11.7393 5.34746C12.0006 4.99898 12.0265 4.53974 11.8311 4.17168C11.616 4.27671 11.344 4.3811 11.0527 4.39824H10.8682C10.4489 4.37342 10.107 4.18372 9.86719 3.99883C9.67588 3.85128 9.51297 3.67656 9.37598 3.50859Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.3271 4.25957C16.7358 3.88821 17.3688 3.91842 17.7402 4.32695L17.7412 4.3289L17.7432 4.32988C17.7432 4.32988 17.7455 4.33302 17.7471 4.33476C17.7504 4.33844 17.7547 4.34369 17.7598 4.34941C17.7702 4.36117 17.7847 4.37745 17.8018 4.39726C17.8358 4.43688 17.8826 4.49276 17.9375 4.56133C18.0464 4.69747 18.1922 4.89107 18.3398 5.11992C18.4027 5.21739 18.4735 5.332 18.5439 5.45976C18.9913 5.25728 19.4879 5.10759 19.9824 5.10039C19.9858 5.10034 19.9893 5.09943 19.9922 5.09941H19.999C20.5511 5.09941 20.9997 5.54738 21 6.09941C21 6.6517 20.5523 7.09843 20 7.09843L20.001 7.09941H20.0146C20.0064 7.09991 19.9863 7.1014 19.9561 7.10527C19.8941 7.11323 19.7913 7.13098 19.6621 7.16972C19.4055 7.24671 19.0424 7.40687 18.6689 7.74297C18.3754 8.00715 17.9535 8.07355 17.5928 7.91289C17.2323 7.75211 17 7.39452 17 6.9998C16.9999 6.85826 16.8946 6.56844 16.6602 6.20488C16.5581 6.04669 16.4535 5.90843 16.375 5.81035C16.3363 5.76199 16.3048 5.72397 16.2842 5.7C16.2741 5.68823 16.2669 5.67933 16.2627 5.67461L16.2607 5.67168L16.2588 5.6707C15.8889 5.26199 15.9191 4.63056 16.3271 4.25957Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCodingBird;\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,saACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6VACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,g6DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6jCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVibeCodingBird_exports","__export","IconVibeCodingBird","IconVibeCodingBird_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVibeCodingBird","props","React","CentralIconBase","IconVibeCodingBird_default"]}
1
+ {"version":3,"sources":["../src/IconVibeCodingBird/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 IconVibeCodingBird: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 14.3388C4.89849 13.2384 6.68001 12.8216 8.3623 13.0693L8.69727 13.1279L8.79688 13.1532C9.28096 13.3031 9.58272 13.7981 9.48047 14.3056C9.37807 14.8132 8.9078 15.153 8.40332 15.1034L8.30273 15.0878L8.06934 15.0478C6.90026 14.8758 5.67861 15.1695 4.7373 15.9101C3.75422 16.6837 3.00004 18.0066 3 19.9999C3 20.5522 2.55228 20.9999 2 20.9999C1.44772 20.9999 1 20.5522 1 19.9999C1.00004 17.4571 1.98743 15.5292 3.5 14.3388Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 11.9999C22.3137 11.9999 22.6099 12.1469 22.7988 12.3974C22.9642 12.6166 23.031 12.8933 22.9873 13.1611L22.9619 13.2743L20.9619 20.2743C20.8393 20.7036 20.4465 20.9999 20 20.9999H7C6.44772 20.9999 6 20.5522 6 19.9999C6.00009 19.4477 6.44777 18.9999 7 18.9999H10.2451L12.0381 12.7255L12.0967 12.5712C12.26 12.2268 12.6092 11.9999 13 11.9999H22Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.56152 1.10246C9.89671 1.12553 10.1912 1.33342 10.3252 1.64153V1.63957L10.3281 1.64641C10.3313 1.6533 10.3364 1.66507 10.3438 1.68059C10.3591 1.71302 10.3837 1.76266 10.415 1.82219C10.4789 1.94357 10.5678 2.09859 10.6729 2.24602C10.7821 2.3993 10.885 2.51003 10.9668 2.57317C10.9728 2.57776 10.9794 2.58035 10.9844 2.58391C10.9865 2.58307 10.989 2.58288 10.9912 2.58196C11.0481 2.55798 11.1158 2.52116 11.1875 2.47649C11.2574 2.43292 11.3198 2.38881 11.3643 2.35539C11.3861 2.339 11.4031 2.3253 11.4131 2.31731C11.4172 2.31405 11.4203 2.3118 11.4219 2.31047C11.757 2.02949 12.2412 2.03231 12.5723 2.30559L12.6367 2.36321L12.9102 2.63664C13.9306 3.65706 14.0454 5.27312 13.1797 6.42766L12.9004 6.79875V6.99992C12.9004 9.70612 10.7062 11.9003 8 11.9003C5.37836 11.9003 3.23758 9.84095 3.10645 7.25188L3.10059 6.99992C3.10055 6.1764 3.23341 5.13055 3.70996 4.25676C4.21818 3.32514 5.12259 2.59957 6.5 2.59953C6.53111 2.59778 6.9889 2.57623 7.78223 2.30559L8.16992 2.16301C8.17173 2.16192 8.20982 2.14271 8.28027 2.08098C8.35072 2.01921 8.42595 1.9389 8.49902 1.85051C8.57081 1.76367 8.63209 1.68018 8.6748 1.61809C8.69574 1.58764 8.71177 1.56316 8.72168 1.54778C8.72658 1.54016 8.72972 1.53393 8.73145 1.53117L8.73242 1.52922C8.90744 1.24327 9.22698 1.07957 9.56152 1.10246ZM8 7.99992C8 8.27607 7.77614 8.49992 7.5 8.49992H5.28809C5.81659 9.45359 6.8323 10.0995 8 10.0995C9.16778 10.0995 10.1841 9.45367 10.7129 8.49992H9.5C9.22386 8.49992 9 8.27607 9 7.99992V7.49992H8V7.99992ZM9.37598 3.50871C9.21654 3.63702 9.03358 3.75663 8.83008 3.83684L8.36523 4.00871C7.33313 4.36102 6.67145 4.40031 6.5 4.40031C5.87775 4.40035 5.53182 4.675 5.29004 5.11809C5.15249 5.37025 5.05558 5.67428 4.99219 5.99992H11.2549C11.2636 5.98686 11.2708 5.97252 11.2803 5.95988L11.7393 5.34758C12.0006 4.9991 12.0265 4.53986 11.8311 4.1718C11.616 4.27683 11.344 4.38122 11.0527 4.39836H10.8682C10.4489 4.37354 10.107 4.18384 9.86719 3.99895C9.67588 3.8514 9.51297 3.67669 9.37598 3.50871Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.3271 4.25969C16.7358 3.88833 17.3688 3.91854 17.7402 4.32707L17.7412 4.32903L17.7432 4.33C17.7432 4.33 17.7455 4.33314 17.7471 4.33488C17.7504 4.33857 17.7547 4.34381 17.7598 4.34953C17.7702 4.36129 17.7847 4.37757 17.8018 4.39738C17.8358 4.437 17.8826 4.49288 17.9375 4.56145C18.0464 4.6976 18.1922 4.8912 18.3398 5.12004C18.4027 5.21751 18.4735 5.33212 18.5439 5.45988C18.9913 5.2574 19.4879 5.10772 19.9824 5.10051C19.9858 5.10046 19.9893 5.09955 19.9922 5.09953H19.999C20.5511 5.09953 20.9997 5.5475 21 6.09953C21 6.65182 20.5523 7.09856 20 7.09856L20.001 7.09953H20.0146C20.0064 7.10004 19.9863 7.10152 19.9561 7.10539C19.8941 7.11335 19.7913 7.1311 19.6621 7.16985C19.4055 7.24683 19.0424 7.40699 18.6689 7.74309C18.3754 8.00727 17.9535 8.07367 17.5928 7.91301C17.2323 7.75223 17 7.39464 17 6.99992C16.9999 6.85838 16.8946 6.56856 16.6602 6.205C16.5581 6.04681 16.4535 5.90855 16.375 5.81047C16.3363 5.76211 16.3048 5.72409 16.2842 5.70012C16.2741 5.68835 16.2669 5.67945 16.2627 5.67473L16.2607 5.6718L16.2588 5.67082C15.8889 5.26211 15.9191 4.63068 16.3271 4.25969Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCodingBird;\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,0aACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6VACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,66DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wjCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVibeCodingBird_exports","__export","IconVibeCodingBird","IconVibeCodingBird_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVibeCodingBird","props","React","CentralIconBase","IconVibeCodingBird_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:C=24,...l})=>t.createElement(p,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var L=e=>r.createElement(n,{...e},r.createElement(o,{d:"M3.5 14.3387C4.89849 13.2382 6.68001 12.8215 8.3623 13.0691L8.69727 13.1277L8.79688 13.1531C9.28096 13.303 9.58272 13.798 9.48047 14.3055C9.37807 14.8131 8.9078 15.1529 8.40332 15.1033L8.30273 15.0877L8.06934 15.0477C6.90026 14.8757 5.67861 15.1694 4.7373 15.91C3.75422 16.6835 3.00004 18.0065 3 19.9998C3 20.5521 2.55228 20.9998 2 20.9998C1.44772 20.9998 1 20.5521 1 19.9998C1.00004 17.457 1.98743 15.5291 3.5 14.3387Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 11.9998C22.3137 11.9998 22.6099 12.1468 22.7988 12.3973C22.9642 12.6165 23.031 12.8932 22.9873 13.1609L22.9619 13.2742L20.9619 20.2742C20.8393 20.7035 20.4465 20.9998 20 20.9998H7C6.44772 20.9998 6 20.5521 6 19.9998C6.00009 19.4476 6.44777 18.9998 7 18.9998H10.2451L12.0381 12.7254L12.0967 12.5711C12.26 12.2267 12.6092 11.9998 13 11.9998H22Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.56152 1.10234C9.89671 1.12541 10.1912 1.33329 10.3252 1.6414V1.63945L10.3281 1.64629C10.3313 1.65318 10.3364 1.66494 10.3438 1.68047C10.3591 1.7129 10.3837 1.76254 10.415 1.82207C10.4789 1.94344 10.5678 2.09847 10.6729 2.2459C10.7821 2.39918 10.885 2.50991 10.9668 2.57304C10.9728 2.57764 10.9794 2.58022 10.9844 2.58379C10.9865 2.58294 10.989 2.58276 10.9912 2.58183C11.0481 2.55786 11.1158 2.52104 11.1875 2.47636C11.2574 2.4328 11.3198 2.38869 11.3643 2.35527C11.3861 2.33888 11.4031 2.32518 11.4131 2.31718C11.4172 2.31393 11.4203 2.31167 11.4219 2.31035C11.757 2.02937 12.2412 2.03219 12.5723 2.30547L12.6367 2.36308L12.9102 2.63652C13.9306 3.65694 14.0454 5.273 13.1797 6.42754L12.9004 6.79863V6.9998C12.9004 9.706 10.7062 11.9002 8 11.9002C5.37836 11.9001 3.23758 9.84083 3.10645 7.25175L3.10059 6.9998C3.10055 6.17628 3.23341 5.13043 3.70996 4.25664C4.21818 3.32502 5.12259 2.59945 6.5 2.59941C6.53111 2.59766 6.9889 2.57611 7.78223 2.30547L8.16992 2.16289C8.17173 2.1618 8.20982 2.14258 8.28027 2.08086C8.35072 2.01909 8.42595 1.93877 8.49902 1.85039C8.57081 1.76355 8.63209 1.68006 8.6748 1.61797C8.69574 1.58752 8.71177 1.56304 8.72168 1.54765C8.72658 1.54003 8.72972 1.53381 8.73145 1.53105L8.73242 1.5291C8.90744 1.24315 9.22698 1.07945 9.56152 1.10234ZM8 7.9998C8 8.27594 7.77614 8.4998 7.5 8.4998H5.28809C5.81659 9.45347 6.8323 10.0994 8 10.0994C9.16778 10.0994 10.1841 9.45354 10.7129 8.4998H9.5C9.22386 8.4998 9 8.27594 9 7.9998V7.4998H8V7.9998ZM9.37598 3.50859C9.21654 3.6369 9.03358 3.7565 8.83008 3.83672L8.36523 4.00859C7.33313 4.3609 6.67145 4.40019 6.5 4.40019C5.87775 4.40022 5.53182 4.67488 5.29004 5.11797C5.15249 5.37013 5.05558 5.67415 4.99219 5.9998H11.2549C11.2636 5.98674 11.2708 5.9724 11.2803 5.95976L11.7393 5.34746C12.0006 4.99898 12.0265 4.53974 11.8311 4.17168C11.616 4.27671 11.344 4.3811 11.0527 4.39824H10.8682C10.4489 4.37342 10.107 4.18372 9.86719 3.99883C9.67588 3.85128 9.51297 3.67656 9.37598 3.50859Z",fill:"currentColor"}),r.createElement(o,{d:"M16.3271 4.25957C16.7358 3.88821 17.3688 3.91842 17.7402 4.32695L17.7412 4.3289L17.7432 4.32988C17.7432 4.32988 17.7455 4.33302 17.7471 4.33476C17.7504 4.33844 17.7547 4.34369 17.7598 4.34941C17.7702 4.36117 17.7847 4.37745 17.8018 4.39726C17.8358 4.43688 17.8826 4.49276 17.9375 4.56133C18.0464 4.69747 18.1922 4.89107 18.3398 5.11992C18.4027 5.21739 18.4735 5.332 18.5439 5.45976C18.9913 5.25728 19.4879 5.10759 19.9824 5.10039C19.9858 5.10034 19.9893 5.09943 19.9922 5.09941H19.999C20.5511 5.09941 20.9997 5.54738 21 6.09941C21 6.6517 20.5523 7.09843 20 7.09843L20.001 7.09941H20.0146C20.0064 7.09991 19.9863 7.1014 19.9561 7.10527C19.8941 7.11323 19.7913 7.13098 19.6621 7.16972C19.4055 7.24671 19.0424 7.40687 18.6689 7.74297C18.3754 8.00715 17.9535 8.07355 17.5928 7.91289C17.2323 7.75211 17 7.39452 17 6.9998C16.9999 6.85826 16.8946 6.56844 16.6602 6.20488C16.5581 6.04669 16.4535 5.90843 16.375 5.81035C16.3363 5.76199 16.3048 5.72397 16.2842 5.7C16.2741 5.68823 16.2669 5.67933 16.2627 5.67461L16.2607 5.67168L16.2588 5.6707C15.8889 5.26199 15.9191 4.63056 16.3271 4.25957Z",fill:"currentColor"})),v=L;export{L as IconVibeCodingBird,v as default};
1
+ import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:C=24,...l})=>t.createElement(p,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var L=e=>r.createElement(n,{...e},r.createElement(o,{d:"M3.5 14.3388C4.89849 13.2384 6.68001 12.8216 8.3623 13.0693L8.69727 13.1279L8.79688 13.1532C9.28096 13.3031 9.58272 13.7981 9.48047 14.3056C9.37807 14.8132 8.9078 15.153 8.40332 15.1034L8.30273 15.0878L8.06934 15.0478C6.90026 14.8758 5.67861 15.1695 4.7373 15.9101C3.75422 16.6837 3.00004 18.0066 3 19.9999C3 20.5522 2.55228 20.9999 2 20.9999C1.44772 20.9999 1 20.5522 1 19.9999C1.00004 17.4571 1.98743 15.5292 3.5 14.3388Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 11.9999C22.3137 11.9999 22.6099 12.1469 22.7988 12.3974C22.9642 12.6166 23.031 12.8933 22.9873 13.1611L22.9619 13.2743L20.9619 20.2743C20.8393 20.7036 20.4465 20.9999 20 20.9999H7C6.44772 20.9999 6 20.5522 6 19.9999C6.00009 19.4477 6.44777 18.9999 7 18.9999H10.2451L12.0381 12.7255L12.0967 12.5712C12.26 12.2268 12.6092 11.9999 13 11.9999H22Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.56152 1.10246C9.89671 1.12553 10.1912 1.33342 10.3252 1.64153V1.63957L10.3281 1.64641C10.3313 1.6533 10.3364 1.66507 10.3438 1.68059C10.3591 1.71302 10.3837 1.76266 10.415 1.82219C10.4789 1.94357 10.5678 2.09859 10.6729 2.24602C10.7821 2.3993 10.885 2.51003 10.9668 2.57317C10.9728 2.57776 10.9794 2.58035 10.9844 2.58391C10.9865 2.58307 10.989 2.58288 10.9912 2.58196C11.0481 2.55798 11.1158 2.52116 11.1875 2.47649C11.2574 2.43292 11.3198 2.38881 11.3643 2.35539C11.3861 2.339 11.4031 2.3253 11.4131 2.31731C11.4172 2.31405 11.4203 2.3118 11.4219 2.31047C11.757 2.02949 12.2412 2.03231 12.5723 2.30559L12.6367 2.36321L12.9102 2.63664C13.9306 3.65706 14.0454 5.27312 13.1797 6.42766L12.9004 6.79875V6.99992C12.9004 9.70612 10.7062 11.9003 8 11.9003C5.37836 11.9003 3.23758 9.84095 3.10645 7.25188L3.10059 6.99992C3.10055 6.1764 3.23341 5.13055 3.70996 4.25676C4.21818 3.32514 5.12259 2.59957 6.5 2.59953C6.53111 2.59778 6.9889 2.57623 7.78223 2.30559L8.16992 2.16301C8.17173 2.16192 8.20982 2.14271 8.28027 2.08098C8.35072 2.01921 8.42595 1.9389 8.49902 1.85051C8.57081 1.76367 8.63209 1.68018 8.6748 1.61809C8.69574 1.58764 8.71177 1.56316 8.72168 1.54778C8.72658 1.54016 8.72972 1.53393 8.73145 1.53117L8.73242 1.52922C8.90744 1.24327 9.22698 1.07957 9.56152 1.10246ZM8 7.99992C8 8.27607 7.77614 8.49992 7.5 8.49992H5.28809C5.81659 9.45359 6.8323 10.0995 8 10.0995C9.16778 10.0995 10.1841 9.45367 10.7129 8.49992H9.5C9.22386 8.49992 9 8.27607 9 7.99992V7.49992H8V7.99992ZM9.37598 3.50871C9.21654 3.63702 9.03358 3.75663 8.83008 3.83684L8.36523 4.00871C7.33313 4.36102 6.67145 4.40031 6.5 4.40031C5.87775 4.40035 5.53182 4.675 5.29004 5.11809C5.15249 5.37025 5.05558 5.67428 4.99219 5.99992H11.2549C11.2636 5.98686 11.2708 5.97252 11.2803 5.95988L11.7393 5.34758C12.0006 4.9991 12.0265 4.53986 11.8311 4.1718C11.616 4.27683 11.344 4.38122 11.0527 4.39836H10.8682C10.4489 4.37354 10.107 4.18384 9.86719 3.99895C9.67588 3.8514 9.51297 3.67669 9.37598 3.50871Z",fill:"currentColor"}),r.createElement(o,{d:"M16.3271 4.25969C16.7358 3.88833 17.3688 3.91854 17.7402 4.32707L17.7412 4.32903L17.7432 4.33C17.7432 4.33 17.7455 4.33314 17.7471 4.33488C17.7504 4.33857 17.7547 4.34381 17.7598 4.34953C17.7702 4.36129 17.7847 4.37757 17.8018 4.39738C17.8358 4.437 17.8826 4.49288 17.9375 4.56145C18.0464 4.6976 18.1922 4.8912 18.3398 5.12004C18.4027 5.21751 18.4735 5.33212 18.5439 5.45988C18.9913 5.2574 19.4879 5.10772 19.9824 5.10051C19.9858 5.10046 19.9893 5.09955 19.9922 5.09953H19.999C20.5511 5.09953 20.9997 5.5475 21 6.09953C21 6.65182 20.5523 7.09856 20 7.09856L20.001 7.09953H20.0146C20.0064 7.10004 19.9863 7.10152 19.9561 7.10539C19.8941 7.11335 19.7913 7.1311 19.6621 7.16985C19.4055 7.24683 19.0424 7.40699 18.6689 7.74309C18.3754 8.00727 17.9535 8.07367 17.5928 7.91301C17.2323 7.75223 17 7.39464 17 6.99992C16.9999 6.85838 16.8946 6.56856 16.6602 6.205C16.5581 6.04681 16.4535 5.90855 16.375 5.81047C16.3363 5.76211 16.3048 5.72409 16.2842 5.70012C16.2741 5.68835 16.2669 5.67945 16.2627 5.67473L16.2607 5.6718L16.2588 5.67082C15.8889 5.26211 15.9191 4.63068 16.3271 4.25969Z",fill:"currentColor"})),v=L;export{L as IconVibeCodingBird,v as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconVibeCodingBird/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 IconVibeCodingBird: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 14.3387C4.89849 13.2382 6.68001 12.8215 8.3623 13.0691L8.69727 13.1277L8.79688 13.1531C9.28096 13.303 9.58272 13.798 9.48047 14.3055C9.37807 14.8131 8.9078 15.1529 8.40332 15.1033L8.30273 15.0877L8.06934 15.0477C6.90026 14.8757 5.67861 15.1694 4.7373 15.91C3.75422 16.6835 3.00004 18.0065 3 19.9998C3 20.5521 2.55228 20.9998 2 20.9998C1.44772 20.9998 1 20.5521 1 19.9998C1.00004 17.457 1.98743 15.5291 3.5 14.3387Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 11.9998C22.3137 11.9998 22.6099 12.1468 22.7988 12.3973C22.9642 12.6165 23.031 12.8932 22.9873 13.1609L22.9619 13.2742L20.9619 20.2742C20.8393 20.7035 20.4465 20.9998 20 20.9998H7C6.44772 20.9998 6 20.5521 6 19.9998C6.00009 19.4476 6.44777 18.9998 7 18.9998H10.2451L12.0381 12.7254L12.0967 12.5711C12.26 12.2267 12.6092 11.9998 13 11.9998H22Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.56152 1.10234C9.89671 1.12541 10.1912 1.33329 10.3252 1.6414V1.63945L10.3281 1.64629C10.3313 1.65318 10.3364 1.66494 10.3438 1.68047C10.3591 1.7129 10.3837 1.76254 10.415 1.82207C10.4789 1.94344 10.5678 2.09847 10.6729 2.2459C10.7821 2.39918 10.885 2.50991 10.9668 2.57304C10.9728 2.57764 10.9794 2.58022 10.9844 2.58379C10.9865 2.58294 10.989 2.58276 10.9912 2.58183C11.0481 2.55786 11.1158 2.52104 11.1875 2.47636C11.2574 2.4328 11.3198 2.38869 11.3643 2.35527C11.3861 2.33888 11.4031 2.32518 11.4131 2.31718C11.4172 2.31393 11.4203 2.31167 11.4219 2.31035C11.757 2.02937 12.2412 2.03219 12.5723 2.30547L12.6367 2.36308L12.9102 2.63652C13.9306 3.65694 14.0454 5.273 13.1797 6.42754L12.9004 6.79863V6.9998C12.9004 9.706 10.7062 11.9002 8 11.9002C5.37836 11.9001 3.23758 9.84083 3.10645 7.25175L3.10059 6.9998C3.10055 6.17628 3.23341 5.13043 3.70996 4.25664C4.21818 3.32502 5.12259 2.59945 6.5 2.59941C6.53111 2.59766 6.9889 2.57611 7.78223 2.30547L8.16992 2.16289C8.17173 2.1618 8.20982 2.14258 8.28027 2.08086C8.35072 2.01909 8.42595 1.93877 8.49902 1.85039C8.57081 1.76355 8.63209 1.68006 8.6748 1.61797C8.69574 1.58752 8.71177 1.56304 8.72168 1.54765C8.72658 1.54003 8.72972 1.53381 8.73145 1.53105L8.73242 1.5291C8.90744 1.24315 9.22698 1.07945 9.56152 1.10234ZM8 7.9998C8 8.27594 7.77614 8.4998 7.5 8.4998H5.28809C5.81659 9.45347 6.8323 10.0994 8 10.0994C9.16778 10.0994 10.1841 9.45354 10.7129 8.4998H9.5C9.22386 8.4998 9 8.27594 9 7.9998V7.4998H8V7.9998ZM9.37598 3.50859C9.21654 3.6369 9.03358 3.7565 8.83008 3.83672L8.36523 4.00859C7.33313 4.3609 6.67145 4.40019 6.5 4.40019C5.87775 4.40022 5.53182 4.67488 5.29004 5.11797C5.15249 5.37013 5.05558 5.67415 4.99219 5.9998H11.2549C11.2636 5.98674 11.2708 5.9724 11.2803 5.95976L11.7393 5.34746C12.0006 4.99898 12.0265 4.53974 11.8311 4.17168C11.616 4.27671 11.344 4.3811 11.0527 4.39824H10.8682C10.4489 4.37342 10.107 4.18372 9.86719 3.99883C9.67588 3.85128 9.51297 3.67656 9.37598 3.50859Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.3271 4.25957C16.7358 3.88821 17.3688 3.91842 17.7402 4.32695L17.7412 4.3289L17.7432 4.32988C17.7432 4.32988 17.7455 4.33302 17.7471 4.33476C17.7504 4.33844 17.7547 4.34369 17.7598 4.34941C17.7702 4.36117 17.7847 4.37745 17.8018 4.39726C17.8358 4.43688 17.8826 4.49276 17.9375 4.56133C18.0464 4.69747 18.1922 4.89107 18.3398 5.11992C18.4027 5.21739 18.4735 5.332 18.5439 5.45976C18.9913 5.25728 19.4879 5.10759 19.9824 5.10039C19.9858 5.10034 19.9893 5.09943 19.9922 5.09941H19.999C20.5511 5.09941 20.9997 5.54738 21 6.09941C21 6.6517 20.5523 7.09843 20 7.09843L20.001 7.09941H20.0146C20.0064 7.09991 19.9863 7.1014 19.9561 7.10527C19.8941 7.11323 19.7913 7.13098 19.6621 7.16972C19.4055 7.24671 19.0424 7.40687 18.6689 7.74297C18.3754 8.00715 17.9535 8.07355 17.5928 7.91289C17.2323 7.75211 17 7.39452 17 6.9998C16.9999 6.85826 16.8946 6.56844 16.6602 6.20488C16.5581 6.04669 16.4535 5.90843 16.375 5.81035C16.3363 5.76199 16.3048 5.72397 16.2842 5.7C16.2741 5.68823 16.2669 5.67933 16.2627 5.67461L16.2607 5.67168L16.2588 5.6707C15.8889 5.26199 15.9191 4.63056 16.3271 4.25957Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCodingBird;\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,saACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6VACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,g6DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6jCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVibeCodingBird","props","React","CentralIconBase","IconVibeCodingBird_default"]}
1
+ {"version":3,"sources":["../src/IconVibeCodingBird/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 IconVibeCodingBird: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 14.3388C4.89849 13.2384 6.68001 12.8216 8.3623 13.0693L8.69727 13.1279L8.79688 13.1532C9.28096 13.3031 9.58272 13.7981 9.48047 14.3056C9.37807 14.8132 8.9078 15.153 8.40332 15.1034L8.30273 15.0878L8.06934 15.0478C6.90026 14.8758 5.67861 15.1695 4.7373 15.9101C3.75422 16.6837 3.00004 18.0066 3 19.9999C3 20.5522 2.55228 20.9999 2 20.9999C1.44772 20.9999 1 20.5522 1 19.9999C1.00004 17.4571 1.98743 15.5292 3.5 14.3388Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 11.9999C22.3137 11.9999 22.6099 12.1469 22.7988 12.3974C22.9642 12.6166 23.031 12.8933 22.9873 13.1611L22.9619 13.2743L20.9619 20.2743C20.8393 20.7036 20.4465 20.9999 20 20.9999H7C6.44772 20.9999 6 20.5522 6 19.9999C6.00009 19.4477 6.44777 18.9999 7 18.9999H10.2451L12.0381 12.7255L12.0967 12.5712C12.26 12.2268 12.6092 11.9999 13 11.9999H22Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.56152 1.10246C9.89671 1.12553 10.1912 1.33342 10.3252 1.64153V1.63957L10.3281 1.64641C10.3313 1.6533 10.3364 1.66507 10.3438 1.68059C10.3591 1.71302 10.3837 1.76266 10.415 1.82219C10.4789 1.94357 10.5678 2.09859 10.6729 2.24602C10.7821 2.3993 10.885 2.51003 10.9668 2.57317C10.9728 2.57776 10.9794 2.58035 10.9844 2.58391C10.9865 2.58307 10.989 2.58288 10.9912 2.58196C11.0481 2.55798 11.1158 2.52116 11.1875 2.47649C11.2574 2.43292 11.3198 2.38881 11.3643 2.35539C11.3861 2.339 11.4031 2.3253 11.4131 2.31731C11.4172 2.31405 11.4203 2.3118 11.4219 2.31047C11.757 2.02949 12.2412 2.03231 12.5723 2.30559L12.6367 2.36321L12.9102 2.63664C13.9306 3.65706 14.0454 5.27312 13.1797 6.42766L12.9004 6.79875V6.99992C12.9004 9.70612 10.7062 11.9003 8 11.9003C5.37836 11.9003 3.23758 9.84095 3.10645 7.25188L3.10059 6.99992C3.10055 6.1764 3.23341 5.13055 3.70996 4.25676C4.21818 3.32514 5.12259 2.59957 6.5 2.59953C6.53111 2.59778 6.9889 2.57623 7.78223 2.30559L8.16992 2.16301C8.17173 2.16192 8.20982 2.14271 8.28027 2.08098C8.35072 2.01921 8.42595 1.9389 8.49902 1.85051C8.57081 1.76367 8.63209 1.68018 8.6748 1.61809C8.69574 1.58764 8.71177 1.56316 8.72168 1.54778C8.72658 1.54016 8.72972 1.53393 8.73145 1.53117L8.73242 1.52922C8.90744 1.24327 9.22698 1.07957 9.56152 1.10246ZM8 7.99992C8 8.27607 7.77614 8.49992 7.5 8.49992H5.28809C5.81659 9.45359 6.8323 10.0995 8 10.0995C9.16778 10.0995 10.1841 9.45367 10.7129 8.49992H9.5C9.22386 8.49992 9 8.27607 9 7.99992V7.49992H8V7.99992ZM9.37598 3.50871C9.21654 3.63702 9.03358 3.75663 8.83008 3.83684L8.36523 4.00871C7.33313 4.36102 6.67145 4.40031 6.5 4.40031C5.87775 4.40035 5.53182 4.675 5.29004 5.11809C5.15249 5.37025 5.05558 5.67428 4.99219 5.99992H11.2549C11.2636 5.98686 11.2708 5.97252 11.2803 5.95988L11.7393 5.34758C12.0006 4.9991 12.0265 4.53986 11.8311 4.1718C11.616 4.27683 11.344 4.38122 11.0527 4.39836H10.8682C10.4489 4.37354 10.107 4.18384 9.86719 3.99895C9.67588 3.8514 9.51297 3.67669 9.37598 3.50871Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.3271 4.25969C16.7358 3.88833 17.3688 3.91854 17.7402 4.32707L17.7412 4.32903L17.7432 4.33C17.7432 4.33 17.7455 4.33314 17.7471 4.33488C17.7504 4.33857 17.7547 4.34381 17.7598 4.34953C17.7702 4.36129 17.7847 4.37757 17.8018 4.39738C17.8358 4.437 17.8826 4.49288 17.9375 4.56145C18.0464 4.6976 18.1922 4.8912 18.3398 5.12004C18.4027 5.21751 18.4735 5.33212 18.5439 5.45988C18.9913 5.2574 19.4879 5.10772 19.9824 5.10051C19.9858 5.10046 19.9893 5.09955 19.9922 5.09953H19.999C20.5511 5.09953 20.9997 5.5475 21 6.09953C21 6.65182 20.5523 7.09856 20 7.09856L20.001 7.09953H20.0146C20.0064 7.10004 19.9863 7.10152 19.9561 7.10539C19.8941 7.11335 19.7913 7.1311 19.6621 7.16985C19.4055 7.24683 19.0424 7.40699 18.6689 7.74309C18.3754 8.00727 17.9535 8.07367 17.5928 7.91301C17.2323 7.75223 17 7.39464 17 6.99992C16.9999 6.85838 16.8946 6.56856 16.6602 6.205C16.5581 6.04681 16.4535 5.90855 16.375 5.81047C16.3363 5.76211 16.3048 5.72409 16.2842 5.70012C16.2741 5.68835 16.2669 5.67945 16.2627 5.67473L16.2607 5.6718L16.2588 5.67082C15.8889 5.26211 15.9191 4.63068 16.3271 4.25969Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCodingBird;\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,0aACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6VACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,66DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wjCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVibeCodingBird","props","React","CentralIconBase","IconVibeCodingBird_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
@@ -1792,6 +1793,7 @@ Below is a complete list of available icons:
1792
1793
  - IconDashboardFast
1793
1794
  - IconDashboardLow
1794
1795
  - IconDashboardMiddle
1796
+ - IconDeepDive
1795
1797
  - IconDeskLamp
1796
1798
  - IconDiamond
1797
1799
  - IconDiamondShine
@@ -8358,6 +8358,20 @@
8358
8358
  "packageName": "round-filled-radius-0-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": "0",
8369
+ "stroke": "2"
8370
+ },
8371
+ "createdAt": "2026-02-24T13:00:43.457418+00:00",
8372
+ "packageName": "round-filled-radius-0-stroke-2",
8373
+ "componentName": "IconDeepDive"
8374
+ },
8361
8375
  {
8362
8376
  "category": "Interface General",
8363
8377
  "svg": "<path d=\"M14.555 19.5834C15.0784 19.4076 15.6456 19.689 15.8216 20.2123C15.9973 20.7358 15.7151 21.303 15.1917 21.4789C13.1238 22.1737 10.8748 22.1738 8.80695 21.4789C8.2836 21.303 8.00143 20.7357 8.17706 20.2123C8.35308 19.689 8.92029 19.4076 9.44367 19.5834C11.0983 20.1394 12.9004 20.1394 14.555 19.5834Z\" fill=\"currentColor\"/><path d=\"M12.0003 10.0004C13.1047 10.0006 14.0003 10.8959 14.0003 12.0004C14.0001 13.1047 13.1046 14.0002 12.0003 14.0004C10.8959 14.0004 10.0005 13.1048 10.0003 12.0004C10.0003 10.8958 10.8957 10.0004 12.0003 10.0004Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0003 7.0004C14.7616 7.00056 17.0003 9.23908 17.0003 12.0004C17.0002 13.0193 16.6936 13.966 16.1702 14.7563L17.7073 16.2934L17.7757 16.3695C18.0957 16.7623 18.0733 17.3414 17.7073 17.7074C17.3413 18.0734 16.7622 18.0958 16.3694 17.7758L16.2933 17.7074L14.7562 16.1703C13.9659 16.6937 13.0192 17.0003 12.0003 17.0004C9.23901 17.0004 7.00052 14.7616 7.00031 12.0004C7.00031 9.23898 9.23888 7.0004 12.0003 7.0004ZM12.0003 9.0004C10.3435 9.0004 9.00031 10.3435 9.00031 12.0004C9.00052 13.6571 10.3436 15.0004 12.0003 15.0004C13.6569 15.0002 15.0001 13.657 15.0003 12.0004C15.0003 10.3436 13.657 9.00056 12.0003 9.0004Z\" fill=\"currentColor\"/><path d=\"M2.55792 8.71232C2.76714 8.25077 3.2967 8.01327 3.78742 8.17814C4.3107 8.35415 4.59211 8.92136 4.41632 9.44474L4.31867 9.75724C3.86277 11.3244 3.89511 13.0051 4.41632 14.5561C4.59192 15.0794 4.31061 15.6467 3.78742 15.8227C3.26408 15.9984 2.69682 15.716 2.52081 15.1928C1.82594 13.1249 1.82603 10.8759 2.52081 8.80802L2.55792 8.71232Z\" fill=\"currentColor\"/><path d=\"M9.1966 2.39982C11.1552 1.82973 13.2529 1.87041 15.1917 2.52189C15.7152 2.69781 15.9975 3.26497 15.8216 3.78849C15.6454 4.31152 15.0782 4.59316 14.555 4.4174C12.9003 3.86136 11.0983 3.86135 9.44367 4.4174L9.34503 4.44474C8.85106 4.55652 8.34215 4.27879 8.17706 3.78849C8.00117 3.26507 8.28362 2.69792 8.80695 2.52189L9.1966 2.39982Z\" fill=\"currentColor\"/><path d=\"M21.4779 15.1925C22.1727 13.1246 22.1727 10.8756 21.4779 8.80769C21.3019 8.28417 20.7348 8.00188 20.2113 8.17781C19.6881 8.35394 19.4066 8.92112 19.5824 9.44441C20.1383 11.099 20.1384 12.9011 19.5824 14.5557C19.4069 15.079 19.6881 15.6463 20.2113 15.8223C20.7346 15.9982 21.3018 15.7157 21.4779 15.1925Z\" fill=\"currentColor\"/>",
@@ -24376,7 +24390,7 @@
24376
24390
  },
24377
24391
  {
24378
24392
  "category": "People",
24379
- "svg": "<path d=\"M3.5 14.3387C4.89849 13.2382 6.68001 12.8215 8.3623 13.0691L8.69727 13.1277L8.79688 13.1531C9.28096 13.303 9.58272 13.798 9.48047 14.3055C9.37807 14.8131 8.9078 15.1529 8.40332 15.1033L8.30273 15.0877L8.06934 15.0477C6.90026 14.8757 5.67861 15.1694 4.7373 15.91C3.75422 16.6835 3.00004 18.0065 3 19.9998C3 20.5521 2.55228 20.9998 2 20.9998C1.44772 20.9998 1 20.5521 1 19.9998C1.00004 17.457 1.98743 15.5291 3.5 14.3387Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 11.9998C22.3137 11.9998 22.6099 12.1468 22.7988 12.3973C22.9642 12.6165 23.031 12.8932 22.9873 13.1609L22.9619 13.2742L20.9619 20.2742C20.8393 20.7035 20.4465 20.9998 20 20.9998H7C6.44772 20.9998 6 20.5521 6 19.9998C6.00009 19.4476 6.44777 18.9998 7 18.9998H10.2451L12.0381 12.7254L12.0967 12.5711C12.26 12.2267 12.6092 11.9998 13 11.9998H22Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.56152 1.10234C9.89671 1.12541 10.1912 1.33329 10.3252 1.6414V1.63945L10.3281 1.64629C10.3313 1.65318 10.3364 1.66494 10.3438 1.68047C10.3591 1.7129 10.3837 1.76254 10.415 1.82207C10.4789 1.94344 10.5678 2.09847 10.6729 2.2459C10.7821 2.39918 10.885 2.50991 10.9668 2.57304C10.9728 2.57764 10.9794 2.58022 10.9844 2.58379C10.9865 2.58294 10.989 2.58276 10.9912 2.58183C11.0481 2.55786 11.1158 2.52104 11.1875 2.47636C11.2574 2.4328 11.3198 2.38869 11.3643 2.35527C11.3861 2.33888 11.4031 2.32518 11.4131 2.31718C11.4172 2.31393 11.4203 2.31167 11.4219 2.31035C11.757 2.02937 12.2412 2.03219 12.5723 2.30547L12.6367 2.36308L12.9102 2.63652C13.9306 3.65694 14.0454 5.273 13.1797 6.42754L12.9004 6.79863V6.9998C12.9004 9.706 10.7062 11.9002 8 11.9002C5.37836 11.9001 3.23758 9.84083 3.10645 7.25175L3.10059 6.9998C3.10055 6.17628 3.23341 5.13043 3.70996 4.25664C4.21818 3.32502 5.12259 2.59945 6.5 2.59941C6.53111 2.59766 6.9889 2.57611 7.78223 2.30547L8.16992 2.16289C8.17173 2.1618 8.20982 2.14258 8.28027 2.08086C8.35072 2.01909 8.42595 1.93877 8.49902 1.85039C8.57081 1.76355 8.63209 1.68006 8.6748 1.61797C8.69574 1.58752 8.71177 1.56304 8.72168 1.54765C8.72658 1.54003 8.72972 1.53381 8.73145 1.53105L8.73242 1.5291C8.90744 1.24315 9.22698 1.07945 9.56152 1.10234ZM8 7.9998C8 8.27594 7.77614 8.4998 7.5 8.4998H5.28809C5.81659 9.45347 6.8323 10.0994 8 10.0994C9.16778 10.0994 10.1841 9.45354 10.7129 8.4998H9.5C9.22386 8.4998 9 8.27594 9 7.9998V7.4998H8V7.9998ZM9.37598 3.50859C9.21654 3.6369 9.03358 3.7565 8.83008 3.83672L8.36523 4.00859C7.33313 4.3609 6.67145 4.40019 6.5 4.40019C5.87775 4.40022 5.53182 4.67488 5.29004 5.11797C5.15249 5.37013 5.05558 5.67415 4.99219 5.9998H11.2549C11.2636 5.98674 11.2708 5.9724 11.2803 5.95976L11.7393 5.34746C12.0006 4.99898 12.0265 4.53974 11.8311 4.17168C11.616 4.27671 11.344 4.3811 11.0527 4.39824H10.8682C10.4489 4.37342 10.107 4.18372 9.86719 3.99883C9.67588 3.85128 9.51297 3.67656 9.37598 3.50859Z\" fill=\"currentColor\"/><path d=\"M16.3271 4.25957C16.7358 3.88821 17.3688 3.91842 17.7402 4.32695L17.7412 4.3289L17.7432 4.32988C17.7432 4.32988 17.7455 4.33302 17.7471 4.33476C17.7504 4.33844 17.7547 4.34369 17.7598 4.34941C17.7702 4.36117 17.7847 4.37745 17.8018 4.39726C17.8358 4.43688 17.8826 4.49276 17.9375 4.56133C18.0464 4.69747 18.1922 4.89107 18.3398 5.11992C18.4027 5.21739 18.4735 5.332 18.5439 5.45976C18.9913 5.25728 19.4879 5.10759 19.9824 5.10039C19.9858 5.10034 19.9893 5.09943 19.9922 5.09941H19.999C20.5511 5.09941 20.9997 5.54738 21 6.09941C21 6.6517 20.5523 7.09843 20 7.09843L20.001 7.09941H20.0146C20.0064 7.09991 19.9863 7.1014 19.9561 7.10527C19.8941 7.11323 19.7913 7.13098 19.6621 7.16972C19.4055 7.24671 19.0424 7.40687 18.6689 7.74297C18.3754 8.00715 17.9535 8.07355 17.5928 7.91289C17.2323 7.75211 17 7.39452 17 6.9998C16.9999 6.85826 16.8946 6.56844 16.6602 6.20488C16.5581 6.04669 16.4535 5.90843 16.375 5.81035C16.3363 5.76199 16.3048 5.72397 16.2842 5.7C16.2741 5.68823 16.2669 5.67933 16.2627 5.67461L16.2607 5.67168L16.2588 5.6707C15.8889 5.26199 15.9191 4.63056 16.3271 4.25957Z\" fill=\"currentColor\"/>",
24393
+ "svg": "<path d=\"M3.5 14.3388C4.89849 13.2384 6.68001 12.8216 8.3623 13.0693L8.69727 13.1279L8.79688 13.1532C9.28096 13.3031 9.58272 13.7981 9.48047 14.3056C9.37807 14.8132 8.9078 15.153 8.40332 15.1034L8.30273 15.0878L8.06934 15.0478C6.90026 14.8758 5.67861 15.1695 4.7373 15.9101C3.75422 16.6837 3.00004 18.0066 3 19.9999C3 20.5522 2.55228 20.9999 2 20.9999C1.44772 20.9999 1 20.5522 1 19.9999C1.00004 17.4571 1.98743 15.5292 3.5 14.3388Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 11.9999C22.3137 11.9999 22.6099 12.1469 22.7988 12.3974C22.9642 12.6166 23.031 12.8933 22.9873 13.1611L22.9619 13.2743L20.9619 20.2743C20.8393 20.7036 20.4465 20.9999 20 20.9999H7C6.44772 20.9999 6 20.5522 6 19.9999C6.00009 19.4477 6.44777 18.9999 7 18.9999H10.2451L12.0381 12.7255L12.0967 12.5712C12.26 12.2268 12.6092 11.9999 13 11.9999H22Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.56152 1.10246C9.89671 1.12553 10.1912 1.33342 10.3252 1.64153V1.63957L10.3281 1.64641C10.3313 1.6533 10.3364 1.66507 10.3438 1.68059C10.3591 1.71302 10.3837 1.76266 10.415 1.82219C10.4789 1.94357 10.5678 2.09859 10.6729 2.24602C10.7821 2.3993 10.885 2.51003 10.9668 2.57317C10.9728 2.57776 10.9794 2.58035 10.9844 2.58391C10.9865 2.58307 10.989 2.58288 10.9912 2.58196C11.0481 2.55798 11.1158 2.52116 11.1875 2.47649C11.2574 2.43292 11.3198 2.38881 11.3643 2.35539C11.3861 2.339 11.4031 2.3253 11.4131 2.31731C11.4172 2.31405 11.4203 2.3118 11.4219 2.31047C11.757 2.02949 12.2412 2.03231 12.5723 2.30559L12.6367 2.36321L12.9102 2.63664C13.9306 3.65706 14.0454 5.27312 13.1797 6.42766L12.9004 6.79875V6.99992C12.9004 9.70612 10.7062 11.9003 8 11.9003C5.37836 11.9003 3.23758 9.84095 3.10645 7.25188L3.10059 6.99992C3.10055 6.1764 3.23341 5.13055 3.70996 4.25676C4.21818 3.32514 5.12259 2.59957 6.5 2.59953C6.53111 2.59778 6.9889 2.57623 7.78223 2.30559L8.16992 2.16301C8.17173 2.16192 8.20982 2.14271 8.28027 2.08098C8.35072 2.01921 8.42595 1.9389 8.49902 1.85051C8.57081 1.76367 8.63209 1.68018 8.6748 1.61809C8.69574 1.58764 8.71177 1.56316 8.72168 1.54778C8.72658 1.54016 8.72972 1.53393 8.73145 1.53117L8.73242 1.52922C8.90744 1.24327 9.22698 1.07957 9.56152 1.10246ZM8 7.99992C8 8.27607 7.77614 8.49992 7.5 8.49992H5.28809C5.81659 9.45359 6.8323 10.0995 8 10.0995C9.16778 10.0995 10.1841 9.45367 10.7129 8.49992H9.5C9.22386 8.49992 9 8.27607 9 7.99992V7.49992H8V7.99992ZM9.37598 3.50871C9.21654 3.63702 9.03358 3.75663 8.83008 3.83684L8.36523 4.00871C7.33313 4.36102 6.67145 4.40031 6.5 4.40031C5.87775 4.40035 5.53182 4.675 5.29004 5.11809C5.15249 5.37025 5.05558 5.67428 4.99219 5.99992H11.2549C11.2636 5.98686 11.2708 5.97252 11.2803 5.95988L11.7393 5.34758C12.0006 4.9991 12.0265 4.53986 11.8311 4.1718C11.616 4.27683 11.344 4.38122 11.0527 4.39836H10.8682C10.4489 4.37354 10.107 4.18384 9.86719 3.99895C9.67588 3.8514 9.51297 3.67669 9.37598 3.50871Z\" fill=\"currentColor\"/><path d=\"M16.3271 4.25969C16.7358 3.88833 17.3688 3.91854 17.7402 4.32707L17.7412 4.32903L17.7432 4.33C17.7432 4.33 17.7455 4.33314 17.7471 4.33488C17.7504 4.33857 17.7547 4.34381 17.7598 4.34953C17.7702 4.36129 17.7847 4.37757 17.8018 4.39738C17.8358 4.437 17.8826 4.49288 17.9375 4.56145C18.0464 4.6976 18.1922 4.8912 18.3398 5.12004C18.4027 5.21751 18.4735 5.33212 18.5439 5.45988C18.9913 5.2574 19.4879 5.10772 19.9824 5.10051C19.9858 5.10046 19.9893 5.09955 19.9922 5.09953H19.999C20.5511 5.09953 20.9997 5.5475 21 6.09953C21 6.65182 20.5523 7.09856 20 7.09856L20.001 7.09953H20.0146C20.0064 7.10004 19.9863 7.10152 19.9561 7.10539C19.8941 7.11335 19.7913 7.1311 19.6621 7.16985C19.4055 7.24683 19.0424 7.40699 18.6689 7.74309C18.3754 8.00727 17.9535 8.07367 17.5928 7.91301C17.2323 7.75223 17 7.39464 17 6.99992C16.9999 6.85838 16.8946 6.56856 16.6602 6.205C16.5581 6.04681 16.4535 5.90855 16.375 5.81047C16.3363 5.76211 16.3048 5.72409 16.2842 5.70012C16.2741 5.68835 16.2669 5.67945 16.2627 5.67473L16.2607 5.6718L16.2588 5.67082C15.8889 5.26211 15.9191 4.63068 16.3271 4.25969Z\" fill=\"currentColor\"/>",
24380
24394
  "iconName": "vibe-coding-bird, laptop, work",
24381
24395
  "variant": {
24382
24396
  "join": "round",
@@ -24640,6 +24654,20 @@
24640
24654
  "packageName": "round-filled-radius-0-stroke-2",
24641
24655
  "componentName": "IconVoiceAndVideo"
24642
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": "0",
24665
+ "stroke": "2"
24666
+ },
24667
+ "createdAt": "2026-02-24T13:00:43.457418+00:00",
24668
+ "packageName": "round-filled-radius-0-stroke-2",
24669
+ "componentName": "IconVoiceCircle"
24670
+ },
24643
24671
  {
24644
24672
  "category": "Sound & Music",
24645
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"
@@ -1759,6 +1760,7 @@ export type CentralIconName =
1759
1760
  | "IconVoice2"
1760
1761
  | "IconVoice3"
1761
1762
  | "IconVoiceAndVideo"
1763
+ | "IconVoiceCircle"
1762
1764
  | "IconVoiceHigh"
1763
1765
  | "IconVoiceLow"
1764
1766
  | "IconVoiceMid"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.141",
3
+ "version": "1.1.142",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-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": 1824,
14
+ "totalIcons": 1826,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 69,
17
+ "count": 70,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -82,6 +82,7 @@
82
82
  "IconTextToSpeach",
83
83
  "IconVisualIntelligence",
84
84
  "IconVoice2",
85
+ "IconVoiceCircle",
85
86
  "IconVoiceSparkle",
86
87
  "IconWindowSparkle",
87
88
  "IconWizardHat"
@@ -1697,7 +1698,7 @@
1697
1698
  ]
1698
1699
  },
1699
1700
  "Things": {
1700
- "count": 126,
1701
+ "count": 127,
1701
1702
  "icons": [
1702
1703
  "IconAnvil",
1703
1704
  "IconBackpack",
@@ -1726,6 +1727,7 @@
1726
1727
  "IconDashboardFast",
1727
1728
  "IconDashboardLow",
1728
1729
  "IconDashboardMiddle",
1730
+ "IconDeepDive",
1729
1731
  "IconDeskLamp",
1730
1732
  "IconDiamond",
1731
1733
  "IconDiamondShine",
@@ -2623,6 +2625,7 @@
2623
2625
  "IconDebugger": "debugger, debug",
2624
2626
  "IconDecimalNumberComma": "decimal-number-comma",
2625
2627
  "IconDecimalNumberDot": "decimal-number-dot",
2628
+ "IconDeepDive": "deep-dive, dive-in, fin",
2626
2629
  "IconDeepSearch": "deep-search, deep-research, focus-search",
2627
2630
  "IconDeepseek": "deepseek",
2628
2631
  "IconDeliveryBike": "delivery-bike",
@@ -3786,6 +3789,7 @@
3786
3789
  "IconVoice2": "voice-2, siri, wave",
3787
3790
  "IconVoice3": "voice-3, wave",
3788
3791
  "IconVoiceAndVideo": "voice-and-video, media",
3792
+ "IconVoiceCircle": "voice-circle, waves",
3789
3793
  "IconVoiceHigh": "voice-high, wave",
3790
3794
  "IconVoiceLow": "voice-low, wave",
3791
3795
  "IconVoiceMid": "voice-mid, wave",
package/index.d.ts CHANGED
@@ -595,6 +595,7 @@ export { IconDateYearly, default as IconDateYearlyDefault, } from "./IconDateYea
595
595
  export { IconDebugger, default as IconDebuggerDefault } from "./IconDebugger";
596
596
  export { IconDecimalNumberComma, default as IconDecimalNumberCommaDefault, } from "./IconDecimalNumberComma";
597
597
  export { IconDecimalNumberDot, default as IconDecimalNumberDotDefault, } from "./IconDecimalNumberDot";
598
+ export { IconDeepDive, default as IconDeepDiveDefault } from "./IconDeepDive";
598
599
  export { IconDeepSearch, default as IconDeepSearchDefault, } from "./IconDeepSearch";
599
600
  export { IconDeepseek, default as IconDeepseekDefault } from "./IconDeepseek";
600
601
  export { IconDeliveryBike, default as IconDeliveryBikeDefault, } from "./IconDeliveryBike";
@@ -1758,6 +1759,7 @@ export { IconVocalMicrophone, default as IconVocalMicrophoneDefault, } from "./I
1758
1759
  export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
1759
1760
  export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
1760
1761
  export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
1762
+ export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
1761
1763
  export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
1762
1764
  export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
1763
1765
  export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";