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