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