RefreshCw
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { RefreshCw } from "vadivam-react";
<RefreshCw /><script setup>
import { RefreshCw } from "vadivam-vue";
</script>
<template>
<RefreshCw />
</template><script>
import { RefreshCw } from "vadivam-svelte";
</script>
<RefreshCw />import { RefreshCw } from "vadivam-solid";
<RefreshCw />import { RefreshCw } from "vadivam-preact";
<RefreshCw />---
import { RefreshCw } from "vadivam-astro";
---
<RefreshCw />import { RefreshCw } from "vadivam-angular";
<svg vadivamRefreshCw></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="M20.75 7.5C19.203 3.968 16.086 2 11.976 2 6.776 2 2.503 5.947 2 11m20-8a6.73 6.73 0 0 0 0 5 6.76 6.76 0 0 0-5.012 0M2.75 16.5c1.547 3.532 5.164 5.5 9.274 5.5 5.2 0 9.473-3.947 9.976-9M2 21a6.73 6.73 0 0 0 0-5 6.76 6.76 0 0 0 5.012 0"/>
</svg>import iconUrl from "vadivam/icons/refresh-cw.svg";