Skip to content
Esc
navigateopen⌘Jpreview

GalleryVertical

Install

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

Use it in your framework

import { GalleryVertical } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamGalleryVertical></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 2h-19m19 12.5v-5c0-1.933-1.654-3.5-3.694-3.5H6.194C4.154 6 2.5 7.567 2.5 9.5v5c0 1.933 1.654 3.5 3.694 3.5h11.612c2.04 0 3.694-1.567 3.694-3.5m0 7.5h-19"/>
</svg>
import iconUrl from "vadivam/icons/gallery-vertical.svg";

Keep exploring