@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BuildingHome20Filled',
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 2C2.56 2 2 2.56 2 3.25v10.5c0 .69.56 1.25 1.25 1.25H7.5v-1.741c0-.683.3-1.332.82-1.776l3.47-2.959A2.244 2.244 0 0 1 13 8v-.75C13 6.56 12.44 6 11.75 6h-1.5a.25.25 0 0 1-.25-.25v-2.5C10 2.56 9.44 2 8.75 2h-5.5zm1.5 3.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5zM5.5 7A.75.75 0 1 1 4 7a.75.75 0 0 1 1.5 0zm-.75 3a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5zM8 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm-.75 3a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5zM8 9.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm6.061.034a1.25 1.25 0 0 0-1.622 0l-3.47 2.96a1.333 1.333 0 0 0-.469 1.014v4.616c0 .622.504 1.125 1.125 1.125h1.75c.621 0 1.125-.503 1.125-1.125v-1.749c0-.069.056-.125.125-.125h1.25c.069 0 .125.056.125.125v1.75c0 .62.504 1.124 1.125 1.124h1.75c.621 0 1.125-.503 1.125-1.125v-4.616c0-.39-.171-.761-.468-1.014l-3.471-2.96zm-.973.761a.25.25 0 0 1 .324 0l3.47 2.96a.334.334 0 0 1 .118.253v4.616c0 .07-.056.125-.125.125h-1.75a.125.125 0 0 1-.125-.125v-1.749c0-.621-.504-1.125-1.125-1.125h-1.25c-.621 0-1.125.504-1.125 1.125v1.75c0 .068-.056.124-.125.124h-1.75a.125.125 0 0 1-.125-.125v-4.616c0-.097.043-.19.117-.253l3.47-2.96z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})