@central-icons-react-native/round-outlined-radius-1-stroke-1.5 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.25 5.75L2 12L8.25 18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M15.75 5.75L22 12L15.75 18.25",stroke:"currentColor",strokeWidth:"1.5",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.25 5.75L2 12L8.25 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 5.75L22 12L15.75 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,6BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gCACF,OAAO,eACP,YAAY,MACZ,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.25 5.75L2 12L8.25 18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M15.75 5.75L22 12L15.75 18.25",stroke:"currentColor",strokeWidth:"1.5",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.25 5.75L2 12L8.25 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 5.75L22 12L15.75 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,6BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gCACF,OAAO,eACP,YAAY,MACZ,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 s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!B.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(a=f(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?d(x(r)):{},c(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>c(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconCommits:()=>u,default:()=>P});module.exports=h(g);var n=C(require("react"));var m=C(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 p=require("react-native-svg"),u=r=>n.default.createElement(l,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"5.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(p.Path,{d:"M6.5 12H1.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(p.Path,{d:"M22.25 12H17.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),P=u;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.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M6.5 12H1.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M22.25 12H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 s from"react";import{Svg as a}from"react-native-svg";var e=({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{Circle as c,Path as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(c,{cx:"12",cy:"12",r:"5.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(n,{d:"M6.5 12H1.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(n,{d:"M22.25 12H17.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"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.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M6.5 12H1.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M22.25 12H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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.6053 11.9639L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.39466 11.9639C9.31848 12.162 9.16195 12.3185 8.96389 12.3947L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.96388 14.6053C9.16195 14.6815 9.31848 14.838 9.39466 15.0361L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.6053 15.0361C11.6815 14.838 11.838 14.6815 12.0361 14.6053L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.0361 12.3947C11.838 12.3185 11.6815 12.162 11.6053 11.9639Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.2553 7.31388L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7447 7.31388C12.6685 7.51195 12.512 7.66848 12.3139 7.74466L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.3139 9.25534C12.512 9.33152 12.6685 9.48805 12.7447 9.68612L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2553 9.68612C14.3315 9.48805 14.488 9.33152 14.6861 9.25534L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.6861 7.74466C14.488 7.66848 14.3315 7.51195 14.2553 7.31388Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M6.25 6.75L2 12L6.25 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M17.75 6.75L22 12L17.75 17.25",stroke:"currentColor",strokeWidth:"1.5",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.6053 11.9639L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.39466 11.9639C9.31848 12.162 9.16195 12.3185 8.96389 12.3947L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.96388 14.6053C9.16195 14.6815 9.31848 14.838 9.39466 15.0361L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.6053 15.0361C11.6815 14.838 11.838 14.6815 12.0361 14.6053L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.0361 12.3947C11.838 12.3185 11.6815 12.162 11.6053 11.9639Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2553 7.31388L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7447 7.31388C12.6685 7.51195 12.512 7.66848 12.3139 7.74466L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.3139 9.25534C12.512 9.33152 12.6685 9.48805 12.7447 9.68612L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2553 9.68612C14.3315 9.48805 14.488 9.33152 14.6861 9.25534L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.6861 7.74466C14.488 7.66848 14.3315 7.51195 14.2553 7.31388Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.25 6.75L2 12L6.25 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.75 6.75L22 12L17.75 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,6BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gCACF,OAAO,eACP,YAAY,MACZ,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.6053 11.9639L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.39466 11.9639C9.31848 12.162 9.16195 12.3185 8.96389 12.3947L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.96388 14.6053C9.16195 14.6815 9.31848 14.838 9.39466 15.0361L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.6053 15.0361C11.6815 14.838 11.838 14.6815 12.0361 14.6053L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.0361 12.3947C11.838 12.3185 11.6815 12.162 11.6053 11.9639Z",fill:"currentColor"}),o.createElement(e,{d:"M14.2553 7.31388L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7447 7.31388C12.6685 7.51195 12.512 7.66848 12.3139 7.74466L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.3139 9.25534C12.512 9.33152 12.6685 9.48805 12.7447 9.68612L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2553 9.68612C14.3315 9.48805 14.488 9.33152 14.6861 9.25534L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.6861 7.74466C14.488 7.66848 14.3315 7.51195 14.2553 7.31388Z",fill:"currentColor"}),o.createElement(e,{d:"M6.25 6.75L2 12L6.25 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17.75 6.75L22 12L17.75 17.25",stroke:"currentColor",strokeWidth:"1.5",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.6053 11.9639L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.39466 11.9639C9.31848 12.162 9.16195 12.3185 8.96389 12.3947L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.96388 14.6053C9.16195 14.6815 9.31848 14.838 9.39466 15.0361L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.6053 15.0361C11.6815 14.838 11.838 14.6815 12.0361 14.6053L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.0361 12.3947C11.838 12.3185 11.6815 12.162 11.6053 11.9639Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2553 7.31388L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7447 7.31388C12.6685 7.51195 12.512 7.66848 12.3139 7.74466L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.3139 9.25534C12.512 9.33152 12.6685 9.48805 12.7447 9.68612L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2553 9.68612C14.3315 9.48805 14.488 9.33152 14.6861 9.25534L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.6861 7.74466C14.488 7.66848 14.3315 7.51195 14.2553 7.31388Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.25 6.75L2 12L6.25 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.75 6.75L22 12L17.75 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,6BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gCACF,OAAO,eACP,YAAY,MACZ,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-1-stroke-1.5",
6637
6637
  "componentName": "IconCodeInsert"
6638
6638
  },
6639
+ {
6640
+ "category": "Code",
6641
+ "svg": "<path d=\"M8.25 5.75L2 12L8.25 18.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 5.75L22 12L15.75 18.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6642
+ "iconName": "code-large, syntax, brackets",
6643
+ "variant": {
6644
+ "join": "round",
6645
+ "filled": "off",
6646
+ "radius": "1",
6647
+ "stroke": "1.5"
6648
+ },
6649
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
6650
+ "packageName": "round-outlined-radius-1-stroke-1.5",
6651
+ "componentName": "IconCodeLarge"
6652
+ },
6639
6653
  {
6640
6654
  "category": "Code",
6641
6655
  "svg": "<path d=\"M2.75 4.75H13.2M17.75 4.75H21.25M2.75 12H8.25M12.75 12H21.25M2.75 19.25H10.25M14.75 19.25H21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -6944,6 +6958,20 @@
6944
6958
  "packageName": "round-outlined-radius-1-stroke-1.5",
6945
6959
  "componentName": "IconColumnWideRemove"
6946
6960
  },
6961
+ {
6962
+ "category": "Code",
6963
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"5.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M6.5 12H1.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M22.25 12H17.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
6964
+ "iconName": "commits",
6965
+ "variant": {
6966
+ "join": "round",
6967
+ "filled": "off",
6968
+ "radius": "1",
6969
+ "stroke": "1.5"
6970
+ },
6971
+ "createdAt": "2025-12-15T09:02:14.753327+00:00",
6972
+ "packageName": "round-outlined-radius-1-stroke-1.5",
6973
+ "componentName": "IconCommits"
6974
+ },
6947
6975
  {
6948
6976
  "category": "Interface General",
6949
6977
  "svg": "<path d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M14.6558 8.73023L10.5513 9.84965C10.2097 9.94281 9.94281 10.2097 9.84965 10.5513L8.73023 14.6558C8.62843 15.0291 8.97092 15.3716 9.34417 15.2698L13.4487 14.1504C13.7903 14.0572 14.0572 13.7903 14.1504 13.4487L15.2698 9.34417C15.3716 8.97092 15.0291 8.62843 14.6558 8.73023Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
@@ -21812,6 +21840,20 @@
21812
21840
  "packageName": "round-outlined-radius-1-stroke-1.5",
21813
21841
  "componentName": "IconVerticalAlignmentRight"
21814
21842
  },
21843
+ {
21844
+ "category": "Code",
21845
+ "svg": "<path d=\"M11.6053 11.9639L10.9756 10.3267C10.8999 10.1299 10.7109 10 10.5 10C10.2891 10 10.1001 10.1299 10.0244 10.3267L9.39466 11.9639C9.31848 12.162 9.16195 12.3185 8.96389 12.3947L7.32667 13.0244C7.12986 13.1001 7 13.2891 7 13.5C7 13.7109 7.12986 13.8999 7.32667 13.9756L8.96388 14.6053C9.16195 14.6815 9.31848 14.838 9.39466 15.0361L10.0244 16.6733C10.1001 16.8701 10.2891 17 10.5 17C10.7109 17 10.8999 16.8701 10.9756 16.6733L11.6053 15.0361C11.6815 14.838 11.838 14.6815 12.0361 14.6053L13.6733 13.9756C13.8701 13.8999 14 13.7109 14 13.5C14 13.2891 13.8701 13.1001 13.6733 13.0244L12.0361 12.3947C11.838 12.3185 11.6815 12.162 11.6053 11.9639Z\" fill=\"currentColor\"/><path d=\"M14.2553 7.31388L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7447 7.31388C12.6685 7.51195 12.512 7.66848 12.3139 7.74466L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.3139 9.25534C12.512 9.33152 12.6685 9.48805 12.7447 9.68612L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2553 9.68612C14.3315 9.48805 14.488 9.33152 14.6861 9.25534L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.6861 7.74466C14.488 7.66848 14.3315 7.51195 14.2553 7.31388Z\" fill=\"currentColor\"/><path d=\"M6.25 6.75L2 12L6.25 17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.75 6.75L22 12L17.75 17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
21846
+ "iconName": "vibe-coding, ai, ide, syntax",
21847
+ "variant": {
21848
+ "join": "round",
21849
+ "filled": "off",
21850
+ "radius": "1",
21851
+ "stroke": "1.5"
21852
+ },
21853
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
21854
+ "packageName": "round-outlined-radius-1-stroke-1.5",
21855
+ "componentName": "IconVibeCoding"
21856
+ },
21815
21857
  {
21816
21858
  "category": "People",
21817
21859
  "svg": "<path d=\"M1.75 20.25C1.75 15.5839 5.32074 13.5638 8.4125 14.1897\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 5C17.5516 5.63061 17.9302 6.28903 18.1667 7.05714C18.9047 6.65121 19.6656 6.3 20.5 6.13143\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.90201 10.9929C5.63764 10.9929 3.80201 9.15083 3.80201 6.87857C3.8019 5.33571 4.31451 3.27857 6.36451 3.27857C7.55762 3.27857 9.4394 2.25 9.4394 2.25C10.0869 3.26228 11.0764 3.54532 12.002 2.76429C13.2097 3.97619 12.9029 5.15889 12.002 6.36429V6.87857C12.002 9.15083 10.1664 10.9929 7.90201 10.9929Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><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.4375 6.75H7.3875\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.7 20.2498H19.445C19.8918 20.2498 20.2844 19.9534 20.4068 19.5236L21.8873 14.3236C22.0691 13.685 21.5895 13.0498 20.9255 13.0498H13.8825C13.2123 13.0498 12.6234 13.4944 12.4399 14.139L10.7 20.2498ZM10.7 20.2498H6.75\" 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-1-stroke-1.5",
3
- "version": "1.1.65",
3
+ "version": "1.1.67",
4
4
  "style": "round-outlined-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 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";