nova-ui/components/icons/Outgoing.vue
2022-12-04 07:02:30 +01:00

13 lines
422 B
Vue

<template>
<svg viewBox="0 0 24 24" fill="#fafafa">
<path
fill-rule="evenodd"
d="M12 .9a11.2 11.2 0 110 22.4A11.2 11.2 0 0112 .9zm0-.8a12 12 0 110 24 12 12 0 010-24z"
clip-rule="evenodd"
/>
<path
d="M13.83 11.53c0 3.59-2.9 6.59-6.63 6.02 1.84-.86 3.39-2.77 3.39-6.02h-2a.27.27 0 01-.21-.44l3.7-4.57c.1-.13.31-.13.42 0l3.66 4.57c.14.17.02.44-.21.44h-2.12z"
/>
</svg>
</template>