@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.52 kB
JavaScript
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: 'VehicleCarProfileLtr16Regular',
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.775 6.5l-.134-.048l-1.135-2.128A2.5 2.5 0 0 0 8.3 3H5.442A2.5 2.5 0 0 0 3.07 4.71l-.541 1.623A2.5 2.5 0 0 0 1 8.637V9.75c0 .71.423 1.32 1.03 1.595a2 2 0 0 0 3.907.155h4.126a2 2 0 0 0 3.907-.155A1.75 1.75 0 0 0 15 9.75v-.339a2.5 2.5 0 0 0-1.662-2.355l-1.51-.537V6.5h-.053zM5.442 4H6.5v2.5H3.527l.491-1.474A1.5 1.5 0 0 1 5.442 4zM7.5 4h.8a1.5 1.5 0 0 1 1.324.794l.91 1.706H7.5V4zm4.103 3.5l1.4.498A1.5 1.5 0 0 1 14 9.411v.339c0 .175-.06.336-.16.464a2 2 0 0 0-3.777.286H5.937a2 2 0 0 0-3.777-.286A.747.747 0 0 1 2 9.75V8.637c0-.45.2-.86.52-1.137h9.083zM3 11a1 1 0 1 1 2 0a1 1 0 0 1-2 0zm9-1a1 1 0 1 1 0 2a1 1 0 0 1 0-2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})