@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BuildingFactory28Regular',
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: 'M5.185 2a2.25 2.25 0 0 0-2.248 2.15l-.866 19.5A2.25 2.25 0 0 0 4.318 26h3.864a2.25 2.25 0 0 0 2.248-2.35l-.867-19.5A2.25 2.25 0 0 0 7.315 2h-2.13zm-.75 2.217a.75.75 0 0 1 .75-.717h2.13a.75.75 0 0 1 .75.717l.866 19.5a.75.75 0 0 1-.749.783H4.318a.75.75 0 0 1-.749-.783l.867-19.5zM10.528 26c.396-.412.683-.927.818-1.5H13v-6.75c0-.69.56-1.25 1.25-1.25h7c.69 0 1.25.56 1.25 1.25v6.75h.75c.69 0 1.25-.56 1.25-1.25V8.442l-6.746 6.114A.75.75 0 0 1 16.5 14V8.442l-5.523 5.005l-.086-1.946l5.856-5.307A.75.75 0 0 1 18 6.75v5.558l6.747-6.114A.75.75 0 0 1 26 6.75v16.5A2.75 2.75 0 0 1 23.25 26H10.527zm3.973-1.5H21V18h-6.5v6.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})