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