@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 409 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-left" }), _jsx("path", { className: 'dry-icon-arrow-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M19 12H5m0 0 7 7m-7-7 7-7' })] }));
//# sourceMappingURL=ArrowLeft.js.map