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