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