UNPKG

@kadconsulting/dry

Version:
3 lines 426 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowDownLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-down-left" }), _jsx("path", { className: 'dry-icon-arrow-down-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17 7 7 17m0 0h10M7 17V7' })] })); //# sourceMappingURL=ArrowDownLeft.js.map