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