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