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.52 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: 'BuildingSkyscraper16Regular', 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: 'M6 7.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zM6 9.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zm4.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm-.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zm-6-9a.5.5 0 0 0-.5.5V3h-.5a.5.5 0 0 0-.5.5v1.65A1.7 1.7 0 0 0 3 6.7v6.8a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-3.3a3.7 3.7 0 0 0-3.7-3.7h-.312A1.702 1.702 0 0 0 9 5.15V3.5a.5.5 0 0 0-.5-.5H8V1.5a.5.5 0 0 0-.5-.5h-2zM8 5H5V4h3v1zm1 1.7V13H8v-1.1a.9.9 0 0 0-.9-.9H5.9a.9.9 0 0 0-.9.9V13H4V6.7a.7.7 0 0 1 .7-.7h3.6a.7.7 0 0 1 .7.7zM6 13v-1h1v1H6zm4 0V7.5h.3a2.7 2.7 0 0 1 2.7 2.7V13h-3zM7 3H6V2h1v1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })