@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.72 kB
JavaScript
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: 'BuildingBankLink28Regular',
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: 'M14.001 8.999a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zm.89-6.706a1.5 1.5 0 0 0-1.78 0L3.613 9.298c-1.165.86-.558 2.708.89 2.708h.499v7.242c-1.175.49-2 1.65-2 3.002v1.5c0 .414.336.75.75.75h9.582a4.727 4.727 0 0 1-.326-1.5H4.502v-.75c0-.967.783-1.75 1.75-1.75h7.315a4.771 4.771 0 0 1 1.268-1.5h-.084v-6.994h2.75v6c.083-.005.166-.007.25-.007H19v-5.993h2.5v5.993H23v-5.993h.498c1.448 0 2.055-1.848.89-2.708l-9.498-7.005zm-8.39 16.706v-6.993h2.5v6.993h-2.5zm6.75-6.993v6.993h-2.75v-6.993h2.75zm-8.748-1.5L14 3.5l9.498 7.005H4.503zM17.75 20.5a2.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.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.5h-.5a.75.75 0 0 1 0-1.5h.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})