@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.65 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: 'BuildingRetailShield24Regular',
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: 'M11.5 19.5h.967c.225.562.517 1.06.848 1.5H3.75a.75.75 0 0 1-.75-.75V6.732A2 2 0 0 1 4 3h16a2 2 0 0 1 1 3.732v4.84a7.422 7.422 0 0 1-1.5-.857V7h-15v12.5H6v-4.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75v4.75zM3.5 5a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 0-1H4a.5.5 0 0 0-.5.5zm4 10.5v4H10v-4H7.5zM6.75 8a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h5.334a1.562 1.562 0 0 1 1.326-1.019a5.489 5.489 0 0 0 1.756-.481H7.5v-2h9v1.215c.181-.133.337-.259.465-.368c.295-.253.665-.38 1.035-.38V8.75a.75.75 0 0 0-.75-.75H6.75zm11.635 3.106c.681.585 2.209 1.699 4.116 1.871c.275.025.5.247.5.523V17c0 4.223-4.094 5.716-4.873 5.962a.42.42 0 0 1-.255 0C17.094 22.716 13 21.222 13 17v-3.5c0-.276.225-.498.5-.523c1.906-.172 3.434-1.287 4.116-1.87a.601.601 0 0 1 .77 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})