@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 461 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Toggle02Right = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "toggle-02-right" }), _jsx("path", { className: 'dry-icon-toggle-02-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M14 16H6a4 4 0 0 1 0-8h8m8 4a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z' })] }));
//# sourceMappingURL=Toggle02Right.js.map