react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 504 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_music_note = void 0;
var ic_music_note = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"
},
"children": []
}]
};
exports.ic_music_note = ic_music_note;
;