react-icons-kit
Version:
React Icons Kit using various Svg Icon set
34 lines (33 loc) • 852 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.music_stop_button = void 0;
var music_stop_button = {
"viewBox": "0 0 64 64",
"children": [{
"name": "rect",
"attribs": {
"x": "22",
"y": "22",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "20",
"height": "20"
},
"children": []
}, {
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z"
},
"children": []
}]
};
exports.music_stop_button = music_stop_button;
;