@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.92 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: 'GlobeSearch20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.049 9.112a8.001 8.001 0 1 1 9.718 8.692a1.5 1.5 0 0 0-.206-1.865l-.01-.01c.162-.237.32-.515.47-.837a9.248 9.248 0 0 0 .56-1.592H9.744c.112-.318.19-.653.229-1h2.82A14.86 14.86 0 0 0 13 10c0-.883-.073-1.725-.206-2.5H7.206a13.52 13.52 0 0 0-.05.315a4.468 4.468 0 0 0-.971-.263l.008-.052H3.46c-.075.194-.14.393-.198.595c-.462.265-.873.61-1.213 1.017zm9.973-4.204C11.407 3.59 10.657 3 10 3c-.657 0-1.407.59-2.022 1.908A9.251 9.251 0 0 0 7.42 6.5h5.162a9.246 9.246 0 0 0-.56-1.592zM6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.022 7.022 0 0 0 3.936 6.5H6.39zm9.675 7H13.61a10.503 10.503 0 0 1-.683 2.015c-.186.399-.401.773-.642 1.103a7.022 7.022 0 0 0 3.778-3.118zm-2.257-1h2.733c.297-.776.46-1.62.46-2.5c0-.88-.163-1.724-.46-2.5h-2.733c.126.788.193 1.63.193 2.5c0 .87-.067 1.712-.193 2.5zm2.257-6a7.021 7.021 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015h2.453zm-7.76 7.596a3.5 3.5 0 1 0-.707.707l2.55 2.55a.5.5 0 0 0 .707-.707l-2.55-2.55zM8 12a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})