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