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