@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.44 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'ClockArrowDownload24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M22 12c0-5.522-4.477-10-10-10S2 6.478 2 12c0 .263.01.523.03.78A6.478 6.478 0 0 1 6.5 11c1.749 0 3.336.69 4.504 1.814L11 12.75v-6a.75.75 0 0 1 1.493-.102l.007.102V12h3.25a.75.75 0 0 1 .102 1.493l-.102.007h-4a.75.75 0 0 1-.136-.012A6.472 6.472 0 0 1 13 17.5a6.478 6.478 0 0 1-1.78 4.47c.257.02.517.03.78.03c5.523 0 10-4.478 10-10zM1 17.5a5.5 5.5 0 0 1 5-5.477v5.77l-1.646-1.647a.5.5 0 0 0-.708.708l2.5 2.5a.5.5 0 0 0 .708 0l2.5-2.5a.5.5 0 0 0-.708-.708L7 17.793v-5.77A5.5 5.5 0 1 1 1 17.5zm2.5 3a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H4a.5.5 0 0 0-.5.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})