mui / mui/material-ui

[icons] Please fix the casing for FormatTextdirectionLToRIcon and FormatTextdirectionRToLIcon icons

Open
#48,850 9 comments 0 reactions 1 assignee View on GitHub

@silviuaavram is already working on this.

Since Jul 27, 2026.

breaking change scope: icons v10.x
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.