@central-icons-react-native/round-filled-radius-3-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 i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconCodeLarge:()=>L,default:()=>d});module.exports=P(v);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.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 p=require("react-native-svg"),L=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M7.29289 5.29289C7.68342 4.90237 8.31643 4.90237 8.70696 5.29289C9.0974 5.68342 9.09746 6.31646 8.70696 6.70696L3.41399 11.9999L8.70696 17.2929C9.0974 17.6834 9.09746 18.3165 8.70696 18.707C8.31646 19.0975 7.68342 19.0974 7.29289 18.707L1.29289 12.707C0.902369 12.3164 0.902369 11.6834 1.29289 11.2929L7.29289 5.29289Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M15.2929 5.29289C15.6834 4.90237 16.3164 4.90237 16.707 5.29289L22.707 11.2929C23.0974 11.6834 23.0975 12.3165 22.707 12.707L16.707 18.707C16.3165 19.0975 15.6834 19.0974 15.2929 18.707C14.9024 18.3164 14.9024 17.6834 15.2929 17.2929L20.5859 11.9999L15.2929 6.70696C14.9024 6.31643 14.9024 5.68342 15.2929 5.29289Z",fill:"currentColor"})),d=L;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=\"M7.29289 5.29289C7.68342 4.90237 8.31643 4.90237 8.70696 5.29289C9.0974 5.68342 9.09746 6.31646 8.70696 6.70696L3.41399 11.9999L8.70696 17.2929C9.0974 17.6834 9.09746 18.3165 8.70696 18.707C8.31646 19.0975 7.68342 19.0974 7.29289 18.707L1.29289 12.707C0.902369 12.3164 0.902369 11.6834 1.29289 11.2929L7.29289 5.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.2929 5.29289C15.6834 4.90237 16.3164 4.90237 16.707 5.29289L22.707 11.2929C23.0974 11.6834 23.0975 12.3165 22.707 12.707L16.707 18.707C16.3165 19.0975 15.6834 19.0974 15.2929 18.707C14.9024 18.3164 14.9024 17.6834 15.2929 17.2929L20.5859 11.9999L15.2929 6.70696C14.9024 6.31643 14.9024 5.68342 15.2929 5.29289Z\"\n fill=\"currentColor\"\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,iUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6TACF,KAAK,eACP,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 p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M7.29289 5.29289C7.68342 4.90237 8.31643 4.90237 8.70696 5.29289C9.0974 5.68342 9.09746 6.31646 8.70696 6.70696L3.41399 11.9999L8.70696 17.2929C9.0974 17.6834 9.09746 18.3165 8.70696 18.707C8.31646 19.0975 7.68342 19.0974 7.29289 18.707L1.29289 12.707C0.902369 12.3164 0.902369 11.6834 1.29289 11.2929L7.29289 5.29289Z",fill:"currentColor"}),e.createElement(n,{d:"M15.2929 5.29289C15.6834 4.90237 16.3164 4.90237 16.707 5.29289L22.707 11.2929C23.0974 11.6834 23.0975 12.3165 22.707 12.707L16.707 18.707C16.3165 19.0975 15.6834 19.0974 15.2929 18.707C14.9024 18.3164 14.9024 17.6834 15.2929 17.2929L20.5859 11.9999L15.2929 6.70696C14.9024 6.31643 14.9024 5.68342 15.2929 5.29289Z",fill:"currentColor"})),g=a;export{a as IconCodeLarge,g 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=\"M7.29289 5.29289C7.68342 4.90237 8.31643 4.90237 8.70696 5.29289C9.0974 5.68342 9.09746 6.31646 8.70696 6.70696L3.41399 11.9999L8.70696 17.2929C9.0974 17.6834 9.09746 18.3165 8.70696 18.707C8.31646 19.0975 7.68342 19.0974 7.29289 18.707L1.29289 12.707C0.902369 12.3164 0.902369 11.6834 1.29289 11.2929L7.29289 5.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.2929 5.29289C15.6834 4.90237 16.3164 4.90237 16.707 5.29289L22.707 11.2929C23.0974 11.6834 23.0975 12.3165 22.707 12.707L16.707 18.707C16.3165 19.0975 15.6834 19.0974 15.2929 18.707C14.9024 18.3164 14.9024 17.6834 15.2929 17.2929L20.5859 11.9999L15.2929 6.70696C14.9024 6.31643 14.9024 5.68342 15.2929 5.29289Z\"\n fill=\"currentColor\"\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,iUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6TACF,KAAK,eACP,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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconCommits:()=>i,default:()=>h});module.exports=v(y);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z",fill:"currentColor"})),h=i;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 { Path } from \"react-native-svg\";\n\nexport const IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mRACF,KAAK,eACP,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 e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z",fill:"currentColor"})),P=m;export{m as IconCommits,P 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 { Path } from \"react-native-svg\";\n\nexport const IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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 c=Object.create;var L=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)L(C,o,{get:r[o],enumerable:!0})},p=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!d.call(C,t)&&t!==o&&L(C,t,{get:()=>r[t],enumerable:!(l=u(r,t))||l.enumerable});return C};var f=(C,r,o)=>(o=C!=null?c(I(C)):{},p(r||!C||!C.__esModule?L(o,"default",{value:C,enumerable:!0}):o,C)),x=C=>p(L({},"__esModule",{value:!0}),C);var v={};g(v,{IconVibeCoding:()=>s,default:()=>P});module.exports=x(v);var n=f(require("react"));var m=f(require("react")),a=require("react-native-svg"),i=({children:C,size:r=24,...o})=>m.default.createElement(a.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var e=require("react-native-svg"),s=C=>n.default.createElement(i,{...C},n.default.createElement(e.Path,{d:"M5.21896 6.37425C5.56387 5.94317 6.19398 5.87338 6.62521 6.218C7.05646 6.56299 7.12643 7.19299 6.78146 7.62425L3.28146 11.9992L6.78146 16.3742C7.12647 16.8055 7.05647 17.4355 6.62521 17.7805C6.19395 18.1255 5.56396 18.0555 5.21896 17.6242L1.21896 12.6242C0.927125 12.259 0.9269 11.7393 1.21896 11.3742L5.21896 6.37425Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M17.3752 6.218C17.8063 5.8731 18.4364 5.94336 18.7815 6.37425L22.7815 11.3742C23.0736 11.7394 23.0736 12.259 22.7815 12.6242L18.7815 17.6242C18.4365 18.0555 17.8065 18.1255 17.3752 17.7805C16.9443 17.4354 16.8741 16.8054 17.219 16.3742L20.719 11.9992L17.219 7.62425C16.8743 7.19301 16.9441 6.5629 17.3752 6.218Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M10.5002 9.99925C10.711 9.99925 10.9001 10.1296 10.9758 10.3264L11.5656 11.8596C11.6672 12.1237 11.8767 12.3322 12.1408 12.4338L13.674 13.0237C13.8707 13.0993 14.0001 13.2885 14.0002 13.4992C14.0002 13.71 13.8707 13.8991 13.674 13.9748L12.1408 14.5647C11.8767 14.6663 11.6672 14.8758 11.5656 15.1399L10.9758 16.6731C10.9 16.8697 10.711 16.9992 10.5002 16.9992C10.2895 16.9991 10.1003 16.8698 10.0246 16.6731L9.43478 15.1399C9.33321 14.8758 9.12466 14.6662 8.86056 14.5647L7.32736 13.9748C7.13059 13.8991 7.00021 13.7101 7.00021 13.4992C7.00037 13.2885 7.13067 13.0993 7.32736 13.0237L8.86056 12.4338C9.12466 12.3322 9.33321 12.1237 9.43478 11.8596L10.0246 10.3264C10.1003 10.1297 10.2895 9.9994 10.5002 9.99925Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M13.5002 5.99925C13.6507 5.99925 13.7859 6.09228 13.8401 6.23264L14.216 7.21018C14.3176 7.4741 14.5263 7.68286 14.7903 7.7844L15.7668 8.1594C15.9073 8.21342 16.0001 8.34879 16.0002 8.49925C16.0002 8.64986 15.9074 8.78502 15.7668 8.83909L14.7903 9.21507C14.5263 9.31664 14.3176 9.5253 14.216 9.78928L13.8401 10.7658C13.786 10.9064 13.6508 10.9992 13.5002 10.9992C13.3497 10.9991 13.2144 10.9063 13.1604 10.7658L12.7854 9.78928C12.6838 9.52533 12.4751 9.31668 12.2111 9.21507L11.2336 8.83909C11.0932 8.78493 11.0002 8.64973 11.0002 8.49925C11.0004 8.34883 11.0932 8.21345 11.2336 8.1594L12.2111 7.7844C12.475 7.68282 12.6838 7.47408 12.7854 7.21018L13.1604 6.23264C13.2144 6.09225 13.3498 5.9994 13.5002 5.99925Z",fill:"currentColor"})),P=s;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=\"M5.21896 6.37425C5.56387 5.94317 6.19398 5.87338 6.62521 6.218C7.05646 6.56299 7.12643 7.19299 6.78146 7.62425L3.28146 11.9992L6.78146 16.3742C7.12647 16.8055 7.05647 17.4355 6.62521 17.7805C6.19395 18.1255 5.56396 18.0555 5.21896 17.6242L1.21896 12.6242C0.927125 12.259 0.9269 11.7393 1.21896 11.3742L5.21896 6.37425Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.3752 6.218C17.8063 5.8731 18.4364 5.94336 18.7815 6.37425L22.7815 11.3742C23.0736 11.7394 23.0736 12.259 22.7815 12.6242L18.7815 17.6242C18.4365 18.0555 17.8065 18.1255 17.3752 17.7805C16.9443 17.4354 16.8741 16.8054 17.219 16.3742L20.719 11.9992L17.219 7.62425C16.8743 7.19301 16.9441 6.5629 17.3752 6.218Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5002 9.99925C10.711 9.99925 10.9001 10.1296 10.9758 10.3264L11.5656 11.8596C11.6672 12.1237 11.8767 12.3322 12.1408 12.4338L13.674 13.0237C13.8707 13.0993 14.0001 13.2885 14.0002 13.4992C14.0002 13.71 13.8707 13.8991 13.674 13.9748L12.1408 14.5647C11.8767 14.6663 11.6672 14.8758 11.5656 15.1399L10.9758 16.6731C10.9 16.8697 10.711 16.9992 10.5002 16.9992C10.2895 16.9991 10.1003 16.8698 10.0246 16.6731L9.43478 15.1399C9.33321 14.8758 9.12466 14.6662 8.86056 14.5647L7.32736 13.9748C7.13059 13.8991 7.00021 13.7101 7.00021 13.4992C7.00037 13.2885 7.13067 13.0993 7.32736 13.0237L8.86056 12.4338C9.12466 12.3322 9.33321 12.1237 9.43478 11.8596L10.0246 10.3264C10.1003 10.1297 10.2895 9.9994 10.5002 9.99925Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5002 5.99925C13.6507 5.99925 13.7859 6.09228 13.8401 6.23264L14.216 7.21018C14.3176 7.4741 14.5263 7.68286 14.7903 7.7844L15.7668 8.1594C15.9073 8.21342 16.0001 8.34879 16.0002 8.49925C16.0002 8.64986 15.9074 8.78502 15.7668 8.83909L14.7903 9.21507C14.5263 9.31664 14.3176 9.5253 14.216 9.78928L13.8401 10.7658C13.786 10.9064 13.6508 10.9992 13.5002 10.9992C13.3497 10.9991 13.2144 10.9063 13.1604 10.7658L12.7854 9.78928C12.6838 9.52533 12.4751 9.31668 12.2111 9.21507L11.2336 8.83909C11.0932 8.78493 11.0002 8.64973 11.0002 8.49925C11.0004 8.34883 11.0932 8.21345 11.2336 8.1594L12.2111 7.7844C12.475 7.68282 12.6838 7.47408 12.7854 7.21018L13.1604 6.23264C13.2144 6.09225 13.3498 5.9994 13.5002 5.99925Z\"\n fill=\"currentColor\"\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,iUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0sBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ysBACF,KAAK,eACP,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 r from"react";import L from"react";import{Svg as l}from"react-native-svg";var t=({children:n,size:C=24,...e})=>L.createElement(l,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var p=n=>r.createElement(t,{...n},r.createElement(o,{d:"M5.21896 6.37425C5.56387 5.94317 6.19398 5.87338 6.62521 6.218C7.05646 6.56299 7.12643 7.19299 6.78146 7.62425L3.28146 11.9992L6.78146 16.3742C7.12647 16.8055 7.05647 17.4355 6.62521 17.7805C6.19395 18.1255 5.56396 18.0555 5.21896 17.6242L1.21896 12.6242C0.927125 12.259 0.9269 11.7393 1.21896 11.3742L5.21896 6.37425Z",fill:"currentColor"}),r.createElement(o,{d:"M17.3752 6.218C17.8063 5.8731 18.4364 5.94336 18.7815 6.37425L22.7815 11.3742C23.0736 11.7394 23.0736 12.259 22.7815 12.6242L18.7815 17.6242C18.4365 18.0555 17.8065 18.1255 17.3752 17.7805C16.9443 17.4354 16.8741 16.8054 17.219 16.3742L20.719 11.9992L17.219 7.62425C16.8743 7.19301 16.9441 6.5629 17.3752 6.218Z",fill:"currentColor"}),r.createElement(o,{d:"M10.5002 9.99925C10.711 9.99925 10.9001 10.1296 10.9758 10.3264L11.5656 11.8596C11.6672 12.1237 11.8767 12.3322 12.1408 12.4338L13.674 13.0237C13.8707 13.0993 14.0001 13.2885 14.0002 13.4992C14.0002 13.71 13.8707 13.8991 13.674 13.9748L12.1408 14.5647C11.8767 14.6663 11.6672 14.8758 11.5656 15.1399L10.9758 16.6731C10.9 16.8697 10.711 16.9992 10.5002 16.9992C10.2895 16.9991 10.1003 16.8698 10.0246 16.6731L9.43478 15.1399C9.33321 14.8758 9.12466 14.6662 8.86056 14.5647L7.32736 13.9748C7.13059 13.8991 7.00021 13.7101 7.00021 13.4992C7.00037 13.2885 7.13067 13.0993 7.32736 13.0237L8.86056 12.4338C9.12466 12.3322 9.33321 12.1237 9.43478 11.8596L10.0246 10.3264C10.1003 10.1297 10.2895 9.9994 10.5002 9.99925Z",fill:"currentColor"}),r.createElement(o,{d:"M13.5002 5.99925C13.6507 5.99925 13.7859 6.09228 13.8401 6.23264L14.216 7.21018C14.3176 7.4741 14.5263 7.68286 14.7903 7.7844L15.7668 8.1594C15.9073 8.21342 16.0001 8.34879 16.0002 8.49925C16.0002 8.64986 15.9074 8.78502 15.7668 8.83909L14.7903 9.21507C14.5263 9.31664 14.3176 9.5253 14.216 9.78928L13.8401 10.7658C13.786 10.9064 13.6508 10.9992 13.5002 10.9992C13.3497 10.9991 13.2144 10.9063 13.1604 10.7658L12.7854 9.78928C12.6838 9.52533 12.4751 9.31668 12.2111 9.21507L11.2336 8.83909C11.0932 8.78493 11.0002 8.64973 11.0002 8.49925C11.0004 8.34883 11.0932 8.21345 11.2336 8.1594L12.2111 7.7844C12.475 7.68282 12.6838 7.47408 12.7854 7.21018L13.1604 6.23264C13.2144 6.09225 13.3498 5.9994 13.5002 5.99925Z",fill:"currentColor"})),d=p;export{p as IconVibeCoding,d 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=\"M5.21896 6.37425C5.56387 5.94317 6.19398 5.87338 6.62521 6.218C7.05646 6.56299 7.12643 7.19299 6.78146 7.62425L3.28146 11.9992L6.78146 16.3742C7.12647 16.8055 7.05647 17.4355 6.62521 17.7805C6.19395 18.1255 5.56396 18.0555 5.21896 17.6242L1.21896 12.6242C0.927125 12.259 0.9269 11.7393 1.21896 11.3742L5.21896 6.37425Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.3752 6.218C17.8063 5.8731 18.4364 5.94336 18.7815 6.37425L22.7815 11.3742C23.0736 11.7394 23.0736 12.259 22.7815 12.6242L18.7815 17.6242C18.4365 18.0555 17.8065 18.1255 17.3752 17.7805C16.9443 17.4354 16.8741 16.8054 17.219 16.3742L20.719 11.9992L17.219 7.62425C16.8743 7.19301 16.9441 6.5629 17.3752 6.218Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5002 9.99925C10.711 9.99925 10.9001 10.1296 10.9758 10.3264L11.5656 11.8596C11.6672 12.1237 11.8767 12.3322 12.1408 12.4338L13.674 13.0237C13.8707 13.0993 14.0001 13.2885 14.0002 13.4992C14.0002 13.71 13.8707 13.8991 13.674 13.9748L12.1408 14.5647C11.8767 14.6663 11.6672 14.8758 11.5656 15.1399L10.9758 16.6731C10.9 16.8697 10.711 16.9992 10.5002 16.9992C10.2895 16.9991 10.1003 16.8698 10.0246 16.6731L9.43478 15.1399C9.33321 14.8758 9.12466 14.6662 8.86056 14.5647L7.32736 13.9748C7.13059 13.8991 7.00021 13.7101 7.00021 13.4992C7.00037 13.2885 7.13067 13.0993 7.32736 13.0237L8.86056 12.4338C9.12466 12.3322 9.33321 12.1237 9.43478 11.8596L10.0246 10.3264C10.1003 10.1297 10.2895 9.9994 10.5002 9.99925Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5002 5.99925C13.6507 5.99925 13.7859 6.09228 13.8401 6.23264L14.216 7.21018C14.3176 7.4741 14.5263 7.68286 14.7903 7.7844L15.7668 8.1594C15.9073 8.21342 16.0001 8.34879 16.0002 8.49925C16.0002 8.64986 15.9074 8.78502 15.7668 8.83909L14.7903 9.21507C14.5263 9.31664 14.3176 9.5253 14.216 9.78928L13.8401 10.7658C13.786 10.9064 13.6508 10.9992 13.5002 10.9992C13.3497 10.9991 13.2144 10.9063 13.1604 10.7658L12.7854 9.78928C12.6838 9.52533 12.4751 9.31668 12.2111 9.21507L11.2336 8.83909C11.0932 8.78493 11.0002 8.64973 11.0002 8.49925C11.0004 8.34883 11.0932 8.21345 11.2336 8.1594L12.2111 7.7844C12.475 7.68282 12.6838 7.47408 12.7854 7.21018L13.1604 6.23264C13.2144 6.09225 13.3498 5.9994 13.5002 5.99925Z\"\n fill=\"currentColor\"\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,iUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0sBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ysBACF,KAAK,eACP,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-filled-radius-3-stroke-2",
6637
6637
  "componentName": "IconCodeInsert"
6638
6638
  },
