UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

20 lines (18 loc) 566 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/move-up-right.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M13 5H19V11", key: "1n1gyv" }], ["path", { d: "M19 5L5 19", key: "72u4yj" }] ]; var MoveUpRight = (props) => <Icon {...props} iconNode={iconNode} name="move-up-right" />; var move_up_right_default = MoveUpRight; export { move_up_right_default as default }; //# sourceMappingURL=move-up-right.jsx.map