@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.68 → 1.1.70

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 IconChanges: FC<CentralIconBaseProps>;
4
+ export default IconChanges;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(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 n of H(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=B(r,n))||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)),v=o=>l(t({},"__esModule",{value:!0}),o);var P={};g(P,{IconChanges:()=>i,default:()=>x});module.exports=v(P);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z",fill:"currentColor"})),x=i;0&&(module.exports={IconChanges});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChanges/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 IconChanges: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChanges;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kiBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconChanges_exports","__export","IconChanges","IconChanges_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChanges","props","React","CentralIconBase","IconChanges_default"]}
@@ -0,0 +1,2 @@
1
+ import n from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>C.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=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z",fill:"currentColor"})),d=a;export{a as IconChanges,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChanges/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 IconChanges: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChanges;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kiBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChanges","props","React","CentralIconBase","IconChanges_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStableVoice: FC<CentralIconBaseProps>;
4
+ export default IconStableVoice;
@@ -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 v=(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)),x=o=>l(t({},"__esModule",{value:!0}),o);var g={};v(g,{IconStableVoice:()=>i,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.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(s,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 10Z",fill:"currentColor"})),P=i;0&&(module.exports={IconStableVoice});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStableVoice/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 IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStableVoice;\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,SAAS,UACT,SAAS,UACT,EAAE,8qBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStableVoice_exports","__export","IconStableVoice","IconStableVoice_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStableVoice","props","React","CentralIconBase","IconStableVoice_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:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 10Z",fill:"currentColor"})),d=a;export{a as IconStableVoice,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStableVoice/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 IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStableVoice;\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,SAAS,UACT,SAAS,UACT,EAAE,8qBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStableVoice","props","React","CentralIconBase","IconStableVoice_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVibeCoding2: FC<CentralIconBaseProps>;
4
+ export default IconVibeCoding2;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!g.call(r,n)&&n!==C&&e(r,n,{get:()=>o[n],enumerable:!(l=u(o,n))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?c(I(r)):{},L(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>L(e({},"__esModule",{value:!0}),r);var v={};x(v,{IconVibeCoding2:()=>i,default:()=>d});module.exports=P(v);var t=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(s,{...r},t.default.createElement(p.Path,{d:"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z",fill:"currentColor"})),d=i;0&&(module.exports={IconVibeCoding2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVibeCoding2/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 IconVibeCoding2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding2;\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,6WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oqBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVibeCoding2_exports","__export","IconVibeCoding2","IconVibeCoding2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVibeCoding2","props","React","CentralIconBase","IconVibeCoding2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:C,size:r=24,...e})=>p.createElement(l,{...e,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 n}from"react-native-svg";var L=C=>o.createElement(t,{...C},o.createElement(n,{d:"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z",fill:"currentColor"}),o.createElement(n,{d:"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z",fill:"currentColor"}),o.createElement(n,{d:"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z",fill:"currentColor"})),g=L;export{L as IconVibeCoding2,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVibeCoding2/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 IconVibeCoding2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding2;\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,6WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oqBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVibeCoding2","props","React","CentralIconBase","IconVibeCoding2_default"]}
package/README.md CHANGED
@@ -425,6 +425,7 @@ Below is a complete list of available icons:
425
425
  - IconBranch
426
426
  - IconBug
427
427
  - IconBugFace
428
+ - IconChanges
428
429
  - IconCode
429
430
  - IconCodeAnalyze
430
431
  - IconCodeAssistant
@@ -450,6 +451,7 @@ Below is a complete list of available icons:
450
451
  - IconShip
451
452
  - IconTestflight
452
453
  - IconVibeCoding
454
+ - IconVibeCoding2
453
455
  - IconWebsite
454
456
 
455
457
  ### Communication
@@ -1546,6 +1548,7 @@ Below is a complete list of available icons:
1546
1548
  - IconShuffle
1547
1549
  - IconSkip
1548
1550
  - IconSoundFx
1551
+ - IconStableVoice
1549
1552
  - IconStop
1550
1553
  - IconStopCircle
1551
1554
  - IconVocalMicrophone
@@ -5250,6 +5250,20 @@
5250
5250
  "packageName": "round-filled-radius-3-stroke-2",
5251
5251
  "componentName": "IconChairModern"
5252
5252
  },
5253
+ {
5254
+ "category": "Code",
5255
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z\" fill=\"currentColor\"/>",
5256
+ "iconName": "changes, plus-inus, compare",
5257
+ "variant": {
5258
+ "join": "round",
5259
+ "filled": "on",
5260
+ "radius": "3",
5261
+ "stroke": "2"
5262
+ },
5263
+ "createdAt": "2025-12-17T14:01:43.648736+00:00",
5264
+ "packageName": "round-filled-radius-3-stroke-2",
5265
+ "componentName": "IconChanges"
5266
+ },
5253
5267
  {
5254
5268
  "category": "Nature & Energy",
5255
5269
  "svg": "<path d=\"M8.59209 6.65363C8.83451 6.35059 9.31472 6.52592 9.31472 6.91746V8.66673H10.4919C10.8355 8.66673 11.0248 9.07516 10.8072 9.34719L8.40793 12.3464C8.16551 12.6494 7.68529 12.4741 7.68529 12.0825V10.3333H6.50813C6.16448 10.3333 5.97524 9.92484 6.19286 9.65281L8.59209 6.65363Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 7C3 4.79086 4.79086 3 7 3H10C12.2091 3 14 4.79086 14 7V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7ZM7 5C5.89543 5 5 5.89543 5 7V14H12V7C12 5.89543 11.1046 5 10 5H7Z\" fill=\"currentColor\"/><path d=\"M17.6402 3.7318C17.2159 3.37824 16.5853 3.43556 16.2318 3.85984C15.8782 4.28412 15.9355 4.91468 16.3598 5.26825L18.6402 7.16855C18.8682 7.35855 19 7.64 19 7.93678V14.5C19 14.7762 18.7761 15 18.5 15C18.2239 15 18 14.7762 18 14.5V11C18 10.4477 17.5523 10 17 10C16.4477 10 16 10.4477 16 11V14.5C16 15.8807 17.1193 17 18.5 17C19.8807 17 21 15.8807 21 14.5V7.93678C21 7.04644 20.6045 6.20209 19.9205 5.63211L17.6402 3.7318Z\" fill=\"currentColor\"/>",
@@ -19642,6 +19656,20 @@
19642
19656
  "packageName": "round-filled-radius-3-stroke-2",
19643
19657
  "componentName": "IconSquized"
19644
19658
  },
19659
+ {
19660
+ "category": "Sound & Music",
19661
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 10Z\" fill=\"currentColor\"/>",
19662
+ "iconName": "stable-voice, stable-volume, voice-circle, voice-control",
19663
+ "variant": {
19664
+ "join": "round",
19665
+ "filled": "on",
19666
+ "radius": "3",
19667
+ "stroke": "2"
19668
+ },
19669
+ "createdAt": "2025-12-17T14:01:43.648736+00:00",
19670
+ "packageName": "round-filled-radius-3-stroke-2",
19671
+ "componentName": "IconStableVoice"
19672
+ },
19645
19673
  {
19646
19674
  "category": "Things",
19647
19675
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 8C2 5.79086 3.79086 4 6 4H18C20.2091 4 22 5.79086 22 8V16C22 18.2091 20.2091 20 18 20H6C3.79086 20 2 18.2091 2 16V8ZM19.1919 17.6062L17.1716 15.5858C16.7965 15.2107 16.2878 15 15.7574 15H8.24264C7.71221 15 7.2035 15.2107 6.82843 15.5858L4.80805 17.6062C5.14093 17.8536 5.55337 18 6 18H18C18.4466 18 18.8591 17.8536 19.1919 17.6062Z\" fill=\"currentColor\"/>",
@@ -21882,6 +21910,20 @@
21882
21910
  "packageName": "round-filled-radius-3-stroke-2",
21883
21911
  "componentName": "IconVibeCoding"
21884
21912
  },
21913
+ {
21914
+ "category": "Code",
21915
+ "svg": "<path d=\"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z\" fill=\"currentColor\"/><path d=\"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z\" fill=\"currentColor\"/><path d=\"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z\" fill=\"currentColor\"/>",
21916
+ "iconName": "vibe-coding-2, ai, ide, syntax",
21917
+ "variant": {
21918
+ "join": "round",
21919
+ "filled": "on",
21920
+ "radius": "3",
21921
+ "stroke": "2"
21922
+ },
21923
+ "createdAt": "2025-12-16T19:02:16.049338+00:00",
21924
+ "packageName": "round-filled-radius-3-stroke-2",
21925
+ "componentName": "IconVibeCoding2"
21926
+ },
21885
21927
  {
21886
21928
  "category": "People",
21887
21929
  "svg": "<path d=\"M3.5 14.3385C4.89849 13.2381 6.68001 12.8213 8.3623 13.069L8.69727 13.1276L8.79688 13.153C9.28096 13.3029 9.58272 13.7979 9.48047 14.3053C9.37807 14.8129 8.9078 15.1528 8.40332 15.1032L8.30273 15.0876L8.06934 15.0475C6.90026 14.8756 5.67861 15.1692 4.7373 15.9098C3.75422 16.6834 3.00004 18.0064 3 19.9997C3 20.552 2.55228 20.9997 2 20.9997C1.44772 20.9997 1 20.552 1 19.9997C1.00004 17.4568 1.98743 15.529 3.5 14.3385Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.542 11.9997C21.8932 11.9999 22.8804 13.2528 22.5928 14.5505L22.5605 14.6764L21.1689 19.5495C20.9236 20.4078 20.1388 20.9995 19.2461 20.9997H7C6.44772 20.9997 6 20.552 6 19.9997C6.00009 19.4475 6.44777 18.9997 7 18.9997H10.2451L11.7275 13.8132L11.793 13.6159C12.1575 12.6502 13.0854 11.9997 14.1318 11.9997H20.542Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.56152 1.10222C9.89671 1.12529 10.1912 1.33317 10.3252 1.64128V1.63933L10.3281 1.64616C10.3313 1.65306 10.3364 1.66482 10.3438 1.68034C10.3591 1.71278 10.3837 1.76241 10.415 1.82195C10.4789 1.94332 10.5678 2.09834 10.6729 2.24577C10.7821 2.39906 10.885 2.50979 10.9668 2.57292C10.9728 2.57751 10.9794 2.5801 10.9844 2.58366C10.9865 2.58282 10.989 2.58264 10.9912 2.58171C11.0481 2.55774 11.1158 2.52091 11.1875 2.47624C11.2574 2.43268 11.3198 2.38857 11.3643 2.35515C11.3861 2.33876 11.4031 2.32506 11.4131 2.31706C11.4172 2.31381 11.4203 2.31155 11.4219 2.31023C11.757 2.02925 12.2412 2.03206 12.5723 2.30534L12.6367 2.36296L12.9102 2.6364C13.9306 3.65682 14.0454 5.27288 13.1797 6.42741L12.9004 6.79851V6.99968C12.9004 9.70588 10.7062 11.9001 8 11.9001C5.37836 11.9 3.23758 9.8407 3.10645 7.25163L3.10059 6.99968C3.10055 6.17616 3.23341 5.13031 3.70996 4.25652C4.21818 3.32489 5.12259 2.59933 6.5 2.59929C6.53111 2.59754 6.9889 2.57599 7.78223 2.30534L8.16992 2.16277C8.17173 2.16168 8.20982 2.14246 8.28027 2.08073C8.35072 2.01896 8.42595 1.93865 8.49902 1.85027C8.57081 1.76342 8.63209 1.67994 8.6748 1.61784C8.69574 1.5874 8.71177 1.56292 8.72168 1.54753C8.72658 1.53991 8.72972 1.53369 8.73145 1.53093L8.73242 1.52898C8.90744 1.24303 9.22698 1.07933 9.56152 1.10222ZM8 7.99968C8 8.27582 7.77614 8.49968 7.5 8.49968H5.28809C5.81659 9.45335 6.8323 10.0992 8 10.0993C9.16778 10.0993 10.1841 9.45342 10.7129 8.49968H9V7.49968H8V7.99968ZM9.37598 3.50847C9.21654 3.63677 9.03358 3.75638 8.83008 3.83659L8.36523 4.00847C7.33313 4.36078 6.67145 4.40007 6.5 4.40007C5.87775 4.4001 5.53182 4.67476 5.29004 5.11784C5.15249 5.37001 5.05558 5.67403 4.99219 5.99968H11.2549C11.2636 5.98661 11.2708 5.97228 11.2803 5.95964L11.7393 5.34734C12.0006 4.99885 12.0265 4.53962 11.8311 4.17155C11.616 4.27659 11.344 4.38098 11.0527 4.39812H10.8682C10.4489 4.3733 10.107 4.1836 9.86719 3.9987C9.67588 3.85115 9.51297 3.67644 9.37598 3.50847Z\" fill=\"currentColor\"/><path d=\"M16.3271 4.25945C16.7358 3.88809 17.3688 3.9183 17.7402 4.32683L17.7412 4.32878L17.7432 4.32976C17.7432 4.32976 17.7455 4.3329 17.7471 4.33464C17.7504 4.33832 17.7547 4.34357 17.7598 4.34929C17.7702 4.36105 17.7847 4.37733 17.8018 4.39714C17.8358 4.43676 17.8826 4.49264 17.9375 4.5612C18.0464 4.69735 18.1922 4.89095 18.3398 5.1198C18.4027 5.21727 18.4735 5.33188 18.5439 5.45964C18.7378 5.3719 18.9209 5.30465 19.0879 5.25456C19.3334 5.18091 19.5435 5.14192 19.7002 5.12175C19.7939 5.10971 19.888 5.10164 19.9824 5.10027C19.9858 5.10022 19.9893 5.09931 19.9922 5.09929H19.999C20.5511 5.09929 20.9997 5.54726 21 6.09929C21 6.65157 20.5523 7.09831 20 7.09831L20.001 7.09929H20.0146C20.0064 7.09979 19.9863 7.10128 19.9561 7.10515C19.8941 7.11311 19.7913 7.13086 19.6621 7.1696C19.4055 7.24659 19.0424 7.40674 18.6689 7.74284C18.3754 8.00703 17.9535 8.07343 17.5928 7.91277C17.2323 7.75198 17 7.39439 17 6.99968C16.9999 6.85814 16.8946 6.56832 16.6602 6.20476C16.5581 6.04657 16.4535 5.90831 16.375 5.81023C16.3363 5.76187 16.3048 5.72385 16.2842 5.69987C16.2741 5.6881 16.2669 5.67921 16.2627 5.67448L16.2607 5.67155L16.2588 5.67058C15.8889 5.26187 15.9191 4.63044 16.3271 4.25945Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -374,6 +374,7 @@ export type CentralIconName =
374
374
  | "IconChainLink4"
375
375
  | "IconChair"
376
376
  | "IconChairModern"
377
+ | "IconChanges"
377
378
  | "IconChargingStation"
378
379
  | "IconChart1"
379
380
  | "IconChart2"
@@ -1402,6 +1403,7 @@ export type CentralIconName =
1402
1403
  | "IconSquarePlus"
1403
1404
  | "IconSquareX"
1404
1405
  | "IconSquized"
1406
+ | "IconStableVoice"
1405
1407
  | "IconStage"
1406
1408
  | "IconStamps"
1407
1409
  | "IconStar"
@@ -1562,6 +1564,7 @@ export type CentralIconName =
1562
1564
  | "IconVerticalAlignmentLeft"
1563
1565
  | "IconVerticalAlignmentRight"
1564
1566
  | "IconVibeCoding"
1567
+ | "IconVibeCoding2"
1565
1568
  | "IconVibeCodingBird"
1566
1569
  | "IconVibeCodingStar"
1567
1570
  | "IconVideo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
3
- "version": "1.1.68",
3
+ "version": "1.1.70",
4
4
  "style": "round-filled-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1641,
14
+ "totalIcons": 1644,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -286,7 +286,7 @@
286
286
  ]
287
287
  },
288
288
  "Code": {
289
- "count": 45,
289
+ "count": 47,
290
290
  "icons": [
291
291
  "IconAnchor",
292
292
  "IconAnimation",
@@ -307,6 +307,7 @@
307
307
  "IconBranch",
308
308
  "IconBug",
309
309
  "IconBugFace",
310
+ "IconChanges",
310
311
  "IconCode",
311
312
  "IconCodeAnalyze",
312
313
  "IconCodeAssistant",
@@ -332,6 +333,7 @@
332
333
  "IconShip",
333
334
  "IconTestflight",
334
335
  "IconVibeCoding",
336
+ "IconVibeCoding2",
335
337
  "IconWebsite"
336
338
  ]
337
339
  },
@@ -1433,7 +1435,7 @@
1433
1435
  ]
1434
1436
  },
1435
1437
  "Sound & Music": {
1436
- "count": 47,
1438
+ "count": 48,
1437
1439
  "icons": [
1438
1440
  "IconAirpodLeft",
1439
1441
  "IconAirpodRight",
@@ -1470,6 +1472,7 @@
1470
1472
  "IconShuffle",
1471
1473
  "IconSkip",
1472
1474
  "IconSoundFx",
1475
+ "IconStableVoice",
1473
1476
  "IconStop",
1474
1477
  "IconStopCircle",
1475
1478
  "IconVocalMicrophone",
@@ -2206,6 +2209,7 @@
2206
2209
  "IconChainLink4": "chain-link-4",
2207
2210
  "IconChair": "chair, seat",
2208
2211
  "IconChairModern": "chair-modern, seat",
2212
+ "IconChanges": "changes, plus-inus, compare",
2209
2213
  "IconChargingStation": "charging-station, electric-current, power, e-charge",
2210
2214
  "IconChart1": "chart-1, statistics, flipchart, presentation, graph 2",
2211
2215
  "IconChart2": "chart-2, statistics, flipchart, presentation, graph",
@@ -3234,6 +3238,7 @@
3234
3238
  "IconSquarePlus": "square-plus, add",
3235
3239
  "IconSquareX": "square-x, close, x, checkbox, remove",
3236
3240
  "IconSquized": "squized, centered, aligned",
3241
+ "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3237
3242
  "IconStage": "stage, show",
3238
3243
  "IconStamps": "stamps, collection",
3239
3244
  "IconStar": "star, favorite, award",
@@ -3394,6 +3399,7 @@
3394
3399
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
3395
3400
  "IconVerticalAlignmentRight": "vertical-alignment-right",
3396
3401
  "IconVibeCoding": "vibe-coding, ai, ide, syntax",
3402
+ "IconVibeCoding2": "vibe-coding-2, ai, ide, syntax",
3397
3403
  "IconVibeCodingBird": "vibe-coding-bird, laptop, work",
3398
3404
  "IconVibeCodingStar": "vibe-coding-star, working, home-office",
3399
3405
  "IconVideo": "video, camera, movie, play",
package/index.d.ts CHANGED
@@ -373,6 +373,7 @@ export { IconChainLink3, default as IconChainLink3Default, } from "./IconChainLi
373
373
  export { IconChainLink4, default as IconChainLink4Default, } from "./IconChainLink4";
374
374
  export { IconChair, default as IconChairDefault } from "./IconChair";
375
375
  export { IconChairModern, default as IconChairModernDefault, } from "./IconChairModern";
376
+ export { IconChanges, default as IconChangesDefault } from "./IconChanges";
376
377
  export { IconChargingStation, default as IconChargingStationDefault, } from "./IconChargingStation";
377
378
  export { IconChart1, default as IconChart1Default } from "./IconChart1";
378
379
  export { IconChart2, default as IconChart2Default } from "./IconChart2";
@@ -1401,6 +1402,7 @@ export { IconSquarePlaceholderDashed, default as IconSquarePlaceholderDashedDefa
1401
1402
  export { IconSquarePlus, default as IconSquarePlusDefault, } from "./IconSquarePlus";
1402
1403
  export { IconSquareX, default as IconSquareXDefault } from "./IconSquareX";
1403
1404
  export { IconSquized, default as IconSquizedDefault } from "./IconSquized";
1405
+ export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStableVoice";
1404
1406
  export { IconStage, default as IconStageDefault } from "./IconStage";
1405
1407
  export { IconStamps, default as IconStampsDefault } from "./IconStamps";
1406
1408
  export { IconStar, default as IconStarDefault } from "./IconStar";
@@ -1561,6 +1563,7 @@ export { IconVerticalAlignmentCenter, default as IconVerticalAlignmentCenterDefa
1561
1563
  export { IconVerticalAlignmentLeft, default as IconVerticalAlignmentLeftDefault, } from "./IconVerticalAlignmentLeft";
1562
1564
  export { IconVerticalAlignmentRight, default as IconVerticalAlignmentRightDefault, } from "./IconVerticalAlignmentRight";
1563
1565
  export { IconVibeCoding, default as IconVibeCodingDefault, } from "./IconVibeCoding";
1566
+ export { IconVibeCoding2, default as IconVibeCoding2Default, } from "./IconVibeCoding2";
1564
1567
  export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
1565
1568
  export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
1566
1569
  export { IconVideo, default as IconVideoDefault } from "./IconVideo";