@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.13 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Flip = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 178 168.5", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Flip-b{fill:white;}` }) }), _jsx("path", { className: "Flip-b", d: "M47.6,64.5c-.5-2.6-2.9-4.4-5.6-4.4h-21.7c4.6-13.2,13.1-25.1,24.3-33.8,12.6-9.8,27.8-15.1,43.8-15.4,30.2-.5,57.1,17.3,68.7,45.1,1.3,3.1,5.2,4.4,8.2,2.4,2.2-1.5,2.9-4.4,1.9-6.9C153.7,19.8,122.8-.5,88.1,0c-18.4.3-35.9,6.4-50.4,17.7-11.9,9.3-21.2,21.8-26.8,35.8v-24c0-2.6-1.8-5.1-4.4-5.6-3.5-.7-6.6,2-6.6,5.4v41.9h42.2c3.4,0,6.1-3.1,5.4-6.6Z" }), _jsx("path", { className: "Flip-b", d: "M136.1,96.2c-3.4,0-6.1,3.1-5.4,6.6.5,2.6,3,4.4,5.6,4.4h21.8c-9.6,29.4-37.1,49.9-68.5,50.4-30.1.4-57.1-17.3-68.7-45.1-1.3-3.1-5.2-4.4-8.2-2.4-2.2,1.5-2.9,4.4-1.9,6.9,13.2,31.5,43.6,51.7,77.7,51.7s.8,0,1.3,0c34.5-.5,64.9-22,77.2-53.5v23.6c0,2.6,1.8,5.1,4.4,5.6,3.5.7,6.6-2,6.6-5.4v-42.7h-41.9Z" }), _jsx("circle", { className: "Flip-b", cx: "89.5", cy: "84.8", r: "24.5" })] }));
export default Flip;
//# sourceMappingURL=Flip.js.map