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