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