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