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