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