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