RefreshCcw
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { RefreshCcw } from "vadivam-react";
<RefreshCcw /><script setup>
import { RefreshCcw } from "vadivam-vue";
</script>
<template>
<RefreshCcw />
</template><script>
import { RefreshCcw } from "vadivam-svelte";
</script>
<RefreshCcw />import { RefreshCcw } from "vadivam-solid";
<RefreshCcw />import { RefreshCcw } from "vadivam-preact";
<RefreshCcw />---
import { RefreshCcw } from "vadivam-astro";
---
<RefreshCcw />import { RefreshCcw } from "vadivam-angular";
<svg vadivamRefreshCcw></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.25 7.5C4.797 3.968 7.914 2 12.024 2c5.2 0 9.473 3.947 9.976 9M2 3a6.73 6.73 0 0 1 0 5 6.76 6.76 0 0 1 5.012 0m14.238 8.5c-1.547 3.532-5.164 5.5-9.274 5.5-5.2 0-9.473-3.947-9.976-9m20 8a6.73 6.73 0 0 1 0-5 6.76 6.76 0 0 1-5.012 0"/>
</svg>import iconUrl from "vadivam/icons/refresh-ccw.svg";