You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new icon "successManualFilled" to ui icons (#731)
* feat(svgicon): add new icon "successManualFilled" to ui icons
Add "successManualFilled" icon to the SVGIcon component and its story.
This enhances the icon set with a new visual representation for success.
* style(ui.tsx): update SVG path formatting for consistency and readability
Refactor SVG path data to use consistent formatting and improve readability. This change enhances maintainability and ensures uniformity across SVG definitions.
fix(ui.tsx): update SVG path data for successManualFilled icon
Update the SVG path data for the successManualFilled icon to correct
visual inaccuracies and improve the icon's appearance. This change
ensures the icon is rendered correctly and consistently across
different platforms and devices.
* chore(package.json): bump version from 10.4.2 to 10.4.3 to prepare for new release
* feat(SVGIcon.stories.tsx): add story for statusSuccessDetailed icon to enhance icon documentation and testing
0 commit comments