UNPKG

@kadconsulting/dry

Version:
3 lines 508 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CornerRightDown = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "corner-right-down" }), _jsx("path", { className: 'dry-icon-corner-right-down', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 4h3.4c3.36 0 5.04 0 6.324.654a6 6 0 0 1 2.622 2.622C16 8.56 16 10.24 16 13.6V20m0 0-5-5m5 5 5-5' })] })); //# sourceMappingURL=CornerRightDown.js.map