import * as React from 'react'; export interface MenuDots64Props extends React.SVGProps { ariaLabel?: string } export default function MenuDots64({ ariaLabel, ...props }: MenuDots64Props) { return ( ); }