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