mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
9 lines
287 B
Vue
9 lines
287 B
Vue
<template>
|
|
<svg viewBox="0 0 24 24">
|
|
<path
|
|
d="M11.01 3.05C6.51 3.54 3 7.36 3 12a9 9 0 0 0 9 9c4.63 0 8.45-3.5 8.95-8c.09-.79-.78-1.42-1.54-.95A5.403 5.403 0 0 1 11.1 7.5c0-1.06.31-2.06.84-2.89c.45-.67-.04-1.63-.93-1.56z"
|
|
fill="currentColor"
|
|
/>
|
|
</svg>
|
|
</template>
|