@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.8 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowRepeatAllOff16Filled',
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: 'M2.218 2.22a.75.75 0 0 1 .976-.073l.084.072l10.5 10.5l.073.085a.75.75 0 0 1-1.05 1.049l-.083-.073l-1.871-1.87c-.182.04-.368.066-.558.08L10 12l-2.445-.001l.722.722a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.976.072l-.084-.072l-2.002-2.002a.75.75 0 0 1-.073-.976l.073-.085l2.002-2.001a.747.747 0 0 1 .265-.172l-2.718-2.72a2.5 2.5 0 0 0-.976 3.34l.11.185a.75.75 0 0 1-1.283.777A3.995 3.995 0 0 1 3.68 4.742L2.218 3.28l-.073-.084a.75.75 0 0 1 .073-.977zM12.75 5.514a.75.75 0 0 1 .617.323l.04.064C13.784 6.512 14 7.23 14 8c0 .988-.358 1.893-.952 2.59l-1.066-1.066A2.49 2.49 0 0 0 12.5 8c0-.495-.144-.956-.391-1.344a.75.75 0 0 1 .641-1.141zm-4.4 4.18l-.073.083l-.721.721h1.879l-.986-.987a.745.745 0 0 1-.099.182zm-.627-7.477a.75.75 0 0 1 .976-.073l.084.073l2.002 2.001l.072.085a.75.75 0 0 1 .008.882l-.08.094L9.26 6.804l-1.06-1.061l.244-.244h-.489L6.456 4h1.988l-.72-.72l-.073-.085a.75.75 0 0 1 .073-.976z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})