UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 267 B
import React from 'react' import Icon from 'react-icon-base' const MdMenu = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m5 10h30v3.4h-30v-3.4z m0 11.6v-3.2h30v3.2h-30z m0 8.4v-3.4h30v3.4h-30z"/></g> </Icon> ) export default MdMenu