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.31 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 12 12' } exports.default = (0, vue_1.defineComponent)({ name: 'MyLocation12Filled', 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: '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 */ ) ]) ) ) } })