UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.65 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'BuildingHome16Filled', 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: 'M3.25 1C2.56 1 2 1.558 2 2.248L2 10.749c0 .69.56 1.25 1.25 1.25h1.75v-1.564a2.5 2.5 0 0 1 .799-1.832l.652-.606A.5.5 0 1 1 7 7.487l1.64-1.522a2 2 0 0 1 2.36-.267a1.25 1.25 0 0 0-1.25-1.199h-.497a.25.25 0 0 1-.25-.25l.002-1.998c0-.691-.56-1.252-1.25-1.252H3.25zM4.5 4a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1zm.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm-.5 2.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1zm2.5-4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm-.5 2.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1zm4.18.699a1 1 0 0 0-1.36 0l-2.84 2.637a1.5 1.5 0 0 0-.48 1.1v3.563a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-1h1v1a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1v-3.564a1.5 1.5 0 0 0-.48-1.099L10.68 6.7zm-3.52 3.37l2.84-2.637l2.84 2.637a.5.5 0 0 1 .16.366V14h-1.5v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1h-1.5v-3.564a.5.5 0 0 1 .16-.366z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })