@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.28 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowCounterclockwise48Filled',
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: 'M24 39c-8.284 0-15-6.716-15-15c0-.483.023-.96.067-1.43c.078-.817-.534-1.57-1.354-1.57c-.845 0-1.576.61-1.647 1.452C6.022 22.962 6 23.478 6 24c0 9.941 8.059 18 18 18s18-8.059 18-18S33.941 6 24 6a17.936 17.936 0 0 0-12.25 4.811V8.25a1.5 1.5 0 0 0-3 0v6.5a1.5 1.5 0 0 0 1.5 1.5h6.5a1.5 1.5 0 0 0 0-3h-3.211A14.951 14.951 0 0 1 24 9c8.284 0 15 6.716 15 15c0 8.284-6.716 15-15 15z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})