@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Headset48Filled',
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.5 18c0-6.351 5.149-11.5 11.5-11.5S35.5 11.649 35.5 18v2h-5.25A2.25 2.25 0 0 0 28 22.25v7.5A2.25 2.25 0 0 0 30.25 32h3.5A4.25 4.25 0 0 0 38 27.75v-6.5c0-.042-.002-.084-.006-.125c.004-.041.006-.083.006-.125v-3c0-7.732-6.268-14-14-14s-14 6.268-14 14v14a8.25 8.25 0 0 0 8.25 8.25h.907a5 5 0 1 0 0-2.5h-.907A5.75 5.75 0 0 1 12.5 32v-.376a4.234 4.234 0 0 0 1.75.376h3.5A2.25 2.25 0 0 0 20 29.75v-7.5A2.25 2.25 0 0 0 17.75 20H12.5v-2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})