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