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