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