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