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