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