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