react-icons-kit
Version:
React Icons Kit using various Svg Icon set
46 lines (45 loc) • 789 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.speaker = void 0;
var speaker = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"x": "4",
"y": "2",
"width": "16",
"height": "20",
"rx": "2",
"ry": "2"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "12",
"cy": "14",
"r": "4"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "6",
"x2": "12",
"y2": "6"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.speaker = speaker;