@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 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: 'VehicleTruck20Filled',
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: 'M4 2a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1V9.794a2.5 2.5 0 0 1 .105-.719l1.042-3.472A2.25 2.25 0 0 1 6.302 4h7.396c.994 0 1.87.652 2.155 1.603l1.042 3.472a2.5 2.5 0 0 1 .105.719V16a1 1 0 0 0 1-1V4a2 2 0 0 0-2-2H4zm12 7.794V16.5a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5V16H8v.5A1.5 1.5 0 0 1 6.5 18h-1A1.5 1.5 0 0 1 4 16.5V9.794a1.5 1.5 0 0 1 .063-.431L5.105 5.89A1.25 1.25 0 0 1 6.302 5h7.396a1.25 1.25 0 0 1 1.197.89l1.042 3.473c.042.14.063.285.063.43zM5 16.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V16H5v.5zM14.86 9l-.656-2.621A.5.5 0 0 0 13.72 6H6.281a.5.5 0 0 0-.485.379L5.14 9h9.72zM13 16.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V16h-2v.5zM7 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm7-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm-5.5 1a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})