@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 Expand05 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "expand-05" }), _jsx("path", { className: 'dry-icon-expand-05', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm15 9 6-6m0 0h-6m6 0v6M9 9 3 3m0 0v6m0-6h6m0 12-6 6m0 0h6m-6 0v-6m12 0 6 6m0 0v-6m0 6h-6' })] }));
//# sourceMappingURL=Expand05.js.map