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