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