@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 459 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Reflect02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "reflect-02" }), _jsx("path", { className: 'dry-icon-reflect-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 3v3m0 4.5v3m0 4.5v3m10-9h-6.5m0 0 4 4m-4-4 4-4M2 12h6.5m0 0-4 4m4-4-4-4' })] }));
//# sourceMappingURL=Reflect02.js.map