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