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.45 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BuildingShop20Filled', 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: 'M12 12h2v2h-2v-2zM5 2h10a.5.5 0 0 1 .384.18l2.5 3c.117.14.116.211.116.302V7c0 .888-.386 1.687-1 2.236V17.5a.5.5 0 0 1-.5.5H10v-6.5a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0-.5.5V18H3.5a.5.5 0 0 1-.5-.5V9.236C2.386 8.686 2 7.888 2 7V5.5a.5.5 0 0 1 .116-.32l2.5-3A.5.5 0 0 1 5 2zM3 6v1a2 2 0 1 0 4 0V6H3zm5 0v1a2 2 0 1 0 4 0V6H8zm5 0v1a2 2 0 1 0 4 0V6h-4zM5.234 3L3.568 5H7.14l.666-2H5.234zm6.572 2l-.666-2H8.86l-.666 2h3.612zm1.054 0h3.573l-1.667-2h-2.572l.666 2zM11 11.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5zM9 18v-6H6v6h3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })