@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.46 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: 'ClockArrowDownload24Regular',
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.515 6.515 0 0 1 1.644-1.135C3.861 7.214 7.524 3.667 12 3.667c4.595 0 8.333 3.738 8.333 8.333c0 4.476-3.547 8.139-7.978 8.326a6.516 6.516 0 0 1-1.136 1.644c.258.02.518.03.781.03c5.523 0 10-4.478 10-10zm-16 .023a5.5 5.5 0 1 0 1 0v5.77l1.646-1.647a.5.5 0 0 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 .708-.708L6 17.793v-5.77zM4 20h5a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1zm8.493-13.352A.75.75 0 0 0 11 6.75v6l.007.102a.75.75 0 0 0 .743.648h4l.102-.007A.75.75 0 0 0 15.75 12H12.5V6.75l-.007-.102z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})