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