@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.52 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DocumentQueue20Regular',
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: 'M6.5 5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zM6 7.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zM6.5 9a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zm3.982-7H10.52c.45.01.88.193 1.2.513l3.767 3.767A1.75 1.75 0 0 1 16 7.5v6.75A1.75 1.75 0 0 1 14.25 16h-8.5A1.75 1.75 0 0 1 4 14.25V3.75C4 2.784 4.784 2 5.75 2h4.732zM5 3.75v10.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H5.75a.75.75 0 0 0-.75.75zm6 2.75a.5.5 0 0 0 .5.5h3.293l-.013-.013l-3.767-3.767L11 3.207V6.5zm-8 7a.5.5 0 0 0-1 0v1A3.5 3.5 0 0 0 5.5 18h9a3.5 3.5 0 0 0 3.5-3.5v-1a.5.5 0 0 0-1 0v1a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5v-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})