@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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: 'LinkEdit16Regular',
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: 'M10.499 3h-1l-.09.008a.5.5 0 0 0 .09.992h1l.164.005c.81.053 1.516.492 1.933 1.135a2.57 2.57 0 0 1 1.069-.133A3.5 3.5 0 0 0 10.499 3zm.487 3.39l-.61.611L5.498 7a.5.5 0 0 1-.09-.992L5.5 6l5 .003a.5.5 0 0 1 .487.388zm2.15-.363a1.554 1.554 0 0 0-.8.427l-3.28 3.28l-1.007 1.008a2.776 2.776 0 0 0-.73 1.29l-.304 1.21a.61.61 0 0 0 .74.74l1.21-.303a2.776 2.776 0 0 0 1.29-.73l4.288-4.288a1.56 1.56 0 0 0-1.407-2.634zM6.499 3h-1l-.192.005A3.5 3.5 0 0 0 5.5 9.998h1l.09-.008A.5.5 0 0 0 6.5 9h-1l-.164-.006A2.5 2.5 0 0 1 5.5 4h1l.09-.008A.5.5 0 0 0 6.5 3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})