lucide-solid
Version:
A Lucide icon library package for Solid applications
20 lines (18 loc) • 586 B
JSX
/**
* @license lucide-solid v0.488.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-down-right.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "m7 7 10 10", key: "1fmybs" }],
["path", { d: "M17 7v10H7", key: "6fjiku" }]
];
var ArrowDownRight = (props) => <Icon {...props} iconNode={iconNode} name="arrow-down-right" />;
var arrow_down_right_default = ArrowDownRight;
export {
arrow_down_right_default as default
};
//# sourceMappingURL=arrow-down-right.jsx.map