react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 425 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowSortedDown = void 0;
var arrowSortedDown = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M5.8 9.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7s.1.5.3.7z"
},
"children": []
}]
};
exports.arrowSortedDown = arrowSortedDown;
;