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