UNPKG

lingo3d

Version:

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

6 lines 381 B
import { jsx as _jsx } from "preact/jsx-runtime"; const PauseIcon = () => { 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: "M209.417 62h150.008v900H209.417V62zM659.417 62h149.985v900H659.417V62z" }) })); }; export default PauseIcon; //# sourceMappingURL=PauseIcon.js.map