UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 358 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const ChevronsRightLeft = createLucideIcon("ChevronsRightLeft", [ ["path", { d: "m20 17-5-5 5-5", key: "30x0n2" }], ["path", { d: "m4 17 5-5-5-5", key: "16spf4" }] ]); export { ChevronsRightLeft as default }; //# sourceMappingURL=chevrons-right-left.js.map