UNPKG

@kadconsulting/dry

Version:
3 lines 469 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const SwitchHorizontal02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "switch-horizontal-02" }), _jsx("path", { className: 'dry-icon-switch-horizontal-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 17h16m0 0-4-4m4 4-4 4m4-14H4m0 0 4-4M4 7l4 4' })] })); //# sourceMappingURL=SwitchHorizontal02.js.map