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