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