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