@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 607 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ReceiptCheck = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "receipt-check" }), _jsx("path", { className: 'dry-icon-receipt-check', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm9 10.5 2 2L15.5 8M20 21V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C17.72 3 16.88 3 15.2 3H8.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C4 5.28 4 6.12 4 7.8V21l2.75-2 2.5 2L12 19l2.75 2 2.5-2L20 21Z' })] }));
//# sourceMappingURL=ReceiptCheck.js.map