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