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