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