BedDouble
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { BedDouble } from "vadivam-react";
<BedDouble /><script setup>
import { BedDouble } from "vadivam-vue";
</script>
<template>
<BedDouble />
</template><script>
import { BedDouble } from "vadivam-svelte";
</script>
<BedDouble />import { BedDouble } from "vadivam-solid";
<BedDouble />import { BedDouble } from "vadivam-preact";
<BedDouble />---
import { BedDouble } from "vadivam-astro";
---
<BedDouble />import { BedDouble } from "vadivam-angular";
<svg vadivamBedDouble></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="M4.01 18h15.98M4.01 18a2 2 0 0 1-1.999-2c0-2.322-.362-6 2.997-6h13.984c3.358 0 2.997 3.678 2.997 6 0 1.105-.895 2-1.998 2M4.009 18v3m15.982-3v3M4.009 10c0-2.725.45-6 3.996-6h7.99c3.547 0 3.996 3.275 3.996 6M12 4v6"/>
</svg>import iconUrl from "vadivam/icons/bed-double.svg";