lucide-react
Version:
A Lucide icon library package for React applications
13 lines (9 loc) • 291 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ChevronDown = createLucideIcon("ChevronDown", [
["polyline", { points: "6 9 12 15 18 9", key: "1do0m2" }]
]);
export { ChevronDown as default };
//# sourceMappingURL=chevron-down.js.map