[icons] Please fix the casing for FormatTextdirectionLToRIcon and FormatTextdirectionRToLIcon icons
@silviuaavram is already working on this.
Since Jul 27, 2026.
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
If the casing is PascalCasing as with many more icons, then the correct spelling should be:
FormatTextdirectionLToRIcon => FormatTextDirectionLtrIcon
FormatTextdirectionRToLIcon => FormatTextDirectionRtlIcon
The reason we're asking for this, is because we have created a mini-tool for our panel to optimize icons, and we count on casing to build the correct path, and that tool fails for these icons. We can create exceptions in our code, but I think the right way is for you to fix the casing.
The d in Textdirection should become capitalized => TextDirection
And also the Ltr and Rtl are both known acronyms
Search keywords:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.