@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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: 'VehicleCarProfileRtl16Regular',
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: 'M4.225 6.5l.134-.048l1.135-2.128A2.5 2.5 0 0 1 7.7 3h2.859a2.5 2.5 0 0 1 2.371 1.71l.541 1.623A2.5 2.5 0 0 1 15 8.637V9.75c0 .71-.422 1.32-1.03 1.595a2 2 0 0 1-3.907.155H5.937a2 2 0 0 1-3.907-.155A1.75 1.75 0 0 1 1 9.75v-.339c0-1.057.666-2 1.662-2.355l1.51-.537V6.5h.053zM10.559 4H9.5v2.5h2.973l-.492-1.474A1.5 1.5 0 0 0 10.56 4zM8.5 4h-.8a1.5 1.5 0 0 0-1.324.794L5.466 6.5H8.5V4zM4.397 7.5l-1.4.498A1.5 1.5 0 0 0 2 9.411v.339c0 .175.06.336.16.464a2 2 0 0 1 3.777.286h4.126a2 2 0 0 1 3.776-.286c.101-.128.161-.289.161-.464V8.637a1.5 1.5 0 0 0-.52-1.137H4.396zM13 11a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm-9-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})