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.46 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: 'BuildingBank20Regular', 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: 'M10 5.874a.833.833 0 1 0 0-1.667a.833.833 0 0 0 0 1.667zm6 7.466V8h.092c.893 0 1.26-1.148.53-1.665l-5.85-4.152a1.333 1.333 0 0 0-1.544 0L3.376 6.335c-.728.517-.363 1.664.53 1.664H4v5.34c-.601.386-1 1.06-1 1.827v1.333a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1.333c0-.767-.398-1.441-1-1.826zM9.806 2.999a.333.333 0 0 1 .385 0l5.639 4H4.168l5.639-4zm5.192 5v5.006a2.19 2.19 0 0 0-.166-.006h-1.834V8h2zM5 13.005V8h2v5H5.166c-.056 0-.112.002-.167.006zm.167.994h9.667c.644 0 1.166.522 1.166 1.167v.833H4v-.833c0-.645.523-1.167 1.167-1.167zm4.333-1H8V8h1.5v5zm1 0V8H12v5h-1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })