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