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