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