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.36 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'BuildingBank16Regular', 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: 'M8 5a.75.75 0 1 0 0-1.5A.75.75 0 0 0 8 5zm.736-3.545a1.167 1.167 0 0 0-1.472 0L2.262 5.52C1.654 6.016 2.004 7 2.788 7H3v4.2c-.594.303-1 .92-1 1.633v.667a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-.667c0-.712-.406-1.33-1-1.633V7h.212c.784 0 1.134-.985.525-1.48l-5-4.066zm-.84.776a.167.167 0 0 1 .21 0L12.741 6H3.258l4.638-3.77zM12 11h-1V7h1v4zm-2 0H8.5V7H10v4zm-2.5 0H6V7h1.5v4zm4.667 1c.46 0 .833.373.833.833v.167H3v-.167c0-.46.373-.833.833-.833h8.334zM5 11H4V7h1v4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })