UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 1.46 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const MoveCircle = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 164 163", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.MoveCircle-b{fill:white;}` }) }), _jsx("circle", { className: "MoveCircle-b", cx: "82", cy: "80", r: "31" }), _jsx("path", { className: "MoveCircle-b", d: "M7,38.4l5-5c1.6-1.6,4.2-1.6,5.8,0l22.5,22.5c1.6,1.6,4.2,1.6,5.8,0l9.8-9.8c1.6-1.6,1.6-4.2,0-5.8l-22.5-22.5c-1.6-1.6-1.6-4.2,0-5.8l5-5C40.9,4.4,39.1,0,35.5,0H2C.9,0,0,.9,0,2v33.4c0,3.7,4.4,5.5,7,2.9Z" }), _jsx("path", { className: "MoveCircle-b", d: "M40.3,107.1l-22.5,22.5c-1.6,1.6-4.2,1.6-5.8,0l-5-5C4.4,122.1,0,123.9,0,127.5v33.4c0,1.1.9,2,2,2h33.4c3.7,0,5.5-4.4,2.9-7l-5-5c-1.6-1.6-1.6-4.2,0-5.8l22.5-22.5c1.6-1.6,1.6-4.2,0-5.8l-9.8-9.8c-1.6-1.6-4.2-1.6-5.8,0Z" }), _jsx("path", { className: "MoveCircle-b", d: "M157,124.6l-5,5c-1.6,1.6-4.2,1.6-5.8,0l-22.5-22.5c-1.6-1.6-4.2-1.6-5.8,0l-9.8,9.8c-1.6,1.6-1.6,4.2,0,5.8l22.5,22.5c1.6,1.6,1.6,4.2,0,5.8l-5,5c-2.6,2.6-.8,7,2.9,7h33.4c1.1,0,2-.9,2-2v-33.4c0-3.7-4.4-5.5-7-2.9Z" }), _jsx("path", { className: "MoveCircle-b", d: "M123.7,55.9l22.5-22.5c1.6-1.6,4.2-1.6,5.8,0l5,5c2.6,2.6,7,.8,7-2.9V2c0-1.1-.9-2-2-2h-33.4c-3.7,0-5.5,4.4-2.9,7l5,5c1.6,1.6,1.6,4.2,0,5.8l-22.5,22.5c-1.6,1.6-1.6,4.2,0,5.8l9.8,9.8c1.6,1.6,4.2,1.6,5.8,0Z" })] })); export default MoveCircle; //# sourceMappingURL=MoveCircle.js.map