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