react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 413 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowSortedUp = void 0;
var arrowSortedUp = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M18.2 13.3l-6.2-6.3-6.2 6.3c-.2.2-.3.5-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7z"
},
"children": []
}]
};
exports.arrowSortedUp = arrowSortedUp;
;