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