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