lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 1.49 kB
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const GearIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M841.639 555.272c1.775-14.202 3.106-28.626 3.106-43.272 0-14.646-1.33-29.07-3.106-43.272l93.865-73.45c8.433-6.656 10.874-18.639 5.326-28.403l-88.762-153.78c-5.547-9.542-17.087-13.536-27.072-9.542l-110.51 44.603c-22.856-17.53-47.93-32.398-75.003-43.716L622.841 86.83c-1.997-10.429-11.095-18.639-22.19-18.639H423.128c-11.096 0-20.193 8.21-21.968 18.64l-16.643 117.61c-27.073 11.316-52.148 25.962-75.004 43.715l-110.508-44.603c-9.985-3.772-21.524 0-27.072 9.542L83.17 366.875c-5.547 9.542-3.107 21.524 5.326 28.404l93.643 73.45c-1.775 14.2-3.106 28.625-3.106 43.271s1.33 29.07 3.106 43.272l-93.643 73.45c-8.433 6.656-10.874 18.639-5.326 28.403l88.762 153.78c5.547 9.542 17.086 13.536 27.072 9.542l110.51-44.603c22.856 17.53 47.931 32.398 75.003 43.716l16.643 117.61c1.775 10.429 10.873 18.639 21.968 18.639h177.523c11.096 0 20.193-8.21 21.968-18.64l16.643-117.61c27.073-11.316 52.148-25.962 75.004-43.715l110.508 44.603c9.985 3.772 21.525 0 27.072-9.542l88.762-153.78c5.547-9.542 3.106-21.524-5.326-28.404l-93.644-73.45zm-329.75 112.06c-85.877 0-155.333-69.455-155.333-155.332s69.456-155.333 155.332-155.333c85.877 0 155.333 69.456 155.333 155.333s-69.456 155.333-155.333 155.333z" }) }));
};
export default GearIcon;
//# sourceMappingURL=GearIcon.js.map