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.81 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 24' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleCab24Regular', 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.005 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM17 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-7.516.75a.75.75 0 0 1 .75-.75h3.485a.75.75 0 0 1 0 1.5h-3.485a.75.75 0 0 1-.75-.75zM9.266 1.992a.75.75 0 0 0-.75.75V4.5h-.664a3.25 3.25 0 0 0-3.11 2.303L4.683 7H3.75a.75.75 0 0 0 0 1.5h.533l-.202.827A2.249 2.249 0 0 0 3 11.25v8.5c0 .966.784 1.75 1.75 1.75h1.5A1.75 1.75 0 0 0 8 19.75V18.5h8v1.25c0 .966.784 1.75 1.75 1.75h1.5A1.75 1.75 0 0 0 21 19.75v-8.5c0-.815-.434-1.53-1.083-1.924l-.206-.826h.539a.75.75 0 0 0 0-1.5h-.942l-.055-.184A3.25 3.25 0 0 0 16.14 4.5h-.64V2.742a.75.75 0 0 0-.75-.75H9.266zM14 4.5h-3.984V3.492H14V4.5zM7.852 6h8.288a1.75 1.75 0 0 1 1.676 1.247l.21.702L18.29 9H5.705l.257-1.052l.216-.708A1.75 1.75 0 0 1 7.852 6zM4.5 17v-5.75a.75.75 0 0 1 .75-.75h13.5a.75.75 0 0 1 .75.75V17h-15zm0 2.75V18.5h2v1.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25zm15-1.25v1.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V18.5h2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })