@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.65 → 1.1.67

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 IconCodeLarge: FC<CentralIconBaseProps>;
4
+ export default IconCodeLarge;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=f(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?d(k(r)):{},i(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>i(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconCodeLarge:()=>u,default:()=>x});module.exports=g(P);var p=C(require("react"));var m=C(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M8 6L2 12L8 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M16 6L22 12L16 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=u;0&&(module.exports={IconCodeLarge});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCodeLarge/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 IconCodeLarge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 6L2 12L8 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 6L22 12L16 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeLarge;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCodeLarge_exports","__export","IconCodeLarge","IconCodeLarge_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCodeLarge","props","React","CentralIconBase","IconCodeLarge_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var i=o=>e.createElement(t,{...o},e.createElement(n,{d:"M8 6L2 12L8 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M16 6L22 12L16 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconCodeLarge,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCodeLarge/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 IconCodeLarge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 6L2 12L8 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 6L22 12L16 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeLarge;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCodeLarge","props","React","CentralIconBase","IconCodeLarge_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCommits: FC<CentralIconBaseProps>;
4
+ export default IconCommits;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var c=(r,o,e)=>(e=r!=null?d(x(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconCommits:()=>l,default:()=>P});module.exports=h(g);var n=c(require("react"));var C=c(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>C.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),l=r=>n.default.createElement(u,{...r},n.default.createElement(s.Circle,{cx:"12",cy:"12",r:"5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M6.5 12H2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M22 12H17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconCommits});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCommits/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 IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 12H2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 12H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCommits;\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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCommits_exports","__export","IconCommits","IconCommits_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(i,{...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 a,Path as n}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(a,{cx:"12",cy:"12",r:"5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M6.5 12H2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M22 12H17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=c;export{c as IconCommits,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCommits/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 IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 12H2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 12H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCommits;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVibeCoding: FC<CentralIconBaseProps>;
4
+ export default IconVibeCoding;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var L=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)L(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of f(o))!B.call(r,C)&&C!==e&&L(r,C,{get:()=>o[C],enumerable:!(p=c(o,C))||p.enumerable});return r};var i=(r,o,e)=>(e=r!=null?m(k(r)):{},s(o||!r||!r.__esModule?L(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>s(L({},"__esModule",{value:!0}),r);var P={};I(P,{IconVibeCoding:()=>d,default:()=>x});module.exports=g(P);var n=i(require("react"));var l=i(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(a.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>n.default.createElement(u,{...r},n.default.createElement(t.Path,{d:"M11.5655 11.8602L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.43455 11.8602C9.33297 12.1243 9.12427 12.333 8.86018 12.4345L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.86018 14.5655C9.12427 14.667 9.33297 14.8757 9.43455 15.1398L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.5655 15.1398C11.667 14.8757 11.8757 14.667 12.1398 14.5655L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.1398 12.4345C11.8757 12.333 11.667 12.1243 11.5655 11.8602Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.2155 7.21018L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7845 7.21018C12.683 7.47427 12.4743 7.68297 12.2102 7.78455L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.2102 9.21545C12.4743 9.31703 12.683 9.52573 12.7845 9.78982L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2155 9.78982C14.317 9.52573 14.5257 9.31703 14.7898 9.21545L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.7898 7.78455C14.5257 7.68297 14.317 7.47427 14.2155 7.21018Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M6 7L2 12L6 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18 7L22 12L18 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=d;0&&(module.exports={IconVibeCoding});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVibeCoding/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 IconVibeCoding: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5655 11.8602L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.43455 11.8602C9.33297 12.1243 9.12427 12.333 8.86018 12.4345L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.86018 14.5655C9.12427 14.667 9.33297 14.8757 9.43455 15.1398L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.5655 15.1398C11.667 14.8757 11.8757 14.667 12.1398 14.5655L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.1398 12.4345C11.8757 12.333 11.667 12.1243 11.5655 11.8602Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2155 7.21018L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7845 7.21018C12.683 7.47427 12.4743 7.68297 12.2102 7.78455L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.2102 9.21545C12.4743 9.31703 12.683 9.52573 12.7845 9.78982L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2155 9.78982C14.317 9.52573 14.5257 9.31703 14.7898 9.21545L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.7898 7.78455C14.5257 7.68297 14.317 7.47427 14.2155 7.21018Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 7L2 12L6 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 7L22 12L18 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,moBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,moBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVibeCoding_exports","__export","IconVibeCoding","IconVibeCoding_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVibeCoding","props","React","CentralIconBase","IconVibeCoding_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import L from"react";import{Svg as p}from"react-native-svg";var C=({children:n,size:r=24,...t})=>L.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var s=n=>o.createElement(C,{...n},o.createElement(e,{d:"M11.5655 11.8602L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.43455 11.8602C9.33297 12.1243 9.12427 12.333 8.86018 12.4345L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.86018 14.5655C9.12427 14.667 9.33297 14.8757 9.43455 15.1398L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.5655 15.1398C11.667 14.8757 11.8757 14.667 12.1398 14.5655L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.1398 12.4345C11.8757 12.333 11.667 12.1243 11.5655 11.8602Z",fill:"currentColor"}),o.createElement(e,{d:"M14.2155 7.21018L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7845 7.21018C12.683 7.47427 12.4743 7.68297 12.2102 7.78455L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.2102 9.21545C12.4743 9.31703 12.683 9.52573 12.7845 9.78982L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2155 9.78982C14.317 9.52573 14.5257 9.31703 14.7898 9.21545L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.7898 7.78455C14.5257 7.68297 14.317 7.47427 14.2155 7.21018Z",fill:"currentColor"}),o.createElement(e,{d:"M6 7L2 12L6 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M18 7L22 12L18 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=s;export{s as IconVibeCoding,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVibeCoding/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 IconVibeCoding: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5655 11.8602L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.43455 11.8602C9.33297 12.1243 9.12427 12.333 8.86018 12.4345L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.86018 14.5655C9.12427 14.667 9.33297 14.8757 9.43455 15.1398L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.5655 15.1398C11.667 14.8757 11.8757 14.667 12.1398 14.5655L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.1398 12.4345C11.8757 12.333 11.667 12.1243 11.5655 11.8602Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2155 7.21018L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7845 7.21018C12.683 7.47427 12.4743 7.68297 12.2102 7.78455L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.2102 9.21545C12.4743 9.31703 12.683 9.52573 12.7845 9.78982L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2155 9.78982C14.317 9.52573 14.5257 9.31703 14.7898 9.21545L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.7898 7.78455C14.5257 7.68297 14.317 7.47427 14.2155 7.21018Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 7L2 12L6 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 7L22 12L18 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,moBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,moBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVibeCoding","props","React","CentralIconBase","IconVibeCoding_default"]}
package/README.md CHANGED
@@ -430,7 +430,9 @@ Below is a complete list of available icons:
430
430
  - IconCodeAssistant
431
431
  - IconCodeBrackets
432
432
  - IconCodeInsert
433
+ - IconCodeLarge
433
434
  - IconCodeLines
435
+ - IconCommits
434
436
  - IconConsole
435
437
  - IconConsoleSimple
436
438
  - IconConsoleSimple1
@@ -446,6 +448,7 @@ Below is a complete list of available icons:
446
448
  - IconSandbox
447
449
  - IconShip
448
450
  - IconTestflight
451
+ - IconVibeCoding
449
452
  - IconWebsite
450
453
 
451
454
  ### Communication
@@ -6636,6 +6636,20 @@
6636
6636
  "packageName": "round-outlined-radius-0-stroke-2",
6637
6637
  "componentName": "IconCodeInsert"
6638
6638
  },
6639
+ {
6640
+ "category": "Code",
6641
+ "svg": "<path d=\"M8 6L2 12L8 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 6L22 12L16 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6642
+ "iconName": "code-large, syntax, brackets",
6643
+ "variant": {
6644
+ "join": "round",
6645
+ "filled": "off",
6646
+ "radius": "0",
6647
+ "stroke": "2"
6648
+ },
6649
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
6650
+ "packageName": "round-outlined-radius-0-stroke-2",
6651
+ "componentName": "IconCodeLarge"
6652
+ },
6639
6653
  {
6640
6654
  "category": "Code",
6641
6655
  "svg": "<path d=\"M3 5H13M18 5H21M3 12H8M13 12H21M3 19H10M15 19H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -6944,6 +6958,20 @@
6944
6958
  "packageName": "round-outlined-radius-0-stroke-2",
6945
6959
  "componentName": "IconColumnWideRemove"
6946
6960
  },
6961
+ {
6962
+ "category": "Code",
6963
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 12H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 12H17.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6964
+ "iconName": "commits",
6965
+ "variant": {
6966
+ "join": "round",
6967
+ "filled": "off",
6968
+ "radius": "0",
6969
+ "stroke": "2"
6970
+ },
6971
+ "createdAt": "2025-12-15T09:02:14.753327+00:00",
6972
+ "packageName": "round-outlined-radius-0-stroke-2",
6973
+ "componentName": "IconCommits"
6974
+ },
6947
6975
  {
6948
6976
  "category": "Interface General",
6949
6977
  "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M15.5 8.5L10 10L8.5 15.5L14 14L15.5 8.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
@@ -21812,6 +21840,20 @@
21812
21840
  "packageName": "round-outlined-radius-0-stroke-2",
21813
21841
  "componentName": "IconVerticalAlignmentRight"
21814
21842
  },
21843
+ {
21844
+ "category": "Code",
21845
+ "svg": "<path d=\"M11.5655 11.8602L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.43455 11.8602C9.33297 12.1243 9.12427 12.333 8.86018 12.4345L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.86018 14.5655C9.12427 14.667 9.33297 14.8757 9.43455 15.1398L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.5655 15.1398C11.667 14.8757 11.8757 14.667 12.1398 14.5655L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.1398 12.4345C11.8757 12.333 11.667 12.1243 11.5655 11.8602Z\" fill=\"currentColor\"/><path d=\"M14.2155 7.21018L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7845 7.21018C12.683 7.47427 12.4743 7.68297 12.2102 7.78455L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.2102 9.21545C12.4743 9.31703 12.683 9.52573 12.7845 9.78982L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2155 9.78982C14.317 9.52573 14.5257 9.31703 14.7898 9.21545L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.7898 7.78455C14.5257 7.68297 14.317 7.47427 14.2155 7.21018Z\" fill=\"currentColor\"/><path d=\"M6 7L2 12L6 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 7L22 12L18 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
21846
+ "iconName": "vibe-coding, ai, ide, syntax",
21847
+ "variant": {
21848
+ "join": "round",
21849
+ "filled": "off",
21850
+ "radius": "0",
21851
+ "stroke": "2"
21852
+ },
21853
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
21854
+ "packageName": "round-outlined-radius-0-stroke-2",
21855
+ "componentName": "IconVibeCoding"
21856
+ },
21815
21857
  {
21816
21858
  "category": "People",
21817
21859
  "svg": "<path d=\"M2 20C2 15.4635 5.48364 13.4994 8.5 14.108\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 20H11M11 20H20L22 13H13L11 20Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 5C17 5 18 6.1 18 7C19 6.1 20 6.1 20 6.1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.00011 7L4.90011 6.99993V7H4.00011ZM12.0001 6.5H11.1001C11.1001 6.30527 11.1633 6.11579 11.2801 5.96L12.0001 6.5ZM12.4594 5.88767L13.1794 6.42767L13.1794 6.42767L12.4594 5.88767ZM12.2736 3.27346L11.6372 3.90985L12.2736 3.27346ZM12.0001 3L11.4209 2.31116C11.7783 2.0106 12.3063 2.03338 12.6365 2.3636L12.0001 3ZM11.0001 3.5L10.9473 2.60155L11.0001 3.5ZM9.50011 2L8.73162 1.53158C8.90651 1.24465 9.22668 1.07905 9.56191 1.10212C9.89715 1.1252 10.1916 1.33311 10.3255 1.64129L9.50011 2ZM8.50011 3L8.82998 3.83737L8.50011 3ZM4.00011 7H4.90011C4.90011 8.71208 6.28803 10.1 8.00011 10.1V11V11.9C5.29391 11.9 3.10011 9.7062 3.10011 7H4.00011ZM8.00011 11V10.1C9.71219 10.1 11.1001 8.71208 11.1001 7H12.0001H12.9001C12.9001 9.7062 10.7063 11.9 8.00011 11.9V11ZM12.0001 6.5L11.2801 5.96L11.7394 5.34767L12.4594 5.88767L13.1794 6.42767L12.7201 7.04L12.0001 6.5ZM12.2736 3.27346L11.6372 3.90985L11.3637 3.6364L12.0001 3L12.6365 2.3636L12.91 2.63706L12.2736 3.27346ZM12.0001 3C12.5793 3.68884 12.5792 3.68894 12.5791 3.68905C12.579 3.68908 12.5789 3.68919 12.5788 3.68926C12.5787 3.68941 12.5785 3.68957 12.5783 3.68973C12.5779 3.69006 12.5775 3.69042 12.577 3.6908C12.5761 3.69158 12.575 3.69247 12.5738 3.69347C12.5714 3.69548 12.5684 3.69795 12.5648 3.70085C12.5578 3.70665 12.5485 3.71419 12.5372 3.72323C12.5147 3.74126 12.4838 3.76549 12.4459 3.79395C12.371 3.85024 12.2648 3.92616 12.1394 4.00429C11.9284 4.13577 11.5128 4.3714 11.053 4.39845L11.0001 3.5L10.9473 2.60155C10.916 2.60339 10.9277 2.60825 10.991 2.58159C11.048 2.55759 11.1159 2.52123 11.1877 2.47648C11.2578 2.43281 11.3199 2.38854 11.3644 2.35509C11.3862 2.33867 11.4028 2.32565 11.4128 2.31764C11.4178 2.31365 11.4211 2.31098 11.4225 2.30981C11.4232 2.30923 11.4234 2.30904 11.4232 2.30925C11.423 2.30936 11.4228 2.30957 11.4224 2.30988C11.4222 2.31004 11.422 2.31023 11.4217 2.31044C11.4216 2.31055 11.4215 2.31066 11.4213 2.31078C11.4213 2.31084 11.4212 2.31093 11.4211 2.31096C11.421 2.31106 11.4209 2.31116 12.0001 3ZM11.0001 3.5L11.053 4.39845C10.5489 4.4281 10.1413 4.21022 9.86723 3.99883C9.59033 3.78529 9.36938 3.5183 9.2071 3.29062C9.04069 3.05715 8.90987 2.82779 8.82177 2.6604C8.77711 2.57556 8.74197 2.50384 8.71731 2.45179C8.70495 2.42571 8.69514 2.40439 8.68802 2.38865C8.68445 2.38077 8.68154 2.37428 8.67932 2.36926C8.67821 2.36675 8.67726 2.3646 8.67649 2.36284C8.6761 2.36196 8.67576 2.36118 8.67546 2.36049C8.67531 2.36014 8.67517 2.35982 8.67504 2.35952C8.67497 2.35938 8.67488 2.35917 8.67485 2.3591C8.67477 2.3589 8.67468 2.35871 9.50011 2C10.3255 1.64129 10.3255 1.64111 10.3254 1.64094C10.3254 1.64089 10.3253 1.64072 10.3252 1.64062C10.3252 1.64041 10.3251 1.64023 10.325 1.64008C10.3249 1.63976 10.3248 1.63954 10.3247 1.6394C10.3246 1.63913 10.3246 1.63921 10.3248 1.63963C10.3252 1.64046 10.3262 1.64266 10.3277 1.64611C10.3309 1.65303 10.3363 1.66494 10.344 1.68111C10.3594 1.71356 10.3832 1.76245 10.4146 1.82203C10.4785 1.94349 10.5677 2.09825 10.6729 2.24586C10.7822 2.39927 10.8846 2.51032 10.9665 2.57346C11.0511 2.63877 11.0378 2.59622 10.9473 2.60155L11.0001 3.5ZM9.50011 2C10.2686 2.46842 10.2685 2.46856 10.2684 2.4687C10.2684 2.46875 10.2683 2.46889 10.2683 2.469C10.2681 2.4692 10.268 2.46942 10.2679 2.46965C10.2676 2.4701 10.2673 2.47061 10.2669 2.47117C10.2662 2.47228 10.2654 2.4736 10.2645 2.4751C10.2626 2.47811 10.2603 2.48189 10.2575 2.4864C10.2518 2.49541 10.2443 2.50736 10.2349 2.5219C10.2162 2.55091 10.1902 2.59052 10.1576 2.63782C10.0932 2.73156 10.0003 2.85982 9.88644 2.99756C9.68902 3.23635 9.31543 3.64613 8.82998 3.83737L8.50011 3L8.17024 2.16263C8.16631 2.16418 8.20429 2.14779 8.28006 2.08141C8.35063 2.01958 8.42594 1.93918 8.49916 1.85062C8.57106 1.76366 8.63186 1.67988 8.67459 1.61775C8.69566 1.58711 8.71159 1.56283 8.72151 1.54744C8.72645 1.53976 8.72984 1.53438 8.73157 1.53161C8.73244 1.53023 8.73288 1.52951 8.7329 1.52949C8.7329 1.52948 8.7328 1.52964 8.73259 1.52999C8.73248 1.53016 8.73235 1.53038 8.73219 1.53064C8.7321 1.53078 8.73202 1.53092 8.73192 1.53108C8.73187 1.53115 8.7318 1.53128 8.73177 1.53132C8.7317 1.53145 8.73162 1.53158 9.50011 2ZM6.50011 3.5V4.4C5.87765 4.4 5.53197 4.67518 5.29017 5.11848C5.01684 5.61956 4.90006 6.32357 4.90011 6.99993L4.00011 7L3.10011 7.00007C3.10005 6.17643 3.23327 5.13044 3.70997 4.25652C4.21819 3.32482 5.12257 2.6 6.50011 2.6V3.5ZM8.50011 3L8.82998 3.83737C7.53206 4.34867 6.69607 4.4 6.50011 4.4V3.5V2.6C6.46078 2.6 7.07344 2.5947 8.17024 2.16263L8.50011 3ZM12.4594 5.88767L11.7394 5.34767C12.0678 4.90974 12.0243 4.29694 11.6372 3.90986L12.2736 3.27346L12.91 2.63706C13.9304 3.65755 14.0453 5.27312 13.1794 6.42767L12.4594 5.88767ZM12.0001 6.5H12.9001V7H12.0001H11.1001V6.5H12.0001Z\" fill=\"currentColor\"/><rect width=\"4\" height=\"2.5\" rx=\"0.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><rect width=\"3\" height=\"2.5\" rx=\"0.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
@@ -473,6 +473,7 @@ export type CentralIconName =
473
473
  | "IconCodeAssistant"
474
474
  | "IconCodeBrackets"
475
475
  | "IconCodeInsert"
476
+ | "IconCodeLarge"
476
477
  | "IconCodeLines"
477
478
  | "IconCodepen"
478
479
  | "IconCoin1"
@@ -495,6 +496,7 @@ export type CentralIconName =
495
496
  | "IconColumnWideHalfAdd"
496
497
  | "IconColumnWideHalfRemove"
497
498
  | "IconColumnWideRemove"
499
+ | "IconCommits"
498
500
  | "IconCompassRound"
499
501
  | "IconCompassSquare"
500
502
  | "IconComponents"
@@ -1557,6 +1559,7 @@ export type CentralIconName =
1557
1559
  | "IconVerticalAlignmentCenter"
1558
1560
  | "IconVerticalAlignmentLeft"
1559
1561
  | "IconVerticalAlignmentRight"
1562
+ | "IconVibeCoding"
1560
1563
  | "IconVibeCodingBird"
1561
1564
  | "IconVibeCodingStar"
1562
1565
  | "IconVideo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.65",
3
+ "version": "1.1.67",
4
4
  "style": "round-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-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": 1636,
14
+ "totalIcons": 1639,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -286,7 +286,7 @@
286
286
  ]
287
287
  },
288
288
  "Code": {
289
- "count": 41,
289
+ "count": 44,
290
290
  "icons": [
291
291
  "IconAnchor",
292
292
  "IconAnimation",
@@ -312,7 +312,9 @@
312
312
  "IconCodeAssistant",
313
313
  "IconCodeBrackets",
314
314
  "IconCodeInsert",
315
+ "IconCodeLarge",
315
316
  "IconCodeLines",
317
+ "IconCommits",
316
318
  "IconConsole",
317
319
  "IconConsoleSimple",
318
320
  "IconConsoleSimple1",
@@ -328,6 +330,7 @@
328
330
  "IconSandbox",
329
331
  "IconShip",
330
332
  "IconTestflight",
333
+ "IconVibeCoding",
331
334
  "IconWebsite"
332
335
  ]
333
336
  },
@@ -2300,6 +2303,7 @@
2300
2303
  "IconCodeAssistant": "code-assistant, vibe-coding",
2301
2304
  "IconCodeBrackets": "code-brackets",
2302
2305
  "IconCodeInsert": "code-insert",
2306
+ "IconCodeLarge": "code-large, syntax, brackets",
2303
2307
  "IconCodeLines": "code-lines",
2304
2308
  "IconCodepen": "codepen",
2305
2309
  "IconCoin1": "coin-1, credits, money",
@@ -2322,6 +2326,7 @@
2322
2326
  "IconColumnWideHalfAdd": "column-wide-half-add",
2323
2327
  "IconColumnWideHalfRemove": "column-wide-half-remove",
2324
2328
  "IconColumnWideRemove": "column-wide-remove",
2329
+ "IconCommits": "commits",
2325
2330
  "IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
2326
2331
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2327
2332
  "IconComponents": "components, figma",
@@ -3384,6 +3389,7 @@
3384
3389
  "IconVerticalAlignmentCenter": "vertical-alignment-center",
3385
3390
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
3386
3391
  "IconVerticalAlignmentRight": "vertical-alignment-right",
3392
+ "IconVibeCoding": "vibe-coding, ai, ide, syntax",
3387
3393
  "IconVibeCodingBird": "vibe-coding-bird, laptop, work",
3388
3394
  "IconVibeCodingStar": "vibe-coding-star, working, home-office",
3389
3395
  "IconVideo": "video, camera, movie, play",
package/index.d.ts CHANGED
@@ -472,6 +472,7 @@ export { IconCodeAnalyze, default as IconCodeAnalyzeDefault, } from "./IconCodeA
472
472
  export { IconCodeAssistant, default as IconCodeAssistantDefault, } from "./IconCodeAssistant";
473
473
  export { IconCodeBrackets, default as IconCodeBracketsDefault, } from "./IconCodeBrackets";
474
474
  export { IconCodeInsert, default as IconCodeInsertDefault, } from "./IconCodeInsert";
475
+ export { IconCodeLarge, default as IconCodeLargeDefault, } from "./IconCodeLarge";
475
476
  export { IconCodeLines, default as IconCodeLinesDefault, } from "./IconCodeLines";
476
477
  export { IconCodepen, default as IconCodepenDefault } from "./IconCodepen";
477
478
  export { IconCoin1, default as IconCoin1Default } from "./IconCoin1";
@@ -494,6 +495,7 @@ export { IconColumnWideHalf, default as IconColumnWideHalfDefault, } from "./Ico
494
495
  export { IconColumnWideHalfAdd, default as IconColumnWideHalfAddDefault, } from "./IconColumnWideHalfAdd";
495
496
  export { IconColumnWideHalfRemove, default as IconColumnWideHalfRemoveDefault, } from "./IconColumnWideHalfRemove";
496
497
  export { IconColumnWideRemove, default as IconColumnWideRemoveDefault, } from "./IconColumnWideRemove";
498
+ export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
497
499
  export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCompassRound";
498
500
  export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
499
501
  export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";
@@ -1556,6 +1558,7 @@ export { IconVersusCircle, default as IconVersusCircleDefault, } from "./IconVer
1556
1558
  export { IconVerticalAlignmentCenter, default as IconVerticalAlignmentCenterDefault, } from "./IconVerticalAlignmentCenter";
1557
1559
  export { IconVerticalAlignmentLeft, default as IconVerticalAlignmentLeftDefault, } from "./IconVerticalAlignmentLeft";
1558
1560
  export { IconVerticalAlignmentRight, default as IconVerticalAlignmentRightDefault, } from "./IconVerticalAlignmentRight";
1561
+ export { IconVibeCoding, default as IconVibeCodingDefault, } from "./IconVibeCoding";
1559
1562
  export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
1560
1563
  export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
1561
1564
  export { IconVideo, default as IconVideoDefault } from "./IconVideo";