Back to Explorer
16 - 512
0.5 - 4.0
Save to
editoroutline
md format textdirection r to l
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdFormatTextdirectionRToLIcon = (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="M10 4v4c-1.1 0-2-.9-2-2s.9-2 2-2m8-2h-8C7.79 2 6 3.79 6 6s1.79 4 4 4v5h2V4h2v11h2V4h2V2zM8 14l-4 4 4 4v-3h12v-2H8v-3z"/>
</svg>
);SVG Optimizer
Before
0.35 KB
↓
After
0.35 KB
Tags
alignalignmentalignment directionbidirectionalbidirectional textcontentdirectiondocdocumentediteditingeditorflowformatformattinghorizontalinternationalizationjustifylanguagelayoutleft to rightlocalizationltrparagraphreadingright to leftrtlscriptsheetspreadsheettexttext alignmenttextdirectiontypetypographyword processingwritingwriting mode
Compare Alternatives
See how other libraries approach this concept.