@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 529 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CheckThin = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 102 83.7", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CheckThin-b{fill:white;}` }) }), _jsx("path", { className: "CheckThin-b", d: "M33.6,83.7L2,50.9c-2.7-2.8-2.6-7.2.2-9.9s7.2-2.6,9.9.2l21.4,22.2L89.9,2.2c2.6-2.8,7.1-3,9.9-.4,2.8,2.6,3,7.1.4,9.9L33.6,83.7Z" })] }));
export default CheckThin;
//# sourceMappingURL=CheckThin.js.map