@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.83 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'HeadsetVr24Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.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.094a4.125 4.125 0 0 1-3.919 4.12l-.206.005h-2.47a2.75 2.75 0 0 1-1.93-.791l-.135-.144l-.653-.742l-.083-.083a.914.914 0 0 0-1.21.002l-.08.081l-.653.742a2.75 2.75 0 0 1-1.868.928l-.197.007h-2.47a4.126 4.126 0 0 1-4.12-3.92L2 11.871V8.777A1.75 1.75 0 0 1 3.328 7.08A35.823 35.823 0 0 1 12 6zm0 1.5c-2.765 0-5.535.345-8.31 1.035a.25.25 0 0 0-.181.176l-.009.066v3.094a2.626 2.626 0 0 0 2.46 2.62l.165.006h2.47c.315 0 .617-.119.846-.33l.094-.095l.652-.742a2.414 2.414 0 0 1 3.407-.22l.113.106l.106.113l.653.743c.208.236.495.384.805.417l.134.008h2.47a2.625 2.625 0 0 0 2.62-2.46l.005-.165V8.777a.25.25 0 0 0-.19-.242A34.324 34.324 0 0 0 12 7.5zM16.752 9l1.5.004a.75.75 0 0 1 .098 1.493l-.102.007l-1.5-.004a.75.75 0 0 1-.098-1.493L16.752 9zM7.25 9a.75.75 0 0 1 .102 1.493l-.102.007H5.747a.75.75 0 0 1-.102-1.493L5.747 9H7.25zM12 8.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})