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