@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 kB
JavaScript
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: 'GlobeSearch24Filled',
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.956a4.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.956zm13.213 6.545c-.225 1.287-.548 2.456-.952 3.454l.03.028l.124.14c.22.295.344.624.378.952a10.034 10.034 0 0 0 4.726-4.574h-4.306zM12.25 16.5l2.284 2.287c.202-.6.381-1.268.53-1.992l.057-.294l-2.87-.001zm-2.936-5.45a3.38 3.38 0 1 1-4.78 4.779a3.38 3.38 0 0 1 4.78-4.78zM15.45 10h-3.7a5.936 5.936 0 0 1 .892 5h2.71a25.926 25.926 0 0 0 .132-4.512L15.45 10zm1.507 0a28.176 28.176 0 0 1-.033 4.42l-.057.58h4.703a10.047 10.047 0 0 0 .258-5h-4.87zm-2.095-7.593c.881 1.35 1.536 3.329 1.883 5.654l.062.44h4.59a10.03 10.03 0 0 0-6.109-5.958l-.304-.1l-.122-.036zm-2.836-.405c-1.277 0-2.561 2.382-3.158 5.839c.465.16.912.38 1.331.658l5.088.001c-.54-3.809-1.905-6.498-3.261-6.498zm-2.837.405A10.027 10.027 0 0 0 2.654 8.5h.995a5.921 5.921 0 0 1 3.743-.968c.322-1.858.846-3.47 1.527-4.68l.162-.275l.108-.17z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})