UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.46 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 16 16' } export default defineComponent({ name: 'BuildingSkyscraper16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.75 1h-.5a.25.25 0 0 0-.25.25V2h1v-.75A.25.25 0 0 0 6.75 1zM8.5 3h-4a.5.5 0 0 0-.5.5V4h5v-.5a.5.5 0 0 0-.5-.5zm3 9a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zm.5-2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zM3 6.45c0-.613.325-1.151.812-1.45h5.376c.487.299.812.837.812 1.45v.05h.3a3.7 3.7 0 0 1 3.7 3.7v3.3a.5.5 0 0 1-.5.5H7v-2.1a.4.4 0 0 0-.4-.4h-.2a.4.4 0 0 0-.4.4V14H3.5a.5.5 0 0 1-.5-.5V6.45zm10 3.75a2.7 2.7 0 0 0-2.7-2.7H10V13h3v-2.8zM6 7.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0zm1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zM6 9.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0zm1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })