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