UNPKG

mylingo3d

Version:

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

6 lines 807 B
import { jsx as _jsx, jsxs as _jsxs } from "preact/jsx-runtime"; const PlayIcon = () => { return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 1024 1024", children: [_jsx("path", { fill: "#fff", d: "M856.2 47.8H167.8c-66.2 0-120 53.8-120 120v688.6c0 66.2 53.8 120 120 120h688.6c66.2 0 120-53.8 120-120V167.8c-.2-66.2-54-120-120.2-120zm60 808.4c0 33-27 60-60 60H167.8c-33 0-60-27-60-60V167.8c0-33 27-60 60-60h688.6c33 0 60 27 60 60v688.4z" }), _jsx("path", { fill: "#fff", d: "M646.6 466.2l-163.4-94.4c-16.8-9.8-37-9.8-54 0-16.8 9.8-27 27.2-27 46.8v188.8c0 19.6 10 37 27 46.8 8.4 4.8 17.8 7.4 27 7.4s18.6-2.4 27-7.4l163.4-94.4c16.8-9.8 27-27.2 27-46.8-.2-19.6-10.2-37-27-46.8z" })] })); }; export default PlayIcon; //# sourceMappingURL=PlayIcon.js.map