@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 466 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Sliders04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "sliders-04" }), _jsx("path", { className: 'dry-icon-sliders-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 8h12m0 0a3 3 0 1 0 6 0 3 3 0 0 0-6 0Zm-6 8h12M9 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z' })] }));
//# sourceMappingURL=Sliders04.js.map