UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 369 B
import React from 'react' import Icon from 'react-icon-base' const MdFormatTextdirectionLToR = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m35 30l-6.6 6.6v-5h-20v-3.2h20v-5z m-20-13.4q-2.7 0-4.7-1.9t-1.9-4.7 1.9-4.7 4.7-1.9h13.4v3.2h-3.4v18.4h-3.4v-18.4h-3.2v18.4h-3.4v-8.4z"/></g> </Icon> ) export default MdFormatTextdirectionLToR