@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.69 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VehicleTruck16Filled',
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: 'M1 2.7A1.7 1.7 0 0 1 2.7 1h10.6A1.7 1.7 0 0 1 15 2.7V12a1 1 0 0 1-1 1V7.805c0-.253-.038-.504-.114-.745l-.72-2.306A2.5 2.5 0 0 0 10.78 3H5.22a2.5 2.5 0 0 0-2.386 1.754l-.72 2.306A2.5 2.5 0 0 0 2 7.805V13a1 1 0 0 1-1-1V2.7zm12 11a1.3 1.3 0 0 1-1.3 1.3h-1.4A1.3 1.3 0 0 1 9 13.7V13H7v.7A1.3 1.3 0 0 1 5.7 15H4.3A1.3 1.3 0 0 1 3 13.7V7.805a1.5 1.5 0 0 1 .068-.447l.72-2.3l.02-.064A1.5 1.5 0 0 1 5.22 4h5.56c.635 0 1.2.4 1.412.994l.02.063l.72 2.3c.045.146.068.296.068.448V13.7zM6 13H4v.7a.3.3 0 0 0 .3.3h1.4a.3.3 0 0 0 .3-.3V13zm6 0h-2v.7a.3.3 0 0 0 .3.3h1.4a.3.3 0 0 0 .3-.3V13zM4.791 5.205L4.194 7h7.612l-.598-1.795A.3.3 0 0 0 10.923 5H5.077a.3.3 0 0 0-.285.205zM5.75 10a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zM11 9.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0zM7.5 10a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})