@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 436 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowsLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrows-left" }), _jsx("path", { className: 'dry-icon-arrows-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 17H4m0 0 4 4m-4-4 4-4m12-6H9m0 0 4 4M9 7l4-4' })] }));
//# sourceMappingURL=ArrowsLeft.js.map