@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 645 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Toggle03Right = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "toggle-03-right" }), _jsx("path", { className: 'dry-icon-toggle-03-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M2 12a6 6 0 0 1 6-6h8a6 6 0 0 1 0 12H8a6 6 0 0 1-6-6Z' }), _jsx("path", { className: 'dry-icon-toggle-03-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 14.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' })] }));
//# sourceMappingURL=Toggle03Right.js.map