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.25 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: 'GlobeAdd24Regular', 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-11zM12.002 2c5.523 0 10.001 4.478 10.001 10.002c0 .263-.01.524-.03.782a6.518 6.518 0 0 0-1.476-1.053l.004.177l-.008-.318a8.493 8.493 0 0 0-.227-1.59l-.014.001h-3.344c.032.335.057.675.073 1.02a6.429 6.429 0 0 0-1.491.296c-.015-.451-.046-.89-.091-1.316H8.605a18.966 18.966 0 0 0 .135 5h2.758c-.198.475-.341.977-.422 1.5H9.063c.598 2.216 1.602 3.735 2.655 3.97c.283.551.643 1.056 1.066 1.502c-.258.02-.52.03-.782.03C6.478 22.003 2 17.525 2 12.002C2 6.478 6.478 2 12.002 2zM17.5 14l-.09.007a.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 14zm-9.99 2.502H4.787a8.531 8.531 0 0 0 4.095 3.41c-.58-.91-1.048-2.076-1.372-3.41zM3.737 10l-.004.017a8.525 8.525 0 0 0-.233 1.984c0 1.056.193 2.067.545 3h3.173a20.3 20.3 0 0 1-.218-3c0-.684.032-1.354.095-2.001H3.737zm5.146-5.91l-.023.008a8.531 8.531 0 0 0-4.608 4.402H7.3c.313-1.752.86-3.278 1.583-4.41zm3.119-.591l-.116.005c-1.265.116-2.488 2.118-3.056 4.996h6.343C14.588 5.535 13.308 3.5 12.002 3.5zm3.12.59l.106.175c.67 1.112 1.178 2.572 1.475 4.237h3.048a8.531 8.531 0 0 0-4.63-4.411z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })