@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 603 B
JavaScript
const SvgFormatTextdirectionRToLRound = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path d='M0 0h24v24H0V0z' fill='none' />
<path d='M10 10v4c0 .55.45 1 1 1s1-.45 1-1V4h2v10c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1h-6.83C8.08 2 6.22 3.53 6.02 5.61A3.998 3.998 0 0010 10zm-2 7v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79a.5.5 0 00.85-.36V19h11c.55 0 1-.45 1-1s-.45-1-1-1H8z' />
</svg>
);
}
export default SvgFormatTextdirectionRToLRound;