@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.88 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'GlobeSurface20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10 3a6 6 0 1 1 0 12a6 6 0 0 1 0-12zm0 11c.246 0 .737-.225 1.227-1.205c.245-.49.448-1.1.585-1.795H8.188c.136.695.34 1.305.585 1.795c.49.98.981 1.205 1.227 1.205zm-1.955-4h3.91a10.93 10.93 0 0 0 0-2h-3.91a10.937 10.937 0 0 0 0 2zm3.869 3.62a5.018 5.018 0 0 0 2.67-2.62h-1.755c-.182 1.033-.502 1.935-.915 2.62zM12.959 10H14.9a5.022 5.022 0 0 0 0-2h-1.941a11.964 11.964 0 0 1 0 2zm-1.045-5.62c.413.685.733 1.588.915 2.62h1.755a5.018 5.018 0 0 0-2.67-2.62zm-.687.825C10.737 4.225 10.246 4 10 4c-.246 0-.737.225-1.227 1.205A7.13 7.13 0 0 0 8.188 7h3.624a7.134 7.134 0 0 0-.585-1.795zm-3.14-.826A5.018 5.018 0 0 0 5.415 7h1.755c.182-1.032.502-1.935.915-2.62zM5 9c0 .342.034.677.1 1h1.941a11.972 11.972 0 0 1 0-2H5.1c-.066.323-.1.658-.1 1zm.416 2a5.018 5.018 0 0 0 2.67 2.62c-.413-.685-.733-1.587-.915-2.62H5.416zM3.5 13h.755c.25.36.534.694.846 1h-1.21l-.75 3H16.86l-.75-3h-1.211c.312-.306.596-.64.846-1h.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 */
)
])
)
)
}
})