UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 297 B
import React from 'react' import Icon from 'react-icon-base' const MdSubdirectoryArrowLeft = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m18.4 15l2.3 2.3-6 6.1h15.3v-16.8h3.4v20h-18.7l6 6.1-2.3 2.3-10-10z"/></g> </Icon> ) export default MdSubdirectoryArrowLeft