@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 505 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const CornerLeftDown = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "corner-left-down" }), _jsx("path", { className: 'dry-icon-corner-left-down', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 4h-3.4c-3.36 0-5.04 0-6.324.654a6 6 0 0 0-2.622 2.622C8 8.56 8 10.24 8 13.6V20m0 0 5-5m-5 5-5-5' })] }));
//# sourceMappingURL=CornerLeftDown.js.map