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