@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.49 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: 'HeadsetVr24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12 6c2.888 0 5.78.36 8.672 1.08a1.75 1.75 0 0 1 1.322 1.548l.006.15v3.095a4.124 4.124 0 0 1-3.918 4.119l-.206.005h-2.469a2.75 2.75 0 0 1-1.93-.791l-.135-.143l-.655-.745a.913.913 0 0 0-1.284-.087l-.088.088l-.651.741a2.75 2.75 0 0 1-1.87.93l-.197.007h-2.47a4.127 4.127 0 0 1-4.122-3.92L2 11.87V8.777A1.75 1.75 0 0 1 3.328 7.08A35.823 35.823 0 0 1 12 6zm4.752 3l-.102.007a.75.75 0 0 0-.004 1.486l.102.007l1.5.004l.101-.007a.75.75 0 0 0 .004-1.486l-.101-.007l-1.5-.004zM7.25 9H5.747l-.102.007a.75.75 0 0 0 0 1.486l.102.007H7.25l.102-.007a.75.75 0 0 0 0-1.486L7.25 9zM12 8.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})