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