@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.06 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: 'Earth20Filled',
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: 'M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0zm8-7c-.085 0-.17.002-.255.005c.118.222.253.504.373.823c.28.746.527 1.817.085 2.758c-.404.86-1.097 1.084-1.632 1.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.129.574.037 1.113l.038.124c.067.211.144.457.184.688c.05.286.06.636-.113.97c-.18.343-.414.574-.69.724a2.4 2.4 0 0 1-.747.235l-.088.015c-.407.072-.645.113-.867.351c-.177.19-.278.508-.336.941c-.024.178-.038.355-.053.534l-.007.095a4.53 4.53 0 0 1-.079.605l-.004.02A6.982 6.982 0 0 0 10 17c1.35 0 2.612-.383 3.682-1.045a3.562 3.562 0 0 1-.275-.307c-.27-.34-.609-.909-.492-1.57c.056-.313.226-.581.397-.794c.175-.216.386-.417.576-.592l.128-.117c.146-.133.273-.25.382-.363c.147-.154.191-.237.2-.263c.068-.226-.013-.404-.126-.492c-.094-.073-.295-.142-.61.058a4.845 4.845 0 0 1-.323.191a1.116 1.116 0 0 1-.336.122a.605.605 0 0 1-.544-.177a.734.734 0 0 1-.178-.375a2.576 2.576 0 0 1-.03-.276l-.005-.066c-.005-.074-.011-.15-.02-.238a5.08 5.08 0 0 0-.143-.825c-.127-.491-.44-.888-.764-1.3a24.33 24.33 0 0 1-.142-.181c-.16-.206-.363-.478-.436-.77a.904.904 0 0 1 .025-.547a1.01 1.01 0 0 1 .351-.448c.428-.32 1.128-1.013 1.743-1.652c.303-.314.577-.607.775-.822l.005-.006A6.968 6.968 0 0 0 10 3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})