UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

21 lines (19 loc) 644 B
/** * @license lucide-solid v0.487.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/arrow-left-to-line.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M3 19V5", key: "rwsyhb" }], ["path", { d: "m13 6-6 6 6 6", key: "1yhaz7" }], ["path", { d: "M7 12h14", key: "uoisry" }] ]; var ArrowLeftToLine = (props) => <Icon {...props} iconNode={iconNode} name="arrow-left-to-line" />; var arrow_left_to_line_default = ArrowLeftToLine; export { arrow_left_to_line_default as default }; //# sourceMappingURL=arrow-left-to-line.jsx.map