6639
+ {
6640
+ "category": "Code",
6641
+ "svg": "<path d=\"M7.29289 5.29289C7.68342 4.90237 8.31643 4.90237 8.70696 5.29289C9.0974 5.68342 9.09746 6.31646 8.70696 6.70696L3.41399 11.9999L8.70696 17.2929C9.0974 17.6834 9.09746 18.3165 8.70696 18.707C8.31646 19.0975 7.68342 19.0974 7.29289 18.707L1.29289 12.707C0.902369 12.3164 0.902369 11.6834 1.29289 11.2929L7.29289 5.29289Z\" fill=\"currentColor\"/><path d=\"M15.2929 5.29289C15.6834 4.90237 16.3164 4.90237 16.707 5.29289L22.707 11.2929C23.0974 11.6834 23.0975 12.3165 22.707 12.707L16.707 18.707C16.3165 19.0975 15.6834 19.0974 15.2929 18.707C14.9024 18.3164 14.9024 17.6834 15.2929 17.2929L20.5859 11.9999L15.2929 6.70696C14.9024 6.31643 14.9024 5.68342 15.2929 5.29289Z\" fill=\"currentColor\"/>",
6642
+ "iconName": "code-large, syntax, brackets",
6643
+ "variant": {
6644
+ "join": "round",
6645
+ "filled": "on",
6646
+ "radius": "3",
6647
+ "stroke": "2"
6648
+ },
6649
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
6650
+ "packageName": "round-filled-radius-3-stroke-2",
6651
+ "componentName": "IconCodeLarge"
6652
+ },
6639
6653
  {
6640
6654
  "category": "Code",
6641
6655
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5C2 4.44772 2.44772 4 3 4H13C13.5523 4 14 4.44772 14 5C14 5.55228 13.5523 6 13 6H3C2.44772 6 2 5.55228 2 5ZM17 5C17 4.44772 17.4477 4 18 4H21C21.5523 4 22 4.44772 22 5C22 5.55228 21.5523 6 21 6H18C17.4477 6 17 5.55228 17 5ZM2 12C2 11.4477 2.44772 11 3 11H8C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H3C2.44772 13 2 12.5523 2 12ZM12 12C12 11.4477 12.4477 11 13 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H13C12.4477 13 12 12.5523 12 12ZM2 19C2 18.4477 2.44772 18 3 18H10C10.5523 18 11 18.4477 11 19C11 19.5523 10.5523 20 10 20H3C2.44772 20 2 19.5523 2 19ZM14 19C14 18.4477 14.4477 18 15 18H21C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H15C14.4477 20 14 19.5523 14 19Z\" fill=\"currentColor\"/>",
@@ -6944,6 +6958,20 @@
6944
6958
  "packageName": "round-filled-radius-3-stroke-2",
6945
6959
  "componentName": "IconColumnWideRemove"
6946
6960
  },
6961
+ {
6962
+ "category": "Code",
6963
+ "svg": "<path d=\"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z\" fill=\"currentColor\"/>",
6964
+ "iconName": "commits",
6965
+ "variant": {
6966
+ "join": "round",
6967
+ "filled": "on",
6968
+ "radius": "3",
6969
+ "stroke": "2"
6970
+ },
6971
+ "createdAt": "2025-12-15T09:02:14.753327+00:00",
6972
+ "packageName": "round-filled-radius-3-stroke-2",
6973
+ "componentName": "IconCommits"
6974
+ },
6947
6975
  {
6948
6976
  "category": "Interface General",
6949
6977
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM14.5237 8.24728C15.2702 8.04369 15.9552 8.72866 15.7516 9.47516L14.6322 13.5797C14.4924 14.0921 14.0921 14.4924 13.5797 14.6322L9.47516 15.7516C8.72866 15.9552 8.04369 15.2702 8.24728 14.5237L9.3667 10.4192C9.50645 9.90675 9.90675 9.50645 10.4192 9.3667L14.5237 8.24728Z\" fill=\"currentColor\"/>",
@@ -21812,6 +21840,20 @@
21812
21840
  "packageName": "round-filled-radius-3-stroke-2",
21813
21841
  "componentName": "IconVerticalAlignmentRight"
21814
21842
  },
