@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 442 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const FlipBackward = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "flip-backward" }), _jsx("path", { className: 'dry-icon-flip-backward', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 9h13.5a4.5 4.5 0 1 1 0 9H12M3 9l4-4M3 9l4 4' })] }));
//# sourceMappingURL=FlipBackward.js.map