react-icons-kit
Version:
React Icons Kit using various Svg Icon set
29 lines (28 loc) • 871 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.sortNumericAsc = void 0;
var sortNumericAsc = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M5 12v-12h-2v12h-2.5l3.5 3.5 3.5-3.5h-2.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M13.5 7c-0.276 0-0.5-0.224-0.5-0.5v-5.5h-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M14.5 9h-3c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h2.5v2h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5zM12 10h2v2h-2v-2z"
}
}]
};
exports.sortNumericAsc = sortNumericAsc;
;