UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 389 B
import React from 'react'; export default function FormatTextdirectionRToLIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-textdirection-r-to-l ${props.className}`} viewBox="0 0 24 24" > <path d="M8 17v-3l-4 4 4 4v-3h12v-2m-10-7v5h2V4h2v11h2V4h2V2h-8a4 4 0 0 0-4 4 4 4 0 0 0 4 4z" /> </svg> ); }