@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'City20Regular',
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 2a.5.5 0 0 1 .5.5V4h1A1.5 1.5 0 0 1 13 5.5V9h2.5a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 16.5v-6.184a1.5 1.5 0 0 1 .728-1.286l3-1.8A1.54 1.54 0 0 1 7 7.1V5.5A1.5 1.5 0 0 1 8.5 4h1V2.5A.5.5 0 0 1 10 2zM8 7.101c.563.202 1 .732 1 1.415V17h2v-6.5a1.5 1.5 0 0 1 1-1.415V5.501a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v1.6zM12.5 10a.5.5 0 0 0-.5.5V17h3.5a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-3zM7.243 8.087l-3 1.8a.5.5 0 0 0-.243.43V16.5a.5.5 0 0 0 .5.5H8V8.516a.5.5 0 0 0-.757-.429z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})