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