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