@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 445 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Sliders01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "sliders-01" }), _jsx("path", { className: 'dry-icon-sliders-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M5 21v-7m0-4V3m7 18v-9m0-4V3m7 18v-5m0-4V3M2 14h6m1-6h6m1 8h6' })] }));
//# sourceMappingURL=Sliders01.js.map