@ohu-mobile/icons
Version:
12 lines (11 loc) • 520 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const HeadphoneFilled = {
name: 'headphone',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M22 17.002a6 6 0 0 1-4.713 5.86l-.638-1.914A4 4 0 0 0 19.465 19H17a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.938a8.001 8.001 0 0 0-15.876 0H7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5C2 6.477 6.477 2 12 2s10 4.477 10 10z"/>',
};
exports.default = HeadphoneFilled;