UNPKG

lingo3d

Version:

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

6 lines 640 B
import { jsx as _jsx } from "preact/jsx-runtime"; const AddIcon = () => { return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M524.8 64c4.693 0 8.533 3.84 8.533 8.533v418.134h418.134c4.693 0 8.533 3.84 8.533 8.533v46.933a8.533 8.533 0 01-8.533 8.534H533.333V972.8a8.533 8.533 0 01-8.533 8.533h-46.933a8.533 8.533 0 01-8.534-8.533V554.667H51.2a8.533 8.533 0 01-8.533-8.534V499.2c0-4.693 3.84-8.533 8.533-8.533h418.133V72.533c0-4.693 3.84-8.533 8.534-8.533H524.8z" }) })); }; export default AddIcon; //# sourceMappingURL=AddIcon.js.map