@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.6 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 28 28'
}
export default defineComponent({
name: 'BuildingBankLink28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})