UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

45 lines (44 loc) 1.59 kB
'use strict' 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: 'ArrowWrapOff20Filled', 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.854 2.146a.5.5 0 1 0-.708.708l.98.98A.75.75 0 0 0 3.75 5h.543l3.5 3.499H6.25a3.25 3.25 0 1 0 0 6.5h8.043l.708.708a.748.748 0 0 0 .79.79l1.355 1.356a.5.5 0 0 0 .708-.708l-15-15zM12.793 13.5H6.25a1.75 1.75 0 1 1 0-3.5h3.043l3.5 3.5z', fill: 'currentColor' }), (0, vue_1.createElementVNode)('path', { d: 'M13.75 8.5h-3.129l1.5 1.5h1.629a3.25 3.25 0 0 0 0-6.5H5.621l1.5 1.5h6.629a1.75 1.75 0 1 1 0 3.5z', fill: 'currentColor' }), (0, vue_1.createElementVNode)('path', { d: 'M17.341 15.22l-2.328-2.328a.75.75 0 0 1 1.267-.672l1.5 1.5a.75.75 0 0 1 0 1.06l-.439.44z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })