@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.67 → 1.1.69

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 IconCodeMedium: FC<CentralIconBaseProps>;
4
+ export default IconCodeMedium;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of k(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(a=f(r,t))||a.enumerable});return o};var m=(o,r,e)=>(e=o!=null?l(B(o)):{},i(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>i(n({},"__esModule",{value:!0}),o);var g={};L(g,{IconCodeMedium:()=>d,default:()=>P});module.exports=x(g);var p=m(require("react"));var C=m(require("react")),u=require("react-native-svg"),c=({children:o,size:r=24,...e})=>C.default.createElement(u.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),d=o=>p.default.createElement(c,{...o},p.default.createElement(s.Path,{d:"M17 8L21 12L17 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M7 16L3 12L7 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;0&&(module.exports={IconCodeMedium});
2
+ //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconInsertHtml/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 IconInsertHtml: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 8L21 12L17 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 16L3 12L7 8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInsertHtml;\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,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconInsertHtml_exports","__export","IconInsertHtml","IconInsertHtml_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconInsertHtml","props","React","CentralIconBase","IconInsertHtml_default"]}
1
+ {"version":3,"sources":["../src/IconCodeMedium/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 IconCodeMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 8L21 12L17 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 16L3 12L7 8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeMedium;\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,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCodeMedium_exports","__export","IconCodeMedium","IconCodeMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCodeMedium","props","React","CentralIconBase","IconCodeMedium_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:r,size:o=24,...p})=>s.createElement(a,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var i=r=>e.createElement(t,{...r},e.createElement(n,{d:"M17 8L21 12L17 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M7 16L3 12L7 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconCodeMedium,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconInsertHtml/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 IconInsertHtml: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 8L21 12L17 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 16L3 12L7 8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInsertHtml;\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,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconInsertHtml","props","React","CentralIconBase","IconInsertHtml_default"]}
1
+ {"version":3,"sources":["../src/IconCodeMedium/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 IconCodeMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 8L21 12L17 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 16L3 12L7 8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeMedium;\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,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCodeMedium","props","React","CentralIconBase","IconCodeMedium_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconConnectors1: FC<CentralIconBaseProps>;
4
+ export default IconConnectors1;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var C=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},p=(o,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of L(r))!h.call(o,s)&&s!==e&&C(o,s,{get:()=>r[s],enumerable:!(i=m(r,s))||i.enumerable});return o};var d=(o,r,e)=>(e=o!=null?l(f(o)):{},p(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>p(C({},"__esModule",{value:!0}),o);var P={};B(P,{IconConnectors1:()=>c,default:()=>x});module.exports=I(P);var n=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),a=({children:o,size:r=24,...e})=>u.default.createElement(k.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),c=o=>n.default.createElement(a,{...o},n.default.createElement(t.Path,{d:"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M14 17C14 18.6569 15.3431 20 17 20C18.6569 20 20 18.6569 20 17C20 15.3431 18.6569 14 17 14C15.3431 14 14 15.3431 14 17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9.5 14.5L14.5 9.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconConnectors1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconConnectors1/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 IconConnectors1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 17C14 18.6569 15.3431 20 17 20C18.6569 20 20 18.6569 20 17C20 15.3431 18.6569 14 17 14C15.3431 14 14 15.3431 14 17Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 14.5L14.5 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConnectors1;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconConnectors1_exports","__export","IconConnectors1","IconConnectors1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconConnectors1","props","React","CentralIconBase","IconConnectors1_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import C from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:o=24,...s})=>C.createElement(i,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var p=n=>r.createElement(t,{...n},r.createElement(e,{d:"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M14 17C14 18.6569 15.3431 20 17 20C18.6569 20 20 18.6569 20 17C20 15.3431 18.6569 14 17 14C15.3431 14 14 15.3431 14 17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M9.5 14.5L14.5 9.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=p;export{p as IconConnectors1,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconConnectors1/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 IconConnectors1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 17C14 18.6569 15.3431 20 17 20C18.6569 20 20 18.6569 20 17C20 15.3431 18.6569 14 17 14C15.3431 14 14 15.3431 14 17Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 14.5L14.5 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConnectors1;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconConnectors1","props","React","CentralIconBase","IconConnectors1_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconConnectors2: FC<CentralIconBaseProps>;
4
+ export default IconConnectors2;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var C=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!B.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(p=m(r,t))||p.enumerable});return o};var d=(o,r,e)=>(e=o!=null?l(h(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>i(C({},"__esModule",{value:!0}),o);var P={};I(P,{IconConnectors2:()=>c,default:()=>L});module.exports=x(P);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({children:o,size:r=24,...e})=>u.default.createElement(a.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),c=o=>n.default.createElement(k,{...o},n.default.createElement(s.Path,{d:"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M17 10V17H10",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),L=c;0&&(module.exports={IconConnectors2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconConnectors2/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 IconConnectors2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 10V17H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConnectors2;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconConnectors2_exports","__export","IconConnectors2","IconConnectors2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconConnectors2","props","React","CentralIconBase","IconConnectors2_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...s})=>C.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>r.createElement(t,{...n},r.createElement(e,{d:"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M17 10V17H10",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),B=i;export{i as IconConnectors2,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconConnectors2/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 IconConnectors2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 10V17H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConnectors2;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconConnectors2","props","React","CentralIconBase","IconConnectors2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVibeCoding2: FC<CentralIconBaseProps>;
4
+ export default IconVibeCoding2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(s=d(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>a(C({},"__esModule",{value:!0}),r);var P={};g(P,{IconVibeCoding2:()=>c,default:()=>x});module.exports=k(P);var n=i(require("react"));var l=i(require("react")),L=require("react-native-svg"),m=({children:r,size:o=24,...e})=>l.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"),c=r=>n.default.createElement(m,{...r},n.default.createElement(p.Path,{d:"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M9 5L2 11.72L9 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M22 11.7202L15 19.0002",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),x=c;0&&(module.exports={IconVibeCoding2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVibeCoding2/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 IconVibeCoding2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 5L2 11.72L9 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 11.7202L15 19.0002\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding2;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,unBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconVibeCoding2_exports","__export","IconVibeCoding2","IconVibeCoding2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVibeCoding2","props","React","CentralIconBase","IconVibeCoding2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,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 t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z",fill:"currentColor"}),o.createElement(t,{d:"M9 5L2 11.72L9 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M22 11.7202L15 19.0002",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),I=a;export{a as IconVibeCoding2,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVibeCoding2/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 IconVibeCoding2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 5L2 11.72L9 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 11.7202L15 19.0002\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding2;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,unBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVibeCoding2","props","React","CentralIconBase","IconVibeCoding2_default"]}
package/README.md CHANGED
@@ -432,6 +432,7 @@ Below is a complete list of available icons:
432
432
  - IconCodeInsert
433
433
  - IconCodeLarge
434
434
  - IconCodeLines
435
+ - IconCodeMedium
435
436
  - IconCommits
436
437
  - IconConsole
437
438
  - IconConsoleSimple
@@ -449,6 +450,7 @@ Below is a complete list of available icons:
449
450
  - IconShip
450
451
  - IconTestflight
451
452
  - IconVibeCoding
453
+ - IconVibeCoding2
452
454
  - IconWebsite
453
455
 
454
456
  ### Communication
@@ -541,6 +543,8 @@ Below is a complete list of available icons:
541
543
  - IconChipSimple
542
544
  - IconChromecast
543
545
  - IconCircleRecord
546
+ - IconConnectors1
547
+ - IconConnectors2
544
548
  - IconDevices
545
549
  - IconFullscreen
546
550
  - IconHaptic
@@ -1795,7 +1799,6 @@ Below is a complete list of available icons:
1795
1799
  - IconHorizontalAlignmentBottom
1796
1800
  - IconHorizontalAlignmentCenter
1797
1801
  - IconHorizontalAlignmentTop
1798
- - IconInsertHtml
1799
1802
  - IconItalic
1800
1803
  - IconLinebreak
1801
1804
  - IconLineHeight
@@ -6664,6 +6664,20 @@
6664
6664
  "packageName": "round-outlined-radius-0-stroke-2",
6665
6665
  "componentName": "IconCodeLines"
6666
6666
  },
6667
+ {
6668
+ "category": "Code",
6669
+ "svg": "<path d=\"M17 8L21 12L17 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 16L3 12L7 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6670
+ "iconName": "code-medium, syntax, brackets, dev",
6671
+ "variant": {
6672
+ "join": "round",
6673
+ "filled": "off",
6674
+ "radius": "0",
6675
+ "stroke": "2"
6676
+ },
6677
+ "createdAt": "2025-02-15T21:11:34.065631+00:00",
6678
+ "packageName": "round-outlined-radius-0-stroke-2",
6679
+ "componentName": "IconCodeMedium"
6680
+ },
6667
6681
  {
6668
6682
  "category": "Social Media & Brands",
6669
6683
  "svg": "<path d=\"M21.9917 8.85354C21.9118 8.33327 21.3324 8.05313 20.9328 7.79299C20.2135 7.31275 19.5142 6.85251 18.7949 6.37226C17.0965 5.23167 15.3782 4.09108 13.6799 2.95049C13.2803 2.69036 12.8807 2.41021 12.4811 2.15008C12.2013 1.94997 11.8217 1.94997 11.522 2.15008C10.3831 2.91047 9.22426 3.69087 8.08538 4.45127L3.05033 7.813C2.61076 8.09315 2.03133 8.37329 2.01135 8.9736C1.99137 9.63395 2.01135 10.3143 2.01135 10.9746V14.1763C2.01135 14.7566 1.89147 15.4369 2.43094 15.7971C3.70968 16.6776 5.00841 17.518 6.30713 18.3785C7.90556 19.439 9.50399 20.5196 11.1024 21.5801C11.542 21.8803 11.9816 22.2004 12.521 21.8403C12.9806 21.5401 13.4201 21.2399 13.8797 20.9398C15.6579 19.7592 17.4362 18.5586 19.2145 17.3779L21.1925 16.0573C21.3124 15.9772 21.4523 15.8972 21.5721 15.7971C21.8519 15.597 21.9717 15.3169 21.9717 14.9767V9.47386C21.9917 9.25375 22.0117 9.05365 21.9917 8.85354C21.9917 8.89356 21.9917 8.83353 21.9917 8.85354ZM12.8607 4.47128L19.5941 8.9736L16.597 10.9946L12.8607 8.49336V4.47128ZM11.1424 4.47128V8.47335L7.42603 10.9746L4.40899 8.9736L11.1424 4.47128ZM3.72966 10.5744L5.86756 12.0152L3.72966 13.4559V10.5744ZM11.1424 19.5591L4.40899 15.0567L7.40605 13.0357L11.1224 15.537V19.5591H11.1424ZM12.0015 14.0562L8.96452 12.0152L12.0015 9.97412L15.0386 12.0152L12.0015 14.0562ZM12.8607 19.5591V15.557L16.577 13.0557L19.5741 15.0768L12.8607 19.5591ZM20.2734 13.4559L18.1355 12.0152L20.2934 10.5744L20.2734 13.4559Z\" fill=\"currentColor\"/>",
@@ -7028,6 +7042,34 @@
7028
7042
  "packageName": "round-outlined-radius-0-stroke-2",
7029
7043
  "componentName": "IconConcise"
7030
7044
  },
7045
+ {
7046
+ "category": "Devices & Signals",
7047
+ "svg": "<path d=\"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 17C14 18.6569 15.3431 20 17 20C18.6569 20 20 18.6569 20 17C20 15.3431 18.6569 14 17 14C15.3431 14 14 15.3431 14 17Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 14.5L14.5 9.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7048
+ "iconName": "connectors-1, connection, apps",
7049
+ "variant": {
7050
+ "join": "round",
7051
+ "filled": "off",
7052
+ "radius": "0",
7053
+ "stroke": "2"
7054
+ },
7055
+ "createdAt": "2025-12-16T18:01:50.917281+00:00",
7056
+ "packageName": "round-outlined-radius-0-stroke-2",
7057
+ "componentName": "IconConnectors1"
7058
+ },
7059
+ {
7060
+ "category": "Devices & Signals",
7061
+ "svg": "<path d=\"M4 7C4 8.65685 5.34315 10 7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 15.3431 8.65685 14 7 14C5.34315 14 4 15.3431 4 17Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 7C14 8.65685 15.3431 10 17 10C18.6569 10 20 8.65685 20 7C20 5.34315 18.6569 4 17 4C15.3431 4 14 5.34315 14 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 10V17H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
7062
+ "iconName": "connectors-2, connection, apps",
7063
+ "variant": {
7064
+ "join": "round",
7065
+ "filled": "off",
7066
+ "radius": "0",
7067
+ "stroke": "2"
7068
+ },
7069
+ "createdAt": "2025-12-16T18:01:50.917281+00:00",
7070
+ "packageName": "round-outlined-radius-0-stroke-2",
7071
+ "componentName": "IconConnectors2"
7072
+ },
7031
7073
  {
7032
7074
  "category": "Code",
7033
7075
  "svg": "<path d=\"M7.5 8L9.25 9.75L7.5 11.5M12 11.5H14M4 4H20V20H4V4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -12166,20 +12208,6 @@
12166
12208
  "packageName": "round-outlined-radius-0-stroke-2",
12167
12209
  "componentName": "IconInputForm"
12168
12210
  },
12169
- {
12170
- "category": "Typography",
12171
- "svg": "<path d=\"M17 8L21 12L17 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 16L3 12L7 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
12172
- "iconName": "insert-html,code, brackets",
12173
- "variant": {
12174
- "join": "round",
12175
- "filled": "off",
12176
- "radius": "0",
12177
- "stroke": "2"
12178
- },
12179
- "createdAt": "2025-02-15T21:11:34.065631+00:00",
12180
- "packageName": "round-outlined-radius-0-stroke-2",
12181
- "componentName": "IconInsertHtml"
12182
- },
12183
12211
  {
12184
12212
  "category": "Statistics & Charts",
12185
12213
  "svg": "<path d=\"M12.3536 6.14645L14.1464 4.35355C14.3417 4.15829 14.6583 4.15829 14.8536 4.35355L16.6464 6.14645C16.8417 6.34171 16.8417 6.65829 16.6464 6.85355L14.8536 8.64645C14.6583 8.84171 14.3417 8.84171 14.1464 8.64645L12.3536 6.85355C12.1583 6.65829 12.1583 6.34171 12.3536 6.14645Z\" fill=\"currentColor\"/><circle cx=\"4\" cy=\"18\" r=\"2\" fill=\"currentColor\"/><circle cx=\"9\" cy=\"11\" r=\"2\" fill=\"currentColor\"/><circle cx=\"15\" cy=\"16\" r=\"2\" fill=\"currentColor\"/><path d=\"M4 18L9 11L15 16L20 10\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"20\" cy=\"10\" r=\"2\" fill=\"currentColor\"/><circle cx=\"4.5\" cy=\"8.5\" r=\"1.5\" fill=\"currentColor\"/>",
@@ -21854,6 +21882,20 @@
21854
21882
  "packageName": "round-outlined-radius-0-stroke-2",
21855
21883
  "componentName": "IconVibeCoding"
21856
21884
  },
21885
+ {
21886
+ "category": "Code",
21887
+ "svg": "<path d=\"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z\" fill=\"currentColor\"/><path d=\"M9 5L2 11.72L9 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 11.7202L15 19.0002\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
21888
+ "iconName": "vibe-coding-2, ai, ide, syntax",
21889
+ "variant": {
21890
+ "join": "round",
21891
+ "filled": "off",
21892
+ "radius": "0",
21893
+ "stroke": "2"
21894
+ },
21895
+ "createdAt": "2025-12-16T19:02:16.049338+00:00",
21896
+ "packageName": "round-outlined-radius-0-stroke-2",
21897
+ "componentName": "IconVibeCoding2"
21898
+ },
21857
21899
  {
21858
21900
  "category": "People",
21859
21901
  "svg": "<path d=\"M2 20C2 15.4635 5.48364 13.4994 8.5 14.108\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 20H11M11 20H20L22 13H13L11 20Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 5C17 5 18 6.1 18 7C19 6.1 20 6.1 20 6.1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.00011 7L4.90011 6.99993V7H4.00011ZM12.0001 6.5H11.1001C11.1001 6.30527 11.1633 6.11579 11.2801 5.96L12.0001 6.5ZM12.4594 5.88767L13.1794 6.42767L13.1794 6.42767L12.4594 5.88767ZM12.2736 3.27346L11.6372 3.90985L12.2736 3.27346ZM12.0001 3L11.4209 2.31116C11.7783 2.0106 12.3063 2.03338 12.6365 2.3636L12.0001 3ZM11.0001 3.5L10.9473 2.60155L11.0001 3.5ZM9.50011 2L8.73162 1.53158C8.90651 1.24465 9.22668 1.07905 9.56191 1.10212C9.89715 1.1252 10.1916 1.33311 10.3255 1.64129L9.50011 2ZM8.50011 3L8.82998 3.83737L8.50011 3ZM4.00011 7H4.90011C4.90011 8.71208 6.28803 10.1 8.00011 10.1V11V11.9C5.29391 11.9 3.10011 9.7062 3.10011 7H4.00011ZM8.00011 11V10.1C9.71219 10.1 11.1001 8.71208 11.1001 7H12.0001H12.9001C12.9001 9.7062 10.7063 11.9 8.00011 11.9V11ZM12.0001 6.5L11.2801 5.96L11.7394 5.34767L12.4594 5.88767L13.1794 6.42767L12.7201 7.04L12.0001 6.5ZM12.2736 3.27346L11.6372 3.90985L11.3637 3.6364L12.0001 3L12.6365 2.3636L12.91 2.63706L12.2736 3.27346ZM12.0001 3C12.5793 3.68884 12.5792 3.68894 12.5791 3.68905C12.579 3.68908 12.5789 3.68919 12.5788 3.68926C12.5787 3.68941 12.5785 3.68957 12.5783 3.68973C12.5779 3.69006 12.5775 3.69042 12.577 3.6908C12.5761 3.69158 12.575 3.69247 12.5738 3.69347C12.5714 3.69548 12.5684 3.69795 12.5648 3.70085C12.5578 3.70665 12.5485 3.71419 12.5372 3.72323C12.5147 3.74126 12.4838 3.76549 12.4459 3.79395C12.371 3.85024 12.2648 3.92616 12.1394 4.00429C11.9284 4.13577 11.5128 4.3714 11.053 4.39845L11.0001 3.5L10.9473 2.60155C10.916 2.60339 10.9277 2.60825 10.991 2.58159C11.048 2.55759 11.1159 2.52123 11.1877 2.47648C11.2578 2.43281 11.3199 2.38854 11.3644 2.35509C11.3862 2.33867 11.4028 2.32565 11.4128 2.31764C11.4178 2.31365 11.4211 2.31098 11.4225 2.30981C11.4232 2.30923 11.4234 2.30904 11.4232 2.30925C11.423 2.30936 11.4228 2.30957 11.4224 2.30988C11.4222 2.31004 11.422 2.31023 11.4217 2.31044C11.4216 2.31055 11.4215 2.31066 11.4213 2.31078C11.4213 2.31084 11.4212 2.31093 11.4211 2.31096C11.421 2.31106 11.4209 2.31116 12.0001 3ZM11.0001 3.5L11.053 4.39845C10.5489 4.4281 10.1413 4.21022 9.86723 3.99883C9.59033 3.78529 9.36938 3.5183 9.2071 3.29062C9.04069 3.05715 8.90987 2.82779 8.82177 2.6604C8.77711 2.57556 8.74197 2.50384 8.71731 2.45179C8.70495 2.42571 8.69514 2.40439 8.68802 2.38865C8.68445 2.38077 8.68154 2.37428 8.67932 2.36926C8.67821 2.36675 8.67726 2.3646 8.67649 2.36284C8.6761 2.36196 8.67576 2.36118 8.67546 2.36049C8.67531 2.36014 8.67517 2.35982 8.67504 2.35952C8.67497 2.35938 8.67488 2.35917 8.67485 2.3591C8.67477 2.3589 8.67468 2.35871 9.50011 2C10.3255 1.64129 10.3255 1.64111 10.3254 1.64094C10.3254 1.64089 10.3253 1.64072 10.3252 1.64062C10.3252 1.64041 10.3251 1.64023 10.325 1.64008C10.3249 1.63976 10.3248 1.63954 10.3247 1.6394C10.3246 1.63913 10.3246 1.63921 10.3248 1.63963C10.3252 1.64046 10.3262 1.64266 10.3277 1.64611C10.3309 1.65303 10.3363 1.66494 10.344 1.68111C10.3594 1.71356 10.3832 1.76245 10.4146 1.82203C10.4785 1.94349 10.5677 2.09825 10.6729 2.24586C10.7822 2.39927 10.8846 2.51032 10.9665 2.57346C11.0511 2.63877 11.0378 2.59622 10.9473 2.60155L11.0001 3.5ZM9.50011 2C10.2686 2.46842 10.2685 2.46856 10.2684 2.4687C10.2684 2.46875 10.2683 2.46889 10.2683 2.469C10.2681 2.4692 10.268 2.46942 10.2679 2.46965C10.2676 2.4701 10.2673 2.47061 10.2669 2.47117C10.2662 2.47228 10.2654 2.4736 10.2645 2.4751C10.2626 2.47811 10.2603 2.48189 10.2575 2.4864C10.2518 2.49541 10.2443 2.50736 10.2349 2.5219C10.2162 2.55091 10.1902 2.59052 10.1576 2.63782C10.0932 2.73156 10.0003 2.85982 9.88644 2.99756C9.68902 3.23635 9.31543 3.64613 8.82998 3.83737L8.50011 3L8.17024 2.16263C8.16631 2.16418 8.20429 2.14779 8.28006 2.08141C8.35063 2.01958 8.42594 1.93918 8.49916 1.85062C8.57106 1.76366 8.63186 1.67988 8.67459 1.61775C8.69566 1.58711 8.71159 1.56283 8.72151 1.54744C8.72645 1.53976 8.72984 1.53438 8.73157 1.53161C8.73244 1.53023 8.73288 1.52951 8.7329 1.52949C8.7329 1.52948 8.7328 1.52964 8.73259 1.52999C8.73248 1.53016 8.73235 1.53038 8.73219 1.53064C8.7321 1.53078 8.73202 1.53092 8.73192 1.53108C8.73187 1.53115 8.7318 1.53128 8.73177 1.53132C8.7317 1.53145 8.73162 1.53158 9.50011 2ZM6.50011 3.5V4.4C5.87765 4.4 5.53197 4.67518 5.29017 5.11848C5.01684 5.61956 4.90006 6.32357 4.90011 6.99993L4.00011 7L3.10011 7.00007C3.10005 6.17643 3.23327 5.13044 3.70997 4.25652C4.21819 3.32482 5.12257 2.6 6.50011 2.6V3.5ZM8.50011 3L8.82998 3.83737C7.53206 4.34867 6.69607 4.4 6.50011 4.4V3.5V2.6C6.46078 2.6 7.07344 2.5947 8.17024 2.16263L8.50011 3ZM12.4594 5.88767L11.7394 5.34767C12.0678 4.90974 12.0243 4.29694 11.6372 3.90986L12.2736 3.27346L12.91 2.63706C13.9304 3.65755 14.0453 5.27312 13.1794 6.42767L12.4594 5.88767ZM12.0001 6.5H12.9001V7H12.0001H11.1001V6.5H12.0001Z\" fill=\"currentColor\"/><rect width=\"4\" height=\"2.5\" rx=\"0.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><rect width=\"3\" height=\"2.5\" rx=\"0.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
@@ -475,6 +475,7 @@ export type CentralIconName =
475
475
  | "IconCodeInsert"
476
476
  | "IconCodeLarge"
477
477
  | "IconCodeLines"
478
+ | "IconCodeMedium"
478
479
  | "IconCodepen"
479
480
  | "IconCoin1"
480
481
  | "IconCoin2"
@@ -501,6 +502,8 @@ export type CentralIconName =
501
502
  | "IconCompassSquare"
502
503
  | "IconComponents"
503
504
  | "IconConcise"
505
+ | "IconConnectors1"
506
+ | "IconConnectors2"
504
507
  | "IconConsole"
505
508
  | "IconConsoleSimple"
506
509
  | "IconConsoleSimple1"
@@ -868,7 +871,6 @@ export type CentralIconName =
868
871
  | "IconInitiatives"
869
872
  | "IconInjection"
870
873
  | "IconInputForm"
871
- | "IconInsertHtml"
872
874
  | "IconInsights"
873
875
  | "IconInstagram"
874
876
  | "IconInvite"
@@ -1560,6 +1562,7 @@ export type CentralIconName =
1560
1562
  | "IconVerticalAlignmentLeft"
1561
1563
  | "IconVerticalAlignmentRight"
1562
1564
  | "IconVibeCoding"
1565
+ | "IconVibeCoding2"
1563
1566
  | "IconVibeCodingBird"
1564
1567
  | "IconVibeCodingStar"
1565
1568
  | "IconVideo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.67",
3
+ "version": "1.1.69",
4
4
  "style": "round-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-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": 1639,
14
+ "totalIcons": 1642,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -286,7 +286,7 @@
286
286
  ]
287
287
  },
288
288
  "Code": {
289
- "count": 44,
289
+ "count": 46,
290
290
  "icons": [
291
291
  "IconAnchor",
292
292
  "IconAnimation",
@@ -314,6 +314,7 @@
314
314
  "IconCodeInsert",
315
315
  "IconCodeLarge",
316
316
  "IconCodeLines",
317
+ "IconCodeMedium",
317
318
  "IconCommits",
318
319
  "IconConsole",
319
320
  "IconConsoleSimple",
@@ -331,6 +332,7 @@
331
332
  "IconShip",
332
333
  "IconTestflight",
333
334
  "IconVibeCoding",
335
+ "IconVibeCoding2",
334
336
  "IconWebsite"
335
337
  ]
336
338
  },
@@ -411,7 +413,7 @@
411
413
  ]
412
414
  },
413
415
  "Devices & Signals": {
414
- "count": 67,
416
+ "count": 69,
415
417
  "icons": [
416
418
  "IconAirdrop",
417
419
  "IconAirplay",
@@ -429,6 +431,8 @@
429
431
  "IconChipSimple",
430
432
  "IconChromecast",
431
433
  "IconCircleRecord",
434
+ "IconConnectors1",
435
+ "IconConnectors2",
432
436
  "IconDevices",
433
437
  "IconFullscreen",
434
438
  "IconHaptic",
@@ -1705,7 +1709,7 @@
1705
1709
  ]
1706
1710
  },
1707
1711
  "Typography": {
1708
- "count": 54,
1712
+ "count": 53,
1709
1713
  "icons": [
1710
1714
  "IconAlignmentCenter",
1711
1715
  "IconAlignmentJustify",
@@ -1729,7 +1733,6 @@
1729
1733
  "IconHorizontalAlignmentBottom",
1730
1734
  "IconHorizontalAlignmentCenter",
1731
1735
  "IconHorizontalAlignmentTop",
1732
- "IconInsertHtml",
1733
1736
  "IconItalic",
1734
1737
  "IconLinebreak",
1735
1738
  "IconLineHeight",
@@ -2305,6 +2308,7 @@
2305
2308
  "IconCodeInsert": "code-insert",
2306
2309
  "IconCodeLarge": "code-large, syntax, brackets",
2307
2310
  "IconCodeLines": "code-lines",
2311
+ "IconCodeMedium": "code-medium, syntax, brackets, dev",
2308
2312
  "IconCodepen": "codepen",
2309
2313
  "IconCoin1": "coin-1, credits, money",
2310
2314
  "IconCoin2": "coin-2, credits",
@@ -2331,6 +2335,8 @@
2331
2335
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2332
2336
  "IconComponents": "components, figma",
2333
2337
  "IconConcise": "concise, text-shorten, squeeze",
2338
+ "IconConnectors1": "connectors-1, connection, apps",
2339
+ "IconConnectors2": "connectors-2, connection, apps",
2334
2340
  "IconConsole": "console, terminal",
2335
2341
  "IconConsoleSimple": "console-simple",
2336
2342
  "IconConsoleSimple1": "console-simple, terminal",
@@ -2698,7 +2704,6 @@
2698
2704
  "IconInitiatives": "initiatives, nav, rooting",
2699
2705
  "IconInjection": "injection",
2700
2706
  "IconInputForm": "input-form, text-area, prompt",
2701
- "IconInsertHtml": "insert-html, code, brackets",
2702
2707
  "IconInsights": "insights, analyze",
2703
2708
  "IconInstagram": "instagram",
2704
2709
  "IconInvite": "invite, briefing",
@@ -3390,6 +3395,7 @@
3390
3395
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
3391
3396
  "IconVerticalAlignmentRight": "vertical-alignment-right",
3392
3397
  "IconVibeCoding": "vibe-coding, ai, ide, syntax",
3398
+ "IconVibeCoding2": "vibe-coding-2, ai, ide, syntax",
3393
3399
  "IconVibeCodingBird": "vibe-coding-bird, laptop, work",
3394
3400
  "IconVibeCodingStar": "vibe-coding-star, working, home-office",
3395
3401
  "IconVideo": "video, camera, movie, play",
package/index.d.ts CHANGED
@@ -474,6 +474,7 @@ export { IconCodeBrackets, default as IconCodeBracketsDefault, } from "./IconCod
474
474
  export { IconCodeInsert, default as IconCodeInsertDefault, } from "./IconCodeInsert";
475
475
  export { IconCodeLarge, default as IconCodeLargeDefault, } from "./IconCodeLarge";
476
476
  export { IconCodeLines, default as IconCodeLinesDefault, } from "./IconCodeLines";
477
+ export { IconCodeMedium, default as IconCodeMediumDefault, } from "./IconCodeMedium";
477
478
  export { IconCodepen, default as IconCodepenDefault } from "./IconCodepen";
478
479
  export { IconCoin1, default as IconCoin1Default } from "./IconCoin1";
479
480
  export { IconCoin2, default as IconCoin2Default } from "./IconCoin2";
@@ -500,6 +501,8 @@ export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCom
500
501
  export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
501
502
  export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";
502
503
  export { IconConcise, default as IconConciseDefault } from "./IconConcise";
504
+ export { IconConnectors1, default as IconConnectors1Default, } from "./IconConnectors1";
505
+ export { IconConnectors2, default as IconConnectors2Default, } from "./IconConnectors2";
503
506
  export { IconConsole, default as IconConsoleDefault } from "./IconConsole";
504
507
  export { IconConsoleSimple, default as IconConsoleSimpleDefault, } from "./IconConsoleSimple";
505
508
  export { IconConsoleSimple1, default as IconConsoleSimple1Default, } from "./IconConsoleSimple1";
@@ -867,7 +870,6 @@ export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
867
870
  export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
868
871
  export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
869
872
  export { IconInputForm, default as IconInputFormDefault, } from "./IconInputForm";
870
- export { IconInsertHtml, default as IconInsertHtmlDefault, } from "./IconInsertHtml";
871
873
  export { IconInsights, default as IconInsightsDefault } from "./IconInsights";
872
874
  export { IconInstagram, default as IconInstagramDefault, } from "./IconInstagram";
873
875
  export { IconInvite, default as IconInviteDefault } from "./IconInvite";
@@ -1559,6 +1561,7 @@ export { IconVerticalAlignmentCenter, default as IconVerticalAlignmentCenterDefa
1559
1561
  export { IconVerticalAlignmentLeft, default as IconVerticalAlignmentLeftDefault, } from "./IconVerticalAlignmentLeft";
1560
1562
  export { IconVerticalAlignmentRight, default as IconVerticalAlignmentRightDefault, } from "./IconVerticalAlignmentRight";
1561
1563
  export { IconVibeCoding, default as IconVibeCodingDefault, } from "./IconVibeCoding";
1564
+ export { IconVibeCoding2, default as IconVibeCoding2Default, } from "./IconVibeCoding2";
1562
1565
  export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
1563
1566
  export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
1564
1567
  export { IconVideo, default as IconVideoDefault } from "./IconVideo";