@central-icons-react-native/square-outlined-radius-0-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 d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of h(o))!I.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(a=f(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?d(B(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),k=r=>C(p({},"__esModule",{value:!0}),r);var P={};g(P,{IconChanges:()=>u,default:()=>x});module.exports=k(P);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(s.Path,{d:"M8.5 10H15.5M12 6.5V13.5",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M8.5 16L15.5 16",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M20 20V4H4V20H20Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),x=u;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 d=\"M8.5 10H15.5M12 6.5V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M8.5 16L15.5 16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M20 20V4H4V20H20Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\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,EAAE,2BACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChE,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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 o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M8.5 10H15.5M12 6.5V13.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M8.5 16L15.5 16",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M20 20V4H4V20H20Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),I=C;export{C as IconChanges,I 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 d=\"M8.5 10H15.5M12 6.5V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M8.5 16L15.5 16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M20 20V4H4V20H20Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\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,EAAE,2BACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChEG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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 p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(l=k(o,s))||l.enumerable});return r};var c=(r,o,t)=>(t=r!=null?u(h(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var g={};B(g,{IconStableVoice:()=>d,default:()=>P});module.exports=I(g);var e=c(require("react"));var i=c(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...t})=>i.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),d=r=>e.default.createElement(a,{...r},e.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M7 10V14",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M10.3281 7V17",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M13.6602 9V15",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M17 10V14",stroke:"currentColor",strokeWidth:"2"})),P=d;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M7 10V14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M10.3281 7V17\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M13.6602 9V15\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M17 10V14\" stroke=\"currentColor\" strokeWidth=\"2\" />\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,EAA6B,4BAEhBC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAI,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAI,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,CAC5D,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(l,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as C,Path as t}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(C,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M7 10V14",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M10.3281 7V17",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M13.6602 9V15",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M17 10V14",stroke:"currentColor",strokeWidth:"2"})),B=c;export{c as IconStableVoice,B 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M7 10V14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M10.3281 7V17\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M13.6602 9V15\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M17 10V14\" stroke=\"currentColor\" strokeWidth=\"2\" />\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAI,EAC9DG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAI,EAC9DG,EAAA,cAACH,EAAA,CAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,CAC5D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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 f=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?f(B(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>C(p({},"__esModule",{value:!0}),r);var h={};g(h,{IconVibeCoding2:()=>c,default:()=>P});module.exports=x(h);var n=a(require("react"));var m=a(require("react")),i=require("react-native-svg"),L=({children:r,size:o=24,...t})=>m.default.createElement(i.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(s.Path,{d:"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z",fill:"currentColor"}),n.default.createElement(s.Path,{d:"M9.5 4.5L2 11.72L9.5 19.5",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M22 11.72L14.5 19.4998",stroke:"currentColor",strokeWidth:"2"})),P=c;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=\"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 4.5L2 11.72L9.5 19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M22 11.72L14.5 19.4998\" stroke=\"currentColor\" strokeWidth=\"2\" />\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,8FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAI,CACzE,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 s from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z",fill:"currentColor"}),o.createElement(e,{d:"M9.5 4.5L2 11.72L9.5 19.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M22 11.72L14.5 19.4998",stroke:"currentColor",strokeWidth:"2"})),I=C;export{C as IconVibeCoding2,I 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=\"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 4.5L2 11.72L9.5 19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M22 11.72L14.5 19.4998\" stroke=\"currentColor\" strokeWidth=\"2\" />\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,8FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAI,CACzE,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": "square-outlined-radius-0-stroke-2",
5251
5251
  "componentName": "IconChairModern"
5252
5252
  },
5253
+ {
5254
+ "category": "Code",
5255
+ "svg": "<path d=\"M8.5 10H15.5M12 6.5V13.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8.5 16L15.5 16\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M20 20V4H4V20H20Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
5256
+ "iconName": "changes, plus-inus, compare",
5257
+ "variant": {
5258
+ "join": "square",
5259
+ "filled": "off",
5260
+ "radius": "0",
5261
+ "stroke": "2"
5262
+ },
5263
+ "createdAt": "2025-12-17T14:01:43.648736+00:00",
5264
+ "packageName": "square-outlined-radius-0-stroke-2",
5265
+ "componentName": "IconChanges"
5266
+ },
5253
5267
  {
5254
5268
  "category": "Nature & Energy",
5255
5269
  "svg": "<path d=\"M13 15V4H4V15M13 15V20H4V15M13 15H4\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M4 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M17 11V16H20V7L17 4.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M9.21429 6.28577L6 10.2143H7.78571V12.7143L11 8.78577H9.21429V6.28577Z\" fill=\"currentColor\"/>",
@@ -19642,6 +19656,20 @@
19642
19656
  "packageName": "square-outlined-radius-0-stroke-2",
19643
19657
  "componentName": "IconSquized"
19644
19658
  },
19659
+ {
19660
+ "category": "Sound & Music",
19661
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7 10V14\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M10.3281 7V17\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M13.6602 9V15\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M17 10V14\" stroke=\"currentColor\" stroke-width=\"2\"/>",
19662
+ "iconName": "stable-voice, stable-volume, voice-circle, voice-control",
19663
+ "variant": {
19664
+ "join": "square",
19665
+ "filled": "off",
19666
+ "radius": "0",
19667
+ "stroke": "2"
19668
+ },
19669
+ "createdAt": "2025-12-17T14:01:43.648736+00:00",
19670
+ "packageName": "square-outlined-radius-0-stroke-2",
19671
+ "componentName": "IconStableVoice"
19672
+ },
19645
19673
  {
19646
19674
  "category": "Things",
19647
19675
  "svg": "<path d=\"M21 5H3V19H21V5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M4 17L7 14H17L20 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -21882,6 +21910,20 @@
21882
21910
  "packageName": "square-outlined-radius-0-stroke-2",
21883
21911
  "componentName": "IconVibeCoding"
21884
21912
  },
21913
+ {
21914
+ "category": "Code",
21915
+ "svg": "<path d=\"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z\" fill=\"currentColor\"/><path d=\"M9.5 4.5L2 11.72L9.5 19.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M22 11.72L14.5 19.4998\" stroke=\"currentColor\" stroke-width=\"2\"/>",
21916
+ "iconName": "vibe-coding-2, ai, ide, syntax",
21917
+ "variant": {
21918
+ "join": "square",
21919
+ "filled": "off",
21920
+ "radius": "0",
21921
+ "stroke": "2"
21922
+ },
21923
+ "createdAt": "2025-12-16T19:02:16.049338+00:00",
21924
+ "packageName": "square-outlined-radius-0-stroke-2",
21925
+ "componentName": "IconVibeCoding2"
21926
+ },
21885
21927
  {
21886
21928
  "category": "People",
21887
21929
  "svg": "<path d=\"M2 20C2 15.4635 5.48364 13.4994 8.5 14.108\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M7 20H11M11 20H20L22 13H13L11 20Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M17 5C17.4728 5.6131 17.7973 6.25322 18 7C18.6326 6.60534 19.2848 6.31003 20 6.1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M8.00186 11C5.79272 11 4.00186 9.20914 4.00186 7C4.00175 5.5 4.50186 3.5 6.50186 3.5C7.66587 3.5 9.50175 2.5 9.50175 2.5C10.1335 3.48416 11.0988 3.75934 12.0019 3C13.1801 4.17824 12.8808 5.32809 12.0019 6.5V7C12.0019 9.20914 10.211 11 8.00186 11Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"/><rect width=\"4\" height=\"2.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"currentColor\"/><path d=\"M9.5 6.75H7.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.68",
3
+ "version": "1.1.70",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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";