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