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.91 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'GlobeLocation24Filled', 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.904 16.5h3.618c-.014.165-.022.332-.022.5c0 1.201.457 2.361 1.272 3.488c-.54.959-1.157 1.511-1.772 1.511c-1.197 0-2.4-2.094-3.038-5.204l-.058-.294zm-.23-1.5h4.2a5.52 5.52 0 0 1 2.627-2.901v-.098c0-.686-.026-1.355-.076-2h-6.85l-.033.488A25.987 25.987 0 0 0 8.674 15zM18 11.5c1.543 0 2.937.635 3.935 1.658A10.095 10.095 0 0 0 21.802 10h-4.87l.038.657c.015.308.024.62.029.934c.324-.06.66-.091 1.001-.091zM3.066 16.501h4.306c.364 2.082.983 3.854 1.792 5.093a10.029 10.029 0 0 1-5.952-4.814l-.146-.279zm-.867-6.5h4.87a28.211 28.211 0 0 0 .033 4.42l.057.58H2.456a10.047 10.047 0 0 1-.258-5zm12.745-7.424l-.108-.17A10.027 10.027 0 0 1 21.372 8.5h-4.59c-.316-2.416-.957-4.492-1.838-5.923zm-5.902-.133l.122-.037C8.283 3.757 7.628 5.736 7.28 8.06l-.062.44H2.63a10.028 10.028 0 0 1 6.413-6.057zM12 2.002c1.319 0 2.646 2.542 3.214 6.183l.047.315H8.739C9.28 4.691 10.644 2.002 12 2.002zM22.5 17a4.5 4.5 0 0 0-9 0c0 1.863 1.42 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9zm-6 0a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })