@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.09 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'GlobeSurface20Filled',
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: 'M8.125 7c.12-.93.32-1.755.574-2.417c.213-.554.455-.969.698-1.236C9.64 3.08 9.844 3 10 3c.156 0 .36.08.603.347c.243.267.485.682.698 1.236c.255.662.455 1.487.574 2.417h-3.75zm-.36-2.776c.135-.349.287-.672.458-.957A6.015 6.015 0 0 0 4.341 7h2.776c.126-1.05.35-1.999.649-2.776zm4.47 0a6.18 6.18 0 0 0-.458-.957A6.015 6.015 0 0 1 15.659 7h-2.776c-.126-1.05-.35-1.999-.649-2.776zM12.97 8h2.946a6.036 6.036 0 0 1 0 2h-2.946a17.343 17.343 0 0 0 0-2zm-.088 3h2.776a6.015 6.015 0 0 1-3.882 3.733c.17-.285.323-.608.457-.957c.3-.777.523-1.726.65-2.776zm-2.28 3.653c-.243.267-.447.347-.603.347c-.156 0-.36-.08-.603-.347c-.243-.267-.485-.682-.698-1.236c-.255-.662-.455-1.486-.574-2.417h3.75c-.12.93-.32 1.755-.574 2.417c-.213.554-.455.969-.698 1.236zM4.341 11a6.015 6.015 0 0 0 3.882 3.733a6.18 6.18 0 0 1-.457-.957c-.3-.777-.523-1.726-.65-2.776H4.342zm2.688-1H4.083a6.04 6.04 0 0 1 0-2h2.946a17.397 17.397 0 0 0 0 2zM8.03 8a16.36 16.36 0 0 0 0 2h3.94a16.37 16.37 0 0 0 0-2H8.03zM3.5 13h.755c.248.356.529.688.837.992A.502.502 0 0 1 5 14H3.89l-.75 3h13.72l-.75-3H15a.501.501 0 0 1-.092-.008a7.04 7.04 0 0 0 .837-.992h.755a.5.5 0 0 1 .485.379l1 4A.5.5 0 0 1 17.5 18h-15a.5.5 0 0 1-.485-.621l1-4A.5.5 0 0 1 3.5 13z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})