ArrowBigLeftDash
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { ArrowBigLeftDash } from "vadivam-react";
<ArrowBigLeftDash /><script setup>
import { ArrowBigLeftDash } from "vadivam-vue";
</script>
<template>
<ArrowBigLeftDash />
</template><script>
import { ArrowBigLeftDash } from "vadivam-svelte";
</script>
<ArrowBigLeftDash />import { ArrowBigLeftDash } from "vadivam-solid";
<ArrowBigLeftDash />import { ArrowBigLeftDash } from "vadivam-preact";
<ArrowBigLeftDash />---
import { ArrowBigLeftDash } from "vadivam-astro";
---
<ArrowBigLeftDash />import { ArrowBigLeftDash } from "vadivam-angular";
<svg vadivamArrowBigLeftDash></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="M10.607 4.514c0-.927-1.171-1.366-1.806-.677l-6.27 6.809a1.99 1.99 0 0 0 0 2.708l6.27 6.809c.635.69 1.806.25 1.806-.677v-3.437c0-.559.463-1.012 1.035-1.012h4.287c1.144 0 2.071-.906 2.071-2.025v-2.024c0-1.119-.927-2.025-2.072-2.025h-4.286a1.024 1.024 0 0 1-1.035-1.013zM22 15V9"/>
</svg>import iconUrl from "vadivam/icons/arrow-big-left-dash.svg";