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