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