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