@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 419 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Expand02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "expand-02" }), _jsx("path", { className: 'dry-icon-expand-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 21 21 3M3 21h6m-6 0v-6M21 3h-6m6 0v6' })] }));
//# sourceMappingURL=Expand02.js.map