Back to Explorer
16 - 512
0.5 - 4.0
Save to
editoroutline
md format textdirection l to r
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdFormatTextdirectionLToRIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 4v4c-1.1 0-2-.9-2-2s.9-2 2-2m8-2H9C6.79 2 5 3.79 5 6s1.79 4 4 4v5h2V4h2v11h2V4h2V2zm0 12v3H5v2h12v3l4-4-4-4z"/>
</svg>
);SVG Optimizer
Before
0.34 KB
↓
After
0.34 KB
Tags
alignalignmentbidirectional textdirectiondocdocumentdocument editingediteditingeditorformatformatting toolslanguagelayoutleft to rightltrparagraphparagraph directionright to leftrtlsheetspreadsheettexttext alignmenttext controltext editortext formattingtext layouttext optionstextdirectiontypetypographyword processingwritingwriting direction
Compare Alternatives
See how other libraries approach this concept.