mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 1.5 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "preact/jsx-runtime";
const PathIcon = () => {
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: "M195.1 334.6c-72.2 0-131-58.7-131-131s58.7-131.1 131-131.1c35 0 67.9 13.6 92.6 38.3 24.8 24.7 38.4 57.6 38.4 92.7 0 35-13.6 67.9-38.3 92.7-24.7 24.8-57.6 38.4-92.7 38.4.1 0 .1 0 0 0zm0-215.8c-46.8 0-84.8 38.1-84.8 84.8 0 46.7 38.1 84.8 84.8 84.8 22.7 0 43.9-8.8 60-24.9 16-16 24.8-37.3 24.8-60 0-22.6-8.8-43.9-24.9-59.9-15.9-16-37.2-24.8-59.9-24.8zm632.4 832.3c-35 0-67.9-13.6-92.6-38.3-24.8-24.7-38.4-57.7-38.4-92.7s13.6-67.9 38.3-92.7c24.7-24.8 57.7-38.4 92.7-38.4h.1c72.2 0 131 58.7 131.1 131-.1 72.2-58.9 131-131.2 131.1.1 0 0 0 0 0zm0-215.9c-22.7 0-44 8.8-60 24.9-16 16-24.8 37.3-24.8 60 0 22.7 8.8 43.9 24.9 60 16 16 37.3 24.8 59.9 24.8 46.7 0 84.8-38.1 84.8-84.8 0-46.9-38-84.9-84.8-84.9z" }), _jsx("path", { fill: "#fff", d: "M241.6 843.4c-47.2 0-91.6-18.5-125.2-52-33.6-33.6-52.1-78-52.1-125.2s18.5-91.7 52-125.3c33.6-33.6 78-52.1 125.2-52.1l539.6-.2c34.8 0 67.7-13.7 92.5-38.6 24.8-24.9 38.5-57.7 38.5-92.6 0-72.2-58.8-131-131.1-131h-.1l-474.1.2v-46.3l474.1-.2h.1c47.2 0 91.6 18.5 125.2 52 33.6 33.6 52.1 78 52.1 125.2s-18.5 91.7-52 125.3c-33.6 33.6-78 52.1-125.2 52.1l-539.6.3c-72.3 0-131 58.8-131 131.1 0 72.2 58.8 131 131.1 131h.1l481.8-.2v46.3l-481.9.2z" })] }));
};
export default PathIcon;
//# sourceMappingURL=PathIcon.js.map