@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.47 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: 'LinkEdit24Filled',
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 6a1 1 0 0 0-1-1H7l-.217.005A5 5 0 0 0 7 14.999h2l.116-.007A1 1 0 0 0 8.999 13H7l-.176-.005A3 3 0 0 1 7 7h2l.116-.007A1 1 0 0 0 9.999 6zm11.998 4a5 5 0 0 0-5-5h-2l-.116.007A1 1 0 0 0 15 7h2l.176.005a3 3 0 0 1 2.823 2.994v.013c.696.06 1.377.34 1.927.843a5.03 5.03 0 0 0 .073-.856zm-4.229.637c-.1.073-.196.153-.289.239a.995.995 0 0 1-.365.117l-.116.006h-10a1 1 0 0 1-.116-1.993L7 9h9.999a1 1 0 0 1 .77 1.637zm.33 1.032l-5.902 5.902a2.685 2.685 0 0 0-.707 1.247l-.457 1.83c-.2.797.522 1.518 1.318 1.319l1.83-.458a2.685 2.685 0 0 0 1.248-.706L21.33 14.9a2.285 2.285 0 0 0-3.233-3.232z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})