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