feat: add corporate fare icon#26492
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
The new icon is not used anywhere in the codebase yet - it's simply being added to the icon library for future use. No existing functionality is modified, no existing icons are changed, and no code paths are affected. This is a standard pattern for adding new icons to the component library. Since this is a purely additive change with no impact on existing functionality, no E2E tests are required. Performance Test Selection: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #26492 +/- ##
========================================
Coverage 81.32% 81.32%
========================================
Files 4487 4493 +6
Lines 116867 117127 +260
Branches 25295 25364 +69
========================================
+ Hits 95039 95253 +214
- Misses 15179 15200 +21
- Partials 6649 6674 +25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

Description
Adds the
corporate-fareSVG icon to the Icon component library. This icon is needed to unblock the Stocks feature while we wait for the design system libraries upgrade in #26450.Changelog
CHANGELOG entry: null
Related issues
Fixes: N/A
Related: #26450
Manual testing steps
Screenshots/Recordings
Before
N/A - new icon asset
After
N/A - SVG asset only, no UI change
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Adds a new static SVG and enum entry with no behavioral changes beyond making an additional icon available.
Overview
Adds a new
corporate-fare.svgasset and exposes it through the Icon component library by extendingIconNamewithCorporateFareand registering the asset inIcon.assets.ts.Written by Cursor Bugbot for commit c78eb70. This will update automatically on new commits. Configure here.