UNPKG

@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
'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: 'GlobeSurface24Regular', 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: 'M20.5 10.5a8.5 8.5 0 1 0-17 0a8.5 8.5 0 0 0 17 0zm-7.029 5.372C12.805 17.287 12.182 17.5 12 17.5c-.182 0-.805-.213-1.471-1.628c-.307-.653-.566-1.457-.747-2.372h4.436c-.181.915-.44 1.72-.747 2.372zM9.5 10.5c0-.517.024-1.019.068-1.5h4.864a16.422 16.422 0 0 1 0 3H9.568a16.423 16.423 0 0 1-.068-1.5zm5.07 6.513c.521-.93.93-2.136 1.174-3.513h2.582a7.025 7.025 0 0 1-3.756 3.513zM15.938 12a17.98 17.98 0 0 0 0-3h2.9a7.026 7.026 0 0 1 0 3h-2.9zM5.16 12a7.026 7.026 0 0 1 0-3h2.901a17.98 17.98 0 0 0 0 3h-2.9zm3.095 1.5c.245 1.377.653 2.584 1.174 3.513A7.025 7.025 0 0 1 5.674 13.5h2.582zm5.962-6H9.782c.181-.915.44-1.72.747-2.372C11.195 3.713 11.818 3.5 12 3.5c.182 0 .805.213 1.471 1.628c.307.653.566 1.457.747 2.372zm4.108 0h-2.582c-.245-1.377-.653-2.584-1.174-3.513A7.025 7.025 0 0 1 18.326 7.5zm-10.07 0H5.674A7.025 7.025 0 0 1 9.43 3.987c-.521.93-.93 2.136-1.174 3.513zM4 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 */ ) ]) ) ) } })