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