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.28 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'BuildingFactory28Filled', 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: 'M2.937 4.15A2.25 2.25 0 0 1 5.185 2h2.13a2.25 2.25 0 0 1 2.248 2.15l.867 19.5A2.25 2.25 0 0 1 8.182 26H4.318a2.25 2.25 0 0 1-2.247-2.35l.866-19.5zM10.527 26a3.239 3.239 0 0 0 .902-2.394L10.89 11.5l5.856-5.307A.75.75 0 0 1 18 6.75v5.558l6.747-6.114A.75.75 0 0 1 26 6.75v16.5A2.75 2.75 0 0 1 23.25 26H10.527zM22 24.5v-6.25c0-.69-.56-1.25-1.25-1.25h-4.5c-.69 0-1.25.56-1.25 1.25v6.25h7z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })