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