@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.77 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DocumentTableTruck24Filled',
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: 'M15.113 17.25V16h-2.462l.098.196c.165.33.251.693.251 1.062v.242h1.863a.25.25 0 0 0 .25-.25zm0-2.75h-3.212l-.177-.354a2.372 2.372 0 0 0-.61-.768V13h3.75a.25.25 0 0 1 .25.25v1.25zM13 20.25V19h1.863a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75H9.181c-.43-.314-.961-.5-1.535-.5H3.613V4a2 2 0 0 1 2-2h6v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-5.382c.473-.434.769-1.057.769-1.75zM13.113 8V2.5l6 6h-5.5a.5.5 0 0 1-.5-.5zM1 13.604C1 12.718 1.718 12 2.604 12h5.042c.886 0 1.604.718 1.604 1.604v.23h.35c.52 0 .997.294 1.23.76l1.025 2.05c.095.19.145.4.145.614v2.992c0 .76-.616 1.375-1.375 1.375h-.516a1.834 1.834 0 0 1-3.551 0H5.526a1.834 1.834 0 0 1-3.582-.142A1.605 1.605 0 0 1 1 20.021v-6.417zm8.25 1.146v1.833h1.55l-.79-1.58a.458.458 0 0 0-.41-.253h-.35zm-5.5 5.5a.917.917 0 1 0 0 1.833a.917.917 0 0 0 0-1.833zm3.667.917a.917.917 0 1 0 1.833 0a.917.917 0 0 0-1.833 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})