UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

6 lines 538 B
import { jsx as _jsx } from "preact/jsx-runtime"; const CursorIcon = () => { return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 1024 1024", style: { left: -2 }, children: _jsx("path", { fill: "#fff", d: "M279.552 198.879a22.26 22.26 0 0135.217-20.347L933.265 628.47a22.26 22.26 0 01-11.799 40.248l-324.43 19.456a22.26 22.26 0 00-17.23 9.972l-179.11 271.227a22.26 22.26 0 01-40.738-9.929L279.597 198.88z" }) })); }; export default CursorIcon; //# sourceMappingURL=CursorIcon.js.map