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