import * as React from "react" const MenuVertical = ({ className, title, bold = false, }: { className?: string; title?: string; bold?: boolean; }) => ( ) export default MenuVertical