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.61 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: 'BuildingBankLink28Filled', 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: 'M13.111 2.293a1.5 1.5 0 0 1 1.78 0l9.498 7.005c1.124.83.598 2.578-.74 2.7H4.353c-1.339-.122-1.864-1.87-.74-2.7l9.498-7.005zm.89 6.706a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zm5.5 4H22v5h-2.5v-5zm-6.5 9.75a4.73 4.73 0 0 1 .877-2.75H6.252a3.25 3.25 0 0 0-3.25 3.25v.5c0 .415.336.75.75.75h9.582A4.738 4.738 0 0 1 13 22.75zm2-3.873a4.725 4.725 0 0 1 2.5-.87v-5.007H15v5.877zm-2 .123v-6h-2.5v6h2.5zm-4.5-6v6h-2.5v-6h2.5zm9.25 7.5a2.25 2.25 0 0 0 0 4.5h.5a.75.75 0 0 1 0 1.501h-.5a3.75 3.75 0 0 1 0-7.5h.5a.75.75 0 0 1 0 1.5h-.5zM17 22.75a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75zM23.25 25a2.25 2.25 0 0 0 0-4.5h-.5a.75.75 0 0 1 0-1.5h.5a3.75 3.75 0 0 1 0 7.501h-.5a.75.75 0 0 1 0-1.5h.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })