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