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