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