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.07 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: 'GlobePerson24Regular', 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.001 12C22.001 6.478 17.523 2 12 2c-5.524 0-10.002 4.478-10.002 10.002c0 5.523 4.478 10.001 10.002 10.001c.538 0 1.067-.043 1.583-.125a3.679 3.679 0 0 1-.576-1.773c-.326.259-.666.398-1.007.398c-1.154 0-2.287-1.588-2.94-4.002h6.567a3.482 3.482 0 0 1-.591-1.5H8.738a18.968 18.968 0 0 1-.135-5h6.793a18.973 18.973 0 0 1 .092 2.716a3.515 3.515 0 0 1 1.503-1.375A20.575 20.575 0 0 0 16.906 10l3.358-.001c.127.524.204 1.067.229 1.623a3.505 3.505 0 0 1 1.384 1.956c.082-.514.124-1.04.124-1.577zM4.785 16.5h2.723l.101.396c.317 1.17.748 2.195 1.27 3.015a8.532 8.532 0 0 1-4.094-3.41zM3.735 10h3.358a20.846 20.846 0 0 0-.095 2c0 1.043.075 2.051.218 3H4.043a8.483 8.483 0 0 1-.545-3c0-.682.08-1.347.233-1.983L3.735 10zm5.123-5.902l.023-.008C8.158 5.222 7.61 6.748 7.298 8.5H4.25c.904-2 2.56-3.587 4.608-4.402zm3.026-.594L12 3.5l.126.006c1.261.126 2.479 2.125 3.045 4.995H8.828c.568-2.878 1.79-4.88 3.056-4.996zm3.342.76l-.106-.174l.29.121a8.533 8.533 0 0 1 4.34 4.29H16.7c-.297-1.665-.805-3.125-1.475-4.237zM21 14.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0zm2 5.375C23 21.431 21.714 23 18.5 23S14 21.437 14 19.875v-.103c0-.98.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772v.103z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })