@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.3 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
export default defineComponent({
name: 'BuildingFactory48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.6 7.775A4.25 4.25 0 0 1 9.844 3.75h3.31a4.25 4.25 0 0 1 4.244 4.025l1.682 31.75A4.25 4.25 0 0 1 14.836 44H8.162a4.25 4.25 0 0 1-4.244-4.475L5.6 7.775zM19.42 44a6.227 6.227 0 0 0 1.658-4.58l-1.07-20.196l9.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.42zm18.08-2.5v-9.75A1.75 1.75 0 0 0 35.75 30h-8A1.75 1.75 0 0 0 26 31.75v9.75h11.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})