@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 467 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Toggle01Right = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "toggle-01-right" }), _jsx("path", { className: 'dry-icon-toggle-01-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17 17H7A5 5 0 0 1 7 7h10m0 10a5 5 0 0 0 0-10m0 10a5 5 0 0 1 0-10' })] }));
//# sourceMappingURL=Toggle01Right.js.map