Skip to content
Esc
navigateopen⌘Jpreview

BetweenVerticalEnd

Install

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

Use it in your framework

import { BetweenVerticalEnd } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamBetweenVerticalEnd></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="M21 11.921V5.58c0-4.772-7-4.772-7 0v6.342c0 4.772 7 4.772 7 0m-11-.001V5.58c0-4.772-7-4.772-7 0v6.342c0 4.772 7 4.772 7 0M15.5 22c-1.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-end.svg";

Keep exploring