@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 468 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Expand06 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "expand-06" }), _jsx("path", { className: 'dry-icon-expand-06', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm16 8 5-5m0 0h-5m5 0v5M8 8 3 3m0 0v5m0-5h5m0 13-5 5m0 0h5m-5 0v-5m13 0 5 5m0 0v-5m0 5h-5' })] }));
//# sourceMappingURL=Expand06.js.map