UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.41 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Headset16Filled', 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: 'M3 6.026C3 3.25 5.239 1 8 1s5 2.25 5 5.026v3.59c0 .792-.64 1.435-1.429 1.435h-1.428a.716.716 0 0 1-.714-.718V7.462c0-.397.32-.718.714-.718h1.786v-.718c0-2.181-1.76-3.95-3.929-3.95c-2.17 0-3.929 1.769-3.929 3.95v.718h1.786c.395 0 .714.321.714.718v2.871c0 .397-.32.718-.714.718H4.43c-.124 0-.243-.015-.358-.045v.225c0 .855.661 1.555 1.498 1.611l.11.004h.805A1.608 1.608 0 0 1 8 11.77c.888 0 1.607.723 1.607 1.616C9.607 14.277 8.887 15 8 15c-.7 0-1.295-.45-1.516-1.077H5.68a2.685 2.685 0 0 1-2.675-2.55L3 11.232V6.026z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })