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