@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.21 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DocumentCopy48Filled',
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: 'M25 14.75V5h-6.75A4.25 4.25 0 0 0 14 9.25v24.5A4.25 4.25 0 0 0 18.25 38h16.5A4.25 4.25 0 0 0 39 33.75V19h-9.75A4.25 4.25 0 0 1 25 14.75zm2.5 0V5.5l11 11h-9.25a1.75 1.75 0 0 1-1.75-1.75zM9 13.7a4.001 4.001 0 0 1 2.5-3.71v23.76a6.75 6.75 0 0 0 6.75 6.75h15.76A4.001 4.001 0 0 1 30.3 43H18.25A9.25 9.25 0 0 1 9 33.75V13.7z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})