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.81 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'GlobeStar16Filled', 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: 'M5.022 11a5.47 5.47 0 0 0 .974 2.657A6.02 6.02 0 0 1 2.803 11h2.22zm0-1h-2.68A5.99 5.99 0 0 1 2 8c0-.701.12-1.374.341-2h2.776a17.083 17.083 0 0 0-.043 3.597c-.022.133-.04.267-.052.403zm2.315-4c-.512.36-.96.807-1.323 1.317c.019-.457.057-.898.11-1.317h1.213zm2.371-1a9.263 9.263 0 0 0-.407-1.417c-.213-.554-.455-.969-.698-1.236C8.36 2.08 8.156 2 8 2c-.156 0-.36.08-.603.347c-.243.267-.485.682-.698 1.236c-.159.414-.297.89-.407 1.417h3.416zm3.49 0h-2.47a10.522 10.522 0 0 0-.494-1.776a6.178 6.178 0 0 0-.457-.957A6.016 6.016 0 0 1 13.197 5zM5.271 5h-2.47a6.016 6.016 0 0 1 3.421-2.733c-.17.285-.323.608-.457.957c-.201.522-.368 1.12-.494 1.776zM10.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zm.954-5.608h1.544c.485 0 .687.647.295.944l-1.25.947l.477 1.532c.15.48-.378.88-.77.583l-1.25-.947l-1.25.947c-.392.297-.92-.103-.77-.583l.477-1.532l-1.25-.947c-.392-.297-.19-.944.294-.944h1.546l.477-1.531c.15-.481.802-.481.952 0l.477 1.531z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })