@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.66 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BuildingBankLink20Regular',
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: 'M10 5.874a.833.833 0 1 0 0-1.667a.833.833 0 0 0 0 1.667zM3.5 17h4.836a3.475 3.475 0 0 1-.302-1H4v-.833c0-.645.523-1.167 1.167-1.167h3.17c.178-.375.42-.713.714-1H8V8h1.5v4.627c.301-.21.638-.375 1-.482V7.999H12v4h1V8h2v4h.499c.17 0 .337.012.5.036V7.999h.093c.893 0 1.26-1.147.53-1.664l-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.5zM9.806 3a.333.333 0 0 1 .385 0l5.639 4H4.168l5.639-4zM4.999 13.005V8h2v5H5.166c-.056 0-.112.002-.167.006zM11.5 13a2.5 2.5 0 0 0 0 5h.5a.5.5 0 1 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 1 0 0-1h-.5zm3.5 0a.5.5 0 1 0 0 1h.5a1.5 1.5 0 1 1 0 3h-.5a.5.5 0 1 0 0 1h.5a2.5 2.5 0 0 0 0-5h-.5zm-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 */
)
])
)
)
}
})