@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.59 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BuildingFactory48Regular',
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: 'M9.844 3.75A4.25 4.25 0 0 0 5.6 7.775l-1.682 31.75A4.25 4.25 0 0 0 8.162 44h6.674a4.25 4.25 0 0 0 4.244-4.475l-1.682-31.75a4.25 4.25 0 0 0-4.244-4.025h-3.31zM8.097 7.907A1.75 1.75 0 0 1 9.844 6.25h3.31c.93 0 1.698.728 1.747 1.657l1.683 31.75a1.75 1.75 0 0 1-1.748 1.843H8.162a1.75 1.75 0 0 1-1.747-1.843l1.682-31.75zM19.419 44a6.249 6.249 0 0 0 1.42-2.5h2.66V31.25c0-.966.784-1.75 1.75-1.75h11c.967 0 1.75.784 1.75 1.75V41.5h.782a2.75 2.75 0 0 0 2.75-2.728l.194-24.73l-10.842 10.842A1.25 1.25 0 0 1 28.749 24v-9.982l-8.564 8.564l-.178-3.358l9.108-9.108A1.25 1.25 0 0 1 31.25 11v9.982l10.866-10.866a1.25 1.25 0 0 1 2.134.894L44.03 38.79A5.25 5.25 0 0 1 38.78 44H19.42zm6.58-2.5h9.5V32H26v9.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})