@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 680 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CircleSquare = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 96 96", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CircleSquare-b{fill:white;}` }) }), _jsx("path", { className: "CircleSquare-b", d: "M96,48c0,26.5-21.5,48-48,48S0,74.5,0,48,21.5,0,48,0s48,21.5,48,48ZM75,71V26c0-1.7-1.3-3-3-3H24c-1.7,0-3,1.3-3,3v45c0,1.7,1.3,3,3,3h48c1.7,0,3-1.3,3-3Z" }), _jsx("rect", { className: "CircleSquare-b", x: "30", y: "31", width: "36", height: "35", rx: "1.5", ry: "1.5" })] }));
export default CircleSquare;
//# sourceMappingURL=CircleSquare.js.map