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