@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 993 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Knob = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 226 225.7", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Knob-b{fill:white;}` }) }), _jsx("path", { className: "Knob-b", d: "M197.7,105.8l27.9-2.4c-2.2-26.3-13.8-51.2-32.5-70l-19.8,19.8c14.1,14.1,22.8,32.8,24.4,52.6Z" }), _jsx("path", { className: "Knob-b", d: "M187.2,28C166.7,10,140.3.2,113,.2v28c20.5,0,40.4,7.4,55.8,20.9l18.4-21.1Z" }), _jsx("path", { className: "Knob-b", d: "M226,111l-28,.4c0,.4,0,.9,0,1.3,0,48.2-40.4,87.2-89.1,84.9-43.3-2-78.5-37-80.8-80.3-2.5-46.8,33.4-86.5,79.6-89.4l-1.7-27.9C44.9,3.8-2.6,56,.1,117.7c2.6,59.7,52.1,107.5,111.9,108,62.8.6,114-50.3,114-113,0-.6,0-1.2,0-1.8Z" }), _jsx("path", { className: "Knob-b", d: "M93.5,93.7c-10.8,10.8-10.8,28.2,0,38.9s28.2,10.8,38.9,0,35.8-65.1,31-69.9-59.1,20.2-69.9,31Z" })] }));
export default Knob;
//# sourceMappingURL=Knob.js.map