UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.86 kB
'use strict' 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'BuildingBankLink24Regular', 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: 'M13 6.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm.032-3.925a1.75 1.75 0 0 0-2.064 0L3.547 7.74c-.978.713-.473 2.26.736 2.26H4.5v5.8A2.75 2.75 0 0 0 3 18.25v1.5c0 .413.336.75.75.75h7.416a4.754 4.754 0 0 1-.16-1.5H4.5v-.75c0-.691.56-1.25 1.25-1.25h5.816a4.772 4.772 0 0 1 1.268-1.5h-.084V10h1.75v4.665a4.758 4.758 0 0 1 1.25-.166H16V10h2v4.5h1.25c.084 0 .167.002.25.007V10h.217c1.21 0 1.714-1.546.736-2.26l-7.421-5.415zm-1.18 1.211a.25.25 0 0 1 .295 0L18.95 8.5H5.05l6.803-4.964zM11.25 10v5.5H9.5V10h1.75zM6 15.5V10h2v5.5H6zm17 3.75a3.75 3.75 0 0 0-3.75-3.75l-.102.007A.75.75 0 0 0 19.25 17l.154.006a2.25 2.25 0 0 1-.154 4.494l-.003.005l-.102.007a.75.75 0 0 0 .108 1.493V23l.2-.005A3.75 3.75 0 0 0 23 19.25zm-6.5-3a.75.75 0 0 0-.75-.75l-.2.005a3.75 3.75 0 0 0 .2 7.495l.102-.006a.75.75 0 0 0-.102-1.494l-.154-.005A2.25 2.25 0 0 1 15.75 17l.102-.006a.75.75 0 0 0 .648-.744zm3.5 3a.75.75 0 0 0-.75-.75h-3.5l-.102.007A.75.75 0 0 0 15.75 20h3.5l.102-.006A.75.75 0 0 0 20 19.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })