@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Earth20Regular',
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-.005.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-.271-.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.82 4.82 0 0 1-.323.191a1.115 1.115 0 0 1-.336.122a.605.605 0 0 1-.544-.177a.735.735 0 0 1-.178-.375a2.575 2.575 0 0 1-.03-.276l-.005-.066c-.006-.074-.011-.15-.02-.238a5.057 5.057 0 0 0-.143-.825c-.127-.491-.44-.888-.764-1.3l-.142-.181c-.16-.206-.363-.478-.436-.77a.904.904 0 0 1 .024-.547c.072-.19.203-.336.352-.448c.428-.32 1.128-1.013 1.743-1.652c.303-.314.576-.607.775-.822l.005-.006A6.968 6.968 0 0 0 10 3zm4.638 1.757l-.069.074c-.201.218-.48.516-.788.836c-.602.626-1.352 1.373-1.855 1.753c.03.066.1.176.242.359l.124.158c.316.397.774.972.959 1.683c.103.395.147.725.171.984l.001.01c.588-.33 1.21-.296 1.66.053c.459.354.653.971.472 1.572c-.081.268-.273.495-.434.664c-.135.141-.296.289-.446.425a31.12 31.12 0 0 0-.11.1c-.188.174-.35.332-.474.485c-.127.157-.178.268-.191.342c-.04.227.072.497.29.772c.101.128.209.234.291.31l.025.021A6.985 6.985 0 0 0 17 10.001a6.983 6.983 0 0 0-2.362-5.244zm-5.84-1.403a5.811 5.811 0 0 0-.133-.227A7.003 7.003 0 0 0 3.947 13.52a7.15 7.15 0 0 1 .024-.198c.062-.467.193-1.059.596-1.491c.462-.495 1.026-.588 1.404-.65l.108-.019c.203-.036.336-.07.443-.128a.678.678 0 0 0 .28-.309c.03-.054.048-.147.016-.336a4.405 4.405 0 0 0-.146-.536L6.625 9.7c-.153-.497-.374-1.262.084-1.958c.4-.607 1.04-.762 1.477-.869l.135-.033c.467-.12.771-.242.977-.68c.261-.556.143-1.292-.116-1.98a6.332 6.332 0 0 0-.384-.826z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})