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