@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.45 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: 'RealEstate24Regular',
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 12.46a1 1 0 0 1 .35-.76l2.825-2.421a.5.5 0 0 1 .65 0l2.826 2.422a1 1 0 0 1 .349.759v3.04a.5.5 0 0 1-.5.5h-1.75a.25.25 0 0 1-.25-.25V14.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.25a.25.25 0 0 1-.25.25H10.5a.5.5 0 0 1-.5-.5v-3.04zm-3 8.574V18.25c.627.471 1.406.75 2.25.75h8.5a3.75 3.75 0 0 0 3.75-3.75V7.323A2 2 0 0 0 20 4H6.732A2 2 0 0 0 3 5v16.034c0 .534.433.966.966.966h2.068A.966.966 0 0 0 7 21.034zM5 4.5a.5.5 0 0 1 .49.4l.122.6H20a.5.5 0 0 1 0 1H5.5v14h-1V5a.5.5 0 0 1 .5-.5zm4.25 13A2.25 2.25 0 0 1 7 15.25V8h13v7.25a2.25 2.25 0 0 1-2.25 2.25h-8.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})