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