Skip to content
Esc
navigateopen⌘Jpreview

AirVent

Install

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

Use it in your framework

import { AirVent } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamAirVent></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="M16.48 11.5c0-1.223.627-4.462-1.366-4.462H8.885c-2 0-1.366 3.293-1.366 4.462m-2.657 7.616c1.942 0 3.036-2.924 3.036-4.463m11.238 4.462c-1.942 0-3.036-2.923-3.036-4.462M12 20.5v-5.847M4.597 11.5h14.807c3.273 0 3.645-8 0-8H4.597c-3.646 0-3.274 8 0 8"/>
</svg>
import iconUrl from "vadivam/icons/air-vent.svg";

Keep exploring