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.42 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: 'DocumentCopy48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.5 10.376V33.75a6.75 6.75 0 0 0 6.75 6.75h15.374A4.251 4.251 0 0 1 29.75 43h-11.5A9.25 9.25 0 0 1 9 33.75v-19.5a4.25 4.25 0 0 1 2.5-3.874zM25.757 5a4.25 4.25 0 0 1 3.006 1.245l8.992 8.992A4.25 4.25 0 0 1 39 18.243V33.75A4.25 4.25 0 0 1 34.75 38h-16.5A4.25 4.25 0 0 1 14 33.75V9.25A4.25 4.25 0 0 1 18.25 5h7.507zM25 7.5h-6.75a1.75 1.75 0 0 0-1.75 1.75v24.5c0 .967.784 1.75 1.75 1.75h16.5a1.75 1.75 0 0 0 1.75-1.75V19h-7.25a4.25 4.25 0 0 1-4.245-4.044L25 14.75V7.5zm10.482 9L27.5 8.518v6.232a1.75 1.75 0 0 0 1.607 1.744l.143.006h6.232z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })