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.48 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 24 24' } export default defineComponent({ name: 'DocumentQueue24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.75 5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5zM8 8.75A.75.75 0 0 1 8.75 8h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 8 8.75zM8.75 11a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5zM5 4a2 2 0 0 1 2-2h6.232a2 2 0 0 1 1.414.586l3.768 3.768A2 2 0 0 1 19 7.768V17a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4zm2-.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8.5h-3.25a1.75 1.75 0 0 1-1.75-1.75V3.5H7zm7 .56v2.69c0 .138.112.25.25.25h2.69L14 4.06zM3.5 15.75a.75.75 0 0 0-1.5 0v1.75A4.5 4.5 0 0 0 6.5 22h11a4.5 4.5 0 0 0 4.5-4.5v-1.75a.75.75 0 0 0-1.5 0v1.75a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3v-1.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })