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