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