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