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.63 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleTruck20Regular', 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: 'M8 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm5 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-5 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zM4 2a2 2 0 0 0-2 2v10.5A1.5 1.5 0 0 0 3.5 16H4v.5A1.5 1.5 0 0 0 5.5 18h1A1.5 1.5 0 0 0 8 16.5V16h4v.5a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5V16h.5a1.5 1.5 0 0 0 1.5-1.5V4a2 2 0 0 0-2-2H4zm9 14.5V16h2v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM7 16v.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V16h2zM3 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v10.5a.5.5 0 0 1-.5.5H16V9.746c0-.204-.025-.408-.075-.606l-.75-3.004A1.5 1.5 0 0 0 13.718 5H6.281a1.5 1.5 0 0 0-1.455 1.136L4.075 9.14A2.5 2.5 0 0 0 4 9.746V15h-.5a.5.5 0 0 1-.5-.5V4zm2 11v-5h10v5H5zm.14-6l.656-2.621A.5.5 0 0 1 6.28 6h7.438a.5.5 0 0 1 .485.379L14.86 9H5.14z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })