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