@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.6 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: 'BuildingShop20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M11 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.5zm1 2.5v-2h2v2h-2zM5 2a.5.5 0 0 0-.384.18l-2.5 3A.5.5 0 0 0 2 5.5V7c0 .888.386 1.687 1 2.236V17.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5V9.236c.614-.55 1-1.348 1-2.236V5.5v-.018c0-.09 0-.162-.116-.302l-2.5-3A.5.5 0 0 0 15 2H5zm0 7a2 2 0 0 1-2-2V6h4v1a2 2 0 0 1-2 2zm5 0a2 2 0 0 1-2-2V6h4v1a2 2 0 0 1-2 2zm5 0a2 2 0 0 1-2-2V6h4v1a2 2 0 0 1-2 2zM5 17H4V9.83a2.997 2.997 0 0 0 3.5-1.17a2.997 2.997 0 0 0 2.5 1.34a2.997 2.997 0 0 0 2.5-1.341a2.997 2.997 0 0 0 3.5 1.17V17h-6v-5.5a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0-.5.5V17zM7.14 5H3.568l1.666-2h2.572L7.14 5zm4.666 0H8.194l.666-2h2.28l.666 2zm1.054 0l-.666-2h2.572l1.667 2H12.86zM6 17v-5h3v5H6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})