@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.62 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: 'HeadsetVr20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.75 8.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zM4 9.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5zM14.001 9A.5.5 0 0 0 14 10l1.5.003a.5.5 0 0 0 .002-1L14.001 9zM10 6c-2.335 0-4.67.296-7.007.886A1.321 1.321 0 0 0 2 8.17v2.55C2 12.523 3.442 14 5.237 14H7.24a2.11 2.11 0 0 0 1.596-.733l.529-.611a.834.834 0 0 1 1.27 0l.53.611A2.11 2.11 0 0 0 12.76 14h2.003C16.558 14 18 12.524 18 10.72V8.17c0-.602-.404-1.135-.993-1.284A28.51 28.51 0 0 0 10 6zM3.238 7.856C5.497 7.285 7.75 7 10 7c2.25 0 4.503.285 6.762.856c.135.034.238.16.238.314v2.55c0 1.267-1.009 2.28-2.236 2.28H12.76c-.32 0-.626-.14-.84-.387l-.53-.612a1.834 1.834 0 0 0-2.783 0l-.528.612a1.11 1.11 0 0 1-.84.387H5.237C4.009 13 3 11.986 3 10.72V8.17c0-.154.103-.28.238-.314z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})