react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 471 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.headphones = void 0;
var headphones = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M4 0c-1.65 0-3 1.35-3 3v1h-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-3.5c0-1.11.89-2 2-2 1.11 0 2 .89 2 2v3.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-.5v-1c0-1.65-1.35-3-3-3z"
}
}]
};
exports.headphones = headphones;
;