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.45 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 20 20' } export default defineComponent({ name: 'BuildingBank20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })