lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 399 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const PrevFrameIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M681.48 120.49V903.5L64 512l617.48-391.51zm278.52 0V903.5H791.84V120.49H960z" }) }));
};
export default PrevFrameIcon;
//# sourceMappingURL=PrevFrameIcon.js.map