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