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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleTruck16Regular', 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: 'M6.5 9.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm3.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zM7 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zM2.7 1A1.7 1.7 0 0 0 1 2.7v9A1.3 1.3 0 0 0 2.3 13H3v.7A1.3 1.3 0 0 0 4.3 15h1.4A1.3 1.3 0 0 0 7 13.7V13h2v.7a1.3 1.3 0 0 0 1.3 1.3h1.4a1.3 1.3 0 0 0 1.3-1.3V13h.7a1.3 1.3 0 0 0 1.3-1.3v-9A1.7 1.7 0 0 0 13.3 1H2.7zM10 13.7V13h2v.7a.3.3 0 0 1-.3.3h-1.4a.3.3 0 0 1-.3-.3zM6 13v.7a.3.3 0 0 1-.3.3H4.3a.3.3 0 0 1-.3-.3V13h2zM2 2.7a.7.7 0 0 1 .7-.7h10.6a.7.7 0 0 1 .7.7v9a.3.3 0 0 1-.3.3H13V7.76a2.1 2.1 0 0 0-.108-.664l-.735-2.207A1.3 1.3 0 0 0 10.923 4H5.077a1.3 1.3 0 0 0-1.234.889l-.735 2.207A2.1 2.1 0 0 0 3 7.76V12h-.7a.3.3 0 0 1-.3-.3v-9zM4 12V8h8v4H4zm.194-5l.598-1.795A.3.3 0 0 1 5.077 5h5.846a.3.3 0 0 1 .285.205L11.806 7H4.194z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })