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