@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.1 kB
JavaScript
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: 'GlobeLocation20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10 18c.689 0 1.357-.087 1.995-.25a8.765 8.765 0 0 1-.932-1.243c-.358.335-.723.493-1.063.493c-.657 0-1.407-.59-2.022-1.908A9.254 9.254 0 0 1 7.42 13.5h2.844c.024-.344.084-.679.176-1H7.206A14.87 14.87 0 0 1 7 10c0-.883.073-1.725.206-2.5h5.588c.105.613.173 1.269.197 1.954a4.63 4.63 0 0 1 .986-.341a15.58 15.58 0 0 0-.17-1.613h2.733c.234.61.384 1.26.438 1.939c.369.173.712.392 1.021.651L18 10a8 8 0 1 0-8 8zm0-15c.657 0 1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H7.419c.153-.59.342-1.126.56-1.592C8.592 3.59 9.342 3 10 3zM7.072 4.485A10.502 10.502 0 0 0 6.389 6.5H3.936a7.022 7.022 0 0 1 3.778-3.118c-.241.33-.456.704-.642 1.103zM6.192 7.5A15.97 15.97 0 0 0 6 10c0 .87.067 1.712.193 2.5H3.46A6.984 6.984 0 0 1 3 10c0-.88.163-1.724.46-2.5h2.733zm.197 6c.176.743.407 1.422.683 2.015c.186.399.401.773.642 1.103A7.022 7.022 0 0 1 3.936 13.5H6.39zm5.897-10.118A7.021 7.021 0 0 1 16.064 6.5H13.61a10.504 10.504 0 0 0-.683-2.015a6.635 6.635 0 0 0-.642-1.103zM15 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 */
)
])
)
)
}
})