@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 529 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Crop01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "crop-01" }), _jsx("path", { className: 'dry-icon-crop-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M2 6h12.8c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C18 7.52 18 8.08 18 9.2V22m4-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=Crop01.js.map