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.68 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleCab28Filled', 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: 'M11 2a1 1 0 0 0-1 1v1h-.176a3.75 3.75 0 0 0-3.631 2.813L5.629 9H4.25a.75.75 0 0 0 0 1.5h.991l-.288 1.117A2.751 2.751 0 0 0 3 14.25v9A2.75 2.75 0 0 0 5.75 26h1a2.75 2.75 0 0 0 2.75-2.75v-1h9v1A2.75 2.75 0 0 0 21.25 26h1A2.75 2.75 0 0 0 25 23.25v-9a2.751 2.751 0 0 0-1.953-2.633l-.289-1.117h.992a.75.75 0 0 0 0-1.5h-1.379l-.564-2.187A3.75 3.75 0 0 0 18.176 4H18V3a1 1 0 0 0-1-1h-6zm7.176 3.5a2.25 2.25 0 0 1 2.178 1.688l1.113 4.312H6.533l1.112-4.312A2.25 2.25 0 0 1 9.824 5.5h8.352zM20 22.25h3.5v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25v-1zm-12 1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25v-1H8v1zm-1-7a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0zm12.75 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5zm-3.5 0a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5h4.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })