@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 840 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CheckCircle = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CheckCircle-b{fill:white;}` }) }), _jsx("polygon", { className: "CheckCircle-b", points: "106.8 188.7 49.1 128.4 72.9 105.6 107.2 141.3 180.3 67.4 203.7 90.6 106.8 188.7" }), _jsx("path", { className: "CheckCircle-b", d: "M128,20c28.8,0,56,11.2,76.4,31.6,20.4,20.4,31.6,47.5,31.6,76.4s-11.2,56-31.6,76.4c-20.4,20.4-47.5,31.6-76.4,31.6s-56-11.2-76.4-31.6c-20.4-20.4-31.6-47.5-31.6-76.4s11.2-56,31.6-76.4c20.4-20.4,47.5-31.6,76.4-31.6M128,0C57.3,0,0,57.3,0,128s57.3,128,128,128,128-57.3,128-128S198.7,0,128,0h0Z" })] }));
export default CheckCircle;
//# sourceMappingURL=CheckCircle.js.map