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