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