@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.73 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 24 24'
}
export default defineComponent({
name: 'BuildingHome24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.5 2A1.5 1.5 0 0 0 2 3.5v13A1.5 1.5 0 0 0 3.5 18H9v-3.316c0-.763.316-1.49.874-2.01L14 8.821V8.5A1.5 1.5 0 0 0 12.5 7H11V3.5A1.5 1.5 0 0 0 9.5 2h-6zM6 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zM5.25 9.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5zM6 11.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zM7.75 6.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5zm.75 2.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm-.75 3.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5zm9.444-3.061a1.75 1.75 0 0 0-2.388 0l-4.25 3.966a1.75 1.75 0 0 0-.556 1.28V20.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5V18h2v2.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-5.815a1.75 1.75 0 0 0-.556-1.28l-4.25-3.966zm-1.365 1.096a.25.25 0 0 1 .342 0l4.25 3.967a.25.25 0 0 1 .079.183V20.5h-2V18a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5v2.5h-2v-5.815a.25.25 0 0 1 .08-.183l4.25-3.967zM9.25 2h-5.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})