UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 341 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const Send = createLucideIcon("Send", [ ["line", { x1: "22", x2: "11", y1: "2", y2: "13", key: "2qtwb" }], ["polygon", { points: "22 2 15 22 11 13 2 9 22 2", key: "12uapv" }] ]); export { Send as default }; //# sourceMappingURL=send.js.map