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