import React from 'react'; const HamburgerMenuIcon = ({ width = 20, height = 20, color = '#ffffff' }) => ( ); export default HamburgerMenuIcon;