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.81 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'FolderLink48Regular', 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: 'M17.06 9c.833 0 1.64.277 2.295.784l.175.144l2.586 2.263c.19.166.425.27.673.3l.15.009H40.25a3.75 3.75 0 0 1 3.745 3.55l.005.2v13.543a8.061 8.061 0 0 0-2.5-1.964V16.25a1.25 1.25 0 0 0-1.122-1.243L40.25 15l-17.403-.001l-2.127 2.616a3.75 3.75 0 0 1-2.685 1.378L17.81 19L6.5 18.999V35.25c0 .647.492 1.18 1.122 1.243l.128.007h12.341c.131.888.4 1.729.781 2.5H7.75a3.75 3.75 0 0 1-3.745-3.55L4 35.25v-22.5a3.75 3.75 0 0 1 3.55-3.745L7.75 9h9.31zm0 2.5H7.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.749l11.31.001c.33 0 .643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25 1.25 0 0 0-.673-.3l-.15-.009zM28.25 29a6.25 6.25 0 1 0 0 12.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a3.75 3.75 0 1 1 0-7.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5zm9.5 0a6.25 6.25 0 1 1 0 12.5h-1.5a1.25 1.25 0 1 1 0-2.5h1.5a3.75 3.75 0 1 0 0-7.5h-1.5a1.25 1.25 0 1 1 0-2.5h1.5zM27 35.25c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })