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