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