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