lucide-solid
Version:
A Lucide icon library package for Solid applications.
26 lines (24 loc) • 666 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/rewind.tsx
import Icon from "../Icon";
var iconNode = [
[
"path",
{ d: "M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z", key: "2a1g8i" }
],
[
"path",
{ d: "M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z", key: "rg3s36" }
]
];
var Rewind = (props) => <Icon {...props} iconNode={iconNode} name="rewind" />;
var rewind_default = Rewind;
export {
rewind_default as default
};
//# sourceMappingURL=rewind.jsx.map