Skip to content
Esc
navigateopen⌘Jpreview

BetweenVerticalStart

Install

npm install vadivam-react
pnpm add vadivam-react
bun add vadivam-react
yarn add vadivam-react

Use it in your framework

import { BetweenVerticalStart } from "vadivam-react";

<BetweenVerticalStart />
<script setup>
import { BetweenVerticalStart } from "vadivam-vue";
</script>

<template>
  <BetweenVerticalStart />
</template>
<script>
  import { BetweenVerticalStart } from "vadivam-svelte";
</script>

<BetweenVerticalStart />
import { BetweenVerticalStart } from "vadivam-solid";

<BetweenVerticalStart />
import { BetweenVerticalStart } from "vadivam-preact";

<BetweenVerticalStart />
---
import { BetweenVerticalStart } from "vadivam-astro";
---

<BetweenVerticalStart />
import { BetweenVerticalStart } from "vadivam-angular";

<svg vadivamBetweenVerticalStart></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="M3 12.079v6.342c0 4.772 7 4.772 7 0V12.08c0-4.772-7-4.772-7 0m11-.001v6.342c0 4.772 7 4.772 7 0V12.08c0-4.772-7-4.772-7 0M8.5 2c1.626.93 2.585 2.432 3.5 4 .915-1.568 1.874-3.07 3.5-4"/>
</svg>
import iconUrl from "vadivam/icons/between-vertical-start.svg";

Keep exploring