@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.97 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Globe16Filled',
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: 'M6 8c0-.703.044-1.375.125-2h3.75c.08.625.125 1.297.125 2c0 .703-.044 1.375-.125 2h-3.75A15.731 15.731 0 0 1 6 8zm-.883 2A16.827 16.827 0 0 1 5 8c0-.693.04-1.365.117-2H2.34A5.99 5.99 0 0 0 2 8c0 .701.12 1.374.341 2h2.776zm-2.314 1h2.47c.125.655.292 1.254.493 1.776c.134.349.286.672.457.957A6.016 6.016 0 0 1 2.803 11zm3.489 0h3.416a9.26 9.26 0 0 1-.407 1.417c-.213.554-.455.969-.698 1.236C8.36 13.92 8.156 14 8 14c-.156 0-.36-.08-.603-.347c-.243-.267-.485-.682-.698-1.236A9.26 9.26 0 0 1 6.292 11zm4.436 0a10.523 10.523 0 0 1-.494 1.776c-.134.349-.286.672-.457.957A6.016 6.016 0 0 0 13.197 11h-2.47zm2.93-1A5.99 5.99 0 0 0 14 8a5.99 5.99 0 0 0-.341-2h-2.776c.076.635.117 1.307.117 2c0 .693-.04 1.365-.117 2h2.776zM9.302 3.583c.159.414.297.89.407 1.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236C7.64 2.08 7.844 2 8 2c.156 0 .36.08.603.347c.243.267.485.682.698 1.236zM10.728 5h2.47a6.016 6.016 0 0 0-3.421-2.733c.17.285.323.608.457.957c.201.522.368 1.12.494 1.776zM2.803 5h2.47a10.53 10.53 0 0 1 .493-1.776c.134-.349.286-.672.457-.957A6.016 6.016 0 0 0 2.803 5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})