@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.59 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Headset28Regular',
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: 'M14 2a9 9 0 0 1 8.996 8.735L23 11v5.254A2.75 2.75 0 0 1 20.418 19l-.168.005h-2.996a.75.75 0 0 1-.743-.648l-.007-.102V12.25a.75.75 0 0 1 .648-.743l.102-.007h3.996c.085 0 .17.006.251.018L21.5 11a7.5 7.5 0 0 0-14.996-.243L6.5 11v.499l4.246.001a.75.75 0 0 1 .743.648l.007.102v6.004a.75.75 0 0 1-.648.743l-.102.007H7.75c-.45 0-.875-.108-1.25-.3v1.546a2.25 2.25 0 0 0 2.096 2.245l.154.005h2.291a3.001 3.001 0 1 1 .13 1.5H8.75a3.75 3.75 0 0 1-3.745-3.55L5 20.25V11a9 9 0 0 1 9-9zm0 19.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3zM9.996 13L6.5 12.999v3.274a1.25 1.25 0 0 0 .998 1.206l.124.019l.128.006h2.246V13zm11.254 0h-3.247v4.504h2.247a1.25 1.25 0 0 0 1.244-1.122l.006-.128V13.25a.25.25 0 0 0-.193-.243L21.25 13z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})