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