@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.75 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: 'BuildingBankToolbox20Regular',
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: 'M9 5.874a.833.833 0 1 0 0-1.667a.833.833 0 0 0 0 1.667zM2.5 17h6.499v-1h-6v-.833c0-.645.523-1.167 1.167-1.167h4.833v-.5c0-.563.186-1.083.5-1.5v-4H11v3.05a2.78 2.78 0 0 1 .042-.008a2.5 2.5 0 0 1 .958-1.542v-1.5h2v1h1v-1h.093c.893 0 1.26-1.147.53-1.664l-5.85-4.152a1.333 1.333 0 0 0-1.544 0L2.376 6.335c-.728.517-.363 1.664.53 1.664H3v5.34c-.601.386-1 1.06-1 1.827v1.333a.5.5 0 0 0 .5.5zM8.806 3a.333.333 0 0 1 .385 0l5.639 4H3.168l5.639-4zM3.999 13.005V8h2v5H4.166c-.056 0-.112.002-.167.006zM8.5 13H7V8h1.5v5zm3.5-1v-.5a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v.5h.5a1.5 1.5 0 0 1 1.5 1.5v1.5h-2v-.5a.5.5 0 1 0-1 0v.5h-3v-.5a.5.5 0 1 0-1 0v.5h-2v-1.5a1.5 1.5 0 0 1 1.5-1.5h.5zm1-.5v.5h3v-.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5zm4 4.5h2v1.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-1.5h2v.5a.5.5 0 1 0 1 0v-.5h3v.5a.5.5 0 1 0 1 0v-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})