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