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