@central-icons-react-native/square-outlined-radius-0-stroke-2 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 f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=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 I(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(d(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconCodeLarge:()=>u,default:()=>P});module.exports=L(h);var p=m(require("react"));var c=m(require("react")),l=require("react-native-svg"),i=({children:r,size:o=24,...e})=>c.default.createElement(l.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(i,{...r},p.default.createElement(s.Path,{d:"M8 6L2 12L8 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(s.Path,{d:"M16 6L22 12L16 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),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 6L2 12L8 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16 6L22 12L16 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeLarge;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconCodeLarge_exports","__export","IconCodeLarge","IconCodeLarge_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCodeLarge","props","React","CentralIconBase","IconCodeLarge_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M8 6L2 12L8 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.createElement(n,{d:"M16 6L22 12L16 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),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=\"M8 6L2 12L8 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16 6L22 12L16 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeLarge;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 x=Object.create;var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},h=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of u(o))!f.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=c(o,p))||C.enumerable});return r};var i=(r,o,t)=>(t=r!=null?x(k(r)):{},h(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>h(s({},"__esModule",{value:!0}),r);var y={};g(y,{IconTape2:()=>d,default:()=>I});module.exports=B(y);var e=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...t})=>l.default.createElement(m.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 n=require("react-native-svg"),d=r=>e.default.createElement(a,{...r},e.default.createElement(n.Rect,{x:"3",y:"5",width:"18",height:"14",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M6.5 10.5C6.5 9.39543 7.39543 8.5 8.5 8.5H15.5C16.6046 8.5 17.5 9.39543 17.5 10.5C17.5 11.6046 16.6046 12.5 15.5 12.5H8.5C7.39543 12.5 6.5 11.6046 6.5 10.5Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M8 16H16L17.5 19H6.5L8 16Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Rect,{x:"6.5",y:"8.5",width:"4",height:"4",rx:"2",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Rect,{x:"13.5",y:"8.5",width:"4",height:"4",rx:"2",stroke:"currentColor",strokeWidth:"2"})),I=d;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 <Rect\n x=\"3\"\n y=\"5\"\n width=\"18\"\n height=\"14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M6.5 10.5C6.5 9.39543 7.39543 8.5 8.5 8.5H15.5C16.6046 8.5 17.5 9.39543 17.5 10.5C17.5 11.6046 16.6046 12.5 15.5 12.5H8.5C7.39543 12.5 6.5 11.6046 6.5 10.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8 16H16L17.5 19H6.5L8 16Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Rect\n x=\"6.5\"\n y=\"8.5\"\n width=\"4\"\n height=\"4\"\n rx=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Rect\n x=\"13.5\"\n y=\"8.5\"\n width=\"4\"\n height=\"4\"\n rx=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,IACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,MACF,EAAE,MACF,MAAM,IACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,OACF,EAAE,MACF,MAAM,IACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,IACd,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 h}from"react-native-svg";var n=({children:t,size:r=24,...s})=>C.createElement(h,{...s,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 p,Rect as e}from"react-native-svg";var i=t=>o.createElement(n,{...t},o.createElement(e,{x:"3",y:"5",width:"18",height:"14",stroke:"currentColor",strokeWidth:"2"}),o.createElement(p,{d:"M6.5 10.5C6.5 9.39543 7.39543 8.5 8.5 8.5H15.5C16.6046 8.5 17.5 9.39543 17.5 10.5C17.5 11.6046 16.6046 12.5 15.5 12.5H8.5C7.39543 12.5 6.5 11.6046 6.5 10.5Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(p,{d:"M8 16H16L17.5 19H6.5L8 16Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{x:"6.5",y:"8.5",width:"4",height:"4",rx:"2",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{x:"13.5",y:"8.5",width:"4",height:"4",rx:"2",stroke:"currentColor",strokeWidth:"2"})),g=i;export{i as IconTape2,g 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 <Rect\n x=\"3\"\n y=\"5\"\n width=\"18\"\n height=\"14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M6.5 10.5C6.5 9.39543 7.39543 8.5 8.5 8.5H15.5C16.6046 8.5 17.5 9.39543 17.5 10.5C17.5 11.6046 16.6046 12.5 15.5 12.5H8.5C7.39543 12.5 6.5 11.6046 6.5 10.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8 16H16L17.5 19H6.5L8 16Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Rect\n x=\"6.5\"\n y=\"8.5\"\n width=\"4\"\n height=\"4\"\n rx=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Rect\n x=\"13.5\"\n y=\"8.5\"\n width=\"4\"\n height=\"4\"\n rx=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,cAACH,EAAA,CACC,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACJ,EAAA,CACC,EAAE,+JACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,6BACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,MACF,EAAE,MACF,MAAM,IACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,OACF,EAAE,MACF,MAAM,IACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,IACd,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 u=Object.create;var L=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)L(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==e&&L(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(B(r)):{},l(o||!r||!r.__esModule?L(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(L({},"__esModule",{value:!0}),r);var h={};g(h,{IconVibeCoding:()=>c,default:()=>P});module.exports=x(h);var t=a(require("react"));var C=a(require("react")),i=require("react-native-svg"),m=({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 p=require("react-native-svg"),c=r=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M10.85 10H10.15L9.275 12.275L7 13.15V13.85L9.275 14.725L10.15 17H10.85L11.725 14.725L14 13.85V13.15L11.725 12.275L10.85 10Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M13.75 6H13.25L12.625 7.625L11 8.25V8.75L12.625 9.375L13.25 11H13.75L14.375 9.375L16 8.75V8.25L14.375 7.625L13.75 6Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M6 7L2 12L6 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(p.Path,{d:"M18 7L22 12L18 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),P=c;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.85 10H10.15L9.275 12.275L7 13.15V13.85L9.275 14.725L10.15 17H10.85L11.725 14.725L14 13.85V13.15L11.725 12.275L10.85 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.75 6H13.25L12.625 7.625L11 8.25V8.75L12.625 9.375L13.25 11H13.75L14.375 9.375L16 8.75V8.25L14.375 7.625L13.75 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 7L2 12L6 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M18 7L22 12L18 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 s}from"react-native-svg";var n=({children:t,size:r=24,...p})=>L.createElement(s,{...p,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 e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(e,{d:"M10.85 10H10.15L9.275 12.275L7 13.15V13.85L9.275 14.725L10.15 17H10.85L11.725 14.725L14 13.85V13.15L11.725 12.275L10.85 10Z",fill:"currentColor"}),o.createElement(e,{d:"M13.75 6H13.25L12.625 7.625L11 8.25V8.75L12.625 9.375L13.25 11H13.75L14.375 9.375L16 8.75V8.25L14.375 7.625L13.75 6Z",fill:"currentColor"}),o.createElement(e,{d:"M6 7L2 12L6 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M18 7L22 12L18 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),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.85 10H10.15L9.275 12.275L7 13.15V13.85L9.275 14.725L10.15 17H10.85L11.725 14.725L14 13.85V13.15L11.725 12.275L10.85 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.75 6H13.25L12.625 7.625L11 8.25V8.75L12.625 9.375L13.25 11H13.75L14.375 9.375L16 8.75V8.25L14.375 7.625L13.75 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 7L2 12L6 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M18 7L22 12L18 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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-outlined-radius-0-stroke-2",
6637
6637
  "componentName": "IconCodeInsert"
6638
6638
  },
6639
+ {
6640
+ "category": "Code",
6641
+ "svg": "<path d=\"M8 6L2 12L8 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M16 6L22 12L16 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
6642
+ "iconName": "code-large, syntax, brackets",
6643
+ "variant": {
6644
+ "join": "square",
6645
+ "filled": "off",
6646
+ "radius": "0",
6647
+ "stroke": "2"
6648
+ },
6649
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
6650
+ "packageName": "square-outlined-radius-0-stroke-2",
6651
+ "componentName": "IconCodeLarge"
6652
+ },
6639
6653
  {
6640
6654
  "category": "Code",
6641
6655
  "svg": "<path d=\"M3 5H13M18 5H21M3 12H8M13 12H21M3 19H10M15 19H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -20356,6 +20370,20 @@
20356
20370
  "packageName": "square-outlined-radius-0-stroke-2",
20357
20371
  "componentName": "IconTape"
20358
20372
  },
20373
+ {
20374
+ "category": "Devices & Signals",
20375
+ "svg": "<rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6.5 10.5C6.5 9.39543 7.39543 8.5 8.5 8.5H15.5C16.6046 8.5 17.5 9.39543 17.5 10.5C17.5 11.6046 16.6046 12.5 15.5 12.5H8.5C7.39543 12.5 6.5 11.6046 6.5 10.5Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8 16H16L17.5 19H6.5L8 16Z\" stroke=\"currentColor\" stroke-width=\"2\"/><rect x=\"6.5\" y=\"8.5\" width=\"4\" height=\"4\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2\"/><rect x=\"13.5\" y=\"8.5\" width=\"4\" height=\"4\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2\"/>",
20376
+ "iconName": "tape-2, cassette, record, music",
20377
+ "variant": {
20378
+ "join": "square",
20379
+ "filled": "off",
20380
+ "radius": "0",
20381
+ "stroke": "2"
20382
+ },
20383
+ "createdAt": "2025-12-12T09:01:58.254722+00:00",
20384
+ "packageName": "square-outlined-radius-0-stroke-2",
20385
+ "componentName": "IconTape2"
20386
+ },
20359
20387
  {
20360
20388
  "category": "Interface General",
20361
20389
  "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/><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-width=\"2\"/><path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
@@ -21798,6 +21826,20 @@
21798
21826
  "packageName": "square-outlined-radius-0-stroke-2",
21799
21827
  "componentName": "IconVerticalAlignmentRight"
21800
21828
  },
21829
+ {
21830
+ "category": "Code",
21831
+ "svg": "<path d=\"M10.85 10H10.15L9.275 12.275L7 13.15V13.85L9.275 14.725L10.15 17H10.85L11.725 14.725L14 13.85V13.15L11.725 12.275L10.85 10Z\" fill=\"currentColor\"/><path d=\"M13.75 6H13.25L12.625 7.625L11 8.25V8.75L12.625 9.375L13.25 11H13.75L14.375 9.375L16 8.75V8.25L14.375 7.625L13.75 6Z\" fill=\"currentColor\"/><path d=\"M6 7L2 12L6 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M18 7L22 12L18 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
21832
+ "iconName": "vibe-coding, ai, ide, syntax",
21833
+ "variant": {
21834
+ "join": "square",
21835
+ "filled": "off",
21836
+ "radius": "0",
21837
+ "stroke": "2"
21838
+ },
21839
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
21840
+ "packageName": "square-outlined-radius-0-stroke-2",
21841
+ "componentName": "IconVibeCoding"
21842
+ },
21801
21843
  {
21802
21844
  "category": "People",
21803
21845
  "svg": "<path d=\"M2 20C2 15.4635 5.48364 13.4994 8.5 14.108\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M7 20H11M11 20H20L22 13H13L11 20Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M17 5C17.4728 5.6131 17.7973 6.25322 18 7C18.6326 6.60534 19.2848 6.31003 20 6.1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M8.00186 11C5.79272 11 4.00186 9.20914 4.00186 7C4.00175 5.5 4.50186 3.5 6.50186 3.5C7.66587 3.5 9.50175 2.5 9.50175 2.5C10.1335 3.48416 11.0988 3.75934 12.0019 3C13.1801 4.17824 12.8808 5.32809 12.0019 6.5V7C12.0019 9.20914 10.211 11 8.00186 11Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"/><rect width=\"4\" 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.5 6.75H7.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -473,6 +473,7 @@ export type CentralIconName =
473
473
  | "IconCodeAssistant"
474
474
  | "IconCodeBrackets"
475
475
  | "IconCodeInsert"
476
+ | "IconCodeLarge"
476
477
  | "IconCodeLines"
477
478
  | "IconCodepen"
478
479
  | "IconCoin1"
@@ -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-outlined-radius-0-stroke-2",
3
- "version": "1.1.64",
3
+ "version": "1.1.66",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 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";