UNPKG

@kadconsulting/dry

Version:
3 lines 461 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Toggle01Left = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "toggle-01-left" }), _jsx("path", { className: 'dry-icon-toggle-01-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M7 17h10a5 5 0 0 0 0-10H7m0 10A5 5 0 0 1 7 7m0 10A5 5 0 0 0 7 7' })] })); //# sourceMappingURL=Toggle01Left.js.map