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