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