react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 397 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.deviantart = void 0;
var deviantart = {
"viewBox": "0 0 1024 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M1024 303l-303 582 24 31h279v415h-507l-44 30-142 273-30 30h-301v-303l303-583-24-30h-279v-415h507l44-30 142-273 30-30h301v303z"
}
}]
};
exports.deviantart = deviantart;
;