react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 468 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.mediaRecordOutline = void 0;
var mediaRecordOutline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M12 8c2.205 0 4 1.794 4 4s-1.795 4-4 4-4-1.794-4-4 1.795-4 4-4m0-2c-3.314 0-6 2.686-6 6 0 3.312 2.686 6 6 6 3.312 0 6-2.688 6-6 0-3.314-2.688-6-6-6z"
},
"children": []
}]
};
exports.mediaRecordOutline = mediaRecordOutline;
;