@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.65 → 1.1.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCodeLarge: FC<CentralIconBaseProps>;
4
+ export default IconCodeLarge;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(g(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={};L(v,{IconCodeLarge:()=>f,default:()=>d});module.exports=P(v);var p=m(require("react"));var c=m(require("react")),l=require("react-native-svg"),u=({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 a=require("react-native-svg"),f=r=>p.default.createElement(u,{...r},p.default.createElement(a.Path,{d:"M8.5 5.5L2 12L8.5 18.5",stroke:"currentColor",strokeLinecap:"square"}),p.default.createElement(a.Path,{d:"M15.5 5.5L22 12L15.5 18.5",stroke:"currentColor",strokeLinecap:"square"})),d=f;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=\"square\"\n />\n <Path\n d=\"M15.5 5.5L22 12L15.5 18.5\"\n stroke=\"currentColor\"\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,yBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,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 a from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...p})=>a.createElement(s,{...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.5 5.5L2 12L8.5 18.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement(n,{d:"M15.5 5.5L22 12L15.5 18.5",stroke:"currentColor",strokeLinecap:"square"})),x=C;export{C as IconCodeLarge,x 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=\"square\"\n />\n <Path\n d=\"M15.5 5.5L22 12L15.5 18.5\"\n stroke=\"currentColor\"\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,yBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,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 IconCommits: FC<CentralIconBaseProps>;
4
+ export default IconCommits;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var s=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)s(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))!P.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(a=x(o,t))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(I(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>C(s({},"__esModule",{value:!0}),r);var y={};g(y,{IconCommits:()=>i,default:()=>v});module.exports=k(y);var n=c(require("react"));var m=c(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>m.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 p=require("react-native-svg"),i=r=>n.default.createElement(u,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"5.5",stroke:"currentColor"}),n.default.createElement(p.Path,{d:"M6.5 12H1.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M22.5 12H17.5",stroke:"currentColor",strokeLinecap:"square"})),v=i;0&&(module.exports={IconCommits});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCommits/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"currentColor\" />\n <Path d=\"M6.5 12H1.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M22.5 12H17.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCommits;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,cAAc,SAAS,EACnE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,CACvE,EAIGE,EAAQJ","names":["IconCommits_exports","__export","IconCommits","IconCommits_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:e,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"},e);import{Circle as C,Path as n}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(C,{cx:"12",cy:"12",r:"5.5",stroke:"currentColor"}),o.createElement(n,{d:"M6.5 12H1.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(n,{d:"M22.5 12H17.5",stroke:"currentColor",strokeLinecap:"square"})),g=c;export{c as IconCommits,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCommits/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"currentColor\" />\n <Path d=\"M6.5 12H1.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M22.5 12H17.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCommits;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,cAAc,SAAS,EACnEG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,CACvE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVibeCoding: FC<CentralIconBaseProps>;
4
+ export default IconVibeCoding;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var L=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)L(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!d.call(r,n)&&n!==e&&L(r,n,{get:()=>o[n],enumerable:!(l=f(o,n))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?L(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>s(L({},"__esModule",{value:!0}),r);var v={};g(v,{IconVibeCoding:()=>i,default:()=>P});module.exports=x(v);var t=a(require("react"));var C=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>C.default.createElement(m.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"),i=r=>t.default.createElement(c,{...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.5 6.5L2 12L6.5 17.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(p.Path,{d:"M17.5 6.5L22 12L17.5 17.5",stroke:"currentColor",strokeLinecap:"square"})),P=i;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.5 6.5L2 12L6.5 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M17.5 6.5L22 12L17.5 17.5\"\n stroke=\"currentColor\"\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,yBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,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 l}from"react-native-svg";var n=({children:t,size:r=24,...p})=>L.createElement(l,{...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 s=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.5 6.5L2 12L6.5 17.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M17.5 6.5L22 12L17.5 17.5",stroke:"currentColor",strokeLinecap:"square"})),d=s;export{s 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=\"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.5 6.5L2 12L6.5 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M17.5 6.5L22 12L17.5 17.5\"\n stroke=\"currentColor\"\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,yBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,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,7 +430,9 @@ Below is a complete list of available icons:
430
430
  - IconCodeAssistant
431
431
  - IconCodeBrackets
432
432
  - IconCodeInsert
433
+ - IconCodeLarge
433
434
  - IconCodeLines
435
+ - IconCommits
434
436
  - IconConsole
435
437
  - IconConsoleSimple
436
438
  - IconConsoleSimple1
@@ -446,6 +448,7 @@ Below is a complete list of available icons:
446
448
  - IconSandbox
447
449
  - IconShip
448
450
  - IconTestflight
451
+ - IconVibeCoding
449
452
  - IconWebsite
450
453
 
451
454
  ### Communication
@@ -6636,6 +6636,20 @@
6636
6636
  "packageName": "square-outlined-radius-0-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=\"square\"/><path d=\"M15.5 5.5L22 12L15.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
6642
+ "iconName": "code-large, syntax, brackets",
6643
+ "variant": {
6644
+ "join": "square",
6645
+ "filled": "off",
6646
+ "radius": "0",
6647
+ "stroke": "1"
6648
+ },
6649
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
6650
+ "packageName": "square-outlined-radius-0-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=\"square\" stroke-linejoin=\"round\"/>",
@@ -6944,6 +6958,20 @@
6944
6958
  "packageName": "square-outlined-radius-0-stroke-1",
6945
6959
  "componentName": "IconColumnWideRemove"
6946
6960
  },
6961
+ {
6962
+ "category": "Code",
6963
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"currentColor\"/><path d=\"M6.5 12H1.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M22.5 12H17.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
6964
+ "iconName": "commits",
6965
+ "variant": {
6966
+ "join": "square",
6967
+ "filled": "off",
6968
+ "radius": "0",
6969
+ "stroke": "1"
6970
+ },
6971
+ "createdAt": "2025-12-15T09:02:14.753327+00:00",
6972
+ "packageName": "square-outlined-radius-0-stroke-1",
6973
+ "componentName": "IconCommits"
6974
+ },
6947
6975
  {
6948
6976
  "category": "Interface General",
6949
6977
  "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\"/><path d=\"M15 9L10 10L9 15L14 14L15 9Z\" stroke=\"currentColor\"/>",
@@ -21812,6 +21840,20 @@
21812
21840
  "packageName": "square-outlined-radius-0-stroke-1",
21813
21841
  "componentName": "IconVerticalAlignmentRight"
21814
21842
  },
21843
+ {
21844
+ "category": "Code",
21845
+ "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.5 6.5L2 12L6.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M17.5 6.5L22 12L17.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
21846
+ "iconName": "vibe-coding, ai, ide, syntax",
21847
+ "variant": {
21848
+ "join": "square",
21849
+ "filled": "off",
21850
+ "radius": "0",
21851
+ "stroke": "1"
21852
+ },
21853
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
21854
+ "packageName": "square-outlined-radius-0-stroke-1",
21855
+ "componentName": "IconVibeCoding"
21856
+ },
21815
21857
  {
21816
21858
  "category": "People",
21817
21859
  "svg": "<path d=\"M1.5 20.5C1.5 15.2074 5.51959 12.916 9 13.6259\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M6.5 20.4996H10.5M10.5 20.4996H20.5L22.5 12.5H12.5L10.5 20.4996Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><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=\"square\"/><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\"/><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"
@@ -495,6 +496,7 @@ export type CentralIconName =
495
496
  | "IconColumnWideHalfAdd"
496
497
  | "IconColumnWideHalfRemove"
497
498
  | "IconColumnWideRemove"
499
+ | "IconCommits"
498
500
  | "IconCompassRound"
499
501
  | "IconCompassSquare"
500
502
  | "IconComponents"
@@ -1557,6 +1559,7 @@ export type CentralIconName =
1557
1559
  | "IconVerticalAlignmentCenter"
1558
1560
  | "IconVerticalAlignmentLeft"
1559
1561
  | "IconVerticalAlignmentRight"
1562
+ | "IconVibeCoding"
1560
1563
  | "IconVibeCodingBird"
1561
1564
  | "IconVibeCodingStar"
1562
1565
  | "IconVideo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.65",
3
+ "version": "1.1.67",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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": 1636,
14
+ "totalIcons": 1639,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -286,7 +286,7 @@
286
286
  ]
287
287
  },
288
288
  "Code": {
289
- "count": 41,
289
+ "count": 44,
290
290
  "icons": [
291
291
  "IconAnchor",
292
292
  "IconAnimation",
@@ -312,7 +312,9 @@
312
312
  "IconCodeAssistant",
313
313
  "IconCodeBrackets",
314
314
  "IconCodeInsert",
315
+ "IconCodeLarge",
315
316
  "IconCodeLines",
317
+ "IconCommits",
316
318
  "IconConsole",
317
319
  "IconConsoleSimple",
318
320
  "IconConsoleSimple1",
@@ -328,6 +330,7 @@
328
330
  "IconSandbox",
329
331
  "IconShip",
330
332
  "IconTestflight",
333
+ "IconVibeCoding",
331
334
  "IconWebsite"
332
335
  ]
333
336
  },
@@ -2300,6 +2303,7 @@
2300
2303
  "IconCodeAssistant": "code-assistant, vibe-coding",
2301
2304
  "IconCodeBrackets": "code-brackets",
2302
2305
  "IconCodeInsert": "code-insert",
2306
+ "IconCodeLarge": "code-large, syntax, brackets",
2303
2307
  "IconCodeLines": "code-lines",
2304
2308
  "IconCodepen": "codepen",
2305
2309
  "IconCoin1": "coin-1, credits, money",
@@ -2322,6 +2326,7 @@
2322
2326
  "IconColumnWideHalfAdd": "column-wide-half-add",
2323
2327
  "IconColumnWideHalfRemove": "column-wide-half-remove",
2324
2328
  "IconColumnWideRemove": "column-wide-remove",
2329
+ "IconCommits": "commits",
2325
2330
  "IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
2326
2331
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2327
2332
  "IconComponents": "components, figma",
@@ -3384,6 +3389,7 @@
3384
3389
  "IconVerticalAlignmentCenter": "vertical-alignment-center",
3385
3390
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
3386
3391
  "IconVerticalAlignmentRight": "vertical-alignment-right",
3392
+ "IconVibeCoding": "vibe-coding, ai, ide, syntax",
3387
3393
  "IconVibeCodingBird": "vibe-coding-bird, laptop, work",
3388
3394
  "IconVibeCodingStar": "vibe-coding-star, working, home-office",
3389
3395
  "IconVideo": "video, camera, movie, play",
package/index.d.ts CHANGED
@@ -472,6 +472,7 @@ export { IconCodeAnalyze, default as IconCodeAnalyzeDefault, } from "./IconCodeA
472
472
  export { IconCodeAssistant, default as IconCodeAssistantDefault, } from "./IconCodeAssistant";
473
473
  export { IconCodeBrackets, default as IconCodeBracketsDefault, } from "./IconCodeBrackets";
474
474
  export { IconCodeInsert, default as IconCodeInsertDefault, } from "./IconCodeInsert";
475
+ export { IconCodeLarge, default as IconCodeLargeDefault, } from "./IconCodeLarge";
475
476
  export { IconCodeLines, default as IconCodeLinesDefault, } from "./IconCodeLines";
476
477
  export { IconCodepen, default as IconCodepenDefault } from "./IconCodepen";
477
478
  export { IconCoin1, default as IconCoin1Default } from "./IconCoin1";
@@ -494,6 +495,7 @@ export { IconColumnWideHalf, default as IconColumnWideHalfDefault, } from "./Ico
494
495
  export { IconColumnWideHalfAdd, default as IconColumnWideHalfAddDefault, } from "./IconColumnWideHalfAdd";
495
496
  export { IconColumnWideHalfRemove, default as IconColumnWideHalfRemoveDefault, } from "./IconColumnWideHalfRemove";
496
497
  export { IconColumnWideRemove, default as IconColumnWideRemoveDefault, } from "./IconColumnWideRemove";
498
+ export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
497
499
  export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCompassRound";
498
500
  export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
499
501
  export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";
@@ -1556,6 +1558,7 @@ export { IconVersusCircle, default as IconVersusCircleDefault, } from "./IconVer
1556
1558
  export { IconVerticalAlignmentCenter, default as IconVerticalAlignmentCenterDefault, } from "./IconVerticalAlignmentCenter";
1557
1559
  export { IconVerticalAlignmentLeft, default as IconVerticalAlignmentLeftDefault, } from "./IconVerticalAlignmentLeft";
1558
1560
  export { IconVerticalAlignmentRight, default as IconVerticalAlignmentRightDefault, } from "./IconVerticalAlignmentRight";
1561
+ export { IconVibeCoding, default as IconVibeCodingDefault, } from "./IconVibeCoding";
1559
1562
  export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
1560
1563
  export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
1561
1564
  export { IconVideo, default as IconVideoDefault } from "./IconVideo";