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.94 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: 'GlobeSearch24Regular', 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: 'M3.441 9.955a4.926 4.926 0 0 0 6.233 7.571l4.256 4.257a.773.773 0 0 0 1.169-1.007l-.075-.087l-4.217-4.218A4.927 4.927 0 0 0 3.44 9.955zm8.585-7.957c-4.756 0-8.736 3.319-9.751 7.767a5.912 5.912 0 0 1 2.235-1.74A8.525 8.525 0 0 1 8.906 4.09l-.107.174c-.538.893-.971 2.011-1.275 3.28c.499.05.991.164 1.465.34c.632-2.628 1.823-4.385 3.037-4.385l.115.005c1.266.116 2.488 2.118 3.056 4.996H10.2a5.945 5.945 0 0 1 1.55 1.499l3.674.001a18.974 18.974 0 0 1-.135 5h-2.646a5.883 5.883 0 0 1-.299.842l-.129.272l-.122.229l.158.157h2.715c-.203.749-.45 1.418-.732 1.985l1.106 1.107c.492-.858.891-1.908 1.178-3.09l2.723-.002a8.537 8.537 0 0 1-3.734 3.26l.225.223l.125.14c.22.296.345.625.378.953A10.002 10.002 0 0 0 22.027 12c0-5.524-4.478-10.002-10.001-10.002zm-2.712 9.05a3.38 3.38 0 1 1-4.78 4.78a3.38 3.38 0 0 1 4.78-4.78zM16.932 10l3.358-.001l.008.03c.15.633.23 1.292.23 1.97a8.483 8.483 0 0 1-.545 3l-3.174.002c.143-.95.218-1.958.218-3.001c0-.684-.032-1.353-.095-2zm-1.787-5.911l.023.008A8.531 8.531 0 0 1 19.776 8.5h-3.049c-.313-1.753-.86-3.278-1.582-4.41z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })