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