@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.97 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 32 32'
}
export default defineComponent({
name: 'Globe32Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14zm0-26c1.032 0 2.283.948 3.335 3.227c.373.81.698 1.743.96 2.773h-8.59c.262-1.03.587-1.964.96-2.773C13.717 4.948 14.968 4 16 4zm-5.15 2.389c-.49 1.06-.896 2.278-1.201 3.611H5.605a12.041 12.041 0 0 1 6.134-5.222a12.09 12.09 0 0 0-.89 1.61zM9.278 12A28.297 28.297 0 0 0 9 16c0 1.386.097 2.73.279 4H4.683A11.98 11.98 0 0 1 4 16c0-1.402.24-2.749.683-4h4.596zm.37 10c.305 1.333.711 2.551 1.2 3.611c.263.57.56 1.112.89 1.61A12.042 12.042 0 0 1 5.605 22H9.65zm2.057 0h8.588a16.073 16.073 0 0 1-.96 2.773C18.284 27.052 17.033 28 16 28s-2.283-.948-3.335-3.227a16.073 16.073 0 0 1-.96-2.773zm8.993-2h-9.398A26.126 26.126 0 0 1 11 16c0-1.407.107-2.752.3-4h9.4c.193 1.248.3 2.593.3 4s-.107 2.752-.3 4zm1.652 2h4.044a12.042 12.042 0 0 1-6.134 5.221c.33-.498.627-1.04.89-1.61c.489-1.06.895-2.278 1.2-3.611zm4.966-2h-4.596c.182-1.27.279-2.614.279-4c0-1.386-.097-2.73-.279-4h4.596A11.98 11.98 0 0 1 28 16c0 1.402-.24 2.749-.683 4zM20.261 4.778A12.041 12.041 0 0 1 26.395 10H22.35c-.305-1.333-.711-2.551-1.2-3.611a12.09 12.09 0 0 0-.89-1.61z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})