@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.46 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BuildingShop24Regular',
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: 'M18 2a.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.007H3.752a.75.75 0 0 1-.744-.648l-.006-.102L3 10.748a3.818 3.818 0 0 1-.993-2.353l-.007-.228V6.29a.728.728 0 0 1 .096-.408l.065-.095l.04-.046L5.45 2.24a.75.75 0 0 1 .446-.233L6 2h12zm-2.918 8.442l-.012.018A3.827 3.827 0 0 1 12 12a3.827 3.827 0 0 1-3.084-1.556A3.825 3.825 0 0 1 5.834 12c-.469 0-.918-.084-1.334-.238l.001 8.738H6v-6.748a.75.75 0 0 1 .649-.743L6.75 13h4.496a.75.75 0 0 1 .743.648l.007.102v6.748h7.502v-8.737a3.827 3.827 0 0 1-4.416-1.32zm-4.587 4.059H7.5v5.998h2.995v-5.998zm6.76-1.5a.75.75 0 0 1 .743.648l.007.102v3.502a.75.75 0 0 1-.648.743l-.102.007h-3.501a.75.75 0 0 1-.743-.648l-.007-.102v-3.502a.75.75 0 0 1 .648-.743l.102-.007h3.501zm-.75 1.5h-2.002v2.002h2.001v-2.002zM8.165 7.002H3.501v1.165l.007.17l.028.232l.033.156l.05.172l.054.148l.04.094c.031.068.066.134.103.198l.103.162l.054.074l.129.156l.142.144l.096.085l.042.034c.315.25.695.422 1.112.483l.18.019l.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.005c.564 0 1.081-.2 1.485-.534l.09-.078l.116-.113l.146-.17c.054-.069.104-.14.15-.216l.104-.186l.063-.138l.058-.155l.03-.096l.038-.152l.028-.157l.018-.167l.006-.17V7.002zM9.062 3.499H6.327L4.47 5.502h3.977l.616-2.003zm4.307 0h-2.738l-.616 2.003h3.97l-.616-2.003zm4.303 0h-2.734l.616 2.003h3.976l-1.858-2.003z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})