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