UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.29 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'Map20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17.73 3.057A.5.5 0 0 1 18 3.5v10a.5.5 0 0 1-.243.429l-5 3a.5.5 0 0 1-.5.008l-4.51-2.506a.46.46 0 0 0-.49-.002l-.014.008l-4.5 2.5A.5.5 0 0 1 2 16.5V7a.5.5 0 0 1 .213-.41l5-3.5a.5.5 0 0 1 .574 0l4.713 3.3l4.713-3.3a.5.5 0 0 1 .518-.033zM3 7.26v8.39l3.75-2.083c.081-.048.165-.088.25-.119V4.46l-4 2.8zm5.248 6.306l3.756 2.086L12 7.26l-4-2.8v8.99c.085.03.168.069.248.116zm4.756 2.049L17 13.217V4.46l-4 2.8l.004 8.355z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })