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.76 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: 'BuildingHome16Regular', 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 2a.25.25 0 0 0-.25.25L3 10.75c0 .137.112.25.25.25h1.75v1h-1.75c-.69 0-1.25-.56-1.25-1.251l.002-8.5c0-.69.56-1.25 1.25-1.25h4.503c.69 0 1.25.56 1.25 1.252l-.002 1.998c0 .138.111.25.25.25h.497A1.25 1.25 0 0 1 11 5.698a2.003 2.003 0 0 0-1.52-.199h-.227C8.56 5.5 8 4.94 8.002 4.248l.002-1.999a.25.25 0 0 0-.25-.25H3.25zm7.43 4.699a1 1 0 0 0-1.361 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.521 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-.366zm-2.16-6.57a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm-.5 2.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zm.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm1.5-3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 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 0 0-1a.5.5 0 0 0 0 1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })