@central-icons-react-native/round-filled-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 u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!L.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=d(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconCodeMedium:()=>i,default:()=>P});module.exports=x(g);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z",fill:"currentColor"})),P=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,grBACF,KAAK,eACP,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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,grBACF,KAAK,eACP,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"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...n,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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z",fill:"currentColor"})),d=a;export{a as IconInsertHtml,d as default};
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z",fill:"currentColor"})),L=a;export{a as IconCodeMedium,L as default};
2
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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,grBACF,KAAK,eACP,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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,grBACF,KAAK,eACP,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 u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==C&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconConnectors1:()=>i,default:()=>v});module.exports=d(h);var t=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,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:"M17 3C19.2091 3 21 4.79086 21 7C21 9.20914 19.2091 11 17 11C16.258 11 15.5634 10.7974 14.9678 10.4453L10.4453 14.9678C10.7974 15.5634 11 16.258 11 17C11 19.2091 9.20914 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C7.74157 13 8.43587 13.202 9.03125 13.5537L13.5537 9.03125C13.202 8.43587 13 7.74157 13 7C13 4.79086 14.7909 3 17 3Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M17 13C19.2091 13 21 14.7909 21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z",fill:"currentColor"})),v=i;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=\"M17 3C19.2091 3 21 4.79086 21 7C21 9.20914 19.2091 11 17 11C16.258 11 15.5634 10.7974 14.9678 10.4453L10.4453 14.9678C10.7974 15.5634 11 16.258 11 17C11 19.2091 9.20914 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C7.74157 13 8.43587 13.202 9.03125 13.5537L13.5537 9.03125C13.202 8.43587 13 7.74157 13 7C13 4.79086 14.7909 3 17 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 13C19.2091 13 21 14.7909 21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z\"\n fill=\"currentColor\"\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,2VACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8GACF,KAAK,eACP,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as n}from"react-native-svg";var a=C=>o.createElement(t,{...C},o.createElement(n,{d:"M17 3C19.2091 3 21 4.79086 21 7C21 9.20914 19.2091 11 17 11C16.258 11 15.5634 10.7974 14.9678 10.4453L10.4453 14.9678C10.7974 15.5634 11 16.258 11 17C11 19.2091 9.20914 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C7.74157 13 8.43587 13.202 9.03125 13.5537L13.5537 9.03125C13.202 8.43587 13 7.74157 13 7C13 4.79086 14.7909 3 17 3Z",fill:"currentColor"}),o.createElement(n,{d:"M17 13C19.2091 13 21 14.7909 21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13Z",fill:"currentColor"}),o.createElement(n,{d:"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z",fill:"currentColor"})),P=a;export{a as IconConnectors1,P 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=\"M17 3C19.2091 3 21 4.79086 21 7C21 9.20914 19.2091 11 17 11C16.258 11 15.5634 10.7974 14.9678 10.4453L10.4453 14.9678C10.7974 15.5634 11 16.258 11 17C11 19.2091 9.20914 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C7.74157 13 8.43587 13.202 9.03125 13.5537L13.5537 9.03125C13.202 8.43587 13 7.74157 13 7C13 4.79086 14.7909 3 17 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 13C19.2091 13 21 14.7909 21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z\"\n fill=\"currentColor\"\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,2VACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8GACF,KAAK,eACP,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 u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconConnectors2:()=>i,default:()=>d});module.exports=v(h);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M17 3C19.2091 3 21 4.79086 21 7C21 8.86384 19.7252 10.43 18 10.874V17C18 17.5523 17.5523 18 17 18H10.874C10.43 19.7252 8.86384 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C8.86384 13 10.43 14.2748 10.874 16H16V10.874C14.2748 10.43 13 8.86384 13 7C13 4.79086 14.7909 3 17 3Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z",fill:"currentColor"})),d=i;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=\"M17 3C19.2091 3 21 4.79086 21 7C21 8.86384 19.7252 10.43 18 10.874V17C18 17.5523 17.5523 18 17 18H10.874C10.43 19.7252 8.86384 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C8.86384 13 10.43 14.2748 10.874 16H16V10.874C14.2748 10.43 13 8.86384 13 7C13 4.79086 14.7909 3 17 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z\"\n fill=\"currentColor\"\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,mSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8GACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M17 3C19.2091 3 21 4.79086 21 7C21 8.86384 19.7252 10.43 18 10.874V17C18 17.5523 17.5523 18 17 18H10.874C10.43 19.7252 8.86384 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C8.86384 13 10.43 14.2748 10.874 16H16V10.874C14.2748 10.43 13 8.86384 13 7C13 4.79086 14.7909 3 17 3Z",fill:"currentColor"}),t.createElement(e,{d:"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z",fill:"currentColor"})),P=a;export{a as IconConnectors2,P 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=\"M17 3C19.2091 3 21 4.79086 21 7C21 8.86384 19.7252 10.43 18 10.874V17C18 17.5523 17.5523 18 17 18H10.874C10.43 19.7252 8.86384 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C8.86384 13 10.43 14.2748 10.874 16H16V10.874C14.2748 10.43 13 8.86384 13 7C13 4.79086 14.7909 3 17 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z\"\n fill=\"currentColor\"\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,mSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8GACF,KAAK,eACP,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 c=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!g.call(r,n)&&n!==C&&e(r,n,{get:()=>o[n],enumerable:!(l=u(o,n))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?c(I(r)):{},L(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>L(e({},"__esModule",{value:!0}),r);var v={};x(v,{IconVibeCoding2:()=>i,default:()=>d});module.exports=P(v);var t=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(f.Svg,{...C,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(s,{...r},t.default.createElement(p.Path,{d:"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z",fill:"currentColor"})),d=i;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=\"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z\"\n fill=\"currentColor\"\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,6WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oqBACF,KAAK,eACP,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 l}from"react-native-svg";var t=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as n}from"react-native-svg";var L=C=>o.createElement(t,{...C},o.createElement(n,{d:"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z",fill:"currentColor"}),o.createElement(n,{d:"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z",fill:"currentColor"}),o.createElement(n,{d:"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z",fill:"currentColor"})),g=L;export{L as IconVibeCoding2,g 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=\"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z\"\n fill=\"currentColor\"\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,6WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oqBACF,KAAK,eACP,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-filled-radius-0-stroke-2",
6665
6665
  "componentName": "IconCodeLines"
6666
6666
  },
6667
+ {
6668
+ "category": "Code",
6669
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z\" fill=\"currentColor\"/>",
6670
+ "iconName": "code-medium, syntax, brackets, dev",
6671
+ "variant": {
6672
+ "join": "round",
6673
+ "filled": "on",
6674
+ "radius": "0",
6675
+ "stroke": "2"
6676
+ },
6677
+ "createdAt": "2025-02-15T21:11:34.065631+00:00",
6678
+ "packageName": "round-filled-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-filled-radius-0-stroke-2",
7029
7043
  "componentName": "IconConcise"
7030
7044
  },
7045
+ {
7046
+ "category": "Devices & Signals",
7047
+ "svg": "<path d=\"M17 3C19.2091 3 21 4.79086 21 7C21 9.20914 19.2091 11 17 11C16.258 11 15.5634 10.7974 14.9678 10.4453L10.4453 14.9678C10.7974 15.5634 11 16.258 11 17C11 19.2091 9.20914 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C7.74157 13 8.43587 13.202 9.03125 13.5537L13.5537 9.03125C13.202 8.43587 13 7.74157 13 7C13 4.79086 14.7909 3 17 3Z\" fill=\"currentColor\"/><path d=\"M17 13C19.2091 13 21 14.7909 21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13Z\" fill=\"currentColor\"/><path d=\"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z\" fill=\"currentColor\"/>",
7048
+ "iconName": "connectors-1, connection, apps",
7049
+ "variant": {
7050
+ "join": "round",
7051
+ "filled": "on",
7052
+ "radius": "0",
7053
+ "stroke": "2"
7054
+ },
7055
+ "createdAt": "2025-12-16T18:01:50.917281+00:00",
7056
+ "packageName": "round-filled-radius-0-stroke-2",
7057
+ "componentName": "IconConnectors1"
7058
+ },
7059
+ {
7060
+ "category": "Devices & Signals",
7061
+ "svg": "<path d=\"M17 3C19.2091 3 21 4.79086 21 7C21 8.86384 19.7252 10.43 18 10.874V17C18 17.5523 17.5523 18 17 18H10.874C10.43 19.7252 8.86384 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C8.86384 13 10.43 14.2748 10.874 16H16V10.874C14.2748 10.43 13 8.86384 13 7C13 4.79086 14.7909 3 17 3Z\" fill=\"currentColor\"/><path d=\"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z\" fill=\"currentColor\"/>",
7062
+ "iconName": "connectors-2, connection, apps",
7063
+ "variant": {
7064
+ "join": "round",
7065
+ "filled": "on",
7066
+ "radius": "0",
7067
+ "stroke": "2"
7068
+ },
7069
+ "createdAt": "2025-12-16T18:01:50.917281+00:00",
7070
+ "packageName": "round-filled-radius-0-stroke-2",
7071
+ "componentName": "IconConnectors2"
7072
+ },
7031
7073
  {
7032
7074
  "category": "Code",
7033
7075
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4ZM6.79289 7.29289C7.18342 6.90237 7.81658 6.90237 8.20711 7.29289L9.95711 9.04289C10.3476 9.43342 10.3476 10.0666 9.95711 10.4571L8.20711 12.2071C7.81658 12.5976 7.18342 12.5976 6.79289 12.2071C6.40237 11.8166 6.40237 11.1834 6.79289 10.7929L7.83579 9.75L6.79289 8.70711C6.40237 8.31658 6.40237 7.68342 6.79289 7.29289ZM11 11.5C11 10.9477 11.4477 10.5 12 10.5H14C14.5523 10.5 15 10.9477 15 11.5C15 12.0523 14.5523 12.5 14 12.5H12C11.4477 12.5 11 12.0523 11 11.5Z\" fill=\"currentColor\"/>",
@@ -12166,20 +12208,6 @@
12166
12208
  "packageName": "round-filled-radius-0-stroke-2",
12167
12209
  "componentName": "IconInputForm"
12168
12210
  },
