@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.68 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'ArrowRepeatAllOff16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.784 2.088l.07.058l11 11a.5.5 0 0 1-.638.765l-.07-.058l-2.016-2.015a3.989 3.989 0 0 1-.896.155L10 12l-3.293-.001l1.148 1.149a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-2.002-2.002a.5.5 0 0 1-.057-.638l.057-.069l2.002-2.002a.5.5 0 0 1 .765.638l-.058.07l-1.148 1.147H10c.094 0 .187-.004.279-.012L4.626 5.332a3 3 0 0 0-.765 4.772a.5.5 0 0 1-.714.698a3.997 3.997 0 0 1 .746-6.203L2.146 2.853a.5.5 0 0 1 .638-.765zm9.716 2.96c.123 0 .235.045.322.118l.072.072A3.987 3.987 0 0 1 14 8a3.987 3.987 0 0 1-1.12 2.775l-.706-.708A2.99 2.99 0 0 0 13 8a2.99 2.99 0 0 0-.866-2.109a.5.5 0 0 1 .366-.843zM8.146 2.145a.5.5 0 0 1 .638-.057l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07L8.907 6.8L8.2 6.093l1.094-1.094H7.105l-1-1h3.189L8.146 2.852l-.057-.07a.5.5 0 0 1 .057-.638z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})