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