@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 640 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Move = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 146.5 146.5", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Move-b{fill:white;}` }) }), _jsx("polygon", { className: "Move-b", points: "146.5 72.7 115.7 42 115.7 61.7 84.7 61.7 84.7 30.7 103.5 30.7 72.7 0 42 30.7 61.7 30.7 61.7 61.7 30.7 61.7 30.7 42 0 72.7 30.7 103.5 30.7 84.7 61.7 84.7 61.7 115.7 42 115.7 72.7 146.5 103.5 115.7 84.7 115.7 84.7 84.7 115.7 84.7 115.7 103.5 146.5 72.7" })] }));
export default Move;
//# sourceMappingURL=Move.js.map