@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 470 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const SwitchHorizontal01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "switch-horizontal-01" }), _jsx("path", { className: 'dry-icon-switch-horizontal-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 17H4m0 0 4-4m-4 4 4 4M4 7h16m0 0-4-4m4 4-4 4' })] }));
//# sourceMappingURL=SwitchHorizontal01.js.map