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