UNPKG

mylingo3d

Version:

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

6 lines 761 B
import { jsx as _jsx } from "preact/jsx-runtime"; const ExpandIcon = ({ style, onClick }) => { return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 1024 1024", style: { margin: 2, flexShrink: 0, ...style }, onMouseDown: (e) => e.stopPropagation(), onClick: (e) => (e.stopPropagation(), onClick?.()), children: _jsx("path", { fill: "#fff", d: "M928.1 928.2H98v-830h830.1v830zm-104.8-415c0-24.6-19.9-44.5-44.5-44.5H556.5V246.4c0-24.6-19.9-44.5-44.5-44.5s-44.5 19.9-44.5 44.5v222.3H245.2c-24.6 0-44.5 19.9-44.5 44.5s19.9 44.5 44.5 44.5h222.3V780c0 24.6 19.9 44.5 44.5 44.5s44.5-19.9 44.5-44.5V557.7h222.3c24.6 0 44.5-20 44.5-44.5z" }) })); }; export default ExpandIcon; //# sourceMappingURL=ExpandIcon.js.map