UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 325 B
var IconBase = require('../IconBase'); var MdCropLandscape = (props) => { return ( <IconBase viewBox="0 0 24 24" {...props}> <g><path d="M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"/></g> </IconBase> ); }; export default MdCropLandscape;