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