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