@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.99 kB
JavaScript
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: 'GlobePerson24Filled',
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: 'M15.095 16.5c-.04.211-.082.417-.127.619A2.773 2.773 0 0 0 13 19.771v.103c0 .465.084.93.26 1.371c-.404.486-.833.753-1.26.753c-1.197 0-2.401-2.094-3.038-5.204l-.058-.294h6.191zm-.095-2c0-.654.18-1.266.492-1.79a26.006 26.006 0 0 0-.068-2.71H8.575l-.033.489A25.982 25.982 0 0 0 8.674 15h6.362A3.522 3.522 0 0 1 15 14.5zm3.5-3.5a3.502 3.502 0 0 1 3.377 2.578A10.083 10.083 0 0 0 21.801 10h-4.87l.039.657c.01.226.018.453.024.683c.456-.218.967-.34 1.506-.34zM3.065 16.501h4.306c.365 2.082.983 3.854 1.792 5.093a10.028 10.028 0 0 1-5.951-4.814l-.147-.279zm-.867-6.5h4.87a28.205 28.205 0 0 0 .033 4.42l.058.58H2.456a10.048 10.048 0 0 1-.258-5zm12.746-7.424l-.108-.17A10.027 10.027 0 0 1 21.372 8.5H16.78c-.316-2.416-.957-4.492-1.837-5.923zM9.04 2.444l.122-.037c-.88 1.35-1.535 3.329-1.883 5.654l-.061.44H2.628A10.028 10.028 0 0 1 9.04 2.443zM12 2.002c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.74c.54-3.809 1.904-6.498 3.26-6.498zM21 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 */
)
])
)
)
}
})