Type
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Type } from "vadivam-react";
<Type /><script setup>
import { Type } from "vadivam-vue";
</script>
<template>
<Type />
</template><script>
import { Type } from "vadivam-svelte";
</script>
<Type />import { Type } from "vadivam-solid";
<Type />import { Type } from "vadivam-preact";
<Type />---
import { Type } from "vadivam-astro";
---
<Type />import { Type } from "vadivam-angular";
<svg vadivamType></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 3H6C4.078 3 3 4.618 3 6.375M12 3h6c1.922 0 3 1.618 3 3.375M12 3v18m0 0H8.625M12 21h3.375"/>
</svg>import iconUrl from "vadivam/icons/type.svg";