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