UNPKG

@kadconsulting/dry

Version:
3 lines 502 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CornerRightUp = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "corner-right-up" }), _jsx("path", { className: 'dry-icon-corner-right-up', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 20h3.4c3.36 0 5.04 0 6.324-.654a6 6 0 0 0 2.622-2.622C16 15.44 16 13.76 16 10.4V4m0 0-5 5m5-5 5 5' })] })); //# sourceMappingURL=CornerRightUp.js.map