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