react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 370 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.sortDesc = void 0;
var sortDesc = {
"viewBox": "0 0 1024 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M1024 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"
}
}]
};
exports.sortDesc = sortDesc;
;