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