@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.36 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 48 48'
}
export default defineComponent({
name: 'Link48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M34 14c5.523 0 10 4.477 10 10c0 5.43-4.327 9.848-9.72 9.996L34 34h-5.75a1.25 1.25 0 0 1-.128-2.494l.128-.006H34a7.5 7.5 0 0 0 .243-14.996L34 16.5h-5.75a1.25 1.25 0 0 1-.128-2.493L28.25 14H34zm-14.25 0a1.25 1.25 0 0 1 .128 2.494l-.128.006H14a7.5 7.5 0 0 0-.243 14.996L14 31.5h5.75a1.25 1.25 0 0 1 .128 2.493L19.75 34H14C8.477 34 4 29.523 4 24c0-5.43 4.327-9.848 9.72-9.996L14 14h5.75zM13 22.75h22a1.25 1.25 0 0 1 .128 2.494L35 25.25H13a1.25 1.25 0 0 1-.128-2.494L13 22.75h22h-22z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})