UNPKG

@kadconsulting/dry

Version:
3 lines 499 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CornerUpRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "corner-up-right" }), _jsx("path", { className: 'dry-icon-corner-up-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 20v-1.4c0-3.36 0-5.04.654-6.324a6 6 0 0 1 2.622-2.622C8.56 9 10.24 9 13.6 9H20m0 0-5 5m5-5-5-5' })] })); //# sourceMappingURL=CornerUpRight.js.map