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