Scale
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Scale } from "vadivam-react";
<Scale /><script setup>
import { Scale } from "vadivam-vue";
</script>
<template>
<Scale />
</template><script>
import { Scale } from "vadivam-svelte";
</script>
<Scale />import { Scale } from "vadivam-solid";
<Scale />import { Scale } from "vadivam-preact";
<Scale />---
import { Scale } from "vadivam-astro";
---
<Scale />import { Scale } from "vadivam-angular";
<svg vadivamScale></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.678 22A43 43 0 0 0 12 21.475m0 0c-2.233 0-4.467.175-6.678.525M12 21.475V4.105m-6.678.98s4.118 7.677 3.185 10.528c-.903 2.751-5.467 2.751-6.37 0-.933-2.85 3.185-10.529 3.185-10.529m0 0L12 4.104m6.678.98L12 4.104m6.678.98s-4.118 7.677-3.185 10.528c.903 2.751 5.467 2.751 6.37 0 .933-2.85-3.185-10.529-3.185-10.529M12 4.104V2"/>
</svg>import iconUrl from "vadivam/icons/scale.svg";