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