UNPKG

@kadconsulting/dry

Version:
3 lines 543 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Crop02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "crop-02" }), _jsx("path", { className: 'dry-icon-crop-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M10 6h4.8c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C18 7.52 18 8.08 18 9.2V14M2 6h4m12 12v4m4-4H9.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C6 16.48 6 15.92 6 14.8V2' })] })); //# sourceMappingURL=Crop02.js.map