feat(icons): [CIB-4815] add Ticket icon - #962
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
leonardobrombilla
requested review from
a team,
flaviafmoraes,
matheus-wh and
wellhub-gsevla
as code owners
September 1, 2026 18:13
|
danipishinin
approved these changes
Sep 1, 2026
wellhub-gsevla
approved these changes
Sep 1, 2026
wellhub-gsevla
left a comment
Collaborator
There was a problem hiding this comment.
LGTM! Thanks for your contribution!
nataliogympass
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Description 📄
Adds a new SVG icon to the
@gympass/yoga-iconspackage and exports it fromui.ts:TicketUsed by the Extra check-in tag on the booking card. It follows the 12×12
viewBoxconvention with a single<path>and no hardcoded color, so it can be fully controlled via thefillprop on the<Icon>component.Task figma link: https://www.figma.com/design/jtjRkATXpAXifKscRXjd1z/-Check-in---Booking--Extra-Check-in?node-id=10407-71132&m=dev
Platforms 📲
Type of change 🔍
How Has This Been Tested? 🧪
Rendered the icon locally through the
<Icon>component on the docs site (/components/icon) with differentfillcolor tokens (default,stamina,energy,hope,vibin) and a raw hex value, and at every size token (xsmall→xlarge) to confirm fill inheritance and scaling work correctly.The SVG has a single
<path>with no hardcodedfilland nofill="none"on the<svg>root, so any color passed through<Icon fill="..." />is correctly applied.Checklist: 🔍
Screenshots 📸
Icon
Size test
Fill color test