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