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