@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.13 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowClockwise28Filled',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M19.657 7A8.96 8.96 0 0 0 14 5a9 9 0 1 0 8.956 8.099a1 1 0 0 1 1.99-.198c.036.362.054.729.054 1.099c0 6.075-4.925 11-11 11S3 20.075 3 14S7.925 3 14 3c2.66 0 5.099.944 7 2.514V4a1 1 0 1 1 2 0v4.029A1 1 0 0 1 22 9h-4a1 1 0 1 1 0-2h1.657z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})