Remix-Design / RemixIcon

Open source neutral style icon system
https://remixicon.com
Apache License 2.0
6.49k stars 469 forks source link

Media: Reverse, Fast Forward to End, Fast Reverse to Start #715

Closed oscargus closed 4 months ago

oscargus commented 6 months ago

Icon Request

Naming can be discussed, but in some applications one would like the fast forward/rewind buttons ending with a bar. Similarly, a "reverse" button, i.e., a mirrored play button is useful. There are suitable Unicode code points for all of them: https://www.compart.com/en/unicode/U+23ED https://www.compart.com/en/unicode/U+23EE https://www.compart.com/en/unicode/U+23F4

Maybe one should also add mini versions, although for my use, the standard sizes are enough.

Since these should be quite simple to obtain from the existing ones, I can provide a PR (for the icons, not sure how to build the font) if you think that they are worthwhile to add.

xiaochunjimmy commented 6 months ago

These icons seem quite common and normal. I think we would add these icons in the next version.

xiaochunjimmy commented 6 months ago

But our current update process does not yet support PR (pushing directly from Figma to GitHub via API), so there is currently no way to merge your PR, sorry

xiaochunjimmy commented 6 months ago

We've added the icons you need. Please check it in the latest version.

Hope you could star our repo if you like it. This is very helpful for our enthusiasm for open source.

oscargus commented 5 months ago

Thanks! Great!

I'll try to add rust bindings to this font (to make it easier to use in rust) and then use them in https://surfer-project.org/

oscargus commented 5 months ago

Ahh, seems like there are actively maintained bindings already: https://docs.rs/egui-remixicon/latest/egui_remixicon/ (just in case someone is interested).