UNPKG

@kadconsulting/dry

Version:
3 lines 498 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CornerUpLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "corner-up-left" }), _jsx("path", { className: 'dry-icon-corner-up-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9 14 4 9m0 0 5-5M4 9h6.4c3.36 0 5.04 0 6.324.654a6 6 0 0 1 2.622 2.622C20 13.56 20 15.24 20 18.6V20' })] })); //# sourceMappingURL=CornerUpLeft.js.map