@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.83 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowRepeatAllOff24Regular',
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: 'M3.196 2.147l.084.073l18.5 18.5a.75.75 0 0 1-.976 1.133l-.084-.073l-3.509-3.508c-.436.12-.89.194-1.358.219l-.353.009H8.564l1.9 1.9l.066.076a.75.75 0 0 1-1.043 1.056l-.084-.072l-3.182-3.182l-.067-.077a.75.75 0 0 1-.006-.899l.073-.085l3.182-3.182l.077-.067a.75.75 0 0 1 .899-.006l.084.073l.068.077a.75.75 0 0 1 .005.899l-.073.085L8.558 17H15.5c.142 0 .283-.006.421-.017L6.402 7.46a5 5 0 0 0-1.6 7.904a.75.75 0 1 1-1.11 1.007A6.47 6.47 0 0 1 2 12a6.498 6.498 0 0 1 3.287-5.652L2.22 3.28a.75.75 0 0 1 .976-1.133zM19.75 7.378c.22 0 .416.094.553.244A6.47 6.47 0 0 1 22 12c0 2.057-.955 3.89-2.446 5.081l-1.069-1.07A4.993 4.993 0 0 0 20.5 12c0-1.306-.5-2.495-1.32-3.386a.75.75 0 0 1 .57-1.236zm-5.217-4.975l.077.067l3.182 3.182a.75.75 0 0 1 .067.984l-.067.076l-3.182 3.182a.75.75 0 0 1-1.128-.984l.068-.076L15.38 7H9.473l-1.48-1.48a6.57 6.57 0 0 1 .274-.016L8.5 5.5h7.021L13.55 3.53a.75.75 0 0 1-.067-.984l.068-.076a.75.75 0 0 1 .983-.067z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})