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