@central-icons-react-native/round-filled-radius-2-stroke-1.5 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:"M18.25 3C19.7688 3 21 4.23122 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C4.23122 21 3 19.7688 3 18.25V5.75C3 4.23122 4.23122 3 5.75 3H18.25ZM9.25 15.25C8.83579 15.25 8.5 15.5858 8.5 16C8.5 16.4142 8.83579 16.75 9.25 16.75H14.75C15.1642 16.75 15.5 16.4142 15.5 16C15.5 15.5858 15.1642 15.25 14.75 15.25H9.25ZM12 7C11.5858 7 11.25 7.33579 11.25 7.75V9.75H9.25C8.83579 9.75 8.5 10.0858 8.5 10.5C8.5 10.9142 8.83579 11.25 9.25 11.25H11.25V13.25C11.25 13.6642 11.5858 14 12 14C12.4142 14 12.75 13.6642 12.75 13.25V11.25H14.75C15.1642 11.25 15.5 10.9142 15.5 10.5C15.5 10.0858 15.1642 9.75 14.75 9.75H12.75V7.75C12.75 7.33579 12.4142 7 12 7Z",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=\"M18.25 3C19.7688 3 21 4.23122 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C4.23122 21 3 19.7688 3 18.25V5.75C3 4.23122 4.23122 3 5.75 3H18.25ZM9.25 15.25C8.83579 15.25 8.5 15.5858 8.5 16C8.5 16.4142 8.83579 16.75 9.25 16.75H14.75C15.1642 16.75 15.5 16.4142 15.5 16C15.5 15.5858 15.1642 15.25 14.75 15.25H9.25ZM12 7C11.5858 7 11.25 7.33579 11.25 7.75V9.75H9.25C8.83579 9.75 8.5 10.0858 8.5 10.5C8.5 10.9142 8.83579 11.25 9.25 11.25H11.25V13.25C11.25 13.6642 11.5858 14 12 14C12.4142 14 12.75 13.6642 12.75 13.25V11.25H14.75C15.1642 11.25 15.5 10.9142 15.5 10.5C15.5 10.0858 15.1642 9.75 14.75 9.75H12.75V7.75C12.75 7.33579 12.4142 7 12 7Z\"\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,qoBACF,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:"M18.25 3C19.7688 3 21 4.23122 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C4.23122 21 3 19.7688 3 18.25V5.75C3 4.23122 4.23122 3 5.75 3H18.25ZM9.25 15.25C8.83579 15.25 8.5 15.5858 8.5 16C8.5 16.4142 8.83579 16.75 9.25 16.75H14.75C15.1642 16.75 15.5 16.4142 15.5 16C15.5 15.5858 15.1642 15.25 14.75 15.25H9.25ZM12 7C11.5858 7 11.25 7.33579 11.25 7.75V9.75H9.25C8.83579 9.75 8.5 10.0858 8.5 10.5C8.5 10.9142 8.83579 11.25 9.25 11.25H11.25V13.25C11.25 13.6642 11.5858 14 12 14C12.4142 14 12.75 13.6642 12.75 13.25V11.25H14.75C15.1642 11.25 15.5 10.9142 15.5 10.5C15.5 10.0858 15.1642 9.75 14.75 9.75H12.75V7.75C12.75 7.33579 12.4142 7 12 7Z",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=\"M18.25 3C19.7688 3 21 4.23122 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C4.23122 21 3 19.7688 3 18.25V5.75C3 4.23122 4.23122 3 5.75 3H18.25ZM9.25 15.25C8.83579 15.25 8.5 15.5858 8.5 16C8.5 16.4142 8.83579 16.75 9.25 16.75H14.75C15.1642 16.75 15.5 16.4142 15.5 16C15.5 15.5858 15.1642 15.25 14.75 15.25H9.25ZM12 7C11.5858 7 11.25 7.33579 11.25 7.75V9.75H9.25C8.83579 9.75 8.5 10.0858 8.5 10.5C8.5 10.9142 8.83579 11.25 9.25 11.25H11.25V13.25C11.25 13.6642 11.5858 14 12 14C12.4142 14 12.75 13.6642 12.75 13.25V11.25H14.75C15.1642 11.25 15.5 10.9142 15.5 10.5C15.5 10.0858 15.1642 9.75 14.75 9.75H12.75V7.75C12.75 7.33579 12.4142 7 12 7Z\"\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,qoBACF,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.25 7C9.83579 7 9.5 7.33579 9.5 7.75V16.25C9.5 16.6642 9.83579 17 10.25 17C10.6642 17 11 16.6642 11 16.25V7.75C11 7.33579 10.6642 7 10.25 7ZM13.75 9C13.3358 9 13 9.33579 13 9.75V14.25C13 14.6642 13.3358 15 13.75 15C14.1642 15 14.5 14.6642 14.5 14.25V9.75C14.5 9.33579 14.1642 9 13.75 9ZM6.75 10C6.33579 10 6 10.3358 6 10.75V13.25C6 13.6642 6.33579 14 6.75 14C7.16421 14 7.5 13.6642 7.5 13.25V10.75C7.5 10.3358 7.16421 10 6.75 10ZM17.25 10C16.8358 10 16.5 10.3358 16.5 10.75V13.25C16.5 13.6642 16.8358 14 17.25 14C17.6642 14 18 13.6642 18 13.25V10.75C18 10.3358 17.6642 10 17.25 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.25 7C9.83579 7 9.5 7.33579 9.5 7.75V16.25C9.5 16.6642 9.83579 17 10.25 17C10.6642 17 11 16.6642 11 16.25V7.75C11 7.33579 10.6642 7 10.25 7ZM13.75 9C13.3358 9 13 9.33579 13 9.75V14.25C13 14.6642 13.3358 15 13.75 15C14.1642 15 14.5 14.6642 14.5 14.25V9.75C14.5 9.33579 14.1642 9 13.75 9ZM6.75 10C6.33579 10 6 10.3358 6 10.75V13.25C6 13.6642 6.33579 14 6.75 14C7.16421 14 7.5 13.6642 7.5 13.25V10.75C7.5 10.3358 7.16421 10 6.75 10ZM17.25 10C16.8358 10 16.5 10.3358 16.5 10.75V13.25C16.5 13.6642 16.8358 14 17.25 14C17.6642 14 18 13.6642 18 13.25V10.75C18 10.3358 17.6642 10 17.25 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,2rBACF,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.25 7C9.83579 7 9.5 7.33579 9.5 7.75V16.25C9.5 16.6642 9.83579 17 10.25 17C10.6642 17 11 16.6642 11 16.25V7.75C11 7.33579 10.6642 7 10.25 7ZM13.75 9C13.3358 9 13 9.33579 13 9.75V14.25C13 14.6642 13.3358 15 13.75 15C14.1642 15 14.5 14.6642 14.5 14.25V9.75C14.5 9.33579 14.1642 9 13.75 9ZM6.75 10C6.33579 10 6 10.3358 6 10.75V13.25C6 13.6642 6.33579 14 6.75 14C7.16421 14 7.5 13.6642 7.5 13.25V10.75C7.5 10.3358 7.16421 10 6.75 10ZM17.25 10C16.8358 10 16.5 10.3358 16.5 10.75V13.25C16.5 13.6642 16.8358 14 17.25 14C17.6642 14 18 13.6642 18 13.25V10.75C18 10.3358 17.6642 10 17.25 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.25 7C9.83579 7 9.5 7.33579 9.5 7.75V16.25C9.5 16.6642 9.83579 17 10.25 17C10.6642 17 11 16.6642 11 16.25V7.75C11 7.33579 10.6642 7 10.25 7ZM13.75 9C13.3358 9 13 9.33579 13 9.75V14.25C13 14.6642 13.3358 15 13.75 15C14.1642 15 14.5 14.6642 14.5 14.25V9.75C14.5 9.33579 14.1642 9 13.75 9ZM6.75 10C6.33579 10 6 10.3358 6 10.75V13.25C6 13.6642 6.33579 14 6.75 14C7.16421 14 7.5 13.6642 7.5 13.25V10.75C7.5 10.3358 7.16421 10 6.75 10ZM17.25 10C16.8358 10 16.5 10.3358 16.5 10.75V13.25C16.5 13.6642 16.8358 14 17.25 14C17.6642 14 18 13.6642 18 13.25V10.75C18 10.3358 17.6642 10 17.25 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,2rBACF,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.71967 4.21973C9.01257 3.92686 9.48733 3.92684 9.78022 4.21973C10.0731 4.51261 10.0731 4.98739 9.78022 5.28027L3.06049 12L9.78022 18.7197C10.0731 19.0126 10.0731 19.4874 9.78022 19.7803C9.48733 20.0732 9.01257 20.0731 8.71967 19.7803L1.46967 12.5303C1.17678 12.2374 1.17678 11.7626 1.46967 11.4697L8.71967 4.21973Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M21.4697 11.4697C21.7626 11.1769 22.2373 11.1768 22.5302 11.4697C22.8231 11.7626 22.8231 12.2374 22.5302 12.5303L15.2802 19.7803C14.9873 20.0732 14.5126 20.0731 14.2197 19.7803C13.9268 19.4874 13.9268 19.0126 14.2197 18.7197L21.4697 11.4697Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M16.9999 3C17.2409 3.00002 17.4574 3.14821 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.6582 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 20.9999 6.75908 20.9999 7C20.9999 7.24092 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.3418 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 16.9999 11C16.759 11 16.5425 10.8518 16.456 10.627L15.7597 8.81445C15.6581 8.55057 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 12.9999 7.24095 12.9999 7C12.9999 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6581 5.44943 15.7597 5.18555L16.456 3.37305C16.5425 3.14821 16.759 3 16.9999 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.71967 4.21973C9.01257 3.92686 9.48733 3.92684 9.78022 4.21973C10.0731 4.51261 10.0731 4.98739 9.78022 5.28027L3.06049 12L9.78022 18.7197C10.0731 19.0126 10.0731 19.4874 9.78022 19.7803C9.48733 20.0732 9.01257 20.0731 8.71967 19.7803L1.46967 12.5303C1.17678 12.2374 1.17678 11.7626 1.46967 11.4697L8.71967 4.21973Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4697 11.4697C21.7626 11.1769 22.2373 11.1768 22.5302 11.4697C22.8231 11.7626 22.8231 12.2374 22.5302 12.5303L15.2802 19.7803C14.9873 20.0732 14.5126 20.0731 14.2197 19.7803C13.9268 19.4874 13.9268 19.0126 14.2197 18.7197L21.4697 11.4697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.9999 3C17.2409 3.00002 17.4574 3.14821 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.6582 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 20.9999 6.75908 20.9999 7C20.9999 7.24092 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.3418 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 16.9999 11C16.759 11 16.5425 10.8518 16.456 10.627L15.7597 8.81445C15.6581 8.55057 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 12.9999 7.24095 12.9999 7C12.9999 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6581 5.44943 15.7597 5.18555L16.456 3.37305C16.5425 3.14821 16.759 3 16.9999 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,+TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6pBACF,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.71967 4.21973C9.01257 3.92686 9.48733 3.92684 9.78022 4.21973C10.0731 4.51261 10.0731 4.98739 9.78022 5.28027L3.06049 12L9.78022 18.7197C10.0731 19.0126 10.0731 19.4874 9.78022 19.7803C9.48733 20.0732 9.01257 20.0731 8.71967 19.7803L1.46967 12.5303C1.17678 12.2374 1.17678 11.7626 1.46967 11.4697L8.71967 4.21973Z",fill:"currentColor"}),o.createElement(n,{d:"M21.4697 11.4697C21.7626 11.1769 22.2373 11.1768 22.5302 11.4697C22.8231 11.7626 22.8231 12.2374 22.5302 12.5303L15.2802 19.7803C14.9873 20.0732 14.5126 20.0731 14.2197 19.7803C13.9268 19.4874 13.9268 19.0126 14.2197 18.7197L21.4697 11.4697Z",fill:"currentColor"}),o.createElement(n,{d:"M16.9999 3C17.2409 3.00002 17.4574 3.14821 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.6582 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 20.9999 6.75908 20.9999 7C20.9999 7.24092 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.3418 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 16.9999 11C16.759 11 16.5425 10.8518 16.456 10.627L15.7597 8.81445C15.6581 8.55057 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 12.9999 7.24095 12.9999 7C12.9999 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6581 5.44943 15.7597 5.18555L16.456 3.37305C16.5425 3.14821 16.759 3 16.9999 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.71967 4.21973C9.01257 3.92686 9.48733 3.92684 9.78022 4.21973C10.0731 4.51261 10.0731 4.98739 9.78022 5.28027L3.06049 12L9.78022 18.7197C10.0731 19.0126 10.0731 19.4874 9.78022 19.7803C9.48733 20.0732 9.01257 20.0731 8.71967 19.7803L1.46967 12.5303C1.17678 12.2374 1.17678 11.7626 1.46967 11.4697L8.71967 4.21973Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4697 11.4697C21.7626 11.1769 22.2373 11.1768 22.5302 11.4697C22.8231 11.7626 22.8231 12.2374 22.5302 12.5303L15.2802 19.7803C14.9873 20.0732 14.5126 20.0731 14.2197 19.7803C13.9268 19.4874 13.9268 19.0126 14.2197 18.7197L21.4697 11.4697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.9999 3C17.2409 3.00002 17.4574 3.14821 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.6582 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 20.9999 6.75908 20.9999 7C20.9999 7.24092 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.3418 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 16.9999 11C16.759 11 16.5425 10.8518 16.456 10.627L15.7597 8.81445C15.6581 8.55057 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 12.9999 7.24095 12.9999 7C12.9999 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6581 5.44943 15.7597 5.18555L16.456 3.37305C16.5425 3.14821 16.759 3 16.9999 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,+TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6pBACF,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-2-stroke-1.5",
5251
5251
  "componentName": "IconChairModern"
5252
5252
  },
5253
+ {
5254
+ "category": "Code",
5255
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.25 3C19.7688 3 21 4.23122 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C4.23122 21 3 19.7688 3 18.25V5.75C3 4.23122 4.23122 3 5.75 3H18.25ZM9.25 15.25C8.83579 15.25 8.5 15.5858 8.5 16C8.5 16.4142 8.83579 16.75 9.25 16.75H14.75C15.1642 16.75 15.5 16.4142 15.5 16C15.5 15.5858 15.1642 15.25 14.75 15.25H9.25ZM12 7C11.5858 7 11.25 7.33579 11.25 7.75V9.75H9.25C8.83579 9.75 8.5 10.0858 8.5 10.5C8.5 10.9142 8.83579 11.25 9.25 11.25H11.25V13.25C11.25 13.6642 11.5858 14 12 14C12.4142 14 12.75 13.6642 12.75 13.25V11.25H14.75C15.1642 11.25 15.5 10.9142 15.5 10.5C15.5 10.0858 15.1642 9.75 14.75 9.75H12.75V7.75C12.75 7.33579 12.4142 7 12 7Z\" fill=\"currentColor\"/>",
5256
+ "iconName": "changes, plus-inus, compare",
5257
+ "variant": {
5258
+ "join": "round",
5259
+ "filled": "on",
5260
+ "radius": "2",
5261
+ "stroke": "1.5"
5262
+ },
5263
+ "createdAt": "2025-12-17T14:01:43.648736+00:00",
5264
+ "packageName": "round-filled-radius-2-stroke-1.5",
5265
+ "componentName": "IconChanges"
5266
+ },
5253
5267
  {
5254
5268
  "category": "Nature & Energy",
5255
5269
  "svg": "<path d=\"M8.59206 6.65363C8.83448 6.35059 9.31469 6.52592 9.31469 6.91746V8.66673H10.4918C10.8355 8.66673 11.0247 9.07516 10.8071 9.34719L8.4079 12.3464C8.16547 12.6494 7.68526 12.4741 7.68526 12.0825V10.3333H6.5081C6.16445 10.3333 5.97521 9.92484 6.19283 9.65281L8.59206 6.65363Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.75C3 4.23122 4.23122 3 5.75 3H11.25C12.7688 3 14 4.23122 14 5.75V19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V5.75ZM5.75 4.5C5.05964 4.5 4.5 5.05964 4.5 5.75V14H12.5V5.75C12.5 5.05964 11.9404 4.5 11.25 4.5H5.75Z\" fill=\"currentColor\"/><path d=\"M16.6738 4.26988C16.939 3.95167 17.4119 3.90868 17.7301 4.17385L19.6507 5.77431C20.5057 6.48679 21 7.54222 21 8.65514V14.5C21 15.8807 19.8807 17 18.5 17C17.1193 17 16 15.8807 16 14.5V10.75C16 10.3358 16.3358 10 16.75 10C17.1642 10 17.5 10.3358 17.5 10.75V14.5C17.5 15.0523 17.9477 15.5 18.5 15.5C19.0523 15.5 19.5 15.0523 19.5 14.5V8.65514C19.5 7.98739 19.2034 7.35413 18.6904 6.92665L16.7699 5.32618C16.4517 5.06101 16.4087 4.58809 16.6738 4.26988Z\" fill=\"currentColor\"/>",
@@ -19642,6 +19656,20 @@
19642
19656
  "packageName": "round-filled-radius-2-stroke-1.5",
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.25 7C9.83579 7 9.5 7.33579 9.5 7.75V16.25C9.5 16.6642 9.83579 17 10.25 17C10.6642 17 11 16.6642 11 16.25V7.75C11 7.33579 10.6642 7 10.25 7ZM13.75 9C13.3358 9 13 9.33579 13 9.75V14.25C13 14.6642 13.3358 15 13.75 15C14.1642 15 14.5 14.6642 14.5 14.25V9.75C14.5 9.33579 14.1642 9 13.75 9ZM6.75 10C6.33579 10 6 10.3358 6 10.75V13.25C6 13.6642 6.33579 14 6.75 14C7.16421 14 7.5 13.6642 7.5 13.25V10.75C7.5 10.3358 7.16421 10 6.75 10ZM17.25 10C16.8358 10 16.5 10.3358 16.5 10.75V13.25C16.5 13.6642 16.8358 14 17.25 14C17.6642 14 18 13.6642 18 13.25V10.75C18 10.3358 17.6642 10 17.25 10Z\" fill=\"currentColor\"/>",
19662
+ "iconName": "stable-voice, stable-volume, voice-circle, voice-control",
19663
+ "variant": {
19664
+ "join": "round",
19665
+ "filled": "on",
19666
+ "radius": "2",
19667
+ "stroke": "1.5"
19668
+ },
19669
+ "createdAt": "2025-12-17T14:01:43.648736+00:00",
19670
+ "packageName": "round-filled-radius-2-stroke-1.5",
19671
+ "componentName": "IconStableVoice"
19672
+ },
19645
19673
  {
19646
19674
  "category": "Things",
19647
19675
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 6.75C2 5.23122 3.23122 4 4.75 4H19.25C20.7688 4 22 5.23122 22 6.75V17.25C22 18.7688 20.7688 20 19.25 20H4.75C3.23122 20 2 18.7688 2 17.25V6.75ZM20.1028 18.164L17.8009 15.8655C17.5666 15.6314 17.2489 15.5 16.9177 15.5H7.07843C6.74691 15.5 6.42896 15.6317 6.19454 15.8661L3.89696 18.1637C4.12033 18.3723 4.42025 18.5 4.75 18.5H19.25C19.5796 18.5 19.8794 18.3724 20.1028 18.164Z\" fill=\"currentColor\"/>",
@@ -21882,6 +21910,20 @@
21882
21910
  "packageName": "round-filled-radius-2-stroke-1.5",
21883
21911
  "componentName": "IconVibeCoding"
21884
21912
  },
21913
+ {
21914
+ "category": "Code",
21915
+ "svg": "<path d=\"M8.71967 4.21973C9.01257 3.92686 9.48733 3.92684 9.78022 4.21973C10.0731 4.51261 10.0731 4.98739 9.78022 5.28027L3.06049 12L9.78022 18.7197C10.0731 19.0126 10.0731 19.4874 9.78022 19.7803C9.48733 20.0732 9.01257 20.0731 8.71967 19.7803L1.46967 12.5303C1.17678 12.2374 1.17678 11.7626 1.46967 11.4697L8.71967 4.21973Z\" fill=\"currentColor\"/><path d=\"M21.4697 11.4697C21.7626 11.1769 22.2373 11.1768 22.5302 11.4697C22.8231 11.7626 22.8231 12.2374 22.5302 12.5303L15.2802 19.7803C14.9873 20.0732 14.5126 20.0731 14.2197 19.7803C13.9268 19.4874 13.9268 19.0126 14.2197 18.7197L21.4697 11.4697Z\" fill=\"currentColor\"/><path d=\"M16.9999 3C17.2409 3.00002 17.4574 3.14821 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.6582 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 20.9999 6.75908 20.9999 7C20.9999 7.24092 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.3418 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 16.9999 11C16.759 11 16.5425 10.8518 16.456 10.627L15.7597 8.81445C15.6581 8.55057 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 12.9999 7.24095 12.9999 7C12.9999 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6581 5.44943 15.7597 5.18555L16.456 3.37305C16.5425 3.14821 16.759 3 16.9999 3Z\" fill=\"currentColor\"/>",
21916
+ "iconName": "vibe-coding-2, ai, ide, syntax",
21917
+ "variant": {
21918
+ "join": "round",
21919
+ "filled": "on",
21920
+ "radius": "2",
21921
+ "stroke": "1.5"
21922
+ },
21923
+ "createdAt": "2025-12-16T19:02:16.049338+00:00",
21924
+ "packageName": "round-filled-radius-2-stroke-1.5",
21925
+ "componentName": "IconVibeCoding2"
21926
+ },
21885
21927
  {
21886
21928
  "category": "People",
21887
21929
  "svg": "<path d=\"M3.45703 14.6475C4.91916 13.4929 6.81221 13.101 8.56152 13.4551C8.96731 13.5374 9.22959 13.933 9.14746 14.3389C9.06509 14.7446 8.66948 15.0069 8.26367 14.9248C6.92131 14.6531 5.48285 14.9588 4.38672 15.8242C3.30608 16.6777 2.5 18.1232 2.5 20.251C2.49952 20.6648 2.16391 21.001 1.75 21.001C1.33609 21.001 1.00048 20.6648 1 20.251C1 17.713 1.97966 15.8142 3.45703 14.6475Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9258 12.2998C22.0148 12.3 22.8206 13.2767 22.6553 14.3194L22.6084 14.5293L21.1279 19.7295C20.9137 20.4812 20.2269 20.9999 19.4453 21H6.75C6.33585 21 6.00011 20.6642 6 20.25C6.00002 19.8358 6.3358 19.5 6.75 19.5H10.1338L11.7188 13.9336L11.7773 13.7559C12.105 12.886 12.9404 12.2998 13.8828 12.2998H20.9258Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.07812 1.59182C9.38054 1.42674 9.74961 1.49079 9.97949 1.73147L10.0693 1.84573C10.3222 2.24106 10.5837 2.40447 10.7783 2.44827C10.9284 2.48195 11.1353 2.46669 11.3994 2.28128L11.5166 2.19143C11.7776 1.97125 12.1478 1.95815 12.4209 2.14358L12.5312 2.23538C13.2539 2.96068 13.5937 3.75968 13.5391 4.61428C13.4925 5.34002 13.1653 6.00751 12.75 6.60452V6.87893C12.7498 9.56268 10.5812 11.743 7.90039 11.7432C5.30322 11.7432 3.18652 9.69686 3.05664 7.12893L3.0498 6.87893C3.04975 6.04643 3.18465 5.00383 3.65332 4.14163C4.14807 3.23151 5.02153 2.52843 6.3623 2.52835C6.79721 2.52835 7.44544 2.32618 8.05957 2.07132C8.35035 1.95063 8.60762 1.82945 8.79199 1.73831C8.88387 1.69289 8.95752 1.6557 9.00684 1.62991C9.03147 1.61703 9.05045 1.60706 9.0625 1.60061C9.06832 1.5975 9.07258 1.59519 9.0752 1.59378L9.07812 1.59182ZM8 8.00003C8 8.27617 7.77614 8.50003 7.5 8.50003H4.96484C5.53559 9.53957 6.63699 10.2432 7.90039 10.2432C9.16362 10.2431 10.2644 9.53945 10.835 8.50003H9.5C9.22386 8.50003 9 8.27617 9 8.00003V7.50003H8V8.00003ZM9.23047 3.19046C9.05866 3.27161 8.85632 3.36511 8.63477 3.45706C8.0098 3.71643 7.12041 4.02835 6.3623 4.02835C5.65343 4.02842 5.24565 4.35443 4.97168 4.85842C4.79444 5.18451 4.68069 5.58258 4.61621 6.00003H11.3457L11.3994 5.91507C11.8155 5.35833 12.0173 4.90294 12.042 4.51858C12.0566 4.29095 12.0106 4.03891 11.835 3.751C11.3947 3.95291 10.9241 4.01753 10.4502 3.91116C9.97605 3.80471 9.56864 3.54174 9.23047 3.19046Z\" fill=\"currentColor\"/><path d=\"M16.5059 4.43557C16.7981 4.17997 17.2328 4.19197 17.5107 4.4512L17.5645 4.50589L17.7871 4.77249C18.0986 5.1638 18.3541 5.57334 18.5615 6.01174C19.116 5.7498 19.7094 5.52624 20.3516 5.39651C20.7575 5.31452 21.1533 5.57745 21.2354 5.98342C21.3171 6.38926 21.0543 6.78425 20.6484 6.86624C20.1045 6.97613 19.5841 7.17835 19.0576 7.43753L18.5283 7.71389C18.3307 7.82262 18.0939 7.83663 17.8848 7.75198C17.7021 7.67785 17.5573 7.53524 17.4795 7.35647L17.4502 7.27737C17.2727 6.70103 17.0028 6.19528 16.6113 5.70413L16.4355 5.49417L16.3877 5.43362C16.1677 5.12376 16.2138 4.69124 16.5059 4.43557Z\" 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-2-stroke-1.5",
3
- "version": "1.1.68",
3
+ "version": "1.1.70",
4
4
  "style": "round-filled-radius-2-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1.5/IconHome';",
@@ -11,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";