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.3 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 12 12' } export default defineComponent({ name: 'MyLocation12Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6 7.75a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5zm.75-5.68a4.004 4.004 0 0 1 3.18 3.18h1.32a.75.75 0 0 1 0 1.5H9.93a4.004 4.004 0 0 1-3.183 3.18a.759.759 0 0 1 .003.07v1.25a.75.75 0 0 1-1.5 0V10c0-.023.001-.047.003-.07A4.004 4.004 0 0 1 2.07 6.747A.759.759 0 0 1 2 6.75H.75a.75.75 0 0 1 0-1.5H2c.023 0 .047.001.07.003A4.004 4.004 0 0 1 5.25 2.07V.75a.75.75 0 0 1 1.5 0v1.32zM8.5 6a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })