UNPKG

@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
'use strict' 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: 'VehicleTruckBag24Filled', 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.25h5a3.25 3.25 0 0 0 3.25-3.25v-6c0-.698-.409-1.3-1-1.582V4c0-.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.75zM20.5 16h-1.25a.75.75 0 1 0 0 1.5h1.25V16zm-.317-4.5L18.73 8.429A.75.75 0 0 0 18.05 8H16.5v3.5h3.683zM7 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 */ ) ]) ) ) } })