@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 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: 'HeadsetAdd24Regular',
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: 'M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zM18 7l.001 2.504a.5.5 0 1 1-1 0V7h-2.505a.5.5 0 0 1 0-1H17V3.5a.5.5 0 0 1 1 0V6h2.497a.5.5 0 0 1 0 1H18zm-.5 6a6.52 6.52 0 0 0 1.5-.174V15a2 2 0 0 1-1.85 1.994L17 17h-2a1 1 0 0 1-.993-.883L14 16v-4.022c.463.297.967.536 1.5.709V15.5H17a.5.5 0 0 0 .492-.41L17.5 15v-2zM12.022 3c-.305.476-.55.994-.723 1.544A5.501 5.501 0 0 0 6.5 10v1H9a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H6.5v.25a2.25 2.25 0 0 0 2.096 2.245l.154.005h1.128a2.251 2.251 0 1 1 0 1.5H8.75a3.75 3.75 0 0 1-3.745-3.55L5 17.25V10a7 7 0 0 1 7-7h.022zM12 19.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5zm-3.5-7h-2v3h2v-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})