Telescope
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Telescope } from "vadivam-react";
<Telescope /><script setup>
import { Telescope } from "vadivam-vue";
</script>
<template>
<Telescope />
</template><script>
import { Telescope } from "vadivam-svelte";
</script>
<Telescope />import { Telescope } from "vadivam-solid";
<Telescope />import { Telescope } from "vadivam-preact";
<Telescope />---
import { Telescope } from "vadivam-astro";
---
<Telescope />import { Telescope } from "vadivam-angular";
<svg vadivamTelescope></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="M12.365 5.98C10.518 7.045 8.661 8.056 7.11 9.548m0 0-3.81 2.2c-2.75 1.553-.7 5.197 2.119 3.604L9.18 13.18M7.111 9.55l2.07 3.631m0 0a13.4 13.4 0 0 0 3.632-1.404L15 10.539M16.965 22l-4.531-10-4.531 10M21.456 5.094l-1.063-1.8c-.884-1.498-1.388-1.616-2.902-.761L13.759 4.64c-.843.476-1.263.714-1.373 1.122-.251.93 1.759 4.6 2.878 4.897.4.107.808-.124 1.624-.584l3.79-2.141c1.515-.855 1.661-1.341.778-2.84"/>
</svg>import iconUrl from "vadivam/icons/telescope.svg";