-
Notifications
You must be signed in to change notification settings - Fork 370
feat(Icons): Allow for more complex paths and svgs #11864
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
Conversation
Preview: https://patternfly-react-pr-11864.surge.sh A11y report: https://patternfly-react-pr-11864-a11y.surge.sh |
83a5670
to
28436a5
Compare
We talked to Michael Coker - going to drop hamburger icon since it's so specific that we lose path data unless it's in a button. We'll leave in improvements here to the other pieces so we can do this for more generic animated icons in the future. |
fd6b17d
to
787f085
Compare
787f085
to
0b07e32
Compare
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.
Looks awesome! Could we update the PR title/initial commit to reflect the new purpose of the PR?
Allow for arrays of path data in addition to simple strings. Data can include classNames as well as multiple paths.
0b07e32
to
bc0e57e
Compare
Renamed! |
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Closes #11858
Also allow for arrays of path data in addition to simple strings. Add hamburger icon with array of path data.
When I add the path classes, the icon disappears, but looking at Eric and Michael's PRs, I get the feeling that they're necessary. It does look odd on the icons page though.
Additional issues: