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