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