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