@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.55 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const CashFlow = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:cash-flow", viewBox: "0 0 20 20" }, props, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 13.0607V15.25C3 15.6642 3.33579 16 3.75 16C4.16421 16 4.5 15.6642 4.5 15.25V11.5607L3 13.0607ZM5.5 10.5607V15.25C5.5 15.6642 5.83579 16 6.25 16C6.66421 16 7 15.6642 7 15.25V9.06067L5.5 10.5607ZM8 9.06067V15.25C8 15.6642 8.33579 16 8.75 16C9.16421 16 9.5 15.6642 9.5 15.25V10.5607L8 9.06067ZM10.5 11.5607V15.25C10.5 15.6642 10.8358 16 11.25 16C11.6642 16 12 15.6642 12 15.25V11.572L11.7666 11.7938C11.4717 12.0739 11.0073 12.0679 10.7197 11.7803L10.5 11.5607ZM13 10.622V15.25C13 15.6642 13.3358 16 13.75 16C14.1642 16 14.5 15.6642 14.5 15.25V9.19699L13 10.622ZM15.5 8.24699V15.25C15.5 15.6642 15.8358 16 16.25 16C16.6642 16 17 15.6642 17 15.25V6.82199L15.5 8.24699Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.7937 4.23344C17.079 4.53374 17.0669 5.00846 16.7666 5.29375L11.7666 10.0438C11.4717 10.3239 11.0073 10.3179 10.7197 10.0303L7.5 6.81066L4.28033 10.0303C3.98744 10.3232 3.51256 10.3232 3.21967 10.0303C2.92678 9.73744 2.92678 9.26256 3.21967 8.96967L6.96967 5.21967C7.26256 4.92678 7.73744 4.92678 8.03033 5.21967L11.2634 8.45277L15.7334 4.20625C16.0337 3.92096 16.5085 3.93313 16.7937 4.23344Z" })] })));
export default CashFlow;
//# sourceMappingURL=cash-flow.js.map