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