@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 863 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Timer = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 151.2 161.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Timer-b{fill:white;}` }) }), _jsx("path", { className: "Timer-b", d: "M83.6,16.1v-3.1h11V0h-42v13h11v3C26.5,20.9-2,53.7.1,92.6s32,67.1,69.1,69.1c42.2,2.3,77.2-31.4,77.2-73.1S119.1,21.2,83.6,16.1ZM73.3,148.9c-33.2,0-60.2-27-60.2-60.2s27-60.2,60.2-60.2,60.2,27,60.2,60.2-27,60.2-60.2,60.2Z" }), _jsx("path", { className: "Timer-b", d: "M140.2,46.8l11-6.9c-8.6-13.6-20.6-24.8-34.8-32.4l-6.1,11.5c12.2,6.5,22.5,16.1,29.9,27.8Z" }), _jsx("path", { className: "Timer-b", d: "M24.2,88.7c0,11.7,4.1,22.5,10.9,31l38.5-31v-49.4c-27.3,0-49.4,22.1-49.4,49.4Z" })] }));
export default Timer;
//# sourceMappingURL=Timer.js.map