UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 383 B
import React from 'react'; export default function FormatTextdirectionLToRIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-textdirection-l-to-r ${props.className}`} viewBox="0 0 24 24" > <path d="M21 18l-4-4v3H5v2h12v3M9 10v5h2V4h2v11h2V4h2V2H9a4 4 0 0 0-4 4 4 4 0 0 0 4 4z" /> </svg> ); }