@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 591 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Expand03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "expand-03" }), _jsx("path", { className: 'dry-icon-expand-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 14v2.2c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H14M10 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8V10m12-1 6-6m0 0h-6m6 0v6M9 15l-6 6m0 0h6m-6 0v-6' })] }));
//# sourceMappingURL=Expand03.js.map