Skip to content
Esc
navigateopen⌘Jpreview

Layers

Install

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

Use it in your framework

import { Layers } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamLayers></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="M2 11v1c3.601.9 6.9 2.485 10 4.5 3.1-2.015 6.399-3.6 10-4.5v-1M2 15.5v1c3.601.9 6.9 2.485 10 4.5 3.1-2.015 6.399-3.6 10-4.5v-1M12 12C8.9 9.985 5.601 8.4 2 7.5 5.1 5.485 8.399 3.9 12 3c3.601.9 6.9 2.485 10 4.5-3.601.9-6.9 2.485-10 4.5"/>
</svg>
import iconUrl from "vadivam/icons/layers.svg";

Keep exploring