-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(icons): update square--solid svg #17560
fix(icons): update square--solid svg #17560
Conversation
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17560 +/- ##
=======================================
Coverage 77.03% 77.03%
=======================================
Files 408 408
Lines 13993 13993
Branches 4321 4301 -20
=======================================
Hits 10779 10779
- Misses 3041 3042 +1
+ Partials 173 172 -1 ☔ View full report in Codecov by Sentry. |
759dfb3
Closes carbon-design-system/carbon-website#4228
The Square--solid svg was rendering, however when it was converted to a React component the svg was rendering empty. This simplifies the svg code.
Changelog
Changed
Testing / Reviewing
you can build locally and check the SquareSolid component inside of icons-react before/after.