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