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.89 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: 'Globe24Regular', 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: 'M12 1.998c5.524 0 10.002 4.478 10.002 10.002C22.002 17.523 17.524 22 12 22C6.476 22.001 2 17.523 2 12C1.999 6.476 6.476 1.998 12 1.998zM14.94 16.5H9.061c.652 2.415 1.786 4.002 2.94 4.002c1.153 0 2.286-1.588 2.938-4.002zm-7.43 0H4.785A8.532 8.532 0 0 0 8.88 19.91c-.522-.82-.953-1.846-1.27-3.015l-.102-.395zm11.705 0h-2.722c-.324 1.335-.792 2.5-1.373 3.411a8.528 8.528 0 0 0 3.91-3.127l.185-.283zM7.094 10H3.736l-.005.017A8.523 8.523 0 0 0 3.5 12c0 1.056.192 2.067.544 3h3.173A20.3 20.3 0 0 1 7 12c0-.684.032-1.354.095-2.001zm8.303 0H8.603a18.968 18.968 0 0 0 .135 5h6.524a18.974 18.974 0 0 0 .135-5zm4.868 0h-3.358c.062.647.095 1.317.095 2a20.3 20.3 0 0 1-.218 3h3.173a8.484 8.484 0 0 0 .545-3c0-.689-.082-1.359-.237-2zM8.88 4.088l-.023.008A8.531 8.531 0 0 0 4.25 8.5h3.048c.314-1.752.86-3.278 1.583-4.41zm3.12-.591l-.117.005C10.62 3.62 9.397 5.621 8.83 8.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995L12 3.498zm3.12.59l.106.175c.67 1.112 1.177 2.572 1.475 4.237h3.048a8.533 8.533 0 0 0-4.339-4.29l-.29-.121z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })