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