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