@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 507 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const CornerDownLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "corner-down-left" }), _jsx("path", { className: 'dry-icon-corner-down-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 4v1.4c0 3.36 0 5.04-.654 6.324a6 6 0 0 1-2.622 2.622C15.44 15 13.76 15 10.4 15H4m0 0 5-5m-5 5 5 5' })] }));
//# sourceMappingURL=CornerDownLeft.js.map