UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.21 kB
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: 'DocumentCopy48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })