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