@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.97 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 24 24'
}
export default defineComponent({
name: 'BuildingShop24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.495 14.501v7.498H7.5v-7.498h2.995zm6.76-1.5h-3.501a.75.75 0 0 0-.75.75v3.502c0 .414.335.75.75.75h3.501a.75.75 0 0 0 .75-.75v-3.502a.75.75 0 0 0-.75-.75zm-.75 1.5v2.002h-2.002v-2.002h2.001zM8.165 7.002H3.501v1.165c0 1.18.878 2.157 2.017 2.311l.156.016l.16.005c1.235 0 2.245-.959 2.327-2.173l.006-.16V7.003zm6.165 0H9.666v1.165c0 1.18.878 2.157 2.017 2.311l.156.016l.16.005c1.235 0 2.245-.959 2.327-2.173l.006-.16V7.003zm6.167 0h-4.665l.001 1.165c0 1.18.878 2.157 2.016 2.311l.157.016l.16.005c1.234 0 2.245-.959 2.327-2.173l.005-.16V7.003zM9.061 3.5H6.326L4.47 5.502h3.977L9.061 3.5zm4.308 0h-2.738l-.616 2.002h3.97L13.369 3.5zm4.304 0H14.94l.615 2.002h3.976L17.673 3.5zM2.202 5.742L5.45 2.24a.75.75 0 0 1 .446-.233L6 2h12a.75.75 0 0 1 .475.169l.075.07l3.273 3.53l.03.038c.102.136.148.29.148.44l-.002 1.92c0 .994-.378 1.9-1 2.58V21.25a.75.75 0 0 1-.648.743l-.102.007l-8.253-.001v-8.248a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v8.248L3.752 22a.75.75 0 0 1-.744-.648l-.006-.102L3 10.748a3.818 3.818 0 0 1-.995-2.384l-.005-.197V6.29a.728.728 0 0 1 .096-.408l.05-.076l.055-.065z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})