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