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