Skip to content
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

feat(icon): add brand visuals icons to icon component #654

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gabrielchl
Copy link
Collaborator

original PR (#649) notes:

Description

  • add brand-visuals library
  • add prop to Icon component to load icons from the brand-visuals library

note: the new, larger icons included in the new brand-visuals library will not show correctly with the icons component, but this change should be sufficient for our usage in cantina for now

Links

https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-564427

@gabrielchl gabrielchl marked this pull request as draft September 25, 2024 11:53
@@ -95,6 +95,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"@momentum-design/animations": "^0.0.4",
"@momentum-design/brand-visuals": "^0.0.24",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brand visuals are different in terms of sizing and color as Icons are - we don't want to use the same component for both. I would recommend to create a separate component if there is a need for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants