@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.64 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 48 48'
}
export default defineComponent({
name: 'BuildingBankLink48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M25.346 4.447a2.25 2.25 0 0 0-2.692 0L6.71 16.349c-1.35 1.007-.637 3.152 1.046 3.152h32.489c1.684 0 2.396-2.145 1.047-3.152L25.346 4.447zM24 14.002a2 2 0 1 1 0-4a2 2 0 0 1 0 4zM6 38.25C6 35.35 8.35 33 11.25 33h11.892A8.404 8.404 0 0 0 22 37.25c0 1.35.315 2.625.872 3.75H7.25C6.56 41 6 40.44 6 39.75v-1.5zm20-8.146a7.779 7.779 0 0 1 4-1.103v-7.5h-4v8.603zm8-1.103h4v-7.5h-4v7.5zm-20 2h-4v-9.5h4v9.5zm4-9.5v9.5h4v-9.5h-4zm12.25 9.5a6.25 6.25 0 1 0 0 12.499h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a3.75 3.75 0 1 1 0-7.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5zm9.5 0a6.25 6.25 0 1 1 0 12.499h-1.5a1.25 1.25 0 1 1 0-2.5h1.5a3.75 3.75 0 1 0 0-7.5h-1.5a1.25 1.25 0 1 1 0-2.5h1.5zM29 37.25c0-.691.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})