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