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