lucide-solid
Version:
A Lucide icon library package for Solid applications
20 lines (18 loc) • 566 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/redo-2.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "m15 14 5-5-5-5", key: "12vg1m" }],
["path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13", key: "6uklza" }]
];
var Redo2 = (props) => <Icon {...props} iconNode={iconNode} name="redo-2" />;
var redo_2_default = Redo2;
export {
redo_2_default as default
};
//# sourceMappingURL=redo-2.jsx.map