react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 438 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.bandcamp = void 0;
var bandcamp = {
"viewBox": "0 0 1792 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M1070 1178l306-564h-654l-306 564h654zM1792 896q0 182-71 348t-191 286-286 191-348 71-348-71-286-191-191-286-71-348 71-348 191-286 286-191 348-71 348 71 286 191 191 286 71 348z"
}
}]
};
exports.bandcamp = bandcamp;
;