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