mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 782 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const CloseIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M546.942 511.819L874.4 185.689c9.617-9.577 9.648-25.135.07-34.75-9.577-9.618-25.137-9.648-34.75-.072l-327.6 326.27-327.598-326.269c-9.617-9.577-25.177-9.545-34.752.071-9.578 9.616-9.546 25.174.07 34.752l327.458 326.128L149.84 837.948c-9.616 9.577-9.647 25.135-.07 34.751a24.496 24.496 0 0017.411 7.232 24.5 24.5 0 0017.34-7.162l327.6-326.27 327.6 326.27a24.492 24.492 0 0017.34 7.162 24.503 24.503 0 0017.41-7.232c9.578-9.617 9.546-25.175-.07-34.751l-327.458-326.13z" }) }));
};
export default CloseIcon;
//# sourceMappingURL=CloseIcon.js.map