12169
- {
12170
- "category": "Typography",
12171
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.70711 7.29289C8.09763 7.68342 8.09763 8.31658 7.70711 8.70711L4.41421 12L7.70711 15.2929C8.09763 15.6834 8.09763 16.3166 7.70711 16.7071C7.31658 17.0976 6.68342 17.0976 6.29289 16.7071L2.29289 12.7071C2.10536 12.5196 2 12.2652 2 12C2 11.7348 2.10536 11.4804 2.29289 11.2929L6.29289 7.29289C6.68342 6.90237 7.31658 6.90237 7.70711 7.29289ZM16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289L21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12C22 12.2652 21.8946 12.5196 21.7071 12.7071L17.7071 16.7071C17.3166 17.0976 16.6834 17.0976 16.2929 16.7071C15.9024 16.3166 15.9024 15.6834 16.2929 15.2929L19.5858 12L16.2929 8.70711C15.9024 8.31658 15.9024 7.68342 16.2929 7.29289Z\" fill=\"currentColor\"/>",
12172
- "iconName": "insert-html,code, brackets",
12173
- "variant": {
12174
- "join": "round",
12175
- "filled": "on",
12176
- "radius": "0",
12177
- "stroke": "2"
12178
- },
12179
- "createdAt": "2025-02-15T21:11:34.065631+00:00",
12180
- "packageName": "round-filled-radius-0-stroke-2",
12181
- "componentName": "IconInsertHtml"
12182
- },
12183
12211
  {
12184
12212
  "category": "Statistics & Charts",
12185
12213
  "svg": "<path d=\"M20 8.00005C21.1046 8.00005 22 8.89548 22 10C22 11.1046 21.1046 12 20 12C19.8843 12 19.7714 11.9876 19.6611 11.9688L16.875 15.3116C16.954 15.5265 17 15.7577 17 16C17 17.1046 16.1046 18 15 18C13.8954 18 13 17.1046 13 16C13 15.8844 13.0114 15.7714 13.0303 15.6612L9.6875 12.875C9.47279 12.9538 9.24201 13 9 13C8.93472 13 8.87032 12.9954 8.80664 12.9893L5.81836 17.1719C5.93359 17.4245 6 17.7043 6 18C6 19.1046 5.10457 20 4 20C2.89543 20 2 19.1046 2 18C2 16.8955 2.89543 16 4 16C4.06492 16 4.12905 16.0038 4.19238 16.0098L7.18066 11.8262C7.06601 11.5741 7 11.295 7 11C7 9.89548 7.89543 9.00005 9 9.00005C10.1046 9.00005 11 9.89548 11 11C11 11.1154 10.9875 11.228 10.9688 11.3379L14.3105 14.1241C14.5257 14.045 14.7575 14 15 14C15.1149 14 15.2273 14.0117 15.3369 14.0303L18.123 10.6875C18.0444 10.473 18 10.2418 18 10C18 8.89548 18.8954 8.00005 20 8.00005Z\" fill=\"currentColor\"/><path d=\"M4.5 7.00005C5.32843 7.00005 6 7.67162 6 8.50005C6 9.32847 5.32843 10 4.5 10C3.67157 10 3 9.32847 3 8.50005C3 7.67162 3.67157 7.00005 4.5 7.00005Z\" fill=\"currentColor\"/><path d=\"M16.6464 6.14649C16.8417 6.34176 16.8417 6.65834 16.6464 6.8536L14.8536 8.64649C14.6583 8.84176 14.3417 8.84176 14.1464 8.64649L12.3536 6.8536C12.1583 6.65834 12.1583 6.34176 12.3536 6.14649L14.1464 4.3536C14.3417 4.15834 14.6583 4.15834 14.8536 4.3536L16.6464 6.14649Z\" fill=\"currentColor\"/>",
@@ -21854,6 +21882,20 @@
21854
21882
  "packageName": "round-filled-radius-0-stroke-2",
21855
21883
  "componentName": "IconVibeCoding"
21856
21884
  },
