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