@central-icons-react-native/round-outlined-radius-3-stroke-1 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 d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=f(o,n))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?d(B(r)):{},C(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(t({},"__esModule",{value:!0}),r);var k={};g(k,{IconCodeLarge:()=>u,default:()=>P});module.exports=x(k);var p=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.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 s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M8.5 5.5L2 12L8.5 18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M15.5 5.5L22 12L15.5 18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=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.5 5.5L2 12L8.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 5.5L22 12L15.5 18.5\"\n stroke=\"currentColor\"\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,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,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 n=({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 t}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(t,{d:"M8.5 5.5L2 12L8.5 18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M15.5 5.5L22 12L15.5 18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconCodeLarge,I 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.5 5.5L2 12L8.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 5.5L22 12L15.5 18.5\"\n stroke=\"currentColor\"\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,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,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 IconTape2: FC<CentralIconBaseProps>;
4
+ export default IconTape2;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var f=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of L(o))!h.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(C=m(o,p))||C.enumerable});return r};var u=(r,o,e)=>(e=r!=null?l(x(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>i(s({},"__esModule",{value:!0}),r);var I={};f(I,{IconTape2:()=>k,default:()=>B});module.exports=g(I);var n=u(require("react"));var a=u(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...e})=>a.default.createElement(d.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"),k=r=>n.default.createElement(c,{...r},n.default.createElement(t.Path,{d:"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M7.51334 16.7978C7.80607 16.0171 8.55231 15.5 9.386 15.5H14.614C15.4477 15.5 16.1939 16.0171 16.4867 16.7978L17.5 19.5H6.5L7.51334 16.7978Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Rect,{x:"6.00195",y:"7.75146",width:"4.49707",height:"4.49707",rx:"2.24854",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Rect,{x:"13.502",y:"7.75098",width:"4.49756",height:"4.49756",rx:"2.24878",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=k;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, Rect } from \"react-native-svg\";\n\nexport const IconTape2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.51334 16.7978C7.80607 16.0171 8.55231 15.5 9.386 15.5H14.614C15.4477 15.5 16.1939 16.0171 16.4867 16.7978L17.5 19.5H6.5L7.51334 16.7978Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"6.00195\"\n y=\"7.75146\"\n width=\"4.49707\"\n height=\"4.49707\"\n rx=\"2.24854\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"13.502\"\n y=\"7.75098\"\n width=\"4.49756\"\n height=\"4.49756\"\n rx=\"2.24878\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA2B,4BAEdC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,EAAE,UACF,MAAM,UACN,OAAO,UACP,GAAG,UACH,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,SACF,EAAE,UACF,MAAM,UACN,OAAO,UACP,GAAG,UACH,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 C from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:r=24,...s})=>C.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n,Rect as p}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M7.51334 16.7978C7.80607 16.0171 8.55231 15.5 9.386 15.5H14.614C15.4477 15.5 16.1939 16.0171 16.4867 16.7978L17.5 19.5H6.5L7.51334 16.7978Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(p,{x:"6.00195",y:"7.75146",width:"4.49707",height:"4.49707",rx:"2.24854",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(p,{x:"13.502",y:"7.75098",width:"4.49756",height:"4.49756",rx:"2.24878",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),f=u;export{u as IconTape2,f 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, Rect } from \"react-native-svg\";\n\nexport const IconTape2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.51334 16.7978C7.80607 16.0171 8.55231 15.5 9.386 15.5H14.614C15.4477 15.5 16.1939 16.0171 16.4867 16.7978L17.5 19.5H6.5L7.51334 16.7978Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"6.00195\"\n y=\"7.75146\"\n width=\"4.49707\"\n height=\"4.49707\"\n rx=\"2.24854\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"13.502\"\n y=\"7.75098\"\n width=\"4.49756\"\n height=\"4.49756\"\n rx=\"2.24878\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,EAAE,sKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,gKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,UACF,EAAE,UACF,MAAM,UACN,OAAO,UACP,GAAG,UACH,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,SACF,EAAE,UACF,MAAM,UACN,OAAO,UACP,GAAG,UACH,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","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 d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var n in o)L(r,n,{get:o[n],enumerable:!0})},l=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!I.call(r,e)&&e!==n&&L(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var s=(r,o,n)=>(n=r!=null?c(B(r)):{},l(o||!r||!r.__esModule?L(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>l(L({},"__esModule",{value:!0}),r);var k={};g(k,{IconVibeCoding:()=>m,default:()=>P});module.exports=x(k);var C=s(require("react"));var i=s(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...n})=>i.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 t=require("react-native-svg"),m=r=>C.default.createElement(u,{...r},C.default.createElement(t.Path,{d:"M10.5066 10H10.4934C10.2865 10 10.101 10.1274 10.0267 10.3205L9.35477 12.0676C9.30399 12.1996 9.19964 12.304 9.06759 12.3548L7.32051 13.0267C7.12741 13.101 7 13.2865 7 13.4934V13.5066C7 13.7135 7.12741 13.899 7.32051 13.9733L9.06759 14.6452C9.19964 14.696 9.30399 14.8004 9.35477 14.9324L10.0267 16.6795C10.101 16.8726 10.2865 17 10.4934 17H10.5066C10.7135 17 10.899 16.8726 10.9733 16.6795L11.6452 14.9324C11.696 14.8004 11.8004 14.696 11.9324 14.6452L13.6795 13.9733C13.8726 13.899 14 13.7135 14 13.5066V13.4934C14 13.2865 13.8726 13.101 13.6795 13.0267L11.9324 12.3548C11.8004 12.304 11.696 12.1996 11.6452 12.0676L10.9733 10.3205C10.899 10.1274 10.7135 10 10.5066 10Z",fill:"currentColor"}),C.default.createElement(t.Path,{d:"M14.2952 7.41759L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7048 7.41759C12.654 7.54964 12.5496 7.65399 12.4176 7.70477L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.4176 9.29523C12.5496 9.34601 12.654 9.45036 12.7048 9.58241L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2952 9.58241C14.346 9.45036 14.4504 9.34601 14.5824 9.29523L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.5824 7.70477C14.4504 7.65399 14.346 7.54964 14.2952 7.41759Z",fill:"currentColor"}),C.default.createElement(t.Path,{d:"M6.5 6.5L2 12L6.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(t.Path,{d:"M17.5 6.5L22 12L17.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;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=\"M10.5066 10H10.4934C10.2865 10 10.101 10.1274 10.0267 10.3205L9.35477 12.0676C9.30399 12.1996 9.19964 12.304 9.06759 12.3548L7.32051 13.0267C7.12741 13.101 7 13.2865 7 13.4934V13.5066C7 13.7135 7.12741 13.899 7.32051 13.9733L9.06759 14.6452C9.19964 14.696 9.30399 14.8004 9.35477 14.9324L10.0267 16.6795C10.101 16.8726 10.2865 17 10.4934 17H10.5066C10.7135 17 10.899 16.8726 10.9733 16.6795L11.6452 14.9324C11.696 14.8004 11.8004 14.696 11.9324 14.6452L13.6795 13.9733C13.8726 13.899 14 13.7135 14 13.5066V13.4934C14 13.2865 13.8726 13.101 13.6795 13.0267L11.9324 12.3548C11.8004 12.304 11.696 12.1996 11.6452 12.0676L10.9733 10.3205C10.899 10.1274 10.7135 10 10.5066 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2952 7.41759L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7048 7.41759C12.654 7.54964 12.5496 7.65399 12.4176 7.70477L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.4176 9.29523C12.5496 9.34601 12.654 9.45036 12.7048 9.58241L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2952 9.58241C14.346 9.45036 14.4504 9.34601 14.5824 9.29523L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.5824 7.70477C14.4504 7.65399 14.346 7.54964 14.2952 7.41759Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.5 6.5L2 12L6.5 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 6.5L22 12L17.5 17.5\"\n stroke=\"currentColor\"\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,kqBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,moBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,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 e=({children:C,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"},C);import{Path as n}from"react-native-svg";var l=C=>o.createElement(e,{...C},o.createElement(n,{d:"M10.5066 10H10.4934C10.2865 10 10.101 10.1274 10.0267 10.3205L9.35477 12.0676C9.30399 12.1996 9.19964 12.304 9.06759 12.3548L7.32051 13.0267C7.12741 13.101 7 13.2865 7 13.4934V13.5066C7 13.7135 7.12741 13.899 7.32051 13.9733L9.06759 14.6452C9.19964 14.696 9.30399 14.8004 9.35477 14.9324L10.0267 16.6795C10.101 16.8726 10.2865 17 10.4934 17H10.5066C10.7135 17 10.899 16.8726 10.9733 16.6795L11.6452 14.9324C11.696 14.8004 11.8004 14.696 11.9324 14.6452L13.6795 13.9733C13.8726 13.899 14 13.7135 14 13.5066V13.4934C14 13.2865 13.8726 13.101 13.6795 13.0267L11.9324 12.3548C11.8004 12.304 11.696 12.1996 11.6452 12.0676L10.9733 10.3205C10.899 10.1274 10.7135 10 10.5066 10Z",fill:"currentColor"}),o.createElement(n,{d:"M14.2952 7.41759L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7048 7.41759C12.654 7.54964 12.5496 7.65399 12.4176 7.70477L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.4176 9.29523C12.5496 9.34601 12.654 9.45036 12.7048 9.58241L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2952 9.58241C14.346 9.45036 14.4504 9.34601 14.5824 9.29523L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.5824 7.70477C14.4504 7.65399 14.346 7.54964 14.2952 7.41759Z",fill:"currentColor"}),o.createElement(n,{d:"M6.5 6.5L2 12L6.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17.5 6.5L22 12L17.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;export{l as IconVibeCoding,I 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=\"M10.5066 10H10.4934C10.2865 10 10.101 10.1274 10.0267 10.3205L9.35477 12.0676C9.30399 12.1996 9.19964 12.304 9.06759 12.3548L7.32051 13.0267C7.12741 13.101 7 13.2865 7 13.4934V13.5066C7 13.7135 7.12741 13.899 7.32051 13.9733L9.06759 14.6452C9.19964 14.696 9.30399 14.8004 9.35477 14.9324L10.0267 16.6795C10.101 16.8726 10.2865 17 10.4934 17H10.5066C10.7135 17 10.899 16.8726 10.9733 16.6795L11.6452 14.9324C11.696 14.8004 11.8004 14.696 11.9324 14.6452L13.6795 13.9733C13.8726 13.899 14 13.7135 14 13.5066V13.4934C14 13.2865 13.8726 13.101 13.6795 13.0267L11.9324 12.3548C11.8004 12.304 11.696 12.1996 11.6452 12.0676L10.9733 10.3205C10.899 10.1274 10.7135 10 10.5066 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2952 7.41759L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7048 7.41759C12.654 7.54964 12.5496 7.65399 12.4176 7.70477L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.4176 9.29523C12.5496 9.34601 12.654 9.45036 12.7048 9.58241L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2952 9.58241C14.346 9.45036 14.4504 9.34601 14.5824 9.29523L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.5824 7.70477C14.4504 7.65399 14.346 7.54964 14.2952 7.41759Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.5 6.5L2 12L6.5 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 6.5L22 12L17.5 17.5\"\n stroke=\"currentColor\"\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,kqBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,moBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,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,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": "round-outlined-radius-3-stroke-1",
6637
6637
  "componentName": "IconCodeInsert"
6638
6638
  },
6639
+ {
6640
+ "category": "Code",
6641
+ "svg": "<path d=\"M8.5 5.5L2 12L8.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 5.5L22 12L15.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6642
+ "iconName": "code-large, syntax, brackets",
6643
+ "variant": {
6644
+ "join": "round",
6645
+ "filled": "off",
6646
+ "radius": "3",
6647
+ "stroke": "1"
6648
+ },
6649
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
6650
+ "packageName": "round-outlined-radius-3-stroke-1",
6651
+ "componentName": "IconCodeLarge"
6652
+ },
6639
6653
  {
6640
6654
  "category": "Code",
6641
6655
  "svg": "<path d=\"M2.5 4.5H13.5M17.5 4.5H21.5M2.5 12L8.5 12M12.5 12L21.5 12M2.5 19.5L10.5 19.5M14.5 19.5L21.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -20356,6 +20370,20 @@
20356
20370
  "packageName": "round-outlined-radius-3-stroke-1",
20357
20371
  "componentName": "IconTape"
20358
20372
  },
20373
+ {
20374
+ "category": "Devices & Signals",
20375
+ "svg": "<path d=\"M2.5 7.5C2.5 5.84315 3.84315 4.5 5.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H5.5C3.84315 19.5 2.5 18.1569 2.5 16.5V7.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.51334 16.7978C7.80607 16.0171 8.55231 15.5 9.386 15.5H14.614C15.4477 15.5 16.1939 16.0171 16.4867 16.7978L17.5 19.5H6.5L7.51334 16.7978Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect x=\"6.00195\" y=\"7.75146\" width=\"4.49707\" height=\"4.49707\" rx=\"2.24854\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect x=\"13.502\" y=\"7.75098\" width=\"4.49756\" height=\"4.49756\" rx=\"2.24878\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
20376
+ "iconName": "tape-2, cassette, record, music",
20377
+ "variant": {
20378
+ "join": "round",
20379
+ "filled": "off",
20380
+ "radius": "3",
20381
+ "stroke": "1"
20382
+ },
20383
+ "createdAt": "2025-12-12T09:01:58.254722+00:00",
20384
+ "packageName": "round-outlined-radius-3-stroke-1",
20385
+ "componentName": "IconTape2"
20386
+ },
20359
20387
  {
20360
20388
  "category": "Interface General",
20361
20389
  "svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M12.5 12C12.5 12.2761 12.2761 12.5 12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.7239 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
@@ -21798,6 +21826,20 @@
21798
21826
  "packageName": "round-outlined-radius-3-stroke-1",
21799
21827
  "componentName": "IconVerticalAlignmentRight"
21800
21828
  },
21829
+ {
21830
+ "category": "Code",
21831
+ "svg": "<path d=\"M10.5066 10H10.4934C10.2865 10 10.101 10.1274 10.0267 10.3205L9.35477 12.0676C9.30399 12.1996 9.19964 12.304 9.06759 12.3548L7.32051 13.0267C7.12741 13.101 7 13.2865 7 13.4934V13.5066C7 13.7135 7.12741 13.899 7.32051 13.9733L9.06759 14.6452C9.19964 14.696 9.30399 14.8004 9.35477 14.9324L10.0267 16.6795C10.101 16.8726 10.2865 17 10.4934 17H10.5066C10.7135 17 10.899 16.8726 10.9733 16.6795L11.6452 14.9324C11.696 14.8004 11.8004 14.696 11.9324 14.6452L13.6795 13.9733C13.8726 13.899 14 13.7135 14 13.5066V13.4934C14 13.2865 13.8726 13.101 13.6795 13.0267L11.9324 12.3548C11.8004 12.304 11.696 12.1996 11.6452 12.0676L10.9733 10.3205C10.899 10.1274 10.7135 10 10.5066 10Z\" fill=\"currentColor\"/><path d=\"M14.2952 7.41759L13.8397 6.23334C13.7857 6.09276 13.6506 6 13.5 6C13.3494 6 13.2143 6.09276 13.1603 6.23334L12.7048 7.41759C12.654 7.54964 12.5496 7.65399 12.4176 7.70477L11.2333 8.16026C11.0928 8.21432 11 8.34938 11 8.5C11 8.65062 11.0928 8.78568 11.2333 8.83974L12.4176 9.29523C12.5496 9.34601 12.654 9.45036 12.7048 9.58241L13.1603 10.7667C13.2143 10.9072 13.3494 11 13.5 11C13.6506 11 13.7857 10.9072 13.8397 10.7667L14.2952 9.58241C14.346 9.45036 14.4504 9.34601 14.5824 9.29523L15.7667 8.83974C15.9072 8.78568 16 8.65062 16 8.5C16 8.34938 15.9072 8.21432 15.7667 8.16026L14.5824 7.70477C14.4504 7.65399 14.346 7.54964 14.2952 7.41759Z\" fill=\"currentColor\"/><path d=\"M6.5 6.5L2 12L6.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 6.5L22 12L17.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
21832
+ "iconName": "vibe-coding, ai, ide, syntax",
21833
+ "variant": {
21834
+ "join": "round",
21835
+ "filled": "off",
21836
+ "radius": "3",
21837
+ "stroke": "1"
21838
+ },
21839
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
21840
+ "packageName": "round-outlined-radius-3-stroke-1",
21841
+ "componentName": "IconVibeCoding"
21842
+ },
21801
21843
  {
21802
21844
  "category": "People",
21803
21845
  "svg": "<path d=\"M1.5 20.5C1.5 15.2074 5.51959 12.916 9 13.6259\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 20.4996H19.7192C20.1781 20.4996 20.5781 20.1873 20.6894 19.7422L22.1893 13.7425C22.3471 13.1114 21.8698 12.5 21.2192 12.5H13.6712C12.9829 12.5 12.3829 12.9684 12.2159 13.6362L10.5 20.4996ZM10.5 20.4996H6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.1211 4.82617C17.6862 5.4743 18.074 6.151 18.3162 6.94046C19.0722 6.52325 19.8517 6.16228 20.7065 5.98903\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.79824 10.9857C5.47865 10.9857 3.59824 9.09252 3.59824 6.75714C3.59813 5.17143 4.12325 3.05714 6.22325 3.05714C7.44546 3.05714 9.37313 2 9.37313 2C10.0364 3.0404 11.05 3.3313 11.9982 2.52857C13.2354 3.77414 12.9211 4.9897 11.9982 6.22857V6.75714C11.9982 9.09252 10.1178 10.9857 7.79824 10.9857Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"currentColor\"/><path d=\"M9.375 6.5H4\" stroke=\"currentColor\" 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"
@@ -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/round-outlined-radius-3-stroke-1",
3
- "version": "1.1.64",
3
+ "version": "1.1.66",
4
4
  "style": "round-outlined-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/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";