UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.47 kB
'use strict' 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: 'City24Regular', 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 1.996a.75.75 0 0 1 .75.75V4h2c.966 0 1.75.784 1.75 1.75V11h2.25c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 18.75 22H5.25a1.75 1.75 0 0 1-1.75-1.75V11.82c0-.619.327-1.192.86-1.507L7.5 8.458V5.749C7.5 4.783 8.284 4 9.25 4h2V2.746a.75.75 0 0 1 .75-.75zM9 8.018c.81.12 1.5.806 1.5 1.734v10.747h3v-7.75a1.75 1.75 0 0 1 1.5-1.732V5.75a.25.25 0 0 0-.25-.25h-5.5a.25.25 0 0 0-.25.25v2.269zm6.25 4.481a.25.25 0 0 0-.25.25v7.75h3.75a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25h-3.5zM8.623 9.537l-3.5 2.068A.25.25 0 0 0 5 11.82v8.43c0 .137.112.25.25.25H9V9.751a.25.25 0 0 0-.377-.215z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })