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