@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.59 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BuildingBankLink16Regular',
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.5h2.837a3.477 3.477 0 0 1-.302-1H3v-.167c0-.46.373-.833.833-.833h1.202A3.49 3.49 0 0 1 6 10.05v-3.05h1.5v2.145A3.5 3.5 0 0 1 8.5 9V7H10v2h1V7h1v2h.5c.17 0 .337.012.5.035V7.001h.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.77zM5 11H4V7h1v4zm3.5-1a2.5 2.5 0 1 0 0 5H9a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3H9a.5.5 0 0 0 0-1h-.5zm3.5 0a.5.5 0 1 0 0 1h.5a1.5 1.5 0 1 1 0 3H12a.5.5 0 1 0 0 1h.5a2.5 2.5 0 0 0 0-5H12zm-4 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})