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