UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

24 lines (20 loc) 641 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-from-line", size: 24, node: [ ["path", { d: "M3 5v14", key: "1nt18q" }], ["path", { d: "M21 12H7", key: "13ipq5" }], ["path", { d: "m15 18 6-6-6-6", key: "6tx3qv" }] ] }; __iconData.node; const ArrowRightFromLine = createLucideIcon(__iconData); export { __iconData, ArrowRightFromLine as default }; //# sourceMappingURL=arrow-right-from-line.mjs.map