@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.94 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowCounterclockwiseDashes20Filled',
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: 'M11.56 2.152a8.035 8.035 0 0 0-3.12 0a.75.75 0 0 0 .29 1.472a6.535 6.535 0 0 1 2.54 0a.75.75 0 0 0 .29-1.472zM6.595 3.554a.75.75 0 0 0-1.04-.206A8.04 8.04 0 0 0 4 4.708V2.75a.75.75 0 0 0-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H4.876A6.54 6.54 0 0 1 6.39 4.594a.75.75 0 0 0 .206-1.04zm7.016 1.04a.75.75 0 0 1 .834-1.246a8.042 8.042 0 0 1 2.207 2.207a.75.75 0 0 1-1.246.834a6.54 6.54 0 0 0-1.795-1.795zm3.355 3.255a.75.75 0 0 0-.59.882a6.535 6.535 0 0 1 0 2.538a.75.75 0 1 0 1.472.291a8.033 8.033 0 0 0 0-3.12a.75.75 0 0 0-.881-.59zM2 10v-.25a.75.75 0 0 1 1.5 0V10c0 .435.043.86.124 1.27a.75.75 0 0 1-1.472.29A8.035 8.035 0 0 1 2 10zm14.446 3.405a.75.75 0 0 0-1.04.206a6.54 6.54 0 0 1-1.795 1.795a.75.75 0 0 0 .834 1.246a8.043 8.043 0 0 0 2.207-2.207a.75.75 0 0 0-.206-1.04zm-13.098 1.04a.75.75 0 0 1 1.246-.834a6.54 6.54 0 0 0 1.795 1.795a.75.75 0 0 1-.834 1.246a8.042 8.042 0 0 1-2.207-2.207zm8.803 2.521a.75.75 0 0 0-.882-.59a6.536 6.536 0 0 1-2.538 0a.75.75 0 1 0-.291 1.472a8.033 8.033 0 0 0 3.12 0a.75.75 0 0 0 .59-.881z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})