@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.47 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BuildingSkyscraper16Filled',
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.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 */
)
])
)
)
}
})