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