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