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