UNPKG

@kadconsulting/dry

Version:
3 lines 498 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CornerLeftUp = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "corner-left-up" }), _jsx("path", { className: 'dry-icon-corner-left-up', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 20h-3.4c-3.36 0-5.04 0-6.324-.654a6 6 0 0 1-2.622-2.622C8 15.44 8 13.76 8 10.4V4m0 0 5 5M8 4 3 9' })] })); //# sourceMappingURL=CornerLeftUp.js.map