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