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