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