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