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