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