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