react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 360 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.mediaStop = void 0;
var mediaStop = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M16 6h-8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2z"
},
"children": []
}]
};
exports.mediaStop = mediaStop;
;