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.25 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 16 16' } export default defineComponent({ name: 'DocumentCopy16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.999 1a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2H12a2 2 0 0 0 2-2V5.5h-.002V4.414a1.5 1.5 0 0 0-.439-1.06l-1.914-1.915A1.5 1.5 0 0 0 10.585 1H6.998zM12 12H6.999a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3v1.5a1.5 1.5 0 0 0 1.5 1.5h1.5v1.061H13V11a1 1 0 0 1-1 1zm.791-8h-1.293a.5.5 0 0 1-.5-.5V2.207L12.791 4zM3 4a1 1 0 0 1 1-1v8a3 3 0 0 0 3 3h5a1 1 0 0 1-1 1H6.79A3.79 3.79 0 0 1 3 11.21V4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })