@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.85 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 25'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VehicleTruckBag24Regular',
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.75 5a.75.75 0 0 0-.75.75v6A2.25 2.25 0 0 0 3.25 14h5a2.25 2.25 0 0 0 2.25-2.25v-6A.75.75 0 0 0 9.75 5H9.5V4a2.5 2.5 0 0 0-3.75-2.165A2.5 2.5 0 0 0 2 4v.999h-.25zM7 5V4c0-.348-.071-.68-.2-.98A1 1 0 0 1 8 4v1H7zM5.5 4v1h-2V4a1 1 0 0 1 2 0zM2 17.75v-3c.385.161.807.25 1.25.25h.25v2.75a.75.75 0 0 0 .672.746a3.001 3.001 0 0 1 5.657.004h2.342a3.001 3.001 0 0 1 2.829-2V5.75a.75.75 0 0 0-.75-.75h-2.918a1.757 1.757 0 0 0-.832-.832V4c0-.17-.012-.337-.035-.5h3.785a2.25 2.25 0 0 1 2.25 2.25v.75h1.55c.87 0 1.662.501 2.034 1.287l1.7 3.587c.142.301.216.63.216.963v5.413A2.25 2.25 0 0 1 19.75 20h-1.791a3 3 0 0 1-5.918 0H9.96a3 3 0 0 1-5.92-.01A2.25 2.25 0 0 1 2 17.75zm15.83.75h1.92a.75.75 0 0 0 .75-.75v-.25h-1.25a.75.75 0 0 1 0-1.5h1.25v-3h-4v3.901a3.01 3.01 0 0 1 1.33 1.599zM16.5 8v3.5h3.683L18.73 8.429A.75.75 0 0 0 18.05 8H16.5zM7 21a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zm9.5-1.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0zM3.5 4c0-.142.03-.277.083-.4L3.5 4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})