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