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