@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 365 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const MdCropLandscape = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m31.6 28.4v-16.8h-23.2v16.8h23.2z m0-20c1.8 0 3.4 1.4 3.4 3.2v16.8c0 1.8-1.6 3.2-3.4 3.2h-23.2c-1.8 0-3.4-1.4-3.4-3.2v-16.8c0-1.8 1.6-3.2 3.4-3.2h23.2z"/></g>
</Icon>
)
export default MdCropLandscape