UNPKG

@kadconsulting/dry

Version:
3 lines 381 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Check = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "check" }), _jsx("path", { className: 'dry-icon-check', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 6 9 17l-5-5' })] })); //# sourceMappingURL=Check.js.map