UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.24 kB
'use strict' 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: 'GlobeSurface24Filled', 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: 'M9.68 7.5c.158-1.264.411-2.386.73-3.292c.277-.791.591-1.378.902-1.752c.315-.379.55-.456.688-.456c.137 0 .373.077.688.456c.311.374.625.961.902 1.752c.319.906.572 2.028.73 3.292H9.68zm-.686-3.79c.175-.496.373-.956.597-1.364A8.521 8.521 0 0 0 4.045 7.5h4.124c.167-1.43.45-2.723.825-3.79zm6.012 0a9.184 9.184 0 0 0-.597-1.364A8.521 8.521 0 0 1 19.955 7.5h-4.124c-.167-1.43-.45-2.723-.825-3.79zM15.959 9h4.41a8.551 8.551 0 0 1 0 3h-4.41a27.076 27.076 0 0 0 0-3zm-.128 4.5h4.124a8.495 8.495 0 0 1-1.474 2.5l-.017.02a8.55 8.55 0 0 1-1.618 1.464a8.467 8.467 0 0 1-2.437 1.17c.224-.408.422-.868.597-1.365c.374-1.066.658-2.359.825-3.789zm-3.143 5.044c-.315.379-.55.456-.688.456c-.137 0-.373-.077-.688-.456c-.311-.374-.625-.961-.902-1.752c-.319-.906-.572-2.028-.73-3.292h4.64c-.158 1.264-.411 2.386-.73 3.292c-.277.791-.59 1.378-.902 1.752zm-5.534-1.06c.736.512 1.557.91 2.437 1.17a9.193 9.193 0 0 1-.597-1.365c-.374-1.066-.658-2.359-.825-3.789H4.045c.347.92.849 1.764 1.474 2.5l.017.02a8.55 8.55 0 0 0 1.618 1.464zM8.041 12h-4.41a8.552 8.552 0 0 1 0-3h4.41a27.018 27.018 0 0 0 0 3zm1.503-3a25.468 25.468 0 0 0 0 3h4.912a25.496 25.496 0 0 0 0-3H9.544zM4 16h.253a9.55 9.55 0 0 0 1.324 1.5H4.57l-.833 3h16.526l-.833-3h-1.007a9.546 9.546 0 0 0 1.324-1.5H20a.75.75 0 0 1 .723.55l1.25 4.5a.75.75 0 0 1-.723.95H2.75a.75.75 0 0 1-.723-.95l1.25-4.5A.75.75 0 0 1 4 16z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })