import React from 'react'; /** * SVG with 3 vertical dots. * * @example * */ export default function MenuIcon() { return ( ); }