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