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