UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.1 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BuildingHome20Regular', 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 3a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H7.5v1H3.25C2.56 15 2 14.44 2 13.75V3.25C2 2.56 2.56 2 3.25 2h5.5C9.44 2 10 2.56 10 3.25v2.5c0 .138.112.25.25.25h1.5c.69 0 1.25.56 1.25 1.25V8c-.351.04-.695.161-1 .365V7.25a.25.25 0 0 0-.25-.25h-1.5C9.56 7 9 6.44 9 5.75v-2.5A.25.25 0 0 0 8.75 3h-5.5zm10.811 6.284a1.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.96zM5.5 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm.75 1.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zM7.25 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zM8 7a.75.75 0 1 1-1.5 0A.75.75 0 0 1 8 7zm-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })