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