UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.1 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: 'GlobeAdd24Filled', 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: 'M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm-6.423 4.498a6.475 6.475 0 0 0 1.555 5.309c-.208.125-.42.19-.63.19c-1.197 0-2.401-2.094-3.038-5.204l-.058-.294h2.17zm-3.704 0c.365 2.083.983 3.855 1.792 5.094A10.03 10.03 0 0 1 3.067 16.5h4.306zM17.5 14l-.09.008a.5.5 0 0 0-.402.402L17 14.5V17L14.498 17l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403L17.5 14zM7.07 10a28.205 28.205 0 0 0 .033 4.42l.057.58H2.458a10.048 10.048 0 0 1-.258-5h4.87zm8.356 0c.034.428.056.868.068 1.316a6.523 6.523 0 0 0-3.995 3.683L8.676 15a25.973 25.973 0 0 1-.132-4.512l.033-.489h6.85zm6.377 0a10.047 10.047 0 0 1 .17 2.784a6.48 6.48 0 0 0-4.988-1.763a12.513 12.513 0 0 0-.013-.365l-.039-.656h4.87zm-6.965-7.594a10.027 10.027 0 0 1 6.536 6.093h-4.591c-.296-2.265-.878-4.231-1.675-5.647l-.162-.276l-.108-.17zm-5.673 0c-.88 1.35-1.535 3.329-1.883 5.654l-.061.44H2.63A10.03 10.03 0 0 1 8.74 2.54l.303-.1l.122-.036zM12.002 2c1.318 0 2.645 2.542 3.213 6.183l.047.315H8.741C9.28 4.69 10.645 2 12 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })