@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.2 kB
JavaScript
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: 'GlobeLocation20Filled',
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: 'M7.318 6.5c.168-.873.397-1.657.67-2.32c.301-.733.648-1.294 1.008-1.663C9.354 2.149 9.693 2 10 2c.307 0 .646.149 1.004.517c.36.37.707.93 1.008 1.663c.273.663.502 1.447.67 2.32H7.318zm-.255-2.7A7.188 7.188 0 0 1 7.89 2.28A8.02 8.02 0 0 0 2.804 6.5h3.497c.182-1.007.441-1.922.762-2.7zm5.874 0a7.19 7.19 0 0 0-.827-1.519A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.441-1.922-.762-2.7zm.913 3.7h3.752A7.994 7.994 0 0 1 18 10.09a4.682 4.682 0 0 0-4.018-.979A20.013 20.013 0 0 0 13.85 7.5zm-3.587 6a5.029 5.029 0 0 0-.013.357c0 1.09.414 2.136 1.143 3.144a3.595 3.595 0 0 1-.389.482c-.358.368-.697.517-1.004.517c-.307 0-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.211 12.211 0 0 1-.669-2.32h2.945zm.176-1a4.845 4.845 0 0 1 2.554-3.047a19.147 19.147 0 0 0-.15-1.953H7.157A19.438 19.438 0 0 0 7 10c0 .875.056 1.714.158 2.5h3.28zm-7.635 1a8.02 8.02 0 0 0 5.087 4.219a7.187 7.187 0 0 1-.828-1.518c-.32-.78-.58-1.694-.762-2.701H2.804zm3.346-1H2.398A7.992 7.992 0 0 1 2 10c0-.873.14-1.713.398-2.5H6.15C6.052 8.295 6 9.134 6 10c0 .866.052 1.705.15 2.5zM15 10c2.071 0 3.75 1.727 3.75 3.857c0 1.597-1.183 3.27-3.5 5.057a.407.407 0 0 1-.5 0c-2.317-1.787-3.5-3.46-3.5-5.057C11.25 11.727 12.929 10 15 10zm0 2.571c-.69 0-1.25.576-1.25 1.286c0 .71.56 1.286 1.25 1.286s1.25-.576 1.25-1.286c0-.71-.56-1.286-1.25-1.286z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})