UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 273 B
var IconBase = require('../IconBase'); var MdExpandLess = (props) => { return ( <IconBase viewBox="0 0 24 24" {...props}> <g><path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/></g> </IconBase> ); }; export default MdExpandLess;