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