21885
+ {
21886
+ "category": "Code",
21887
+ "svg": "<path d=\"M8.30781 4.27832C8.7062 3.8961 9.33946 3.90938 9.72188 4.30762C10.1041 4.70604 10.0909 5.33928 9.69258 5.72168L3.41426 11.748L9.7209 18.3066C10.1036 18.7047 10.0915 19.3379 9.69355 19.7207C9.29551 20.1033 8.66227 20.0912 8.27949 19.6934L1.27949 12.4131C1.09568 12.2219 0.994945 11.9654 1.0002 11.7002C1.0055 11.435 1.11653 11.1828 1.30781 10.999L8.30781 4.27832Z\" fill=\"currentColor\"/><path d=\"M21.2795 11.0273C21.6623 10.6294 22.2955 10.6173 22.6936 11C23.0913 11.3828 23.1036 12.0161 22.7209 12.4141L15.7209 19.6934C15.3381 20.0911 14.7048 20.1042 14.3068 19.7217C13.9089 19.339 13.8971 18.7057 14.2795 18.3076L21.2795 11.0273Z\" fill=\"currentColor\"/><path d=\"M17.0002 3C17.2411 3 17.4576 3.14824 17.5441 3.37305L18.2404 5.18555C18.342 5.44955 18.5516 5.65821 18.8156 5.75977L20.6271 6.45605C20.8521 6.54256 21.0002 6.75901 21.0002 7C21.0002 7.24099 20.8521 7.45744 20.6271 7.54395L18.8156 8.24023C18.5516 8.34178 18.342 8.55045 18.2404 8.81445L17.5441 10.627C17.4576 10.8518 17.2411 11 17.0002 11C16.7594 10.9999 16.5438 10.8516 16.4572 10.627L15.76 8.81445C15.6584 8.55053 15.4497 8.34178 15.1857 8.24023L13.3732 7.54395C13.1485 7.45736 13.0002 7.24088 13.0002 7C13.0002 6.75912 13.1485 6.54264 13.3732 6.45605L15.1857 5.75977C15.4497 5.65822 15.6584 5.44947 15.76 5.18555L16.4572 3.37305C16.5438 3.14841 16.7594 3.00008 17.0002 3Z\" fill=\"currentColor\"/>",
21888
+ "iconName": "vibe-coding-2, ai, ide, syntax",
21889
+ "variant": {
21890
+ "join": "round",
21891
+ "filled": "on",
21892
+ "radius": "0",
21893
+ "stroke": "2"
21894
+ },
21895
+ "createdAt": "2025-12-16T19:02:16.049338+00:00",
21896
+ "packageName": "round-filled-radius-0-stroke-2",
21897
+ "componentName": "IconVibeCoding2"
21898
+ },
21857
21899
  {
21858
21900
  "category": "People",
21859
21901
  "svg": "<path d=\"M3.5 14.3387C4.89849 13.2382 6.68001 12.8215 8.3623 13.0691L8.69727 13.1277L8.79688 13.1531C9.28096 13.303 9.58272 13.798 9.48047 14.3055C9.37807 14.8131 8.9078 15.1529 8.40332 15.1033L8.30273 15.0877L8.06934 15.0477C6.90026 14.8757 5.67861 15.1694 4.7373 15.91C3.75422 16.6835 3.00004 18.0065 3 19.9998C3 20.5521 2.55228 20.9998 2 20.9998C1.44772 20.9998 1 20.5521 1 19.9998C1.00004 17.457 1.98743 15.5291 3.5 14.3387Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 11.9998C22.3137 11.9998 22.6099 12.1468 22.7988 12.3973C22.9642 12.6165 23.031 12.8932 22.9873 13.1609L22.9619 13.2742L20.9619 20.2742C20.8393 20.7035 20.4465 20.9998 20 20.9998H7C6.44772 20.9998 6 20.5521 6 19.9998C6.00009 19.4476 6.44777 18.9998 7 18.9998H10.2451L12.0381 12.7254L12.0967 12.5711C12.26 12.2267 12.6092 11.9998 13 11.9998H22Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.56152 1.10234C9.89671 1.12541 10.1912 1.33329 10.3252 1.6414V1.63945L10.3281 1.64629C10.3313 1.65318 10.3364 1.66494 10.3438 1.68047C10.3591 1.7129 10.3837 1.76254 10.415 1.82207C10.4789 1.94344 10.5678 2.09847 10.6729 2.2459C10.7821 2.39918 10.885 2.50991 10.9668 2.57304C10.9728 2.57764 10.9794 2.58022 10.9844 2.58379C10.9865 2.58294 10.989 2.58276 10.9912 2.58183C11.0481 2.55786 11.1158 2.52104 11.1875 2.47636C11.2574 2.4328 11.3198 2.38869 11.3643 2.35527C11.3861 2.33888 11.4031 2.32518 11.4131 2.31718C11.4172 2.31393 11.4203 2.31167 11.4219 2.31035C11.757 2.02937 12.2412 2.03219 12.5723 2.30547L12.6367 2.36308L12.9102 2.63652C13.9306 3.65694 14.0454 5.273 13.1797 6.42754L12.9004 6.79863V6.9998C12.9004 9.706 10.7062 11.9002 8 11.9002C5.37836 11.9001 3.23758 9.84083 3.10645 7.25175L3.10059 6.9998C3.10055 6.17628 3.23341 5.13043 3.70996 4.25664C4.21818 3.32502 5.12259 2.59945 6.5 2.59941C6.53111 2.59766 6.9889 2.57611 7.78223 2.30547L8.16992 2.16289C8.17173 2.1618 8.20982 2.14258 8.28027 2.08086C8.35072 2.01909 8.42595 1.93877 8.49902 1.85039C8.57081 1.76355 8.63209 1.68006 8.6748 1.61797C8.69574 1.58752 8.71177 1.56304 8.72168 1.54765C8.72658 1.54003 8.72972 1.53381 8.73145 1.53105L8.73242 1.5291C8.90744 1.24315 9.22698 1.07945 9.56152 1.10234ZM8 7.9998C8 8.27594 7.77614 8.4998 7.5 8.4998H5.28809C5.81659 9.45347 6.8323 10.0994 8 10.0994C9.16778 10.0994 10.1841 9.45354 10.7129 8.4998H9.5C9.22386 8.4998 9 8.27594 9 7.9998V7.4998H8V7.9998ZM9.37598 3.50859C9.21654 3.6369 9.03358 3.7565 8.83008 3.83672L8.36523 4.00859C7.33313 4.3609 6.67145 4.40019 6.5 4.40019C5.87775 4.40022 5.53182 4.67488 5.29004 5.11797C5.15249 5.37013 5.05558 5.67415 4.99219 5.9998H11.2549C11.2636 5.98674 11.2708 5.9724 11.2803 5.95976L11.7393 5.34746C12.0006 4.99898 12.0265 4.53974 11.8311 4.17168C11.616 4.27671 11.344 4.3811 11.0527 4.39824H10.8682C10.4489 4.37342 10.107 4.18372 9.86719 3.99883C9.67588 3.85128 9.51297 3.67656 9.37598 3.50859Z\" fill=\"currentColor\"/><path d=\"M16.3271 4.25957C16.7358 3.88821 17.3688 3.91842 17.7402 4.32695L17.7412 4.3289L17.7432 4.32988C17.7432 4.32988 17.7455 4.33302 17.7471 4.33476C17.7504 4.33844 17.7547 4.34369 17.7598 4.34941C17.7702 4.36117 17.7847 4.37745 17.8018 4.39726C17.8358 4.43688 17.8826 4.49276 17.9375 4.56133C18.0464 4.69747 18.1922 4.89107 18.3398 5.11992C18.4027 5.21739 18.4735 5.332 18.5439 5.45976C18.9913 5.25728 19.4879 5.10759 19.9824 5.10039C19.9858 5.10034 19.9893 5.09943 19.9922 5.09941H19.999C20.5511 5.09941 20.9997 5.54738 21 6.09941C21 6.6517 20.5523 7.09843 20 7.09843L20.001 7.09941H20.0146C20.0064 7.09991 19.9863 7.1014 19.9561 7.10527C19.8941 7.11323 19.7913 7.13098 19.6621 7.16972C19.4055 7.24671 19.0424 7.40687 18.6689 7.74297C18.3754 8.00715 17.9535 8.07355 17.5928 7.91289C17.2323 7.75211 17 7.39452 17 6.9998C16.9999 6.85826 16.8946 6.56844 16.6602 6.20488C16.5581 6.04669 16.4535 5.90843 16.375 5.81035C16.3363 5.76199 16.3048 5.72397 16.2842 5.7C16.2741 5.68823 16.2669 5.67933 16.2627 5.67461L16.2607 5.67168L16.2588 5.6707C15.8889 5.26199 15.9191 4.63056 16.3271 4.25957Z\" fill=\"currentColor\"/>",
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-filled-radius-0-stroke-2",
3
- "version": "1.1.67",
3
+ "version": "1.1.69",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-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";