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