CornerDownRight
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { CornerDownRight } from "vadivam-react";
<CornerDownRight /><script setup>
import { CornerDownRight } from "vadivam-vue";
</script>
<template>
<CornerDownRight />
</template><script>
import { CornerDownRight } from "vadivam-svelte";
</script>
<CornerDownRight />import { CornerDownRight } from "vadivam-solid";
<CornerDownRight />import { CornerDownRight } from "vadivam-preact";
<CornerDownRight />---
import { CornerDownRight } from "vadivam-astro";
---
<CornerDownRight />import { CornerDownRight } from "vadivam-angular";
<svg vadivamCornerDownRight></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="M3 3v6.3c0 1.345.562 2.634 1.562 3.584s2.357 1.484 3.771 1.484H21M14.25 21c1.03-2.168 2.692-4.031 4.8-5.383L21 14.368l-1.95-1.248c-2.108-1.352-3.77-3.215-4.8-5.383"/>
</svg>import iconUrl from "vadivam/icons/corner-down-right.svg";