lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 868 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const AddIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M509.728 92.854c-231.476 0-419.148 187.672-419.148 419.148 0 231.47 187.672 419.143 419.148 419.143 231.499 0 419.143-187.672 419.143-419.143 0-231.476-187.644-419.148-419.143-419.148zm236.12 445.342H535.922v209.926c0 14.278-11.736 25.846-26.194 25.846-14.474 0-26.198-11.568-26.198-25.846V538.196H273.603c-14.278 0-25.841-11.737-25.841-26.194 0-14.475 11.592-26.199 25.841-26.199H483.53V275.85c0-14.251 11.724-25.814 26.198-25.814 14.458 0 26.194 11.563 26.194 25.814v209.953h209.926c14.306 0 25.847 11.724 25.847 26.199 0 14.457-11.541 26.194-25.847 26.194zm0 0" }) }));
};
export default AddIcon;
//# sourceMappingURL=AddIcon.js.map