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