@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.26 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 20 20'
}
export default defineComponent({
name: 'BuildingBank20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.228 2.183a1.333 1.333 0 0 1 1.543 0l5.852 4.152c.727.516.363 1.662-.528 1.664H3.907c-.894 0-1.26-1.147-.53-1.664l5.851-4.152zM10 5.874a.833.833 0 1 0 0-1.667a.833.833 0 0 0 0 1.667zM4.5 9v4h2V9h-2zM3 16.166c0-1.197.97-2.167 2.166-2.167h9.667C16.03 14 17 14.97 17 16.166v.333a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-.333zm12.5-7.167v4h-2V9h2zm-3 0v4h-2V9h2zm-3 0v4h-2V9h2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})