marella / material-icons

Latest icon fonts and CSS for self-hosting material design icons.
https://marella.github.io/material-icons/demo/
Apache License 2.0
305 stars 36 forks source link

Fast copy icons element? #41

Closed luoyangwei closed 1 year ago

luoyangwei commented 1 year ago

image

I often use icon sets to look up the icons I want when developing, but it is very inconvenient, and I need to memorize the icon names every time. It would be great if you could add a click to copy directly, I think that would be very convenient.

image

marella commented 1 year ago

Sorry for the late response. As a workaround you can double click on the icon name which selects the entire name text and then copy using ctrl/cmd + c. If you are using TypeScript, you can use MaterialIcon type which can help autocomplete the icon names.

I will look into adding the copy functionality when I get time.

luoyangwei commented 1 year ago

Double click the icon to copy can also solve my problem, thanks.