21843
+ {
21844
+ "category": "Code",
21845
+ "svg": "<path d=\"M5.21896 6.37425C5.56387 5.94317 6.19398 5.87338 6.62521 6.218C7.05646 6.56299 7.12643 7.19299 6.78146 7.62425L3.28146 11.9992L6.78146 16.3742C7.12647 16.8055 7.05647 17.4355 6.62521 17.7805C6.19395 18.1255 5.56396 18.0555 5.21896 17.6242L1.21896 12.6242C0.927125 12.259 0.9269 11.7393 1.21896 11.3742L5.21896 6.37425Z\" fill=\"currentColor\"/><path d=\"M17.3752 6.218C17.8063 5.8731 18.4364 5.94336 18.7815 6.37425L22.7815 11.3742C23.0736 11.7394 23.0736 12.259 22.7815 12.6242L18.7815 17.6242C18.4365 18.0555 17.8065 18.1255 17.3752 17.7805C16.9443 17.4354 16.8741 16.8054 17.219 16.3742L20.719 11.9992L17.219 7.62425C16.8743 7.19301 16.9441 6.5629 17.3752 6.218Z\" fill=\"currentColor\"/><path d=\"M10.5002 9.99925C10.711 9.99925 10.9001 10.1296 10.9758 10.3264L11.5656 11.8596C11.6672 12.1237 11.8767 12.3322 12.1408 12.4338L13.674 13.0237C13.8707 13.0993 14.0001 13.2885 14.0002 13.4992C14.0002 13.71 13.8707 13.8991 13.674 13.9748L12.1408 14.5647C11.8767 14.6663 11.6672 14.8758 11.5656 15.1399L10.9758 16.6731C10.9 16.8697 10.711 16.9992 10.5002 16.9992C10.2895 16.9991 10.1003 16.8698 10.0246 16.6731L9.43478 15.1399C9.33321 14.8758 9.12466 14.6662 8.86056 14.5647L7.32736 13.9748C7.13059 13.8991 7.00021 13.7101 7.00021 13.4992C7.00037 13.2885 7.13067 13.0993 7.32736 13.0237L8.86056 12.4338C9.12466 12.3322 9.33321 12.1237 9.43478 11.8596L10.0246 10.3264C10.1003 10.1297 10.2895 9.9994 10.5002 9.99925Z\" fill=\"currentColor\"/><path d=\"M13.5002 5.99925C13.6507 5.99925 13.7859 6.09228 13.8401 6.23264L14.216 7.21018C14.3176 7.4741 14.5263 7.68286 14.7903 7.7844L15.7668 8.1594C15.9073 8.21342 16.0001 8.34879 16.0002 8.49925C16.0002 8.64986 15.9074 8.78502 15.7668 8.83909L14.7903 9.21507C14.5263 9.31664 14.3176 9.5253 14.216 9.78928L13.8401 10.7658C13.786 10.9064 13.6508 10.9992 13.5002 10.9992C13.3497 10.9991 13.2144 10.9063 13.1604 10.7658L12.7854 9.78928C12.6838 9.52533 12.4751 9.31668 12.2111 9.21507L11.2336 8.83909C11.0932 8.78493 11.0002 8.64973 11.0002 8.49925C11.0004 8.34883 11.0932 8.21345 11.2336 8.1594L12.2111 7.7844C12.475 7.68282 12.6838 7.47408 12.7854 7.21018L13.1604 6.23264C13.2144 6.09225 13.3498 5.9994 13.5002 5.99925Z\" fill=\"currentColor\"/>",
21846
+ "iconName": "vibe-coding, ai, ide, syntax",
21847
+ "variant": {
21848
+ "join": "round",
21849
+ "filled": "on",
21850
+ "radius": "3",
21851
+ "stroke": "2"
21852
+ },
21853
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
21854
+ "packageName": "round-filled-radius-3-stroke-2",
21855
+ "componentName": "IconVibeCoding"
21856
+ },
21815
21857
  {
21816
21858
  "category": "People",
21817
21859
  "svg": "<path d=\"M3.5 14.3385C4.89849 13.2381 6.68001 12.8213 8.3623 13.069L8.69727 13.1276L8.79688 13.153C9.28096 13.3029 9.58272 13.7979 9.48047 14.3053C9.37807 14.8129 8.9078 15.1528 8.40332 15.1032L8.30273 15.0876L8.06934 15.0475C6.90026 14.8756 5.67861 15.1692 4.7373 15.9098C3.75422 16.6834 3.00004 18.0064 3 19.9997C3 20.552 2.55228 20.9997 2 20.9997C1.44772 20.9997 1 20.552 1 19.9997C1.00004 17.4568 1.98743 15.529 3.5 14.3385Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.542 11.9997C21.8932 11.9999 22.8804 13.2528 22.5928 14.5505L22.5605 14.6764L21.1689 19.5495C20.9236 20.4078 20.1388 20.9995 19.2461 20.9997H7C6.44772 20.9997 6 20.552 6 19.9997C6.00009 19.4475 6.44777 18.9997 7 18.9997H10.2451L11.7275 13.8132L11.793 13.6159C12.1575 12.6502 13.0854 11.9997 14.1318 11.9997H20.542Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.56152 1.10222C9.89671 1.12529 10.1912 1.33317 10.3252 1.64128V1.63933L10.3281 1.64616C10.3313 1.65306 10.3364 1.66482 10.3438 1.68034C10.3591 1.71278 10.3837 1.76241 10.415 1.82195C10.4789 1.94332 10.5678 2.09834 10.6729 2.24577C10.7821 2.39906 10.885 2.50979 10.9668 2.57292C10.9728 2.57751 10.9794 2.5801 10.9844 2.58366C10.9865 2.58282 10.989 2.58264 10.9912 2.58171C11.0481 2.55774 11.1158 2.52091 11.1875 2.47624C11.2574 2.43268 11.3198 2.38857 11.3643 2.35515C11.3861 2.33876 11.4031 2.32506 11.4131 2.31706C11.4172 2.31381 11.4203 2.31155 11.4219 2.31023C11.757 2.02925 12.2412 2.03206 12.5723 2.30534L12.6367 2.36296L12.9102 2.6364C13.9306 3.65682 14.0454 5.27288 13.1797 6.42741L12.9004 6.79851V6.99968C12.9004 9.70588 10.7062 11.9001 8 11.9001C5.37836 11.9 3.23758 9.8407 3.10645 7.25163L3.10059 6.99968C3.10055 6.17616 3.23341 5.13031 3.70996 4.25652C4.21818 3.32489 5.12259 2.59933 6.5 2.59929C6.53111 2.59754 6.9889 2.57599 7.78223 2.30534L8.16992 2.16277C8.17173 2.16168 8.20982 2.14246 8.28027 2.08073C8.35072 2.01896 8.42595 1.93865 8.49902 1.85027C8.57081 1.76342 8.63209 1.67994 8.6748 1.61784C8.69574 1.5874 8.71177 1.56292 8.72168 1.54753C8.72658 1.53991 8.72972 1.53369 8.73145 1.53093L8.73242 1.52898C8.90744 1.24303 9.22698 1.07933 9.56152 1.10222ZM8 7.99968C8 8.27582 7.77614 8.49968 7.5 8.49968H5.28809C5.81659 9.45335 6.8323 10.0992 8 10.0993C9.16778 10.0993 10.1841 9.45342 10.7129 8.49968H9V7.49968H8V7.99968ZM9.37598 3.50847C9.21654 3.63677 9.03358 3.75638 8.83008 3.83659L8.36523 4.00847C7.33313 4.36078 6.67145 4.40007 6.5 4.40007C5.87775 4.4001 5.53182 4.67476 5.29004 5.11784C5.15249 5.37001 5.05558 5.67403 4.99219 5.99968H11.2549C11.2636 5.98661 11.2708 5.97228 11.2803 5.95964L11.7393 5.34734C12.0006 4.99885 12.0265 4.53962 11.8311 4.17155C11.616 4.27659 11.344 4.38098 11.0527 4.39812H10.8682C10.4489 4.3733 10.107 4.1836 9.86719 3.9987C9.67588 3.85115 9.51297 3.67644 9.37598 3.50847Z\" fill=\"currentColor\"/><path d=\"M16.3271 4.25945C16.7358 3.88809 17.3688 3.9183 17.7402 4.32683L17.7412 4.32878L17.7432 4.32976C17.7432 4.32976 17.7455 4.3329 17.7471 4.33464C17.7504 4.33832 17.7547 4.34357 17.7598 4.34929C17.7702 4.36105 17.7847 4.37733 17.8018 4.39714C17.8358 4.43676 17.8826 4.49264 17.9375 4.5612C18.0464 4.69735 18.1922 4.89095 18.3398 5.1198C18.4027 5.21727 18.4735 5.33188 18.5439 5.45964C18.7378 5.3719 18.9209 5.30465 19.0879 5.25456C19.3334 5.18091 19.5435 5.14192 19.7002 5.12175C19.7939 5.10971 19.888 5.10164 19.9824 5.10027C19.9858 5.10022 19.9893 5.09931 19.9922 5.09929H19.999C20.5511 5.09929 20.9997 5.54726 21 6.09929C21 6.65157 20.5523 7.09831 20 7.09831L20.001 7.09929H20.0146C20.0064 7.09979 19.9863 7.10128 19.9561 7.10515C19.8941 7.11311 19.7913 7.13086 19.6621 7.1696C19.4055 7.24659 19.0424 7.40674 18.6689 7.74284C18.3754 8.00703 17.9535 8.07343 17.5928 7.91277C17.2323 7.75198 17 7.39439 17 6.99968C16.9999 6.85814 16.8946 6.56832 16.6602 6.20476C16.5581 6.04657 16.4535 5.90831 16.375 5.81023C16.3363 5.76187 16.3048 5.72385 16.2842 5.69987C16.2741 5.6881 16.2669 5.67921 16.2627 5.67448L16.2607 5.67155L16.2588 5.67058C15.8889 5.26187 15.9191 4.63044 16.3271 4.25945Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -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-filled-radius-3-stroke-2",
3
- "version": "1.1.65",
3
+ "version": "1.1.67",
4
4
  "style": "round-filled-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 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";