UNPKG

mylingo3d

Version:

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

6 lines 1.17 kB
import { jsx as _jsx, jsxs as _jsxs } from "preact/jsx-runtime"; const SaveIcon = () => { 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: "M832 928H192c-52.8 0-96-43.2-96-96V192c0-52.8 43.2-96 96-96h576c8 0 16 3.2 22.4 9.6l128 128c6.4 6.4 9.6 14.4 9.6 22.4v576c0 52.8-43.2 96-96 96zM192 160c-17.6 0-32 14.4-32 32v640c0 17.6 14.4 32 32 32h640c17.6 0 32-14.4 32-32V268.8L755.2 160H192z" }), _jsx("path", { fill: "#fff", d: "M736 928H288c-17.6 0-32-14.4-32-32V643.2c0-54.4 44.8-99.2 99.2-99.2h315.2c54.4 0 99.2 44.8 99.2 99.2V896c-1.6 17.6-16 32-33.6 32zm-416-64h384V643.2c0-19.2-16-35.2-35.2-35.2H355.2c-19.2 0-35.2 16-35.2 35.2V864zm315.2-448H388.8c-46.4 0-84.8-38.4-84.8-84.8V128c0-17.6 14.4-32 32-32h352c17.6 0 32 14.4 32 32v203.2c0 46.4-38.4 84.8-84.8 84.8zM368 160v171.2c0 11.2 9.6 20.8 20.8 20.8h246.4c11.2 0 20.8-9.6 20.8-20.8V160H368z" }), _jsx("path", { fill: "#fff", d: "M576 304c-17.6 0-32-14.4-32-32v-32c0-17.6 14.4-32 32-32s32 14.4 32 32v32c0 17.6-14.4 32-32 32z" })] })); }; export default SaveIcon; //# sourceMappingURL=SaveIcon.js.map