14 lines
564 B
Vue
14 lines
564 B
Vue
<template>
|
|
<svg t="1719486212450" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2890" width="200" height="200"><path d="M951.296 390.8608h-181.9136a45.4656 45.4656 0 0 1 0-90.9312h74.1888a394.496 394.496 0 1 0 61.2352 227.328h0.768a45.5168 45.5168 0 1 1 90.2144 8.3456 484.7616 484.7616 0 1 1-90.0096-306.176V163.4816a45.4656 45.4656 0 1 1 90.9824 0v181.9136a45.568 45.568 0 0 1-45.5168 45.4656z" p-id="2891"></path></svg>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "Refresh"
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|