Skip to content
Esc
navigateopen⌘Jpreview

GalleryVerticalEnd

Install

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

Use it in your framework

import { GalleryVerticalEnd } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamGalleryVerticalEnd></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.5 18.5v-5c0-1.933-1.654-3.5-3.694-3.5H6.194C4.154 10 2.5 11.567 2.5 13.5v5c0 1.933 1.654 3.5 3.694 3.5h11.612c2.04 0 3.694-1.567 3.694-3.5M19 6H5m11.5-4h-9"/>
</svg>
import iconUrl from "vadivam/icons/gallery-vertical-end.svg";

Keep exploring