UNPKG

@kadconsulting/dry

Version:
3 lines 639 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Toggle03Left = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "toggle-03-left" }), _jsx("path", { className: 'dry-icon-toggle-03-left', 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-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M8 14.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' })] })); //# sourceMappingURL=Toggle03Left.js.map