GitBranchPlus
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { GitBranchPlus } from "vadivam-react";
<GitBranchPlus /><script setup>
import { GitBranchPlus } from "vadivam-vue";
</script>
<template>
<GitBranchPlus />
</template><script>
import { GitBranchPlus } from "vadivam-svelte";
</script>
<GitBranchPlus />import { GitBranchPlus } from "vadivam-solid";
<GitBranchPlus />import { GitBranchPlus } from "vadivam-preact";
<GitBranchPlus />---
import { GitBranchPlus } from "vadivam-astro";
---
<GitBranchPlus />import { GitBranchPlus } from "vadivam-angular";
<svg vadivamGitBranchPlus></svg>Raw SVG & assets
View raw SVG
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 2v14c0-5.719 5.553-11 11-11M5 22a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/><path d="M19 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5 9h6m-2.995-2.995v6"/>
</svg>import iconUrl from "vadivam/icons/git-branch-plus.svg";