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.77 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: 'GlobeDesktop24Filled', 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: 'M11 16.5H8.904l.058.295C9.6 19.905 10.803 22 12 22c.495 0 .992-.358 1.449-.999H13a2 2 0 0 1-2-2v-2.5zm0-1.5H8.674a25.988 25.988 0 0 1-.132-4.512L8.576 10h6.849c.05.646.077 1.314.077 2H13a2 2 0 0 0-2 2v1zm11.002-3h-5c0-.454-.011-.902-.032-1.343L16.932 10h4.87c.13.645.2 1.314.2 1.999zm-14.63 4.5l-4.306.001l.146.279a10.029 10.029 0 0 0 5.952 4.814c-.81-1.24-1.428-3.011-1.792-5.093zM7.069 10h-4.87a10.047 10.047 0 0 0 .257 5H7.16l-.057-.58A28.211 28.211 0 0 1 7.069 10zm7.767-7.593l.108.17c.88 1.43 1.522 3.507 1.837 5.923h4.591a10.027 10.027 0 0 0-6.536-6.093zm-5.672 0l-.122.037A10.028 10.028 0 0 0 2.628 8.5H7.22l.062-.44c.347-2.324 1.002-4.304 1.883-5.653zm6.05 5.778C14.646 4.544 13.32 2.002 12 2.002c-1.356 0-2.721 2.689-3.26 6.498h6.52l-.046-.315zM12 14a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-3v2h.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h.5v-2h-3a1 1 0 0 1-1-1v-5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })