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

Feature request: export the icons #287

Closed
smeijer opened this issue Jan 4, 2022 · 1 comment · Fixed by #288
Closed

Feature request: export the icons #287

smeijer opened this issue Jan 4, 2022 · 1 comment · Fixed by #288

Comments

@smeijer
Copy link

smeijer commented Jan 4, 2022

It would be great if the used icons, like RefreshIcon and CSBIcon were "exported" as well. That way it's a tiny bit easier to customize certain buttons. For example, to modify the refresh button to add a label to it:

<button>
  <RefreshIcon /> refresh
</button>

or:

<button>
  <CSBIcon /> open in CodeSandbox
</button>
@smeijer smeijer changed the title Feature request: Feature request: export the icons Jan 4, 2022
@danilowoz
Copy link
Member

Yeah, I think we can do it. I can't see why not.

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 a pull request may close this issue.

2 participants