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