react-icons-kit
Version:
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 578 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.chevronsUp = void 0;
var chevronsUp = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polyline",
"attribs": {
"points": "17 11 12 6 7 11"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "17 18 12 13 7 18"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.chevronsUp = chevronsUp;
;