UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

24 lines (20 loc) 628 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-left-to-line", size: 24, node: [ ["path", { d: "M3 19V5", key: "rwsyhb" }], ["path", { d: "m13 6-6 6 6 6", key: "1yhaz7" }], ["path", { d: "M7 12h14", key: "uoisry" }] ] }; __iconData.node; const ArrowLeftToLine = createLucideIcon(__iconData); export { __iconData, ArrowLeftToLine as default }; //# sourceMappingURL=arrow-left-to-line.mjs.map