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