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.4 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'City16Regular', 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: 'M8.001 1a.5.5 0 0 1 .5.5V2H9.5A1.5 1.5 0 0 1 11 3.5V6h1.5A1.5 1.5 0 0 1 14 7.5v5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 12.5V7.793a1.5 1.5 0 0 1 .684-1.258l2-1.297c.103-.066.208-.119.316-.157V3.5A1.5 1.5 0 0 1 6.5 2h1.001v-.5a.5.5 0 0 1 .5-.5zM6 5.082c.562.2 1 .73 1 1.415V13h2V7.5a1.5 1.5 0 0 1 1-1.415V3.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v1.582zM10.5 7a.5.5 0 0 0-.5.5V13h2.5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-2zm-5.272-.923l-2 1.297a.5.5 0 0 0-.228.42V12.5a.5.5 0 0 0 .5.5H6V6.497a.5.5 0 0 0-.772-.42z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })