@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.47 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BuildingShop16Filled',
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: 'M10 10v1h1v-1h-1zM4.188 1.11l-2.5 2c-.166.132-.188.36-.188.56V5.5c0 .563.186 1.082.5 1.5v7.5a.5.5 0 0 0 .5.5H4V9.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h5.5a.5.5 0 0 0 .5-.5V7c.314-.418.5-.937.5-1.5V3.666c0-.2-.022-.424-.188-.556l-2.5-2A.5.5 0 0 0 11.5 1h-7a.5.5 0 0 0-.312.11zM2.5 5.5V4h3v1.5a1.5 1.5 0 1 1-3 0zm4 0V4h3v1.5a1.5 1.5 0 1 1-3 0zm4 0V4h3v1.5a1.5 1.5 0 0 1-3 0zM3.425 3l1.25-1H6.03l-.375 1H3.425zm3.297 0l.375-1H8.89l.333 1H6.722zm3.222-1h1.38l1.25 1h-2.297l-.333-1zM9 9.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zM5 15h2v-5H5v5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})