@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.34 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: 'City24Filled',
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: 'M12.75 2.746a.75.75 0 0 0-1.5 0V4h-2A1.75 1.75 0 0 0 7.5 5.75v2.155c1.52-.138 3 1.036 3 2.743V21.25c0 .027 0 .053-.002.078V22h3v-1.25h.002v-7.5a2.75 2.75 0 0 1 2.75-2.75h.25V5.75A1.75 1.75 0 0 0 14.75 4h-2V2.746zM14.498 22h4.252a1.75 1.75 0 0 0 1.75-1.75v-7a1.75 1.75 0 0 0-1.75-1.75h-2.5a1.75 1.75 0 0 0-1.75 1.75v7.5h-.002V22zM9.5 20.75h-.002V22H5.25a1.75 1.75 0 0 1-1.75-1.75v-7.96c0-.59.297-1.14.79-1.463l2.5-1.641c1.163-.765 2.71.07 2.71 1.462V20.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})