lucide-react
Version:
A Lucide icon library package for React applications
14 lines (10 loc) • 358 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ChevronsDown = createLucideIcon("ChevronsDown", [
["polyline", { points: "7 13 12 18 17 13", key: "am1j83" }],
["polyline", { points: "7 6 12 11 17 6", key: "pjsmwq" }]
]);
export { ChevronsDown as default };
//# sourceMappingURL=chevrons-down.js.map