UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.51 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'LinkEdit16Filled', 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.265 3h-.516l-.102.007A.75.75 0 0 0 9.749 4.5h.516l.153.005c.669.045 1.258.388 1.637.899c.457-.295.989-.43 1.513-.403A3.73 3.73 0 0 0 10.265 3zm.668 3.443L9.877 7.5H5.75a.75.75 0 0 1-.101-1.493L5.749 6h4.5a.75.75 0 0 1 .684.444zm2.261-.426c-.262.041-.515.15-.732.324a1.577 1.577 0 0 0-.126.113L9 9.79l-.951.952a2.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.349-2.644zM6.249 3h-.497l-.2.005a3.752 3.752 0 0 0 .2 7.498h.497l.102-.007a.75.75 0 0 0-.102-1.493h-.497l-.155-.005A2.252 2.252 0 0 1 5.752 4.5h.497l.102-.007A.75.75 0 0 0 6.249 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })