@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.98 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 24 24'
}
export default defineComponent({
name: 'GlobeVideo24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12 2c5.524 0 10.002 4.478 10.002 10.001c0 .533-.042 1.056-.122 1.567a1.561 1.561 0 0 0-.212.119l-.96.64a2.507 2.507 0 0 0-.393-.546a8.535 8.535 0 0 0-.05-3.781h-3.358a20.848 20.848 0 0 1 .072 3h-1.503a19.284 19.284 0 0 0-.079-3H8.605a18.968 18.968 0 0 0 .135 5.001h2.312c-.033.161-.05.328-.05.5v1H9.062c.46 1.704 1.16 2.997 1.939 3.61v1.39c0 .155.014.308.042.456C5.969 21.474 2 17.2 2 12C2 6.478 6.478 2 12 2zM7.51 16.501H4.786a8.531 8.531 0 0 0 4.094 3.41c-.522-.82-.953-1.846-1.27-3.015l-.102-.395zm-.415-6.5H3.737l-.005.017A8.524 8.524 0 0 0 3.5 12c0 1.056.192 2.067.544 3h3.173A20.3 20.3 0 0 1 7 12c0-.684.032-1.353.095-2zm1.787-5.91l-.023.008a8.53 8.53 0 0 0-4.607 4.402h3.047c.314-1.752.86-3.278 1.583-4.41zm3.119-.591l-.116.005c-1.265.116-2.488 2.118-3.055 4.996h6.342c-.566-2.87-1.783-4.869-3.045-4.995l-.126-.006zm3.12.59l.106.175c.67 1.112 1.178 2.572 1.475 4.236h3.048a8.533 8.533 0 0 0-4.338-4.29l-.291-.12zM12 15.5a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 1.5 1.5v.5l2.222-1.481a.5.5 0 0 1 .777.416v7.13a.5.5 0 0 1-.777.417L20 21v.5a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5v-6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})