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