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.81 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: 'GlobeDesktop24Regular', 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: 'M22.002 12c0-5.524-4.478-10.002-10.002-10.002C6.476 1.998 2 6.476 2 12c0 5.186 3.947 9.45 9.001 9.952v-1.843c-.778-.612-1.478-1.905-1.939-3.61h1.94V15H8.737a18.968 18.968 0 0 1-.135-5h6.794c.068.64.105 1.31.105 2h1.5c0-.684-.033-1.353-.095-2h3.358c.154.64.237 1.31.237 2h1.5zM4.786 16.5h2.722l.102.395c.317 1.17.748 2.196 1.27 3.015a8.532 8.532 0 0 1-4.094-3.41zm-1.05-6.501h3.358a20.846 20.846 0 0 0-.095 2c0 1.043.075 2.051.217 3H4.043a8.482 8.482 0 0 1-.544-3c0-.682.08-1.347.232-1.983L3.736 10zm5.122-5.902l.023-.008c-.722 1.132-1.27 2.658-1.583 4.41H4.25c.905-2 2.56-3.587 4.608-4.402zm3.026-.594L12 3.498l.126.006c1.262.126 2.48 2.125 3.045 4.995H8.83c.568-2.878 1.79-4.88 3.055-4.996zm3.343.76l-.107-.174l.291.121A8.533 8.533 0 0 1 19.75 8.5h-3.048c-.298-1.665-.806-3.125-1.475-4.237zM12 18.999a1 1 0 0 0 1 1h3v2h-.5a.5.5 0 1 0 0 1h4a.5.5 0 0 0 0-1H19v-2h3a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })