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