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