UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 500 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Cross = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 89.5 89.5", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Cross-b{fill:white;}` }) }), _jsx("polygon", { className: "Cross-b", points: "89.5 17 72.5 0 44.7 27.8 17 0 0 17 27.8 44.7 0 72.5 17 89.5 44.7 61.7 72.5 89.5 89.5 72.5 61.7 44.7 89.5 17" })] })); export default Cross; //# sourceMappingURL=Cross.js.map