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