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