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