@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.64 → 1.1.66

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})},C=(r,o,e,a)=>{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:!(a=u(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(I(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconCodeLarge:()=>c,default:()=>d});module.exports=P(v);var p=m(require("react"));var L=m(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...e})=>L.default.createElement(s.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 l=require("react-native-svg"),c=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M9.31055 5.75L3.06055 12L9.31055 18.25L8.25 19.3105L0.939453 12L8.25 4.68945L9.31055 5.75Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M23.0605 12L15.75 19.3105L14.6895 18.25L20.9395 12L14.6895 5.75L15.75 4.68945L23.0605 12Z",fill:"currentColor"})),d=c;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=\"M9.31055 5.75L3.06055 12L9.31055 18.25L8.25 19.3105L0.939453 12L8.25 4.68945L9.31055 5.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.0605 12L15.75 19.3105L14.6895 18.25L20.9395 12L14.6895 5.75L15.75 4.68945L23.0605 12Z\"\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,6FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4FACF,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 l from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.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 C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M9.31055 5.75L3.06055 12L9.31055 18.25L8.25 19.3105L0.939453 12L8.25 4.68945L9.31055 5.75Z",fill:"currentColor"}),e.createElement(n,{d:"M23.0605 12L15.75 19.3105L14.6895 18.25L20.9395 12L14.6895 5.75L15.75 4.68945L23.0605 12Z",fill:"currentColor"})),g=C;export{C 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=\"M9.31055 5.75L3.06055 12L9.31055 18.25L8.25 19.3105L0.939453 12L8.25 4.68945L9.31055 5.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.0605 12L15.75 19.3105L14.6895 18.25L20.9395 12L14.6895 5.75L15.75 4.68945L23.0605 12Z\"\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,6FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4FACF,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 IconTape2: FC<CentralIconBaseProps>;
4
+ export default IconTape2;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},f=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!I.call(r,C)&&C!==e&&l(r,C,{get:()=>o[C],enumerable:!(p=d(o,C))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?c(H(r)):{},f(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>f(l({},"__esModule",{value:!0}),r);var g={};v(g,{IconTape2:()=>u,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(i.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"),u=r=>n.default.createElement(s,{...r},n.default.createElement(t.Path,{d:"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z",fill:"currentColor"}),n.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 4V20H2V4H22ZM6.13184 18.5H17.8682L16.6182 16H7.38184L6.13184 18.5ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.5Z",fill:"currentColor"})),P=u;0&&(module.exports={IconTape2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTape2/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 IconTape2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 4V20H2V4H22ZM6.13184 18.5H17.8682L16.6182 16H7.38184L6.13184 18.5ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTape2;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTape2_exports","__export","IconTape2","IconTape2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTape2","props","React","CentralIconBase","IconTape2_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 f=n=>o.createElement(C,{...n},o.createElement(e,{d:"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z",fill:"currentColor"}),o.createElement(e,{d:"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z",fill:"currentColor"}),o.createElement(e,{d:"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 4V20H2V4H22ZM6.13184 18.5H17.8682L16.6182 16H7.38184L6.13184 18.5ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.5Z",fill:"currentColor"})),I=f;export{f as IconTape2,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTape2/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 IconTape2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 4V20H2V4H22ZM6.13184 18.5H17.8682L16.6182 16H7.38184L6.13184 18.5ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTape2;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTape2","props","React","CentralIconBase","IconTape2_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=(r,o)=>{for(var n in o)l(r,n,{get:o[n],enumerable:!0})},C=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!d.call(r,e)&&e!==n&&l(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var f=(r,o,n)=>(n=r!=null?c(I(r)):{},C(o||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>C(l({},"__esModule",{value:!0}),r);var v={};g(v,{IconVibeCoding:()=>s,default:()=>P});module.exports=x(v);var t=f(require("react"));var m=f(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...n})=>m.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var L=require("react-native-svg"),s=r=>t.default.createElement(i,{...r},t.default.createElement(L.Path,{d:"M7.30469 6.63867L2.96484 12L7.30469 17.3613L6.13867 18.3047L1.03516 12L6.13867 5.69531L7.30469 6.63867Z",fill:"currentColor"}),t.default.createElement(L.Path,{d:"M22.9648 12L17.8613 18.3047L16.6953 17.3613L21.0352 12L16.6953 6.63867L17.8613 5.69531L22.9648 12Z",fill:"currentColor"}),t.default.createElement(L.Path,{d:"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z",fill:"currentColor"}),t.default.createElement(L.Path,{d:"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z",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=\"M7.30469 6.63867L2.96484 12L7.30469 17.3613L6.13867 18.3047L1.03516 12L6.13867 5.69531L7.30469 6.63867Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.9648 12L17.8613 18.3047L16.6953 17.3613L21.0352 12L16.6953 6.63867L17.8613 5.69531L22.9648 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z\"\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,0GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4HACF,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 o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:t,size:r=24,...L})=>l.createElement(p,{...L,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(n,{d:"M7.30469 6.63867L2.96484 12L7.30469 17.3613L6.13867 18.3047L1.03516 12L6.13867 5.69531L7.30469 6.63867Z",fill:"currentColor"}),o.createElement(n,{d:"M22.9648 12L17.8613 18.3047L16.6953 17.3613L21.0352 12L16.6953 6.63867L17.8613 5.69531L22.9648 12Z",fill:"currentColor"}),o.createElement(n,{d:"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z",fill:"currentColor"}),o.createElement(n,{d:"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z",fill:"currentColor"})),d=C;export{C 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=\"M7.30469 6.63867L2.96484 12L7.30469 17.3613L6.13867 18.3047L1.03516 12L6.13867 5.69531L7.30469 6.63867Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.9648 12L17.8613 18.3047L16.6953 17.3613L21.0352 12L16.6953 6.63867L17.8613 5.69531L22.9648 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z\"\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,0GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4HACF,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,6 +430,7 @@ Below is a complete list of available icons:
430
430
  - IconCodeAssistant
431
431
  - IconCodeBrackets
432
432
  - IconCodeInsert
433
+ - IconCodeLarge
433
434
  - IconCodeLines
434
435
  - IconConsole
435
436
  - IconConsoleSimple
@@ -446,6 +447,7 @@ Below is a complete list of available icons:
446
447
  - IconSandbox
447
448
  - IconShip
448
449
  - IconTestflight
450
+ - IconVibeCoding
449
451
  - IconWebsite
450
452
 
451
453
  ### Communication
@@ -579,6 +581,7 @@ Below is a complete list of available icons:
579
581
  - IconStudioDisplay
580
582
  - IconTablet
581
583
  - IconTape
584
+ - IconTape2
582
585
  - IconTelevision
583
586
  - IconTelevisionOld
584
587
  - IconUsb
@@ -6636,6 +6636,20 @@
6636
6636
  "packageName": "square-filled-radius-0-stroke-1.5",
6637
6637
  "componentName": "IconCodeInsert"
6638
6638
  },
6639
+ {
6640
+ "category": "Code",
6641
+ "svg": "<path d=\"M9.31055 5.75L3.06055 12L9.31055 18.25L8.25 19.3105L0.939453 12L8.25 4.68945L9.31055 5.75Z\" fill=\"currentColor\"/><path d=\"M23.0605 12L15.75 19.3105L14.6895 18.25L20.9395 12L14.6895 5.75L15.75 4.68945L23.0605 12Z\" fill=\"currentColor\"/>",
6642
+ "iconName": "code-large, syntax, brackets",
6643
+ "variant": {
6644
+ "join": "square",
6645
+ "filled": "on",
6646
+ "radius": "0",
6647
+ "stroke": "1.5"
6648
+ },
6649
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
6650
+ "packageName": "square-filled-radius-0-stroke-1.5",
6651
+ "componentName": "IconCodeLarge"
6652
+ },
6639
6653
  {
6640
6654
  "category": "Code",
6641
6655
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4H13.95V5.5H2V4ZM17 4H22V5.5H17V4ZM2 11.25H9V12.75H2V11.25ZM12 11.25H22V12.75H12V11.25ZM2 18.5H11V20H2V18.5ZM14 18.5H22V20H14V18.5Z\" fill=\"currentColor\"/>",
@@ -20356,6 +20370,20 @@
20356
20370
  "packageName": "square-filled-radius-0-stroke-1.5",
20357
20371
  "componentName": "IconTape"
20358
20372
  },
20373
+ {
20374
+ "category": "Devices & Signals",
20375
+ "svg": "<path d=\"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z\" fill=\"currentColor\"/><path d=\"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z\" fill=\"currentColor\"/><path d=\"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 4V20H2V4H22ZM6.13184 18.5H17.8682L16.6182 16H7.38184L6.13184 18.5ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.5Z\" fill=\"currentColor\"/>",
20376
+ "iconName": "tape-2, cassette, record, music",
20377
+ "variant": {
20378
+ "join": "square",
20379
+ "filled": "on",
20380
+ "radius": "0",
20381
+ "stroke": "1.5"
20382
+ },
20383
+ "createdAt": "2025-12-12T09:01:58.254722+00:00",
20384
+ "packageName": "square-filled-radius-0-stroke-1.5",
20385
+ "componentName": "IconTape2"
20386
+ },
20359
20387
  {
20360
20388
  "category": "Interface General",
20361
20389
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12Z\" fill=\"currentColor\"/>",
@@ -21798,6 +21826,20 @@
21798
21826
  "packageName": "square-filled-radius-0-stroke-1.5",
21799
21827
  "componentName": "IconVerticalAlignmentRight"
21800
21828
  },
21829
+ {
21830
+ "category": "Code",
21831
+ "svg": "<path d=\"M7.30469 6.63867L2.96484 12L7.30469 17.3613L6.13867 18.3047L1.03516 12L6.13867 5.69531L7.30469 6.63867Z\" fill=\"currentColor\"/><path d=\"M22.9648 12L17.8613 18.3047L16.6953 17.3613L21.0352 12L16.6953 6.63867L17.8613 5.69531L22.9648 12Z\" fill=\"currentColor\"/><path d=\"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z\" fill=\"currentColor\"/><path d=\"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z\" fill=\"currentColor\"/>",
21832
+ "iconName": "vibe-coding, ai, ide, syntax",
21833
+ "variant": {
21834
+ "join": "square",
21835
+ "filled": "on",
21836
+ "radius": "0",
21837
+ "stroke": "1.5"
21838
+ },
21839
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
21840
+ "packageName": "square-filled-radius-0-stroke-1.5",
21841
+ "componentName": "IconVibeCoding"
21842
+ },
21801
21843
  {
21802
21844
  "category": "People",
21803
21845
  "svg": "<path d=\"M3.45703 14.6475C4.91916 13.4929 6.81221 13.1009 8.56152 13.4551L9.29688 13.6035L8.99902 15.0742L8.26367 14.9248C6.92131 14.6531 5.48285 14.9588 4.38672 15.8242C3.30609 16.6776 2.5 18.1232 2.5 20.251V21.001H1V20.251C1 17.713 1.97967 15.8142 3.45703 14.6475Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9209 20.4551L20.7666 21H6V19.5H10.1338L12.1836 12.2998H23.2432L20.9209 20.4551Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0693 1.8457C10.3222 2.24104 10.5837 2.40444 10.7783 2.44824C10.9284 2.48192 11.1353 2.46666 11.3994 2.28125L11.5166 2.19141L12.0439 1.74609L12.5312 2.23535C13.254 2.96067 13.5937 3.75964 13.5391 4.61426C13.4925 5.34 13.1653 6.00748 12.75 6.60449V6.87891C12.7498 9.56265 10.5812 11.743 7.90039 11.7432C5.30322 11.7432 3.18652 9.69684 3.05664 7.12891L3.0498 6.87891C3.04974 6.0464 3.18464 5.00381 3.65332 4.1416C4.14807 3.23147 5.02152 2.52841 6.3623 2.52832C6.79721 2.52832 7.44544 2.32616 8.05957 2.07129C8.35035 1.95061 8.60762 1.82942 8.79199 1.73828C8.88388 1.69286 8.95751 1.65567 9.00684 1.62988C9.03148 1.617 9.05045 1.60704 9.0625 1.60059C9.06833 1.59747 9.07258 1.59516 9.0752 1.59375L9.07812 1.5918L9.69238 1.25586L10.0693 1.8457ZM8 8.5H4.96484C5.5356 9.53953 6.637 10.2432 7.90039 10.2432C9.16361 10.243 10.2644 9.5394 10.835 8.5H9V7.5H8V8.5ZM9.23047 3.19043C9.05865 3.27159 8.85632 3.36508 8.63477 3.45703C8.0098 3.7164 7.12041 4.02832 6.3623 4.02832C5.65342 4.0284 5.24565 4.35439 4.97168 4.8584C4.79443 5.1845 4.68069 5.58254 4.61621 6H11.3359L11.3994 5.91504C11.8155 5.35829 12.0173 4.90292 12.042 4.51855C12.0566 4.29091 12.0106 4.0389 11.835 3.75098C11.3947 3.95288 10.9241 4.0175 10.4502 3.91113C9.97605 3.80469 9.56864 3.54172 9.23047 3.19043Z\" fill=\"currentColor\"/><path d=\"M17.5645 4.50586L17.7871 4.77246C18.0986 5.16378 18.3541 5.5733 18.5615 6.01172C19.116 5.74977 19.7094 5.52622 20.3516 5.39648L21.0869 5.24805L21.3838 6.71777L20.6484 6.86621C19.9233 7.0127 19.24 7.32245 18.5283 7.71387L17.7207 8.1582L17.4502 7.27734C17.2727 6.70099 17.0028 6.19526 16.6113 5.7041L16.4355 5.49414L15.9414 4.92969L17.0703 3.94141L17.5645 4.50586Z\" 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"
@@ -1453,6 +1454,7 @@ export type CentralIconName =
1453
1454
  | "IconTag"
1454
1455
  | "IconTapas"
1455
1456
  | "IconTape"
1457
+ | "IconTape2"
1456
1458
  | "IconTarget"
1457
1459
  | "IconTarget1"
1458
1460
  | "IconTarget2"
@@ -1556,6 +1558,7 @@ export type CentralIconName =
1556
1558
  | "IconVerticalAlignmentCenter"
1557
1559
  | "IconVerticalAlignmentLeft"
1558
1560
  | "IconVerticalAlignmentRight"
1561
+ | "IconVibeCoding"
1559
1562
  | "IconVibeCodingBird"
1560
1563
  | "IconVibeCodingStar"
1561
1564
  | "IconVideo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
3
- "version": "1.1.64",
3
+ "version": "1.1.66",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1635,
14
+ "totalIcons": 1638,
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": 43,
290
290
  "icons": [
291
291
  "IconAnchor",
292
292
  "IconAnimation",
@@ -312,6 +312,7 @@
312
312
  "IconCodeAssistant",
313
313
  "IconCodeBrackets",
314
314
  "IconCodeInsert",
315
+ "IconCodeLarge",
315
316
  "IconCodeLines",
316
317
  "IconConsole",
317
318
  "IconConsoleSimple",
@@ -328,6 +329,7 @@
328
329
  "IconSandbox",
329
330
  "IconShip",
330
331
  "IconTestflight",
332
+ "IconVibeCoding",
331
333
  "IconWebsite"
332
334
  ]
333
335
  },
@@ -408,7 +410,7 @@
408
410
  ]
409
411
  },
410
412
  "Devices & Signals": {
411
- "count": 66,
413
+ "count": 67,
412
414
  "icons": [
413
415
  "IconAirdrop",
414
416
  "IconAirplay",
@@ -467,6 +469,7 @@
467
469
  "IconStudioDisplay",
468
470
  "IconTablet",
469
471
  "IconTape",
472
+ "IconTape2",
470
473
  "IconTelevision",
471
474
  "IconTelevisionOld",
472
475
  "IconUsb",
@@ -2299,6 +2302,7 @@
2299
2302
  "IconCodeAssistant": "code-assistant, vibe-coding",
2300
2303
  "IconCodeBrackets": "code-brackets",
2301
2304
  "IconCodeInsert": "code-insert",
2305
+ "IconCodeLarge": "code-large, syntax, brackets",
2302
2306
  "IconCodeLines": "code-lines",
2303
2307
  "IconCodepen": "codepen",
2304
2308
  "IconCoin1": "coin-1, credits, money",
@@ -3279,6 +3283,7 @@
3279
3283
  "IconTag": "tag, sale",
3280
3284
  "IconTapas": "tapas, canabes",
3281
3285
  "IconTape": "tape",
3286
+ "IconTape2": "tape-2, cassette, record, music",
3282
3287
  "IconTarget": "target, focus, do-not-disdurb",
3283
3288
  "IconTarget1": "target-1, zoom, crosshair",
3284
3289
  "IconTarget2": "target-2, zoom, crosshair",
@@ -3382,6 +3387,7 @@
3382
3387
  "IconVerticalAlignmentCenter": "vertical-alignment-center",
3383
3388
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
3384
3389
  "IconVerticalAlignmentRight": "vertical-alignment-right",
3390
+ "IconVibeCoding": "vibe-coding, ai, ide, syntax",
3385
3391
  "IconVibeCodingBird": "vibe-coding-bird, laptop, work",
3386
3392
  "IconVibeCodingStar": "vibe-coding-star, working, home-office",
3387
3393
  "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";
@@ -1452,6 +1453,7 @@ export { IconTactics2, default as IconTactics2Default } from "./IconTactics2";
1452
1453
  export { IconTag, default as IconTagDefault } from "./IconTag";
1453
1454
  export { IconTapas, default as IconTapasDefault } from "./IconTapas";
1454
1455
  export { IconTape, default as IconTapeDefault } from "./IconTape";
1456
+ export { IconTape2, default as IconTape2Default } from "./IconTape2";
1455
1457
  export { IconTarget, default as IconTargetDefault } from "./IconTarget";
1456
1458
  export { IconTarget1, default as IconTarget1Default } from "./IconTarget1";
1457
1459
  export { IconTarget2, default as IconTarget2Default } from "./IconTarget2";
@@ -1555,6 +1557,7 @@ export { IconVersusCircle, default as IconVersusCircleDefault, } from "./IconVer
1555
1557
  export { IconVerticalAlignmentCenter, default as IconVerticalAlignmentCenterDefault, } from "./IconVerticalAlignmentCenter";
1556
1558
  export { IconVerticalAlignmentLeft, default as IconVerticalAlignmentLeftDefault, } from "./IconVerticalAlignmentLeft";
1557
1559
  export { IconVerticalAlignmentRight, default as IconVerticalAlignmentRightDefault, } from "./IconVerticalAlignmentRight";
1560
+ export { IconVibeCoding, default as IconVibeCodingDefault, } from "./IconVibeCoding";
1558
1561
  export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
1559
1562
  export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
1560
1563
  export { IconVideo, default as IconVideoDefault } from "./IconVideo";