@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.27 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 28 28'
}
export default defineComponent({
name: 'BuildingFactory28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.937 4.15A2.25 2.25 0 0 1 5.185 2h2.13a2.25 2.25 0 0 1 2.248 2.15l.867 19.5A2.25 2.25 0 0 1 8.182 26H4.318a2.25 2.25 0 0 1-2.247-2.35l.866-19.5zM10.527 26a3.239 3.239 0 0 0 .902-2.394L10.89 11.5l5.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.527zM22 24.5v-6.25c0-.69-.56-1.25-1.25-1.25h-4.5c-.69 0-1.25.56-1.25 1.25v6.25h7z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})