UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.79 kB
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 16 16' } export default defineComponent({ name: 'GlobeStar16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M5.996 13.657a6 6 0 1 1 7.661-7.661A5.475 5.475 0 0 0 10.5 5c-1.177 0-2.268.37-3.163 1H6.179c-.077.41-.131.848-.159 1.308a5.472 5.472 0 0 0-.93 2.194C5.031 9.02 5 8.517 5 8c0-.699.057-1.372.163-2H3.416A4.983 4.983 0 0 0 3 8c0 .711.148 1.388.416 2h1.606a5.571 5.571 0 0 0 0 1H4c.348.464.776.866 1.263 1.185c.17.53.42 1.026.733 1.472zm3.317-9.34C8.875 3.358 8.373 3 8 3c-.374 0-.875.356-1.313 1.318a6.19 6.19 0 0 0-.26.682h3.146a6.19 6.19 0 0 0-.26-.682zM5.384 5c.11-.396.242-.764.393-1.096a5.45 5.45 0 0 1 .26-.504A5.017 5.017 0 0 0 4 5h1.384zM12 5a5.018 5.018 0 0 0-2.038-1.6c.095.161.182.33.26.504c.152.332.284.7.394 1.096H12zm-1.5 10a4.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 */ ) ]) ) ) } })