Skip to content
Esc
navigateopen⌘Jpreview

PanelLeftClose

Install

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

Use it in your framework

import { PanelLeftClose } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamPanelLeftClose></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="M9 2H8a6 6 0 0 0-6 6v8a6 6 0 0 0 6 6h1M9 2h7a6 6 0 0 1 6 6v8a6 6 0 0 1-6 6H9M9 2v20"/><path d="M17 15c-.7-1.26-1.74-2.3-3-3 1.26-.7 2.3-1.74 3-3"/>
</svg>
import iconUrl from "vadivam/icons/panel-left-close.svg";

Keep exploring