@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 690 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CrossThin = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 75 75", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CrossThin-b{fill:white;}` }) }), _jsx("path", { className: "CrossThin-b", d: "M47.4,37.5l25.6-25.6c2.7-2.7,2.7-7.2,0-9.9-2.7-2.7-7.2-2.7-9.9,0l-25.5,25.6L12,2.1c-2.7-2.7-7.2-2.7-9.9,0-2.7,2.7-2.7,7.2,0,9.9l25.6,25.6L2,63.1c-2.7,2.7-2.7,7.2,0,9.9,1.4,1.4,3.2,2,4.9,2s3.6-.7,5-2.1l25.5-25.6,25.5,25.6c1.4,1.4,3.2,2.1,5,2.1s3.6-.7,4.9-2c2.7-2.7,2.7-7.2,0-9.9l-25.6-25.6Z" })] }));
export default CrossThin;
//# sourceMappingURL=CrossThin.js.map