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