react-icons-kit
Version:
React Icons Kit using various Svg Icon set
41 lines (40 loc) • 763 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.sortAmountAsc = void 0;
var sortAmountAsc = {
"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": "M7 9h9v2h-9v-2z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M7 6h7v2h-7v-2z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M7 3h5v2h-5v-2z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M7 0h3v2h-3v-2z"
}
}]
};
exports.sortAmountAsc = sortAmountAsc;
;