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.29 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'City20Filled', 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 2a.5.5 0 0 1 .5.5V4l1 .001a1.5 1.5 0 0 1 1.5 1.5v2.553a2.5 2.5 0 0 0-2 2.45V18h-2V8.004a2 2 0 0 0-2-2v-.503a1.5 1.5 0 0 1 1.5-1.5h1V2.5A.5.5 0 0 1 11 2zM8.644 7.239c-.28-.197-.48-.204-.648-.153a.77.77 0 0 0-.135.064L4.728 9.03A1.5 1.5 0 0 0 4 10.316V16.5A1.5 1.5 0 0 0 5.5 18H9V8.004a.998.998 0 0 0-.356-.765zM15.5 9v.004h-1a1.5 1.5 0 0 0-1.5 1.5V18h3.5a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 16.5 9h-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })