lucide-solid
Version:
A Lucide icon library package for Solid applications.
20 lines (18 loc) • 610 B
JSX
/**
* @license lucide-solid v0.536.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/corner-down-right.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "m15 10 5 5-5 5", key: "qqa56n" }],
["path", { d: "M4 4v7a4 4 0 0 0 4 4h12", key: "z08zvw" }]
];
var CornerDownRight = (props) => <Icon {...props} iconNode={iconNode} name="corner-down-right" />;
var corner_down_right_default = CornerDownRight;
export {
corner_down_right_default as default
};
//# sourceMappingURL=corner-down-right.jsx.map