UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 271 B
var IconBase = require('../IconBase'); var MdExpandMore = (props) => { return ( <IconBase viewBox="0 0 24 24" {...props}> <g><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></g> </IconBase> ); }; export default MdExpandMore;