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