UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

24 lines (20 loc) 634 B
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "arrow-right-to-line", size: 24, node: [ ["path", { d: "M17 12H3", key: "8awo09" }], ["path", { d: "m11 18 6-6-6-6", key: "8c2y43" }], ["path", { d: "M21 5v14", key: "nzette" }] ] }; __iconData.node; const ArrowRightToLine = createLucideIcon(__iconData); export { __iconData, ArrowRightToLine as default }; //# sourceMappingURL=arrow-right-to-line.mjs.map