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