ZoomIn
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { ZoomIn } from "vadivam-react";
<ZoomIn /><script setup>
import { ZoomIn } from "vadivam-vue";
</script>
<template>
<ZoomIn />
</template><script>
import { ZoomIn } from "vadivam-svelte";
</script>
<ZoomIn />import { ZoomIn } from "vadivam-solid";
<ZoomIn />import { ZoomIn } from "vadivam-preact";
<ZoomIn />---
import { ZoomIn } from "vadivam-astro";
---
<ZoomIn />import { ZoomIn } from "vadivam-angular";
<svg vadivamZoomIn></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="M18.144 18.15 22 22m-1.218-10.625c0 2.486-.99 4.871-2.75 6.63a9.4 9.4 0 0 1-13.281 0 9.367 9.367 0 0 1 0-13.26 9.4 9.4 0 0 1 13.28 0 9.37 9.37 0 0 1 2.75 6.63M8 11.5h3.5m0 0H15m-3.5 0V8m0 3.5V15"/>
</svg>import iconUrl from "vadivam/icons/zoom-in.svg";