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