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