lucide-solid
Version:
A Lucide icon library package for Solid applications
20 lines (18 loc) • 559 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/rewind.tsx
import Icon from "../Icon";
var iconNode = [
["polygon", { points: "11 19 2 12 11 5 11 19", key: "14yba5" }],
["polygon", { points: "22 19 13 12 22 5 22 19", key: "1pi1cj" }]
];
var Rewind = (props) => <Icon {...props} iconNode={iconNode} name="rewind" />;
var rewind_default = Rewind;
export {
rewind_default as default
};
//# sourceMappingURL=rewind.jsx.map