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