@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 508 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const CornerDownRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "corner-down-right" }), _jsx("path", { className: 'dry-icon-corner-down-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 4v1.4c0 3.36 0 5.04.654 6.324a6 6 0 0 0 2.622 2.622C8.56 15 10.24 15 13.6 15H20m0 0-5-5m5 5-5 5' })] }));
//# sourceMappingURL=CornerDownRight.js.map