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