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