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:
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
dinTextdirectionshould become capitalized =>TextDirectionAnd also the Ltr and Rtl are both known acronyms
Search keywords: