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