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