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