UNPKG

lingo3d

Version:

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

6 lines 648 B
import { jsx as _jsx, jsxs as _jsxs } from "preact/jsx-runtime"; const DeleteIcon = () => { return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 1024 1024", children: [_jsx("path", { fill: "#fff", fillOpacity: "0.9", d: "M384 768V384h64v384h-64zm192-384v384h64V384h-64z" }), _jsx("path", { fill: "#fff", fillOpacity: "0.9", d: "M672 192h224v64h-64v640a64 64 0 01-64 64H256a64 64 0 01-64-64V256h-64v-64h224v-76.8A51.2 51.2 0 01403.2 64h217.6a51.2 51.2 0 0151.2 51.2V192zm-256 0h192v-64H416v64zm-160 64v640h512V256H256z" })] })); }; export default DeleteIcon; //# sourceMappingURL=DeleteIcon.js.map